Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Help installing KVM

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
RhysGM
Posts: 1
Joined: 2017-12-29 14:33

Help installing KVM

#1 Post by RhysGM »

I'm trying to install KVM which is proving unsuccessful. For some reason libvirt-daemon-system will not install and no amount of googling is helping. Can someone point me in the right direction please?

Thank you

Code: Select all

apt-get install libvirt-daemon-system
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libvirt-daemon-system is already the newest version (3.0.0-4+deb9u1).
The following package was automatically installed and is no longer required:
  cpp-7
Use 'apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 84 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up libvirt-daemon-system (3.0.0-4+deb9u1) ...
[ ok ] Starting libvirt logging daemon: virtlogd already running.
insserv: Service libvirtd has to be enabled to start service libvirt-guests
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing package libvirt-daemon-system (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 libvirt-daemon-system
E: Sub-process /usr/bin/dpkg returned an error code (1)

Code: Select all

cat /proc/version
Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.96-2

Code: Select all

lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 9.3 (stretch)
Release:	9.3
Codename:	stretch

Kassebasse
Posts: 11
Joined: 2022-04-19 21:19

Re: Help installing KVM

#2 Post by Kassebasse »

Try and type:
sudo apt install -f

Post Reply