My Openmediacloud is dead since my last update this morning

  • Helloall,

    since my Update this morning my openmediavault is no longer accessible. The last update of Openmediavault16 I have done 2 weeks ago went without a problem.

    After the update, my Docker services were still available but I could no longer access my hard drives via SMB and the GUI was also no longer available.

    So I thought maybe this is a runtime error and I just need to reboot.

    After each reboot, all LAN interfaces and my WLAN are disabled, even if I enable them with

    ip link set enp2s0 up

    since omv-firstaid only gives me the answer: Command not found


    I searched in the web and there was the hint to use this command:

    apt-get install --reinstall openmediavault

    wich ends in this output:

    Code
    The following packages have unfulfilled dependencies:
    libnss-resolve : Depends on: systemd (= 247.3-7+deb11u2) but 252.5-2~bpo11+1 should be installed

    then i checked with systemd --version the Version an i have the Version (252.5-2~bpo11+1)


    apt-get install --reinstall systemd also dind't change anything.


    Maybe this is also interresting:

    When i use apt-get update and apt-get upgrade then thei is nothing to update.


    Thanks for your help.

    OMV Version6.5.0-3 (Shaitan) | 64 bit | ProzessorIntel(R) Celeron(R) N5100 @ 1.10GHz | KernelLinux 6.1.0-0.deb11.7-amd64 |

    Plugins: lugins : omvextrasorg 6.3.1 | openmediavault-photoprism 6.0.7-1 | openmediavault-compose 6.9.9 | openmediavault-clamav 6.0.4-1 | openmediavault-backup 6.1 | openmediavault-sharerootfs 6.0.2-1 | openmediavault-wireguard 6.3.4

    Edited 3 times, last by Tagor12 ().

  • OK small update, since my last reboot the LAN port remains up and the IP address is also still there. So it seems to be my last problem is that my openmediavault isn't working. I even got an email from the antivirus addon that could not find the lopcation.

    OMV Version6.5.0-3 (Shaitan) | 64 bit | ProzessorIntel(R) Celeron(R) N5100 @ 1.10GHz | KernelLinux 6.1.0-0.deb11.7-amd64 |

    Plugins: lugins : omvextrasorg 6.3.1 | openmediavault-photoprism 6.0.7-1 | openmediavault-compose 6.9.9 | openmediavault-clamav 6.0.4-1 | openmediavault-backup 6.1 | openmediavault-sharerootfs 6.0.2-1 | openmediavault-wireguard 6.3.4

  • Hello, same problem, I just did the update and now my ethernet interface seems down. even the lights on the ethernet card are off. Dis you found a solution ?


    Thank you.

  • Hello, same problem, I just did the update and now my ethernet interface seems down. even the lights on the ethernet card are off. Dis you found a solution ?


    Thank you.

    first go into the local terminal and use this command to find the name of your interfaces:

    ip a

    when you have the name of your ethernet interface use this command:

    ip link set (LANPORT) up

    now your LAN-port should be up and you have to give it an IP Adress and an gateway by this commands:

    set ip Adress the NETMASK would tipically be /24:

    ip addr add (IP/NETMASK) dev (LANPORT)

    and gateway the IP should be the IP fo your Router:

    ip route add default via (IP)

    this one could help but i didn't know, if it is necessary:

    sudo rm /etc/resolv.conf && echo "nameserver 1.1.1.1" | sudo tee /etc/resolv.conf



    I couldn't get the Openmedavault working till now but to see the device bak in my network is a good start.

    OMV Version6.5.0-3 (Shaitan) | 64 bit | ProzessorIntel(R) Celeron(R) N5100 @ 1.10GHz | KernelLinux 6.1.0-0.deb11.7-amd64 |

    Plugins: lugins : omvextrasorg 6.3.1 | openmediavault-photoprism 6.0.7-1 | openmediavault-compose 6.9.9 | openmediavault-clamav 6.0.4-1 | openmediavault-backup 6.1 | openmediavault-sharerootfs 6.0.2-1 | openmediavault-wireguard 6.3.4

    Edited once, last by Tagor12: omv progress dns resolver ().

  • After read your inputs... I will wait a week... 😣Before updat my OMV,

    first i wanted to update the openmediavault of my brother at the same time but now i am really happy, that i didn't :)

    OMV Version6.5.0-3 (Shaitan) | 64 bit | ProzessorIntel(R) Celeron(R) N5100 @ 1.10GHz | KernelLinux 6.1.0-0.deb11.7-amd64 |

    Plugins: lugins : omvextrasorg 6.3.1 | openmediavault-photoprism 6.0.7-1 | openmediavault-compose 6.9.9 | openmediavault-clamav 6.0.4-1 | openmediavault-backup 6.1 | openmediavault-sharerootfs 6.0.2-1 | openmediavault-wireguard 6.3.4

  • I think apt dist-upgrade should be used instead of apt upgrade. Or the web ui.

    I have updated in the web ui and have also tried apt dist-upgrade and apt upgrade after everithing crashed. i just wanted to show, that their is nothing, that i can update. But of course you are right. The dist-upgrade is better.

    OMV Version6.5.0-3 (Shaitan) | 64 bit | ProzessorIntel(R) Celeron(R) N5100 @ 1.10GHz | KernelLinux 6.1.0-0.deb11.7-amd64 |

    Plugins: lugins : omvextrasorg 6.3.1 | openmediavault-photoprism 6.0.7-1 | openmediavault-compose 6.9.9 | openmediavault-clamav 6.0.4-1 | openmediavault-backup 6.1 | openmediavault-sharerootfs 6.0.2-1 | openmediavault-wireguard 6.3.4

  • The proper CLI command to use is:

    omv-upgrade

    openmediavault/omv-upgrade at master · openmediavault/openmediavault
    openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP…
    github.com

  • The proper CLI command to use is:

    omv-upgrade

    https://github.com/openmediava…ault/usr/sbin/omv-upgrade

    Thanks for the info. Sadly the response for this command is also

    -bash: omv-upgrade: command not found.

    OMV Version6.5.0-3 (Shaitan) | 64 bit | ProzessorIntel(R) Celeron(R) N5100 @ 1.10GHz | KernelLinux 6.1.0-0.deb11.7-amd64 |

    Plugins: lugins : omvextrasorg 6.3.1 | openmediavault-photoprism 6.0.7-1 | openmediavault-compose 6.9.9 | openmediavault-clamav 6.0.4-1 | openmediavault-backup 6.1 | openmediavault-sharerootfs 6.0.2-1 | openmediavault-wireguard 6.3.4

  • rc openmediavault

    Your OMV is removed but confs are still there.

    Don't know if the install script can be ran in this case.

    Maybe ryecoaaron can give a better Pointer.


    Do not run apt purge under any circumstance.

    • Official Post

    What system are you running? AMD64 or Raspi or ??? How is it possible that APT want's to install packages from backport repository. OMV does not install this on its own because backports are not supported. Have you manually added it?

  • Hi,


    I have 3 servers with OMV on Proxmox (amd64).
    One don't want to update to the last version of OMV, I have the same error like Tagor12


    Code
    Les paquets suivants contiennent des dépendances non satisfaites :
     libnss-resolve : Dépend: systemd (= 247.3-7+deb11u2) mais 252.5-2~bpo11+1 devra être installé

    My source list:


    Code
    deb http://deb.debian.org/debian bullseye main
    deb-src http://deb.debian.org/debian bullseye main
    
    deb http://deb.debian.org/debian-security/ bullseye-security main
    deb-src http://deb.debian.org/debian-security/ bullseye-security main
    
    deb http://deb.debian.org/debian bullseye-updates main
    deb-src http://deb.debian.org/debian bullseye-updates main


    My actual version of OMV: Version 6.3.12-1 (Shaitan)

    The both others: Version6.4.0-3 (Shaitan)


    Have a nice day ;)

  • Give apt-get install openmediavault a try.

    sadly i get the same result.

    OMV Version6.5.0-3 (Shaitan) | 64 bit | ProzessorIntel(R) Celeron(R) N5100 @ 1.10GHz | KernelLinux 6.1.0-0.deb11.7-amd64 |

    Plugins: lugins : omvextrasorg 6.3.1 | openmediavault-photoprism 6.0.7-1 | openmediavault-compose 6.9.9 | openmediavault-clamav 6.0.4-1 | openmediavault-backup 6.1 | openmediavault-sharerootfs 6.0.2-1 | openmediavault-wireguard 6.3.4

  • What system are you running? AMD64 or Raspi or ??? How is it possible that APT want's to install packages from backport repository. OMV does not install this on its own because backports are not supported. Have you manually added it?

    In February i got a problem with my DNS-resolving an the solution was to activate backport and install

    sudo apt-get install systemd-resolved. I have an amd64 board with OMV-Extras shouldn't their also be just one systemd installed? I might be wrong but i think after solving the DNS problem i have deaktivated the backport.

    thanks for your help.

    OMV Version6.5.0-3 (Shaitan) | 64 bit | ProzessorIntel(R) Celeron(R) N5100 @ 1.10GHz | KernelLinux 6.1.0-0.deb11.7-amd64 |

    Plugins: lugins : omvextrasorg 6.3.1 | openmediavault-photoprism 6.0.7-1 | openmediavault-compose 6.9.9 | openmediavault-clamav 6.0.4-1 | openmediavault-backup 6.1 | openmediavault-sharerootfs 6.0.2-1 | openmediavault-wireguard 6.3.4

  • Your OMV is removed but confs are still there.

    Don't know if the install script can be ran in this case.

    Maybe ryecoaaron can give a better Pointer.


    Do not run apt purge under any circumstance.

    Tanks for your input

    OMV Version6.5.0-3 (Shaitan) | 64 bit | ProzessorIntel(R) Celeron(R) N5100 @ 1.10GHz | KernelLinux 6.1.0-0.deb11.7-amd64 |

    Plugins: lugins : omvextrasorg 6.3.1 | openmediavault-photoprism 6.0.7-1 | openmediavault-compose 6.9.9 | openmediavault-clamav 6.0.4-1 | openmediavault-backup 6.1 | openmediavault-sharerootfs 6.0.2-1 | openmediavault-wireguard 6.3.4

    • Official Post

    In February i got a problem with my DNS-resolving an the solution was to activate backport and install

    sudo apt-get install systemd-resolved. I have an amd64 board with OMV-Extras shouldn't their also be just one systemd installed? I might be wrong but i think after solving the DNS problem i have deaktivated the backport.

    thanks for your help.

    Why would you have to install a backported systemd, to resolve a DNS issue? omv-firstaid very likely would have handled that for you.


    I'm guessing this is your issue... Good luck getting that one fixed. Even if you disabled backports, it most likely pulled in something that either uninstalled or broke OMV.

    • Official Post

    Could you please run apt-cache policy libnss-resolve and post the output?

  • Could you please run apt-cache policy libnss-resolve and post the output?

    this is the output:

    Code
    libnss-resolve:
      installed:           (keine)
      Installation candidat: 247.3-7+deb11u2
      Version table:
         252.5-2~bpo11+1 100
            100 http://httpredir.debian.org/debian bullseye-backports/main amd64 Packages
         247.3-7+deb11u2 500
            500 http://deb.debian.org/debian bullseye/main amd64 Packages

    OMV Version6.5.0-3 (Shaitan) | 64 bit | ProzessorIntel(R) Celeron(R) N5100 @ 1.10GHz | KernelLinux 6.1.0-0.deb11.7-amd64 |

    Plugins: lugins : omvextrasorg 6.3.1 | openmediavault-photoprism 6.0.7-1 | openmediavault-compose 6.9.9 | openmediavault-clamav 6.0.4-1 | openmediavault-backup 6.1 | openmediavault-sharerootfs 6.0.2-1 | openmediavault-wireguard 6.3.4

    Edited once, last by Tagor12 ().

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!