Running Ubuntu on Hyper-V - daemons fail

Hi.

I am running Ubuntu 14.04.3 LTS (x64) on Hyper-V Server 2012 R2, but I am having trouble with daemons. When I open boot log, I see 3 fails.

root@lws:~# cat /var/log/boot.log | grep Hyper
 * Starting Hyper-V File Copy Protocol Daemon                                                [ OK ]
 * Starting Hyper-V VSS Protocol Daemon                                                      [ OK ]
 * Starting Hyper-V KVP Protocol Daemon                                                      [ OK ]
 * Starting Hyper-V File Copy Protocol Daemon                                                [fail]
 * Stopping Hyper-V File Copy Protocol Daemon                                                [ OK ]
 * Starting Hyper-V VSS Protocol Daemon                                                      [fail]
 * Stopping Hyper-V VSS Protocol Daemon                                                      [ OK ]
 * Starting Hyper-V KVP Protocol Daemon                                                      [fail]
 * Stopping Hyper-V KVP Protocol Daemon                                                      [ OK ]

What is wrong? How to solve it? I tried to install hv-kvp-daemon-init but nothing has changed.

  • Moved by BrianEhMVP Tuesday, August 25, 2015 2:46 PM
August 25th, 2015 2:35pm

Still the same problem.

What I have tried:

  1. Purging and installing linux-virtual + restart
  2. Purging and installing hv-kvp-daemon-init linux-tools-virtual linux-cloud-tools-virtual + restart

But nothing has changed.

root@lws:~# cat /var/log/boot.log | grep Hyper
 * Starting Hyper-V File Copy Protocol Daemon                                                [ OK ]
 * Starting Hyper-V VSS Protocol Daemon                                                      [ OK ]
 * Starting Hyper-V KVP Protocol Daemon                                                      [ OK ]
 * Starting Hyper-V File Copy Protocol Daemon                                                [fail]
 * Starting Hyper-V KVP Protocol Daemon                                                      [fail]
 * Stopping Hyper-V File Copy Protocol Daemon                                                [ OK ]
 * Stopping Hyper-V KVP Protocol Daemon                                                      [ OK ]
 * Starting Hyper-V VSS Protocol Daemon                                                      [fail]
 * Stopping Hyper-V VSS Protocol Daemon                                                      [ OK ]

Free Windows Admin Tool Kit Click here and download it now
August 29th, 2015 6:54am

I tried it on a clean install. What I've made:

  1. Download Ubuntu Server 14.04 LTS from http://www.ubuntu.com/server
  2. Install it as a Gen1 from Hyper-V Manager
  3. After the installation process apt-get update
  4. apt-get dist-upgrade
  5. reboot
  6. apt-get update
  7. apt-get install linux-virtual
  8. reboot
  9. apt-get update
  10. apt-get install hv-kvp-daemon-init linux-tools-virtual linux-cloud-tools-virtual
  11. reboot
root@lws:~# cat /var/log/boot.log | grep Hyper
 * Starting Hyper-V File Copy Protocol Daemon                                                [ OK ]
 * Starting Hyper-V VSS Protocol Daemon                                                      [ OK ]
 * Starting Hyper-V KVP Protocol Daemon                                                      [ OK ]
 * Starting Hyper-V File Copy Protocol Daemon                                                [fail]
 * Starting Hyper-V KVP Protocol Daemon                                                      [fail]
 * Stopping Hyper-V File Copy Protocol Daemon                                                [ OK ]
 * Stopping Hyper-V KVP Protocol Daemon                                                      [ OK ]
 * Starting Hyper-V VSS Protocol Daemon                                                      [fail]
 * Stopping Hyper-V VSS Protocol Daemon                                                      [ OK ]

  1. apt install linux-cloud-tools-virtual -y
  2. reboot
root@lws:~# cat /var/log/boot.log | grep Hyper
 * Starting Hyper-V File Copy Protocol Daemon                                                [ OK ]
 * Starting Hyper-V VSS Protocol Daemon                                                      [ OK ]
 * Starting Hyper-V KVP Protocol Daemon                                                      [ OK ]
 * Starting Hyper-V File Copy Protocol Daemon                                                [fail]
 * Starting Hyper-V KVP Protocol Daemon                                                      [fail]
 * Stopping Hyper-V File Copy Protocol Daemon                                                [ OK ]
 * Stopping Hyper-V KVP Protocol Daemon                                                      [ OK ]
 * Starting Hyper-V VSS Protocol Daemon                                                      [fail]
 * Stopping Hyper-V VSS Protocol Daemon                                                      [ OK ]

I have no idea how to solve it and what should I do now...


August 29th, 2015 7:43am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics