Public bug reported: Following a clean Ubuntu 16.04 LTSinstall (virgin system) docker.io was installed - then hello-world fails with msg "exec format error docker: Error response from daemon: Cannot start container "
log shows \"auplink\": executable file not found in $PATH" Hardware is zBC12 running zVM 6.30 with V7000 FBA disk Full console output below: sudo apt-get install docker.io Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: bridge-utils cgroupfs-mount ubuntu-fan Suggested packages: mountall aufs-tools debootstrap lxc rinse zfs-fuse | zfsutils The following NEW packages will be installed: bridge-utils cgroupfs-mount docker.io ubuntu-fan 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 9237 kB of archives. After this operation, 58.3 MB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://gb.ports.ubuntu.com/ubuntu-ports xenial/main s390x bridge-utils s390x 1.5-9ubuntu1 [29.2 kB] Get:2 http://gb.ports.ubuntu.com/ubuntu-ports xenial/universe s390x cgroupfs-mount all 1.2 [4970 B] Get:3 http://gb.ports.ubuntu.com/ubuntu-ports xenial/universe s390x docker.io s390x 1.10.3-0ubuntu6 [9173 kB] Get:4 http://gb.ports.ubuntu.com/ubuntu-ports xenial/main s390x ubuntu-fan all 0.9.0 [29.3 kB] Fetched 9237 kB in 17s (543 kB/s) Selecting previously unselected package bridge-utils. (Reading database ... 70998 files and directories currently installed.) Preparing to unpack .../bridge-utils_1.5-9ubuntu1_s390x.deb ... Unpacking bridge-utils (1.5-9ubuntu1) ... Selecting previously unselected package cgroupfs-mount. Preparing to unpack .../cgroupfs-mount_1.2_all.deb ... Unpacking cgroupfs-mount (1.2) ... Selecting previously unselected package docker.io. Preparing to unpack .../docker.io_1.10.3-0ubuntu6_s390x.deb ... Unpacking docker.io (1.10.3-0ubuntu6) ... Selecting previously unselected package ubuntu-fan. Preparing to unpack .../ubuntu-fan_0.9.0_all.deb ... Unpacking ubuntu-fan (0.9.0) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for ureadahead (0.100.0-19) ... Processing triggers for systemd (229-4ubuntu6) ... Setting up bridge-utils (1.5-9ubuntu1) ... Setting up cgroupfs-mount (1.2) ... Setting up docker.io (1.10.3-0ubuntu6) ... Adding group `docker' (GID 119) ... Done. Setting up ubuntu-fan (0.9.0) ... Processing triggers for systemd (229-4ubuntu6) ... Processing triggers for ureadahead (0.100.0-19) ... root@c02ubu3:~# docker run hello-world Unable to find image 'hello-world:latest' locally latest: Pulling from library/hello-world c04b14da8d14: Pull complete Digest: sha256:0256e8a36e2070f7bf2d0b0763dbabdd67798512411de4cdcf9431a1feb60fd9 Status: Downloaded newer image for hello-world:latest exec format error docker: Error response from daemon: Cannot start container 097025431e28dd43dd3a8c535c75312b9fda5b9222c59d433199c083bfbd3a42: [10] System error: json: cannot unmarshal string into Go value of type libcontainer.genericError. root@c02ubu3:lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04 LTS Release: 16.04 Codename: xenial root@c02ubu3:~# systemctl status docker * docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2016-07-15 00:05:35 BST; 2min 35s ago Docs: https://docs.docker.com Main PID: 8975 (docker) CGroup: /system.slice/docker.service `-8975 /usr/bin/docker daemon -H fd:// Jul 15 00:05:50 c02ubu3 docker[8975]: time="2016-07-15T00:05:50.559140000+01:00" level=error msg="Handler for POST /v1.22/containers/create returned error: No such image: hello-world:latest" Jul 15 00:05:50 c02ubu3 docker[8975]: time="2016-07-15T00:05:50.655431000+01:00" level=error msg="Couldn't run auplink before unmount: exec: \"auplink\": executable file not found in $PATH" Jul 15 00:06:42 c02ubu3 docker[8975]: time="2016-07-15T00:06:42.670920000+01:00" level=error msg="Couldn't run auplink before unmount: exec: \"auplink\": executable file not found in $PATH" Jul 15 00:06:42 c02ubu3 docker[8975]: time="2016-07-15T00:06:42.676864000+01:00" level=error msg="Couldn't run auplink before unmount: exec: \"auplink\": executable file not found in $PATH" Jul 15 00:06:42 c02ubu3 docker[8975]: time="2016-07-15T00:06:42.812741000+01:00" level=warning msg="exit status 1" Jul 15 00:06:42 c02ubu3 docker[8975]: time="2016-07-15T00:06:42.850175000+01:00" level=error msg="Couldn't run auplink before unmount: exec: \"auplink\": executable file not found in $PATH" Jul 15 00:06:42 c02ubu3 docker[8975]: time="2016-07-15T00:06:42.851947000+01:00" level=error msg="error locating sandbox id e0efd7b66fe805db33f57ff7b39d40d5f391c71f2062e0faadbf525bfb11bb02: sandbox e0efd7 Jul 15 00:06:42 c02ubu3 docker[8975]: time="2016-07-15T00:06:42.852215000+01:00" level=warning msg="failed to cleanup ipc mounts:\nfailed to umount /var/lib/docker/containers/097025431e28dd43dd3a8c535c753 Jul 15 00:06:42 c02ubu3 docker[8975]: time="2016-07-15T00:06:42.852403000+01:00" level=error msg="Error unmounting container 097025431e28dd43dd3a8c535c75312b9fda5b9222c59d433199c083bfbd3a42: not mounted" Jul 15 00:06:42 c02ubu3 docker[8975]: time="2016-07-15T00:06:42.852502000+01:00" level=error msg="Handler for POST /v1.22/containers/097025431e28dd43dd3a8c535c75312b9fda5b9222c59d433199c083bfbd3a42/start ** Affects: docker.io (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1603244 Title: docker - Cannot start container To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1603244/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs