Libvirt-bin failed to start Virtuelization deamon, exit-code 127 on Ubuntu server 16.04

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I am trying to install libvirt on Ubuntu Server 16.04. When I execute:
apt-get install libvirt-bin
Installation fails at:
Setting up libvirt-bin
With exit code 127 and this error message:
Failed to start Virtualization daemon.
I already tried to start libvirt manualy with /etc/init.d/libvirt-bin start, as sugested in some older questions, but that simply didn't work. Also, when I try to install anything else after libvirt-bin, for example:
apt-get install vim
It gets stuck on:
Setting up libvirt-bin
And shows the same libvirt error message and than finishes the installation of the required software.
How to fix this?
16.04 virtualization kvm qemu
 |Â
show 5 more comments
up vote
0
down vote
favorite
I am trying to install libvirt on Ubuntu Server 16.04. When I execute:
apt-get install libvirt-bin
Installation fails at:
Setting up libvirt-bin
With exit code 127 and this error message:
Failed to start Virtualization daemon.
I already tried to start libvirt manualy with /etc/init.d/libvirt-bin start, as sugested in some older questions, but that simply didn't work. Also, when I try to install anything else after libvirt-bin, for example:
apt-get install vim
It gets stuck on:
Setting up libvirt-bin
And shows the same libvirt error message and than finishes the installation of the required software.
How to fix this?
16.04 virtualization kvm qemu
Can you confirm that your server is a physical server and support VT (Virtualization Technology) ?
â rebrec
Mar 15 at 12:08
Yes, it is physical and i checked my bios settings and virtualization technology is enabled., but when i type 'kvm-ok', the output is : "/dev/kvm does not exist", could it be because the libvirt-bin isn't installed successfully?
â Miodrag
Mar 15 at 13:23
if your cpu is an intel processor, can you trymodprobe kvm_inteland then run againsudo /usr/sbin/kvm-ok? please also give the full output ofkvm-okcommand (edit your question to provide thoses details)
â rebrec
Mar 15 at 13:29
The output of sudo modprove kvm_intel is : modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/3.13.0-143-generic/modules.dep.bin' modprobe: FATAL: Module kvm_intel not found in directory /lib/modules/3.13.0-143-generic
â Miodrag
Mar 15 at 13:30
It seems you are using a quite old kernel (default ubuntu 16.04 kernel version is 4.4 series). Is it a custom build ?
â rebrec
Mar 15 at 13:32
 |Â
show 5 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to install libvirt on Ubuntu Server 16.04. When I execute:
apt-get install libvirt-bin
Installation fails at:
Setting up libvirt-bin
With exit code 127 and this error message:
Failed to start Virtualization daemon.
I already tried to start libvirt manualy with /etc/init.d/libvirt-bin start, as sugested in some older questions, but that simply didn't work. Also, when I try to install anything else after libvirt-bin, for example:
apt-get install vim
It gets stuck on:
Setting up libvirt-bin
And shows the same libvirt error message and than finishes the installation of the required software.
How to fix this?
16.04 virtualization kvm qemu
I am trying to install libvirt on Ubuntu Server 16.04. When I execute:
apt-get install libvirt-bin
Installation fails at:
Setting up libvirt-bin
With exit code 127 and this error message:
Failed to start Virtualization daemon.
I already tried to start libvirt manualy with /etc/init.d/libvirt-bin start, as sugested in some older questions, but that simply didn't work. Also, when I try to install anything else after libvirt-bin, for example:
apt-get install vim
It gets stuck on:
Setting up libvirt-bin
And shows the same libvirt error message and than finishes the installation of the required software.
How to fix this?
16.04 virtualization kvm qemu
16.04 virtualization kvm qemu
edited Mar 15 at 11:48
galoget
2,1062820
2,1062820
asked Mar 15 at 11:36
Miodrag
1
1
Can you confirm that your server is a physical server and support VT (Virtualization Technology) ?
â rebrec
Mar 15 at 12:08
Yes, it is physical and i checked my bios settings and virtualization technology is enabled., but when i type 'kvm-ok', the output is : "/dev/kvm does not exist", could it be because the libvirt-bin isn't installed successfully?
â Miodrag
Mar 15 at 13:23
if your cpu is an intel processor, can you trymodprobe kvm_inteland then run againsudo /usr/sbin/kvm-ok? please also give the full output ofkvm-okcommand (edit your question to provide thoses details)
â rebrec
Mar 15 at 13:29
The output of sudo modprove kvm_intel is : modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/3.13.0-143-generic/modules.dep.bin' modprobe: FATAL: Module kvm_intel not found in directory /lib/modules/3.13.0-143-generic
â Miodrag
Mar 15 at 13:30
It seems you are using a quite old kernel (default ubuntu 16.04 kernel version is 4.4 series). Is it a custom build ?
â rebrec
Mar 15 at 13:32
 |Â
show 5 more comments
Can you confirm that your server is a physical server and support VT (Virtualization Technology) ?
â rebrec
Mar 15 at 12:08
Yes, it is physical and i checked my bios settings and virtualization technology is enabled., but when i type 'kvm-ok', the output is : "/dev/kvm does not exist", could it be because the libvirt-bin isn't installed successfully?
â Miodrag
Mar 15 at 13:23
if your cpu is an intel processor, can you trymodprobe kvm_inteland then run againsudo /usr/sbin/kvm-ok? please also give the full output ofkvm-okcommand (edit your question to provide thoses details)
â rebrec
Mar 15 at 13:29
The output of sudo modprove kvm_intel is : modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/3.13.0-143-generic/modules.dep.bin' modprobe: FATAL: Module kvm_intel not found in directory /lib/modules/3.13.0-143-generic
â Miodrag
Mar 15 at 13:30
It seems you are using a quite old kernel (default ubuntu 16.04 kernel version is 4.4 series). Is it a custom build ?
â rebrec
Mar 15 at 13:32
Can you confirm that your server is a physical server and support VT (Virtualization Technology) ?
â rebrec
Mar 15 at 12:08
Can you confirm that your server is a physical server and support VT (Virtualization Technology) ?
â rebrec
Mar 15 at 12:08
Yes, it is physical and i checked my bios settings and virtualization technology is enabled., but when i type 'kvm-ok', the output is : "/dev/kvm does not exist", could it be because the libvirt-bin isn't installed successfully?
â Miodrag
Mar 15 at 13:23
Yes, it is physical and i checked my bios settings and virtualization technology is enabled., but when i type 'kvm-ok', the output is : "/dev/kvm does not exist", could it be because the libvirt-bin isn't installed successfully?
â Miodrag
Mar 15 at 13:23
if your cpu is an intel processor, can you try
modprobe kvm_intel and then run again sudo /usr/sbin/kvm-ok ? please also give the full output of kvm-ok command (edit your question to provide thoses details)â rebrec
Mar 15 at 13:29
if your cpu is an intel processor, can you try
modprobe kvm_intel and then run again sudo /usr/sbin/kvm-ok ? please also give the full output of kvm-ok command (edit your question to provide thoses details)â rebrec
Mar 15 at 13:29
The output of sudo modprove kvm_intel is : modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/3.13.0-143-generic/modules.dep.bin' modprobe: FATAL: Module kvm_intel not found in directory /lib/modules/3.13.0-143-generic
â Miodrag
Mar 15 at 13:30
The output of sudo modprove kvm_intel is : modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/3.13.0-143-generic/modules.dep.bin' modprobe: FATAL: Module kvm_intel not found in directory /lib/modules/3.13.0-143-generic
â Miodrag
Mar 15 at 13:30
It seems you are using a quite old kernel (default ubuntu 16.04 kernel version is 4.4 series). Is it a custom build ?
â rebrec
Mar 15 at 13:32
It seems you are using a quite old kernel (default ubuntu 16.04 kernel version is 4.4 series). Is it a custom build ?
â rebrec
Mar 15 at 13:32
 |Â
show 5 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1015147%2flibvirt-bin-failed-to-start-virtuelization-deamon-exit-code-127-on-ubuntu-serve%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Can you confirm that your server is a physical server and support VT (Virtualization Technology) ?
â rebrec
Mar 15 at 12:08
Yes, it is physical and i checked my bios settings and virtualization technology is enabled., but when i type 'kvm-ok', the output is : "/dev/kvm does not exist", could it be because the libvirt-bin isn't installed successfully?
â Miodrag
Mar 15 at 13:23
if your cpu is an intel processor, can you try
modprobe kvm_inteland then run againsudo /usr/sbin/kvm-ok? please also give the full output ofkvm-okcommand (edit your question to provide thoses details)â rebrec
Mar 15 at 13:29
The output of sudo modprove kvm_intel is : modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/3.13.0-143-generic/modules.dep.bin' modprobe: FATAL: Module kvm_intel not found in directory /lib/modules/3.13.0-143-generic
â Miodrag
Mar 15 at 13:30
It seems you are using a quite old kernel (default ubuntu 16.04 kernel version is 4.4 series). Is it a custom build ?
â rebrec
Mar 15 at 13:32