Errors installing docker on OMV4

  • Hello,


    i am new to all this... I trying run NAS on PI 3b+
    i am running in to problem with docker. When i am installing its starting pop up errors in OMV control panel (attached bellow)
    I tried few things i found on forums, like :

    Code
    apt-get purge openmediavault-docker-gui



    and install again by using command

    Code
    apt-get install openmediavault-docker-gui


    the same problem repeats it self.


    Also there is this errors :

    I am new i probably it is easy fix, but i cant figure it out...
    Please help me

    • Offizieller Beitrag

    just letting know why it show like 4 threads like this, i was getting error after pressing post it....
    i tried to create again thread and now it became 4 posts not one.... Sorry

    Read problem #4 Solutions to common problems


    i am running in to problem with docker. When i am installing its starting pop up errors in OMV control panel (attached bellow)
    I tried few things i found on forums, like :

    Try purging the plugin again and just install the docker-ce package: apt-get install docker-ce

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    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 suggestion! How ever it is not working , at least i think so.
    The outcome :


    and on browser interface

    Code
    Error #0:
    OMV\Rpc\Exception: RPC service 'Docker' not found. in /usr/share/php/openmediavault/rpc/rpc.inc:99
    Stack trace:
    #0 /usr/sbin/omv-engined(536): OMV\Rpc\Rpc::call('Docker', 'getContainers', Array, Array, 1)
    #1 {main}
    • Offizieller Beitrag

    and on browser interface

    The first part definitely didn't work. So, no need to look at the web interface yet.


    What is the output of: apt-get -f install

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    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!

  • Outcome:
    I keep seeing docker error : Process: 29890 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)


    • Offizieller Beitrag

    apt-get purge docker-ce
    apt-get -f install

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    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!

  • outcome of : apt-get -f install


    • Offizieller Beitrag

    What is the output of dpkg -l | grep openm

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    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
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    root@raspberrypi:/var/lib/docker# dpkg -l | grep openm
    ii  openmediavault                      4.1.11                         all          openmediavault - The open network attached storage solution
    ic  openmediavault-docker-gui           4.0.1                          all          OpenMediaVault plugin for Docker
    ii  openmediavault-flashmemory          4.1                            all          folder2ram plugin for OpenMediaVault
    ii  openmediavault-keyring              1.0                            all          GnuPG archive keys of the OpenMediaVault archive
    ii  openmediavault-netatalk             4.0.7-1                        all          OpenMediaVault netatalk (AppleTalk Protocol Suite) plugin
    iF  openmediavault-omvextrasorg         4.1.11                         all          OMV-Extras.org Package Repositories for OpenMediaVault
    ii  openmediavault-shellinabox          3.4                            all          Web-based SSH client.
    • Offizieller Beitrag

    apt-get purge openmediavault-docker-gui (that might fail)
    wget -O - http://omv-extras.org/install | bash

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    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 purge openmediavault-docker-gui



    wget -O - http://omv-extras.org/install | bash

    Outcomes:
    Like You said first command failed
    And i just wanted to THANK YOU for helping out, i was looking for solutions for ages, and i am just beginner so it bit hard to understand everything

    [*]


    [/list]

    • Offizieller Beitrag

    Like You said first command failed

    It failed because you had a character before the 'Y'. Try it again.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    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

    apt-get purge openmediavault-omvextrasorg
    Did you get docker-gui purged?

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    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!

  • second part


    • Offizieller Beitrag

    The weakref error is irritating. Run the command from this post crash omv-mkconf and omv-update

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    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

    should i install again docker and see what is happening ?

    Nope. I still don't see omv-extras being removed. What is the output of: dpkg -l | grep openm now?

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    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
    ii  openmediavault                      4.1.11                         all          openmediavault - The open network attached storage solution
    ic  openmediavault-docker-gui           4.0.1                          all          OpenMediaVault plugin for Docker
    ii  openmediavault-flashmemory          4.1                            all          folder2ram plugin for OpenMediaVault
    ii  openmediavault-keyring              1.0                            all          GnuPG archive keys of the OpenMediaVault archive
    ii  openmediavault-netatalk             4.0.7-1                        all          OpenMediaVault netatalk (AppleTalk Protocol Suite) plugin
    iF  openmediavault-omvextrasorg         4.1.11                         all          OMV-Extras.org Package Repositories for OpenMediaVault
    ii  openmediavault-shellinabox          3.4                            all          Web-based SSH client.

Jetzt mitmachen!

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