Plugins menu after upgrading

  • Hi all, been trying to sort this for a month now but no luck. Basically after running the plugin cleanup script before upgrading to 0.5, every time i try to access the plugins menu item i get the following message



    i've tried all kinds of apt-get clean and running the cleanup script again but alas its not making any difference. for some reason it seems to be insisting that i have the iscsitarget plugin installed even though apparently i do not.


    help?
    many many thanks

  • Run this command on the CLI:

    Code
    export LANG=C; apt-get --simulate --reinstall install openmediavault-iscsitarget


    Also, are you running the backports kernel 3.2?


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • Zitat von "davidh2k"

    Run this command on the CLI:

    Code
    export LANG=C; apt-get --simulate --reinstall install openmediavault-iscsitarget


    Also, are you running the backports kernel 3.2?


    Greetings
    David




    no i've not changed anything kernel related.

  • What does "uname -r" say?


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • Let Ryecoaaron have a look at this later, I know he changed something regarding the iscsi implementation but this was for the backports kernel, so it shouldn't effect you...


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

    • Offizieller Beitrag

    You had this problem a while back. Not sure what changed on your system. What is the output of:


    dpkg -l | grep openmediavault

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | 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!

  • Zitat von "ryecoaaron"

    You had this problem a while back. Not sure what changed on your system. What is the output of:


    dpkg -l | grep openmediavault


    yeah i did. didnt find a solution though.



    thanks

    • Offizieller Beitrag

    Try this:


    apt-get remove --purge openmediavault-cups openmediavault-dnsmasq
    apt-get clean
    rm -f /var/lib/apt/lists/*
    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.1.4 | 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!

  • Zitat von "ryecoaaron"

    Try this:


    apt-get remove --purge openmediavault-cups openmediavault-dnsmasq
    apt-get clean
    rm -f /var/lib/apt/lists/*
    apt-get update


    same problem. same message from the outputs posted previously :(

    • Offizieller Beitrag

    I know it will be long but post:


    dpkg -l

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | 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!

  • Zitat von "ryecoaaron"

    I know it will be long but post:


    dpkg -l


  • and the rest (too much to put in one post)

    • Offizieller Beitrag

    Need to do some more cleanup:


    apt-get remove --purge openmediavault-omvextrasorg openmediavault-openvpn openmediavault-transmissionbt libminiupnpc5 checkinstall dkms transmission-daemon


    Post the output of:


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


    You may need to remove deb-multimedia if you aren't using it.

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | 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!


  • ran the remove. deb-multimedia is commented out so is not used.


    root@openmediavault:~# cat /etc/apt/sources.list
    deb http://ftp.uk.debian.org/debian/ squeeze main
    deb-src http://ftp.uk.debian.org/debian/ squeeze main


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


    deb http://ftp.uk.debian.org/debian/ squeeze-updates main non-free
    deb-src http://ftp.uk.debian.org/debian/ squeeze-updates main non-free


    #deb http://www.deb-multimedia.org squeeze main non-free
    #deb-src http://www.deb-multimedia.org squeeze main


    deb http://dl.ajaxplorer.info/repos/apt squeeze main
    deb-src http://dl.ajaxplorer.info/repos/apt squeeze main


    root@openmediavault:~# ls -al /etc/apt/sources.list.d/
    total 20
    drwxr-xr-x 2 root root 4096 Nov 15 10:18 .
    drwxr-xr-x 6 root root 4096 Oct 21 15:34 ..
    -rw-r--r-- 1 root root 112 Oct 21 15:35 minidlna.list
    -rw-r--r-- 1 root root 46 Oct 16 22:35 openmediavault-local.list
    -rwxr-xr-x 1 root root 679 Oct 15 22:49 openmediavault.list

    • Offizieller Beitrag

    I assume the error is still there? What is in minidlna.list?

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | 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

    Just noticed it but I am pretty sure the problem is you libc6 2.13-7 installed instead of 2.11.3-4. I think this probably happened when deb-multimedia was installed. I will have to test.

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | 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!

  • Zitat von "ryecoaaron"

    Just noticed it but I am pretty sure the problem is you libc6 2.13-7 installed instead of 2.11.3-4. I think this probably happened when deb-multimedia was installed. I will have to test.


    hmm ok, is there a way i can downgrade it then or at least see what is using it currently?

    • Offizieller Beitrag

    I can't figure out where libc6 2.13-7 came from to test. It is very risky but you could try (I would backup your os drive with clonezilla first):


    Code
    wget http://ftp.us.debian.org/debian/pool/main/e/eglibc/libc6_2.11.3-4_amd64.deb
    dpkg -i --force-depends libc6_2.11.3-4_amd64.deb
    
    
    and if it has errors - 
    apt-get -f install

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | 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!