OMV auf Debian Wheezy (Cubietruck) - Fehler php5-pam usw.

  • Hallo


    ich habe bereits meine Cubietruck mit OMV installiert bekommen. Aber wie auch immer, ich habe mir meine SD-Karte zerstört und nun ist alles weg. Jetzt bekomme ich OMV nicht mehr installiert.


    Fehlermeldung:
    root@cubietruck:~# apt-get install openmediavault
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:


    The following packages have unmet dependencies:
    openmediavault : Depends: php5-pam but it is not going to be installed
    Depends: proftpd-mod-vroot but it is not going to be installed
    Depends: php5-proctitle but it is not going to be installed


    E: Unable to correct problems, you have held broken packages.



    Es liegt jetzt wohl nicht direkt an OMV, sondern an den Paketen die ich nicht installieren kann.


    Könnt ihr mir helfen. Ich habe schon alles abgesucht, aber ich finde dafür keine Lösung.


    Installiertes Image von Igor Pecovnik in der neusten Version 29.04.2015, 3.4.107 Debian Wheezy


    uname -a =>Linux cubietruck 3.4.107-cubietruck #14 SMP PREEMPT Wed Apr 29 11:57:42 CEST 2015 armv7l GNU/Linux


    root@cubietruck:~# cat /etc/debian_version
    7.8


    root@cubietruck:~# dpkg -l | grep linux-image
    ii linux-image-3.4.107-cubietruck 3.5 armhf Linux kernel, version 3.4.107-cubietruck



    Gruß
    Glici

  • Eigentlich gibt dir die Fehlermeldung schon die Antwort:


    "This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming."


    das heisst, dass du eine Version verwendest, für die es noch keine neueren Pakete gibt, die du für die Installation von OMV benötigst. In diesem Fall die 3 genannten. Du hast 2 Möglichkeiten. Entweder eine älteres Igor-Image verwenden oder warten bis diese neuen Pakete erstellt und freigegeben wurden.


    Sollte ich quatsch erzählen, wäre ich für eine Korrektur dankbar.

    N40L / 8TB / RAID 1+0 on HP P212/256 / OMV 1.1

    • Offizieller Beitrag

    Manually install each one of the packages it says are missing. You can get the packages from here.

    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!

  • No way on Wheezy 7.8 or 7.7


    root@cubietruck:/tmp# wget http://omv-extras.org/debian/p…hp5-pam_1.0.3-2_armhf.deb
    --2015-05-01 21:00:18-- http://omv-extras.org/debian/p…hp5-pam_1.0.3-2_armhf.deb
    Resolving omv-extras.org (omv-extras.org)... 75.100.121.227
    Connecting to omv-extras.org (omv-extras.org)|75.100.121.227|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 7822 (7.6K) [application/x-debian-package]
    Saving to: `php5-pam_1.0.3-2_armhf.deb'


    100%[============================================================================================================>] 7,822 --.-K/s in 0.03s


    2015-05-01 21:00:18 (223 KB/s) - `php5-pam_1.0.3-2_armhf.deb' saved [7822/7822]


    root@cubietruck:/tmp# dpkg --install php5-pam_1.0.3-2_armhf.deb
    Selecting previously unselected package php5-pam.
    (Reading database ... 30891 files and directories currently installed.)
    Unpacking php5-pam (from php5-pam_1.0.3-2_armhf.deb) ...
    dpkg: dependency problems prevent configuration of php5-pam:
    php5-pam depends on phpapi-20100525+lfs; however:
    Package phpapi-20100525+lfs is not installed.


    dpkg: error processing php5-pam (--install):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    php5-pam


    Any idea?

    • Offizieller Beitrag

    You will have to download the code and compile it yourself for that php version.


    Just off the top of my head... may be missing items but it should tell you what they are...


    Code
    apt-get install subversion build-essential php5-dev libpam0g-dev
    svn checkout svn://svn.code.sf.net/p/openmediavault/code/trunk openmediavault-code
    cd openmediavault-code/deb/php5-pam
    dpkg-buildpackage -b

    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!

  • Yes, is work fine for php5-pam and php5-proctitle.


    Thanks, but have you any solution for proftpd-mod-vroot


    The following packages have unmet dependencies:
    openmediavault : Depends: proftpd-mod-vroot but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.

    • Offizieller Beitrag

    The source is in the same repo I wrote the instructions for. You can build it the same way.

    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

    Try this package.

    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!

  • The same problem, can´t install the file.


    root@cubietruck:/tmp# wget http://ftp.de.debian.org/debia…d-vroot_0.9.2-2_armhf.deb
    --2015-05-02 17:43:13-- http://ftp.de.debian.org/debia…d-vroot_0.9.2-2_armhf.deb
    Resolving ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4
    Connecting to ftp.de.debian.org (ftp.de.debian.org)|141.76.2.4|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 14824 (14K) [application/x-debian-package]
    Saving to: `proftpd-mod-vroot_0.9.2-2_armhf.deb.1'


    100%[============================================================================================================>] 14,824 --.-K/s in 0.04s


    2015-05-02 17:43:13 (328 KB/s) - `proftpd-mod-vroot_0.9.2-2_armhf.deb.1' saved [14824/14824]


    root@cubietruck:/tmp# dpkg --install proftpd-mod-vroot_0.9.2-2_armhf.deb
    Selecting previously unselected package proftpd-mod-vroot.
    (Reading database ... 43513 files and directories currently installed.)
    Unpacking proftpd-mod-vroot (from proftpd-mod-vroot_0.9.2-2_armhf.deb) ...
    dpkg: dependency problems prevent configuration of proftpd-mod-vroot:
    proftpd-mod-vroot depends on proftpd-abi-1.3.4a; however:
    Package proftpd-abi-1.3.4a is not installed.


    dpkg: error processing proftpd-mod-vroot (--install):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    proftpd-mod-vroot

    • Offizieller Beitrag

    When dpkg has dependency problems, just execute apt-get -f install after.

    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!

  • root@cubietruck:/tmp# apt-get -f install
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Correcting dependencies... Done
    The following packages were automatically installed and are no longer required:
    g++-4.6 libmemcached11 libmemcachedutil2 libstdc++6-4.6-dev proftpd-basic
    Use 'apt-get autoremove' to remove them.
    The following packages will be REMOVED:
    proftpd-mod-vroot
    0 upgraded, 0 newly installed, 1 to remove and 276 not upgraded.
    1 not fully installed or removed.
    After this operation, 75.8 kB disk space will be freed.
    Do you want to continue [Y/n]? y
    (Reading database ... 43520 files and directories currently installed.)
    Removing proftpd-mod-vroot ...



    root@cubietruck:/tmp# apt-get install openmediavault
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:


    The following packages have unmet dependencies:
    openmediavault : Depends: proftpd-mod-vroot but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.

    • Offizieller Beitrag

    I really need a cubietruck to help more.

    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!

  • I have come a little further.
    php5-pam and php5-proctitle I could install on your tip.


    proftpd-mod-vroot I could take this version: ftp://ftp.us.debian.org/debian…root_0.9.2-2+b3_armhf.deb


    But after installing OpenMediavault I can´t connect to WebGUI


    update-rc.d: warning: default start runlevel arguments (2 3 4 5) do not match resolvconf Default-Start values (S)
    update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match resolvconf Default-Stop values (0 6)
    Processing triggers for systemd (215-17) ...
    Processing triggers for openmediavault (1.18) ...
    Restarting engine daemon ...
    Socket error -- Connection refused
    Cannot connect to the monit daemon. Did you start it with http support?
    Restarting OpenMediaVault engine daemon: omv-engined.
    Updating locale files ...
    Updating file permissions ...
    Purging internal cache ...

  • Is there any solution for this problem? I have the same problem. I tried 3 debian images (cubeez, igor images) for cubietruck and all debian versions (old version too) have the same problems. If I try aptitude instead of apt-get the output is:


    N40L / 8TB / RAID 1+0 on HP P212/256 / OMV 1.1

    • Offizieller Beitrag

    If I had a cubietruck, I could probably get it working and make an image. Just too hard to help without one.

    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!

  • I really need a cubietruck to help more.


    This is still an option for you guys:


    You want a prepared image for a specific device? Send us the device or help us fund them.


    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!

  • Hello


    I can install openmediavault, but i can´t connect to the webgui. The same problem I have, when i install manual on an Rasperry PI.


    Here my installation on image from Igor Cubietruck_Debian_3.6_wheezy_3.4.107


  • Hast du inzwischen eine Lösung gefunden? Ich würde OMV auch gerne auf meinem Cubietruck installieren.

    OMV - 3.2 backport kernel - Intel Atom D525 - Zotac NM10-DTX - 4gb Ram - 3 TB Wd Red

Jetzt mitmachen!

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