← Back to team overview

kernel-packages team mailing list archive

[Bug 1490545] Missing required logs.

 

This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1490545

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1490545

Title:
  [Hyper-V] lis daemons not active after install on  Ubuntu 15.10 Wily
  Werewolf

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  While testing Ubuntu 15.10 Wily Werewolf (development branch) 64bit we
  found that kvp, vss and fcopy daemons aren't active after install.

  Repro rate: 100%
  Repro details:
  Hyper-V: Server 2012 R2
  Daily build version: 2015.08.31

  What we did: 
  root@ubuntu:~# apt-get install linux-tools-`uname -r`
  root@ubuntu:~# apt-get install linux-cloud-tools-`uname -r`

  
  In the install logs I found the following lines:

  hv-fcopy-daemon.service is a disabled or a static unit, not starting it.
  hv-vss-daemon.service is a disabled or a static unit, not starting it.
  hv-kvp-daemon.service is a disabled or a static unit, not starting it.

  
  After reboot, the kvp, vss and fcopy daemons should have started. All of them are inactive (dead) instead.

  root@ubuntu:~# systemctl status hv-kvp-daemon.service
  ? hv-kvp-daemon.service - Hyper-V KVP Protocol Daemon
     Loaded: loaded (/lib/systemd/system/hv-kvp-daemon.service; disabled; vendor preset: enabled)
     Active: inactive (dead)

  
  The solution is to start each of them manually. The bellow applies to vss and fcopy daemons too.

  root@ubuntu:~# systemctl enable hv-kvp-daemon.service
  Created symlink from /etc/systemd/system/multi-user.target.wants/hv-kvp-daemon.service to /lib/systemd/system/hv-kvp-daemon.service.

  
  After reboot, the daemons are active.

  root@ubuntu:~# systemctl status hv-kvp-daemon.service
  ? hv-kvp-daemon.service - Hyper-V KVP Protocol Daemon
     Loaded: loaded (/lib/systemd/system/hv-kvp-daemon.service; enabled; vendor preset: enabled)
     Active: active (running) since Mon 2015-08-31 15:22:49 EEST; 23s ago
   Main PID: 899 (hv_kvp_daemon)
     CGroup: /system.slice/hv-kvp-daemon.service
             +-899 /usr/lib/linux-tools/4.1.0-3-generic/hv_kvp_daemon -n

  Aug 31 15:22:49 ubuntu systemd[1]: Started Hyper-V KVP Protocol Daemon.
  Aug 31 15:22:49 ubuntu KVP[899]: KVP starting; pid is:899
  Aug 31 15:22:49 ubuntu KVP[899]: KVP LIC Version: 3.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1490545/+subscriptions


References