Debian Update 3.2 -> 3.16 removed OMV Packets

  • Hi there,


    I am quite new to Linux and OMV and have searched several Forums but could not find anything to solve my Problem as follows:


    I had OMV Stone Burner running on debian 3.2.0 without any problems. Durin the update of Debian to Version 3.16 I saw some rows saying something like "Pakete entfernt: OMV-ClamAV, OMV, OMV-Plex" etc. so OMV including all my plugins ha seemingly gone. After the update of debian I could not log in via WebGUI (seems logical). I Managed to backup my omv config.xml and tried to re-install omv.
    Now comes the Main Problem: when I install omv with apt-get install openmediavault I get this:

    Code
    Die folgenden Pakete haben unerfüllte Abhängigkeiten:
     openmediavault : Hängt ab von: php5-pam soll aber nicht installiert werden
                      Hängt ab von: php5-proctitle soll aber nicht installiert werden
    E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.


    what have i done wrong?


    Thank you very much in advance!

    • Offizieller Beitrag

    You probably updated to jessie (not good). Read this. If the output of cat /etc/debian_release is 8.#, you are on jessie.

    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

    You are still ok and on wheezy. What is the output of the following:


    dpkg -l | grep openmediavault
    uname -a

    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!

  • 1. rc openmediavault 2.1.19 all Op en network attached storage solution
    rc openmediavault-clamav 2.1 all Op enMediaVault ClamAV plugin
    ii openmediavault-keyring 0.4 all Gn uPG archive keys of the OpenMediaVault archive
    rc openmediavault-omvextrasorg 2.9 all OM V-Extras.org Package Repositories for OpenMediaVault
    rc openmediavault-plexmediaserver 1.0.12 all Op enMediaVault Plex Media Server plugin


    2. Linux ********* 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) x86_64 GNU/Linux

    • Offizieller Beitrag

    Try apt-get -f install


    If that doesn't work, post the output of:


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

    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!

  • apt-get -f install did not help.


    output of sources.list:

    Zitat


    output of ls -al sources.list.d:

    Zitat

    drwxr-xr-x 2 root root 4096 Dez 8 12:40 .
    drwxr-xr-x 7 root root 4096 Dez 8 15:13 ..
    -rw-r--r-- 1 root root 63 Dez 7 14:07 openmediavault.list
    -rw-r--r-- 1 root root 45 Nov 2 2011 openmediavault-local.list

    • Offizieller Beitrag

    Did you read the post I linked to?? You need to get rid of the word stable (replace with wheezy) in sources.list. This is your main problem. If you aren't careful, you would update to jessie and would have to reinstall to fix.


    When you edited your sources.list, you must have removed the security repo too (deb http://security.debian.org/ wheezy/updates main contrib non-free)

    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!

  • I have read the post and I dont have a file named apt.conf to delete.
    I have changed my entries in the sources.list so it reads like this now:


    Zitat

    deb http://ftp.de.debian.org/debian wheezy main
    deb http://ftp.debian.org/debian/ wheezy-updates main
    deb http://apt.tvheadend.org/stable wheezy main
    deb http://security.debian.org/ wheezy/updates main contrib non-free


    after this I ran apt-get update und tried to install openmediavault but still the same error with the dependencies.

  • when I run apt-get -f install it shows me a lot of packages which are not in use any longer



    should I run apt-get autoremove ?? I am quite anxious that it removes too much, when I read "samba" and stuff

    • Offizieller Beitrag

    DON"T run apt-get autoremove!!!


    Post the output of:


    grep -ir stable /etc/apt/*
    apt-cache policy php5-pam
    apt-cache policy php5-proctitle

    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!

  • Ok, will NOT run it :)


    grep -ir stable /etc/apt/*:



    apt-cache policy php5-pam:



    apt-cache policy php5-proctitle:


    • Offizieller Beitrag

    They should install... What do you get when you : apt-get install php5-pam php5-proctitle

    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!

  • hmm....
    i get this

    Zitat

    Die folgenden Pakete haben unerfüllte Abhängigkeiten:
    php5-pam : Hängt ab von: phpapi-20100525
    php5-proctitle : Hängt ab von: phpapi-20100525


    and when I try to isntall phpapi it says:

    Zitat

    Paket phpapi-20100525 ist ein virtuelles Paket, das bereitgestellt wird von:
    libphp5-embed 5.4.45-0+deb7u2
    libapache2-mod-php5filter 5.4.45-0+deb7u2
    libapache2-mod-php5 5.4.45-0+deb7u2
    Sie sollten eines explizit zum Installieren auswählen.


    E: Für Paket »phpapi-20100525« existiert kein Installationskandidat.


    which one to choose?

    • Offizieller Beitrag

    What is the output of: dpkg -l | grep php

    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

    Solange etwas von Jessie in der sources List drinnen ist wir es nicht funktioniert es nicht
    Jessie Rausnehmen und updaten


    I already checked. There are no references to Jessie anymore.

    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!


  • the only reference to jessie should be the gpg entries. Don't think this makes a problem or should I somehow remove the entries?

    • Offizieller Beitrag

    There is your problem. You upgraded your php version to Jessie's php (I think). No idea how you did that but it is a mess. Would probably be faster to reinstall.

    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!