Error after update to 7.6.0-1

  • After updating to 7.6.0-1 I get following error:

    All appears to be working fine but when I check for updates I get this error.

    Arch Linux, Linux Mint 22, FreeBSD KDE Plasma6

    OMV7 NAS 10GB Fiber, Fractal Design Define R5 Case, Kodi "Omega", pfSense Plus firewall/router

  • All appears to be working fine but when I check for updates I get this error.

    Any reason why you have backports enabled?

    Are you running proxmox kernel on OMV (or KVM plugin, I never recall which one requires backports) ?


    You can disable backports on omv-extras GUI and try again.

  • Any reason why you have backports enabled?

    Are you running proxmox kernel on OMV (or KVM plugin, I never recall which one requires backports) ?


    You can disable backports on omv-extras GUI and try again.

    Yes I am running proxmox kernel for quite some time, year or so. All was running fine and OMV was/is solid like rock of Gibraltar, runs like a charm. I disabled "backports" in GUI as you suggested and rebooted system, just to be sure of changes taking place, but results is pretty much same error while checking for updates.

    Arch Linux, Linux Mint 22, FreeBSD KDE Plasma6

    OMV7 NAS 10GB Fiber, Fractal Design Define R5 Case, Kodi "Omega", pfSense Plus firewall/router

  • In case you have not enabled it in omv-extras post the output of


    grep -r /etc/apt/ -e backports

    This is an output after I disabled "backports" in GUI.

    "/etc/apt/sources.list.d/openmediavault-custom-17ca7397-d441-4a6f-8c8b-5d57c79e05c5.sources:Suites: bookworm-backports"

    Arch Linux, Linux Mint 22, FreeBSD KDE Plasma6

    OMV7 NAS 10GB Fiber, Fractal Design Define R5 Case, Kodi "Omega", pfSense Plus firewall/router

  • This is an output after I disabled "backports" in GUI.

    "/etc/apt/sources.list.d/openmediavault-custom-17ca7397-d441-4a6f-8c8b-5d57c79e05c5.sources:Suites: bookworm-backports"

    Move that file to somewhere and it will clear the error.

    mv /etc/apt/sources.list.d/openmediavault-custom-17ca7397-d441-4a6f-8c8b-5d57c79e05c5.sources /root/


    Yes I am running proxmox kernel for quite some time, year or so.

    It's the KVM plugin that needs backports so, no problem removing the backports

  • What is the content of that file?


    /etc/apt/sources.list.d/openmediavault-custom-17ca7397-d441-4a6f-8c8b-5d57c79e05c5

    Code
    Enabled: yes
      2 Types: deb
      3 URIs: https://deb.debian.org/debian
      4 Suites: bookworm-backports
      5 Components: main contrib non-free non-free-firmware
      6 Signed-By: -----BEGIN PGP PUBLIC KEY BLOCK-----

    Top 6 lines and then key block.


    I followed "@Soma" advice and it cleared error.

    Arch Linux, Linux Mint 22, FreeBSD KDE Plasma6

    OMV7 NAS 10GB Fiber, Fractal Design Define R5 Case, Kodi "Omega", pfSense Plus firewall/router

  • Move that file to somewhere and it will clear the error.

    mv etc/apt/sources.list.d/openmediavault-custom-17ca7397-d441-4a6f-8c8b-5d57c79e05c5.sources /root/


    It's the KVM plugin that needs backports so, no problem removing the backports

    "@Soma"

    Thanks. That did the trick. No I do not use OMV KVM plugin. I have KVM for my pfSense and OVM boxes but that should have no impact on OMV. Thanks again.

    Arch Linux, Linux Mint 22, FreeBSD KDE Plasma6

    OMV7 NAS 10GB Fiber, Fractal Design Define R5 Case, Kodi "Omega", pfSense Plus firewall/router

  • It's the third thread with this type of file on the sources.list.d folder that I see on the forum:


    Search - openmediavault


    Why it happens, I have no idea

  • Enabled: yes

    Care to test something?


    Move back the file to where it was and run:

    omv-enablebackports NO


    After chek if it still exists there OR if it changed something:

    ls -al /etc/apt/sources.list.d


    cat /etc/apt/sources.list.d/openmediavault-custom-17ca7397-d441-4a6f-8c8b-5d57c79e05c5.sources

  • It's the third thread with this type of file on the sources.list.d folder that I see on the forum:


    Search - openmediavault


    Why it happens, I have no idea

    Yes, I did search forum first with no clear answer to my specific issue. I usually do that first before I post a question. It also could be that my search was not precise enough, possibility. On any event, thank you for your help on this subject.

    Arch Linux, Linux Mint 22, FreeBSD KDE Plasma6

    OMV7 NAS 10GB Fiber, Fractal Design Define R5 Case, Kodi "Omega", pfSense Plus firewall/router

  • "omv-enablebackports NO" returns "zsh: command not found: omv-enablebackports" (I switched to zsh shell from bash on all my Linux boxes including OMV).

    In OMV GUI I enabled backports and than edited " /etc/apt/sources.list.d/openmediavault-custom-17ca7397-d441-4a6f-8c8b-5d57c79e05c5.sources" file and changed first line "Enabled: yes" to "Enabled: no". Error is gone while checking for updates in OMV GUI.

    Just to check I enabled backports in OMV GUI and then vi "openmediavault-custom-17ca7397-d441-4a6f-8c8b-5d57c79e05c5.sources" --> first line was modified to "Enable: yes" then I disabled backports in OMV GUI --> "openmediavault-custom-17ca7397-d441-4a6f-8c8b-5d57c79e05c5.sources" --> first line was still set to "enable: yes". It seams that GUI method does not modify this file.

    Arch Linux, Linux Mint 22, FreeBSD KDE Plasma6

    OMV7 NAS 10GB Fiber, Fractal Design Define R5 Case, Kodi "Omega", pfSense Plus firewall/router

  • This file should be created when enabling backports in omv-extras


    openmediavault-kernel-backports.list


    Somehow OMV does not like this command.

    Arch Linux, Linux Mint 22, FreeBSD KDE Plasma6

    OMV7 NAS 10GB Fiber, Fractal Design Define R5 Case, Kodi "Omega", pfSense Plus firewall/router

  • This file should be created when enabling backports in omv-extras


    openmediavault-kernel-backports.list

    Which still leaves to be answered is, what is creating the *custom-UUID.sources file

    The solution of just deleting or removing it to another location is just a workaround.

  • Somehow OMV does not like this command.

    It's not a command file, it's only text so:

    ls -al /etc/apt/sources.list.d

    cat /etc/apt/sources.list.d/openmediavault-kernel-backports.list

    • Official Post

    Which still leaves to be answered is, what is creating the *custom-UUID.sources file

    The solution of just deleting or removing it to another location is just a workaround.

    Yep. Maybe it is a leftover from previous versions.

  • It's not a command file, it's only text so:

    ls -al /etc/apt/sources.list.d

    cat /etc/apt/sources.list.d/openmediavault-kernel-backports.list

    I might have misunderstand "macom" and interpreted it as a CLI command.


  • andrzejls Please, don't post screenshots when you can post CODEboxes.


    Seeing the output of ls, you have a newly created *custom-UUID.sources file.

    By enabeling/disabeling backports from the GUI of omv-extras, the only new file created/removed is, as macom mentioned, the openmediavault-kernel-backports.list



    It's a mystery, this one...

Participate now!

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