try solution that i found
Posts by mcking230
-
-
-
-
The plugin has a menu that lets you remove spice and then you could re-add it.
There's no Spice
-
sudo ls -al /etc/libvirt/qemu/autostart/
Codetotal 8 drwxr-xr-x 2 root root 4096 May 7 14:54 . drwxr-xr-x 4 root root 4096 May 9 20:33 .. lrwxrwxrwx 1 root root 31 May 7 14:54 1c-server.xml -> /etc/libvirt/qemu/1c-server.xml lrwxrwxrwx 1 root root 29 May 7 14:54 mikopbx.xml -> /etc/libvirt/qemu/mikopbx.xml
sudo virsh list --autostart
And did you look at the logs for the VMs in /var/log/libvirt/qemu/? Are you using usb storage?
Code2024-05-09T17:31:30.327091Z qemu-system-x86_64: warning: Spice: ../server/reds.cpp:2551:reds_init_socket: getaddrinfo(0.0.0.0,5901): Address family for hostname not supported 2024-05-09T17:31:30.327109Z qemu-system-x86_64: warning: Spice: ../server/reds.cpp:3442:do_spice_init: Failed to open SPICE sockets 2024-05-09T17:31:30.327115Z qemu-system-x86_64: failed to initialize spice server 2024-05-09 17:31:30.401+0000: shutting down, reason=failed
here's the problem, how can i solve this?
-
At last version omv 7 and kvm plugin autostart enabled on every VM, but after shutdown it doesn't start automatically
-
sudo apt-get install systemd=247.3-7 systemd-sysv=247.3-7 libsystemd0=247.3-7 libpam-systemd=247.3-7
Already tried. Waited for the system to reboot and install the openmediavault-kvm to check. Thanks a lot.
-
The pinning of backports packages has not changed in years. 6.x should not have changed that. Based on the output of apt-cache policy, you must have manually installed it - maybe indirectly when manually installing another backports package.
You could try the following which might break things. If this is a new system, I would just reinstall.
sudo apt-get install systemd=247.3-7
I cant re-install system
I think downgrade will ruin everything -
Not sure why it is.
I was the first of those, who installed 6.x version, maybe there was some problems
-
You installed systemd from backports which is breaking netplan. While OMV does enable the backports repo, it only pins the kernel. You should not have backports systemd installed. Not sure why it is.
sudo apt-cache policy systemd
Code~ apt-cache policy systemd systemd: Installed: 250.4-1~bpo11+1 Candidate: 250.4-1~bpo11+1 Version table: *** 250.4-1~bpo11+1 100 100 http://httpredir.debian.org/debian bullseye-backports/main amd64 Packages 100 /var/lib/dpkg/status 247.3-7 500 500 http://deb.debian.org/debian bullseye/main amd64 Packages
how can i fix it?
-
Here's information about this packages
Code
Display More~ apt install openmediavault-kvm Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: netplan.io : Depends: systemd (>= 239~) but it is not installable openmediavault : Depends: systemd but it is not installable systemd-sysv : PreDepends: systemd but it is not installable E: Unable to correct problems, you have held broken packages. ~ systemd --version systemd 250 (250.4-1~bpo11+1) +PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS -OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified ~ apt search netplan.io Sorting... Done Full Text Search... Done netplan.io/stable,now 0.101-4 amd64 [installed] YAML network configuration abstraction for various backends ~ apt search systemd-sysv Sorting... Done Full Text Search... Done systemd/bullseye-backports,now 250.4-1~bpo11+1 amd64 [installed] system and service manager systemd-sysv/bullseye-backports,now 250.4-1~bpo11+1 amd64 [installed] system and service manager - SysV links
-
From the command line:
sudo apt-get -f installsudo omv-aptclean
sudo apt-get dist-upgrade
1. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2. All cleaned.3. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
same issue -
What version of OMV?
What kind of system?
Is backports enabled?
1. 6.0.30-1 (Shaitan)
2. x86
3. Yes
-
Hi
When i'm trying install openmediavault-kvm it shows me this
Tried out both ways, webui and cliCode
Display MoreReading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: netplan.io : Depends: systemd (>= 239~) but it is not installable openmediavault : Depends: systemd but it is not installable systemd-sysv : PreDepends: systemd but it is not installable E: Unable to correct problems, you have held broken packages.