Posts by mcking230

    Find solution by disabling (disgusting) ipv6

    in /etc/sysctl.conf add the following lines at end


    Code
    # Turn off IPv6
    net.ipv6.conf.all.disable_ipv6 = 1

    then

    Code
    sysctl -p

    and reboot for success

    sudo ls -al /etc/libvirt/qemu/autostart/

    Code
    total 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

    Code
     Id   Name        State
    ---------------------------
     3    1c-server   running
     4    mikopbx     running


    And did you look at the logs for the VMs in /var/log/libvirt/qemu/? Are you using usb storage?

    Code
    2024-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?

    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

    Code
    The following packages will be REMOVED:
    init netplan.io openmediavault openmediavault-apttool openmediavault-cputemp openmediavault-mergerfs openmediavault-omvextrasorg
    openmediavault-remotemount systemd systemd-sysv

    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

    Hi
    When i'm trying install openmediavault-kvm it shows me this
    Tried out both ways, webui and cli