Need Help please, upgraded to OMV7 and everything broke

  • Hello,
    As part of general home network maintenance, I recently upgraded my NAS from OMV6 to OMV7, since 6 is now a legacy release.

    I upgraded from 6 to 7 via omv-release-upgrade

    I have since run into SEVERAL headaches that make me want to scream, cry, and toss my server out a window.
    There are currently three bugbears that are driving me up the wall.


    1) Omv-extras is stuck at version 6. I tried running the fix 6to7 script, it did not work. I can now no longer remove, reinstall, or install the dependencies for the package via apt or the wget script.


    2) the web gui is down and now gives me a 403 error. I can still ssh into the system via terminal. Not mission critical but incredibly annoying.


    3)My ZFS setup has gone up in smoke. A modprobe says that it is missing from my kernel, and rebuilding DKMS says that it cannot be fixed for my kernel due to missing headers. When I try to install the headers, my system says they're already installed and up to date.

    I do have dockers running on my system via portainer (I like the interface, sue me), but since the docker data is all on my os drive, it's not affected by the ZFS shenanigans, and they're all still working for now.

    I have data backups, so wiping the system is starting over is an option, it's just one I'd prefer as a last resort.

    I will provide any logs necessary, just. Please. Help.

    Intel i5 8500T with ASROCK z370 itx motherboard, Sabrent 1tb OS drive, 8 SAS Seagate 6TB drives connected via an HBA card


    EDIT: Issue identified as my system updating straight to OMV8 and getting stuck halfway between 7 & 8.
    Dockers are now also down. Still need help please.

    • Official Post

    I will provide any logs necessary

    The logs from the scripts you ran would be very helpful. If you don't have them, run fix6to7upgrade again.

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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!

  • May have to wait for the precise logs, currently at work, but will do so the minute I get back home.
    I remember this morning that the script essentially said the main omv-extras package was severely broken and couldn't be updated, told me to run apt --fix-missing install, which yielded no results.


    Do you think the three issues are interconnected?

    • Official Post

    Do you think the three issues are interconnected?

    probably but nothing I have seen here is usually hard to fix. Just need output to know what to fix. Add the output of this command too:


    dpkg -l | grep openme

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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!

  • probably but nothing I have seen here is usually hard to fix. Just need output to know what to fix. Add the output of this command too:


    dpkg -l | grep openme

    Home. attached the terminal output from running the 6 to 7 upgrade fix script as a text file since it was huge. Here is the output of running dpkg -l | grep openme


    • Official Post

    I would try this first: sudo apt-get -f install


    if it fails: sudo apt-get install --reinstall openmediavault

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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!

    • Official Post

    Your system somehow was upgraded to debian13. Downgrading is not something I would do. So, you can either finish the upgrade to omv8 or reinstall/restore from backup.

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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!

  • Sonuva- Well. Not ideal, but workable.

    Please break into crayons how to finalize upgrading to OMV8 without borking up my system. I cannot remember where/when my last backup of the OS drive was right this moment, and I utterly cannot be bothered to care at this stage. I just want my machine to work until next regular system maintenance.

    • Official Post

    What is the output of:


    sudo sed -i "s/bookworm/trixie/g" /etc/apt/sources.list

    sudo sed -i "s/bookworm/trixie/g" /etc/apt/sources.list.d/*

    sudo omv-aptclean repos

    sudo omv-salt deploy run apt

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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!

  • In that order:
    sudo sed -i "s/bookworm/trixie/g" /etc/apt/sources.list: Nothing
    sudo sed -i "s/bookworm/trixie/g" /etc/apt/sources.list.d/*: Nothing again
    sudo omv-aptclean repos:

    sudo omv-salt deploy run apt:

    Code
    $ sudo omv-salt deploy run apt
    sudo: omv-salt: command not found
    • Official Post

    The sed commands aren't supposed to return output.


    sudo sed -i "s/sandworm/synchrony/g" /etc/apt/sources.list.d/*

    sudo apt-get update

    apt-cache policy openmediavault

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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!

  • Also thank you for being patient with me, if i come across as mad and frustrated....well I am, but not at you. I've just been working at this blasted cube of silicon for 36 hours and I was pretty close to chucking it out a window. You are a saint.

  • The sed commands aren't supposed to return output.


    sudo sed -i "s/sandworm/synchrony/g" /etc/apt/sources.list.d/*

    sudo apt-get update

    apt-cache policy openmediavault

    Code
    $ sudo sed -i "s/sandworm/synchrony/g" /etc/apt/sources.list.d/*
    $ sudo apt-get update
    E: Malformed entry 1 in sources file /etc/apt/sources.list.d/omvextras.sources (Suite)
    E: The list of sources could not be read.
    $ apt-cache policy openmediavault
    E: Malformed entry 1 in sources file /etc/apt/sources.list.d/omvextras.sources (Suite)
    E: The list of sources could not be read.
    • Official Post

    sudo rm /etc/apt/sources.list.d/omvextras*

    sudo apt-get update

    apt-cache policy openmediavault

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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!

  • sudo rm /etc/apt/sources.list.d/omvextras*

    sudo apt-get update

    apt-cache policy openmediavault

    • Official Post

    sudo apt-get install --reinstall openmediavault


    I will gone for the next hour or so.

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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!

  • Quote

    sudo apt-get install --reinstall openmediavault

    Code
    $ sudo apt-get install --reinstall openmediavault
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    E: The package openmediavault-omvextrasorg needs to be reinstalled, but I can't find an archive for it.

    Alright. different error! Progress. I'm going to get a bite too, again, thank you for helping me deal with this. I owe you like. a good scone recipe or something.

    • Official Post

    Sorry, fell asleep and didn't make it back on.


    wget https://omv-extras.org/omvextras8.deb

    sudo dpkg -i omvextras8.deb

    omv 8.0.8-1 synchrony | 6.17 proxmox kernel

    plugins :: omvextrasorg 8.0.2 | kvm 8.0.4 | compose 8.1.2 | cterm 8.0 | borgbackup 8.0.2 | cputemp 8.0 | mergerfs 8.0 | scripts 8.0.1 | writecache 8.1


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


    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!


  • sudo dpkg -i omvextras8.deb

    No worries.

Participate now!

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