OMV completly broken during update

  • apt-cache policy chrony

    chrony:

    Installed: (none)

    Candidate: 4.0-8+deb11u2

    Version table:

    4.3-1 100

    100 http://deb.debian.org/debian unstable/main amd64 Packages

    4.0-8+deb11u2 500

    500 http://mirror.nl.leaseweb.net/debian bullseye/main amd64 Packages

    100 /var/lib/dpkg/status


    apt-cache policy adduser

    adduser:

    Installed: 3.118

    Candidate: 3.118

    Version table:

    3.129 100

    100 http://deb.debian.org/debian unstable/main amd64 Packages

    *** 3.118 500

    500 http://mirror.nl.leaseweb.net/debian bullseye/main amd64 Packages

    100 /var/lib/dpkg/status


    apt update

    Get:1 http://deb.debian.org/debian unstable InRelease [161 kB]

    Get:2 http://security.debian.org/debian-security bullseye-security InRelease [48.4 kB]

    Hit:3 http://mirror.nl.leaseweb.net/debian bullseye InRelease

    Get:4 http://httpredir.debian.org/debian bullseye-backports InRelease [49.0 kB]

    Hit:5 http://packages.openmediavault.org/public shaitan InRelease

    Get:6 http://mirror.nl.leaseweb.net/debian bullseye-updates InRelease [44.1 kB]

    Hit:7 https://download.docker.com/linux/debian bullseye InRelease

    Hit:8 https://openmediavault-plugin-developers.github.io/packages/debian shaitan InRelease

    Get:9 https://openmediavault-plugin-developers.github.io/packages/debian shaitan-testing InRelease [3,950 B]

    Get:10 http://deb.debian.org/debian unstable/main Sources.diff/Index [63.6 kB]

    Get:11 http://deb.debian.org/debian unstable/contrib Sources.diff/Index [63.3 kB]

    Get:12 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]

    Get:13 http://deb.debian.org/debian unstable/main Translation-en.diff/Index [63.6 kB]

    Get:14 http://deb.debian.org/debian unstable/main Sources T-2022-10-10-1406.43-F-2022-10-10-0804.17.pdiff [18.8 kB]

    Get:15 http://deb.debian.org/debian unstable/contrib Sources T-2022-10-10-1406.43-F-2022-10-10-1406.43.pdiff [750 B]

    Get:16 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-10-10-1406.43-F-2022-10-10-0804.17.pdiff [20.3 kB]

    Get:16 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-10-10-1406.43-F-2022-10-10-0804.17.pdiff [20.3 kB]

    Get:15 http://deb.debian.org/debian unstable/contrib Sources T-2022-10-10-1406.43-F-2022-10-10-1406.43.pdiff [750 B]

    Get:14 http://deb.debian.org/debian unstable/main Sources T-2022-10-10-1406.43-F-2022-10-10-0804.17.pdiff [18.8 kB]

    Get:17 http://deb.debian.org/debian unstable/main Translation-en T-2022-10-10-1406.43-F-2022-10-10-0804.17.pdiff [2,809 B]

    Get:17 http://deb.debian.org/debian unstable/main Translation-en T-2022-10-10-1406.43-F-2022-10-10-0804.17.pdiff [2,809 B]

    Fetched 603 kB in 15s (41.2 kB/s)

    Reading package lists... Done

    Building dependency tree... Done

    Reading state information... Done

    4 packages can be upgraded. Run 'apt list --upgradable' to see them.

    • Offizieller Beitrag

    unstable

    Remove the unstable repo! This will just continue to cause you problems.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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!

    • Offizieller Beitrag

    Today tried to update OMV to 6.0.42

    The update broke my complete installation in such a way that omv is no longer installed.

    And how did you end up having the unstable repos in your sources?

  • because i manually added them.

    I needed a specific file that was only available in the unstable repo (2 years back or so).

    Never had any issues with it.

    Should've removed the lines when it was all up and running, I know.

    • Offizieller Beitrag

    This should be your sources.list


    Code
    deb http://deb.debian.org/debian/ bullseye main contrib non-free
    deb-src http://deb.debian.org/debian/ bullseye main
    
    deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free
    deb-src http://deb.debian.org/debian/ bullseye-updates main

    After you changed your list, run apt update and apt upgrade

  • I've removed the unstable lines, and did a apt update && apt upgrade

  • no luck unfortunatly.

    It still complains about chrony that is not installable.


    When i do an apt install including all the dependencies, it returns the following:

    Code
    The following packages have unnet dependencies:
     libc6 : Breaks: chrony (<4.2-3~) but 4.0-8+deb11u2 is to be installed

    does that mean my version of libc6 is to high?

  • output from

    ls -al /var/lib/apt/lists/*_Packages


    • Offizieller Beitrag

    There is no easy way. You have to figure out which packages are from unstable. Then you have to force install the stable version. It is a real pain.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    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!

Jetzt mitmachen!

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