Hi all
I'm having exactly the same symptoms as this guy:
https://social.technet.microsoft.com...rationservices
We're both running Ubuntu 14.04.3 LTS (x64) in Hyper-V on 2012 R2, and we're both having the Linux Integration daemons failing. I actually have two identical VMs (separately installed, not cloned) and both exhibit the same problem. One is runnign a full LAMP stack, the other is running just Logitech squeezebox software. Both are up to date via aptitude.
I'm speculating that it's a Linux problem, not a Microsoft problem (as the the daemons in the VM), hence why I am posting here.
Can anyone advise where I can start looking for the cause? For the avoidance of doubt I am NOT running linux-virtual, so I installed the daemons via:
Many thanks
Jim
root@fulmar:~# uname -a
Linux fulmar.home.local 3.16.0-46-generic #62~14.04.1-Ubuntu SMP Tue Aug 11 16:27:16 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
I'm having exactly the same symptoms as this guy:
https://social.technet.microsoft.com...rationservices
We're both running Ubuntu 14.04.3 LTS (x64) in Hyper-V on 2012 R2, and we're both having the Linux Integration daemons failing. I actually have two identical VMs (separately installed, not cloned) and both exhibit the same problem. One is runnign a full LAMP stack, the other is running just Logitech squeezebox software. Both are up to date via aptitude.
I'm speculating that it's a Linux problem, not a Microsoft problem (as the the daemons in the VM), hence why I am posting here.
Can anyone advise where I can start looking for the cause? For the avoidance of doubt I am NOT running linux-virtual, so I installed the daemons via:
aptitude install hv-kvp-daemon-init linux-tools linux-cloud-tools
Many thanks
Jim
root@fulmar:~# uname -a
Linux fulmar.home.local 3.16.0-46-generic #62~14.04.1-Ubuntu SMP Tue Aug 11 16:27:16 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Code:
root@fulmar:~# 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 VSS Protocol Daemon [fail]
* Starting Hyper-V KVP Protocol Daemon [fail]
* Stopping Hyper-V File Copy Protocol Daemon [ OK ]
* Stopping Hyper-V VSS Protocol Daemon [ OK ]
* Stopping Hyper-V KVP Protocol Daemon [ OK ]