WebGUI update hangs at "Reading State information"

  • When I attempt to update from the webGUI, the new window opens titled "Installing Updates" as usual but soon hangs. It displays the following:


    Reading package lists...
    Building dependency tree...
    Reading state information...



    Then nothing. Anyway I can fix this from command line?


    Thanks,
    -Sean

    • Offizieller Beitrag

    What is the output of (as root): apt-get update

    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 | scripts 7.0.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!

  • I have the same issue
    System > Update Manager shows a load of things to be updated
    When I select them and choose "Upgrade".. it stalls at "Reading state information..."


    apt-get update shows:


    thanks

  • OK, it's probably bad etiquette to reply to ones own post... but in case it helps, I tried apt-get upgrade to see what that did...


    • Offizieller Beitrag

    Remove linuxmint repo... Should never be used anyway.

    I have the same issue
    System > Update Manager shows a load of things to be updated
    When I select them and choose "Upgrade".. it stalls at "Reading state information..."


    apt-get update shows:


    thanks

    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 | scripts 7.0.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!

  • Thanks for the pointer... found it in /etc/apt/sources.list.d/openmediavault-millers.list
    removed it...


    but still seeing a huge list of things to update and it's stalled at "Reading state information..."



    Code
    Reading package lists...
    Building dependency tree...
    Reading state information...
    • Offizieller Beitrag

    rm -f /etc/apt/sources.list.d/openmediavault-millers.list


    Post output of: grep -r squeeze /etc/apt/*

    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 | scripts 7.0.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!

  • Thanks for the help - I appreciate it

    Code
    root@openmediavault:~# grep -r squeeze /etc/apt/*
    Binary file /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg~ matches
    Binary file /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg matches
    • Offizieller Beitrag

    The squeeze reference must have been in the millers.list. What is the output of apt-get update now?

    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 | scripts 7.0.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!

  • Zitat

    What is the output of (as root): apt-get update


    • Offizieller Beitrag

    What is the output of:


    grep -r stable /etc/apt/*
    grep -r precise /etc/apt/*

    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 | scripts 7.0.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!

  • Still not proceeding to update...
    the outputs are as follows...


    apt-get update


    grep -r stable /etc/apt/*

    Code
    /etc/apt/apt.conf:APT::Default-Release "stable";
    /etc/apt/apt.conf.d/50unattended-upgrades:        // new stable).
    /etc/apt/apt.conf.d/50unattended-upgrades://      "o=Debian,a=stable";
    /etc/apt/apt.conf.d/50unattended-upgrades://      "o=Debian,a=stable-updates";
    /etc/apt/apt.conf.d/50unattended-upgrades:        "origin=Debian,archive=stable,label=Debian-Security";
    /etc/apt/apt.conf.d/50unattended-upgrades:        "origin=Debian,archive=oldstable,label=Debian-Security";


    grep -r precise /etc/apt/*

    Code
    /etc/apt/preferences.d/99omv-extras-org:Pin: release n=precise, origin ppa.launchpad.net/deluge-team/ppa/ubuntu
    /etc/apt/sources.list.d/omv-extras-org-kralizec.list:deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu precise main
    • Offizieller Beitrag

    I knew update still wouldn't work. I needed more info. After the following, update should work.


    rm -f /etc/apt/apt.conf /etc/apt/apt.conf.d/50unattended-upgrades

    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 | scripts 7.0.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!

  • nearly there... and further on than before...


    from root:


    from the GUI:

    • Offizieller Beitrag

    That is a mono issue. Disable the mono repos in omv-extra's repo tab until someone can tell you what is going on with mono (I don't use it).

    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 | scripts 7.0.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!

  • What is the output of:


    grep -r stable /etc/apt/*
    grep -r precise /etc/apt/*



    I still have the issue

    • Offizieller Beitrag

    rm -f /etc/apt/apt.conf.d/99openmediavault-release


    Change the following two lines in /etc/apt/sources.list from:
    deb http://ftp.kr.debian.org/debian stable main non-free contrib
    deb-src http://ftp.kr.debian.org/debian stable main non-free contrib
    to:
    deb http://ftp.kr.debian.org/debian wheezy main non-free contrib
    deb-src http://ftp.kr.debian.org/debian wheezy main non-free contrib

    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 | scripts 7.0.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!

  • I have the same issue !!! I tried

    Code
    grep -r stable /etc/apt/*

    and got nothing!!! I tried

    Code
    grep -r precise /etc/apt/*

    and got

    Code
    /etc/apt/preferences.d/99omv-extras-org:Pin: release n=precise, origin ppa.launchpad.net/deluge-team/ppa/ubuntu
    /etc/apt/sources.list.d/omv-extras-org-kralizec.list:deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu precise main

    Any help???

Jetzt mitmachen!

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