[opensuse] docker in openSuSE 13.2
Hi all, I have been trying to run docker over openSuSE 13.2 and the scenario is the following: 1.- add docker repository: $ zypper ar -f http://download.opensuse.org/repositories/Virtualization/openSUSE_13.1/ Virtualization 2- start docker daemon: $ systemctl start docker, but it doesn't run 3.- start docker manually: _______________________ $ docker -d -D DEBU[0000] Using graph driver devicemapper DEBU[0000] Creating images graph DEBU[0000] Restored 0 elements DEBU[0000] Creating repository list INFO[0000] +job init_networkdriver() DEBU[0000] Creating bridge docker0 with network 172.17.42.1/16 DEBU[0000] setting bridge mac address = true package not installed INFO[0000] -job init_networkdriver() = ERR (1) FATA[0000] package not installed _______________________ So I asume that I have problems with bridge-utils, because it doesn't able to create the interface bridge0 4- and if I try to create the bridge manually: $ brctl addbr bridge0 add bridge failed: Package not installed I have the following error in the log file 2015-02-03T16:22:24.016641-03:00 ip-11-240-60-21 kernel: [ 2097.371364] bridge: Unknown symbol ipv6_dev_get_saddr (err 0) 5.- Ok, I have to install ipv6 module: # insmod ipv6 insmod: ERROR: could not load module ipv6: No such file or directory # modinfo ipv6 filename: /lib/modules/3.16.7-7-ec2/kernel/net/ipv6/ipv6.ko alias: net-pf-10 license: GPL description: IPv6 protocol stack for Linux author: Cast of dozens srcversion: EBEDEAAC57BB2AA2D2E2AE2 depends: intree: Y vermagic: 3.16.7-7-ec2 SMP mod_unload modversions Xen signer: openSUSE Secure Boot Signkey sig_key: 03:32:FA:9C:BF:0D:88:BF:21:92:4B:0D:E8:2A:09:A5:4D:5D:EF:C8 sig_hashalgo: sha256 parm: disable:Disable IPv6 module such that it is non-functional (int) parm: disable_ipv6:Disable IPv6 on all interfaces (int) parm: autoconf:Enable IPv6 address autoconfiguration on all interfaces (int) Has anybody any clue, in order to solve my problem? Thanks in advanced. -- Leonardo Saavedra mailto: leo@ubiobio.cl -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Hi Leonardo, docker is available through the official distribution repositories in 13.2, no need to add 13.1 repositories, they won't work... Cheers, Angelos On 02/03/2015 09:26 PM, leo wrote:
Hi all,
I have been trying to run docker over openSuSE 13.2 and the scenario is the following:
1.- add docker repository: $ zypper ar -f http://download.opensuse.org/repositories/Virtualization/openSUSE_13.1/ Virtualization
2- start docker daemon: $ systemctl start docker, but it doesn't run
3.- start docker manually: _______________________ $ docker -d -D
DEBU[0000] Using graph driver devicemapper DEBU[0000] Creating images graph DEBU[0000] Restored 0 elements DEBU[0000] Creating repository list INFO[0000] +job init_networkdriver() DEBU[0000] Creating bridge docker0 with network 172.17.42.1/16 DEBU[0000] setting bridge mac address = true package not installed INFO[0000] -job init_networkdriver() = ERR (1) FATA[0000] package not installed _______________________
So I asume that I have problems with bridge-utils, because it doesn't able to create the interface bridge0
4- and if I try to create the bridge manually:
$ brctl addbr bridge0 add bridge failed: Package not installed
I have the following error in the log file
2015-02-03T16:22:24.016641-03:00 ip-11-240-60-21 kernel: [ 2097.371364] bridge: Unknown symbol ipv6_dev_get_saddr (err 0)
5.- Ok, I have to install ipv6 module:
# insmod ipv6 insmod: ERROR: could not load module ipv6: No such file or directory
# modinfo ipv6 filename: /lib/modules/3.16.7-7-ec2/kernel/net/ipv6/ipv6.ko alias: net-pf-10 license: GPL description: IPv6 protocol stack for Linux author: Cast of dozens srcversion: EBEDEAAC57BB2AA2D2E2AE2 depends: intree: Y vermagic: 3.16.7-7-ec2 SMP mod_unload modversions Xen signer: openSUSE Secure Boot Signkey sig_key: 03:32:FA:9C:BF:0D:88:BF:21:92:4B:0D:E8:2A:09:A5:4D:5D:EF:C8 sig_hashalgo: sha256 parm: disable:Disable IPv6 module such that it is non-functional (int) parm: disable_ipv6:Disable IPv6 on all interfaces (int) parm: autoconf:Enable IPv6 address autoconfiguration on all interfaces (int)
Has anybody any clue, in order to solve my problem?
Thanks in advanced.
-- Leonardo Saavedra mailto: leo@ubiobio.cl
-- Angelos Tzotsos Remote Sensing Laboratory National Technical University of Athens http://users.ntua.gr/tzotsos -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
El 03-02-2015 16:50, Angelos Tzotsos escribió:
Hi Leonardo,
docker is available through the official distribution repositories in 13.2, no need to add 13.1 repositories, they won't work...
Hi Angelos, The problem is not the docker package, the problem is in the bridge-utils package. If you see the logs in the previuos email, when I tried to config a bridge, it shows the error message related to ipv6 support. Thanks, -- Leonardo Saavedra mailto: leo@ubiobio.cl -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 03.02.2015 um 20:55 schrieb leo:
docker is available through the official distribution repositories in 13.2, no need to add 13.1 repositories, they won't work...
Hi Angelos,
The problem is not the docker package, the problem is in the bridge-utils package.
If you see the logs in the previuos email, when I tried to config a bridge, it shows the error message related to ipv6 support.
I've installed docker from the official release and starting worked flawlessly for me. Try to use the official package, it might install dependencies which you're currently missing. Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
El 03-02-2015 a las 19:42, Aaron Digulla escribió:
Am 03.02.2015 um 20:55 schrieb leo:
[...] I've installed docker from the official release and starting worked flawlessly for me. Try to use the official package, it might install dependencies which you're currently missing.
Ok, I found the problem: The problem is the imagen used in AWS _openSUSE-13-2-v20141104-pv-ssd-x86_64 - ami-111aad0c_. I've installed openSuSE 13.2 from iso file and docker works very well. Regards, -- Leo Saavedra. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Aaron Digulla
-
Angelos Tzotsos
-
leo
-
Leonardo Saavedra