error #4000 when update OMV (after outage)

  • Hello,


    since after a outage we have a problem with our raid5, not appear but all disk are still present.
    >>> Need help too here...



    and we have now a error when we tried to update the OMV 2.2.14


    Here is the error message:


    If someone have a idea to fix this, it'll be great..


    Thank you.
    Regard.

    • Offizieller Beitrag

    If someone have a idea to fix this, it'll be great..

    This is temporary. OMV downloads (not installs) updates daily. Once it done downloading the updates, you should be able to update. Otherwise, reboot and try to update right away.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Thank you for your answer.


    But no, stil yesterday I'm trying.
    In the admin interface I click on the "update manager" button, and then click on "check"..but since yesterday I had this problem...


    And if I connect with ssh, and do a "apt-get update", I had this error message :


    Code
    root@OMV-NAS:~# apt-get update
    E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
    E: Unable to lock directory /var/lib/apt/lists/

    If you have a idea... and maybe it is linked with my othe problem (which is bigger..) : can you check here too..?


    Thank you very much.
    Regard.

    • Offizieller Beitrag

    But no, stil yesterday I'm trying.

    It does run every day. What is the output of ps aux | grep apt

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    rm /var/lib/apt/lists/lock && apt-get update

    And if you have a second to check here...

    I really hate raid questions... But I responded...

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Ok I done this, but it's blocked at 34% (and very slow)


    Apparently, there is a DNS problem, no ?


    Thank you.



    PS: yes I know you hate raid problem, but I answer to you, and if you just have a idea where I can search to solve this it'll be great. Regard.

    • Offizieller Beitrag

    Apparently, there is a DNS problem, no ?

    Yep it is a dns issue. Do you have your dns server set in network setup?



    yes I know you hate raid problem, but I answer to you, and if you just have a idea where I can search to solve this it'll be great

    I saw it. Just give me a bit.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Yes I have set up the DNS server in network setup. Which is here 192.168.2.91
    I verified and it is good.


    And if I put the google's DNS 8.8.8.8, I have the problem too...


    Strange isn't it...?

    • Offizieller Beitrag

    What is the output of: cat /etc/resolv.conf

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    Now it is 192.168.2.91. But I changed it in the "Ethernet connection" window (screenshot below).

    So, is the /etc/resolv.conf before or after changing the ethernet connection in the web interface?

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    Not sure then... What is the output of:


    cat /etc/apt/sources.list
    cat /etc/apt/sources.list.d/*.list

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Hello,




    Code
    root@OMV-NAS:~# cat /etc/apt/sources.list.d/*.list
    deb http://packages.openmediavault.org/public stoneburner main
    # deb http://downloads.sourceforge.net/project/openmediavault/packages stoneburner main


    If you have a idea...


    Thank you very much.
    Regard.

  • Ok so I empty the /etc/resolv.conf and reboot.


    And after rebooting, it is still empty. But

    Zitat

    /etc/resolv.conf is automatically generated upon reboot by resolvconf if its a symbolic link to /run/resolvconf/resolv.conf (the file resolvconf writes to), you don't need to create it or edit it.


    So is there a bug ?

    • Offizieller Beitrag

    Hello hello ?

    I was busy with more important things....


    I don't know why it isn't working. Everything looks correct. Maybe it is bug in OMV 2.x but it is so old, you should upgrade.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!