updated to 1.12, but still having fatar error when running docker daemon
/ docker cli.
steps:
- sources.list updated (with the repository xenial-proposed)
- apt-get update
- apt-get install docker.io
(installation fails after trying to start the docker daemon service, but the
binaries are installed)
--------
# dpkg -l | grep -e container -e runc
ii containerd 0.2.3-0ubuntu1~16.04 s390x
daemon to control runC
iF docker.io 1.12.1-0ubuntu7~16.04 s390x
Linux container runtime
ii runc 1.0.0~rc1-0ubuntu1~16.04 s390x
Open Container Project - runtime
---------
# docker daemon
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x2aa0231ed26]
goroutine 1 [running]:
panic(0x2aa025b7500, 0xc82000e0c0)
/usr/lib/go-1.6/src/runtime/panic.go:481 +0x400
crypto/aes.hasAsm()
/usr/lib/go-1.6/src/crypto/aes/asm_s390x.s:25 +0x46
-------
# systemctl status docker.service
* docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset:
enabled)
Active: failed (Result: exit-code) since Thu 2016-09-22 12:45:14 EDT; 5s ago
Docs: https://docs.docker.com
Process: 40151 ExecStart=/usr/bin/dockerd -H fd:// $DOCKER_OPTS (code=exited,
status=2)
Main PID: 40151 (code=exited, status=2)
Sep 22 12:45:14 platcon2 dockerd[40151]: [signal 0xb code=0x1 addr=0x0
pc=0x2aa39470076]
Sep 22 12:45:14 platcon2 dockerd[40151]: goroutine 1 [running]:
Sep 22 12:45:14 platcon2 dockerd[40151]: panic(0x2aa3a8967a0, 0xc82000e090)
Sep 22 12:45:14 platcon2 dockerd[40151]:
/usr/lib/go-1.6/src/runtime/panic.go:481 +0x400
Sep 22 12:45:14 platcon2 dockerd[40151]: crypto/aes.hasAsm()
Sep 22 12:45:14 platcon2 dockerd[40151]:
/usr/lib/go-1.6/src/crypto/aes/asm_s390x.s:25 +0x46
Sep 22 12:45:14 platcon2 systemd[1]: docker.service: Main process exited,
code=exited, status=2/INVALIDARGUMENT
Sep 22 12:45:14 platcon2 systemd[1]: Failed to start Docker Application
Container Engine.
Sep 22 12:45:14 platcon2 systemd[1]: docker.service: Unit entered failed state.
Sep 22 12:45:14 platcon2 systemd[1]: docker.service: Failed with result
'exit-code'.
------
# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS"
------
# uname -a
Linux platcon2 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:19:48 UTC 2016
s390x s390x s390x GNU/Linux
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1602243
Title:
[16.10 FEAT] Upgrade Docker to newest version 1.12
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1602243/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs