Errors installing docker on OMV4

    • Offizieller Beitrag

    They still aren't purged. apt-get purge openmediavault-docker-gui openmediavault-omvextrasorg

    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
    root@raspberrypi:/# 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
    ii  openmediavault-shellinabox          3.4                            all          Web-based SSH client.
    root@raspberrypi:/#
    • Offizieller Beitrag

    rm /var/lib/dpkg/info/openmediavault-docker-gui.postrm
    apt-get purge openmediavault-docker-gui

    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!

  • finally docker gone :)

    Code
    root@raspberrypi:/# dpkg -l | grep openm
    ii  openmediavault                      4.1.11                         all          openmediavault - The open network attached storage solution
    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
    ii  openmediavault-shellinabox          3.4                            all          Web-based SSH client.
    root@raspberrypi:/#
    • Offizieller Beitrag

    Perfect. Now install omv-extras: 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!

  • Ok, that is done, the outcome is :



    Should i now enable docker in browser control panel, OMV-Extras?
    and install plugin in ?

    • Offizieller Beitrag

    Should i now enable docker in browser control panel, OMV-Extras?
    and install plugin in ?

    Just because I don't want to do this again and I don't have an RPi handy to test, enable docker in omv-extras and then install docker-ce from the command line. apt-get install docker-ce


    If that goes well, then install the plugin.

    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!

  • hmmmm outcome :

    Code
    root@raspberrypi:/# apt-get install docker-ce
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package docker-ce is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    
    
    E: Package 'docker-ce' has no installation candidate
  • ok it was my mistake i forgot i was disabled docker in extras ,
    Now outcome:

    • Offizieller Beitrag

    What is the output of: journalctl -xe

    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

    How about: journalctl -n20 -u docker.service

    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!

  • I´d like to join the discussion as I´m having the exact same problem with the same behavious as timbatao.

    How about: journalctl -n20 -u docker.service

    This is my result

    • Offizieller Beitrag

    This is my result

    Not sure why your system can't load the ip_tables module. I just burned an SD card and started an RPi and here is the output:


    Bash
    root@raspberrypi:~# lsmod | grep ip
    ip_tables              24576  0
    x_tables               32768  1 ip_tables
    ipv6                  434176  101


    I also had no problems installing 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!

  • How did you set up the PI? Only through Putty or also through the web interface?
    I followed this Instructions and ran into the Docker problem

    Externer Inhalt youtu.be
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.


    I dont have a problem with doing a reinstall. But would nee detailed instructions..

  • ok,


    i am glad someone else is joined this conversation, i feel much better then i am not alone in this kind a situation :) makes me think i am not so stupid :DD
    How ever after all the tries yesturday i tried to install docker and it started show same errors...
    i fallowed all the steps again ( this time i tried to understand what i am doing ) managed to delete docker from the list ,and stoped with command :


    Code
    journalctl -n20 -u docker.service

    Started to show errors again in command line and it kind a stopped to allow me enter any commands
    The outcome:

  • cleaned everything again, the outcome of
    dpkg -l | grep openm :


    Code
    root@raspberrypi:~# dpkg -l | grep openm
    ii  openmediavault                      4.1.11                         all          openmediavault - The open network attached storage solution
    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
    ii  openmediavault-omvextrasorg         4.1.11                         all          OMV-Extras.org Package Repositories for OpenMediaVault
    ii  openmediavault-shellinabox          3.4                            all          Web-based SSH client.
  • Ok
    So what i did is to flash new sd, and fallowed the steps from Techno Dad
    I noticed where it starts do missmatch all the flow.
    Its all starting with:

    Code
    apt-get update



    Code
    dpkg --configure -a

    After this command should enter again


    Code
    apt-get update

    After entering this should pop up table , but it never pops up (attaching table from video )
    So from this point everything starts ......

Jetzt mitmachen!

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