Suddenly can't check for plugin updates

  • Getting the following:


    • Offizieller Beitrag

    Try the apt clean button in omv-extras. If that doesn't work, give it a few hours and try again.

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.11 | compose 7.1.3 | k8s 7.1.0-3 | cputemp 7.0 | mergerfs 7.0.3


    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!

  • apt clean gave me the same error:


    Code
    W: Failed to fetch http://security.debian.org/dists/wheezy/updates/Release  Unable to find expected entry 'deb/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)
    
    
    E: Some index files failed to download. They have been ignored, or old ones used instead.


    Will try again later.

    • Offizieller Beitrag

    Post the output of cat /etc/apt/sources.list

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.11 | compose 7.1.3 | k8s 7.1.0-3 | cputemp 7.0 | mergerfs 7.0.3


    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!

  • Code
    deb http://debian.mirrors.tds.net/debian/ wheezy main
    deb-src http://debian.mirrors.tds.net/debian/ wheezy main
    
    
    deb http://security.debian.org/ wheezy/updates main non-free
    deb-src http://security.debian.org/ wheezy/updates main non-free
    
    
    deb http://debian.mirrors.tds.net/debian/ wheezy-updates main non-free
    deb-src http://debian.mirrors.tds.net/debian/ wheezy-updates main non-free
    • Offizieller Beitrag

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

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.11 | compose 7.1.3 | k8s 7.1.0-3 | cputemp 7.0 | mergerfs 7.0.3


    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!

  • Code
    total 28
    drwxr-xr-x  2 root root 4096 Mar 11 19:10 .
    drwxr-xr-x 11 root root 4096 Feb 12 07:38 ..
    -rw-rw-rw-  1 root root   15 Mar 11 19:10 omv-extras-org-custom.list
    -rw-rw-rw-  1 root root  303 Mar 11 19:10 omv-extras-org-stoneburner.list
    -rw-r--r--  1 root root  691 Jun 29  2015 openmediavault.list
    -rw-r--r--  1 root root   45 Nov  2  2011 openmediavault-local.list
    -rw-r--r--  1 root root  180 Feb 18 23:19 wheezy.non-free.list
    • Offizieller Beitrag

    I'm sure it is the wheezy.non-free.list file. No idea what or who created it. Post the output of: cat /etc/apt/sources.list.d/wheezy.non-free.list

  • Code
    deb ftp://ftp.us.debian.org/debian/ wheezy non-free
    deb http://security.debian.org/ wheezy/updates non-free deb http://volatile.debian.org/debian-volatile wheezy/volatile non-free
    • Offizieller Beitrag

    Yep.


    rm -f /etc/apt/sources.list.d/wheezy.non-free.list
    omv-aptclean

  • Im encountering the same issue. I reinstalled latest version yesterday and same behavior


    My console Results

    Code
    root@openmediavault3:~# cat /etc/apt/sources.list#
    
    
    # deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20171202-11:23]/ jessie contrib main non-free
    
    
    deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20171202-11:23]/ jessie contrib main non-free
    
    
    # Line commented out by installer because it failed to verify:#deb http://security.debian.org/ jessie/updates main contrib non-free# Line commented out by installer because it failed to verify:#deb-src http://security.debian.org/ jessie/updates main contrib non-free
    Code
    root@openmediavault3:~# cat /etc/apt/sources.list#
    
    
    # deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20171202-11:23]/ jessie contrib main non-free
    
    
    deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20171202-11:23]/ jessie contrib main non-free
    
    
    # Line commented out by installer because it failed to verify:#deb http://security.debian.org/ jessie/updates main contrib non-free# Line commented out by installer because it failed to verify:#deb-src http://security.debian.org/ jessie/updates main contrib non-free
    Code
    root@openmediavault3:~# ls -al /etc/apt/sources.list.d/
    total 20
    drwxr-xr-x  2 root root 4096 Jan  4 17:35 .
    drwxr-xr-x 11 root root 4096 Jan  4 17:40 ..
    -rw-r--r--  1 root root   78 Dec  2 12:21 openmediavault-kernel-backports.list
    -rw-r--r--  1 root root   59 Dec  2 12:21 openmediavault.list
    -rw-r--r--  1 root root   45 Dec  1 16:32 openmediavault-local.list
    • Offizieller Beitrag

    I reinstalled latest version yesterday and same behavior

    Looks like your system didn't have network access while installing. This is necessary to setup the repos.

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.11 | compose 7.1.3 | k8s 7.1.0-3 | cputemp 7.0 | mergerfs 7.0.3


    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

    what do i do now, to fix it

    You need to add debian repos to your /etc/apt/sources.list. Here are mine:


    deb http://cosmos.cites.illinois.edu/pub/debian/ stretch main contrib non-free
    deb http://security.debian.org/debian-security stretch/updates main contrib non-free
    deb http://cosmos.cites.illinois.edu/pub/debian/ stretch-updates main contrib non-free


    You can look up closer mirrors if you like.

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.11 | compose 7.1.3 | k8s 7.1.0-3 | cputemp 7.0 | mergerfs 7.0.3


    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

    Do i open the sources.list with nano editor and add the lines? I am a beginner

    yes


    here is mine for Germany


    deb http://ftp.uni-erlangen.de/debian/ stretch main
    deb-src http://ftp.uni-erlangen.de/debian/ stretch main



    deb http://security.debian.org/ stretch/updates main contrib non-free
    deb-src http://security.debian.org/ stretch/updates main contrib non-free


    deb http://ftp.uni-erlangen.de/debian/ stretch-updates main contrib non-free
    deb-src http://ftp.uni-erlangen.de/debian/ stretch-updates main contrib non-free

    • Offizieller Beitrag

    Do i open the sources.list with nano editor and add the lines?

    Yes, as root. Then apt-get update.

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.11 | compose 7.1.3 | k8s 7.1.0-3 | cputemp 7.0 | mergerfs 7.0.3


    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!