Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614862 - app-emulation/docker-17.03.1 looks for dockerd in /var/tmp/portage
Summary: app-emulation/docker-17.03.1 looks for dockerd in /var/tmp/portage
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-06 16:52 UTC by Albert W. Hopkins
Modified: 2017-04-06 17:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Albert W. Hopkins 2017-04-06 16:52:06 UTC
Since upgrading to docker-17.0.3.1 I cannot start containers:

$ docker run --rm hello-world
container_linux.go:247: starting container process caused "process_linux.go:334: running prestart hook 0 caused \"fork/exec /var/tmp/portage/app-emulation/docker-17.03.1/image/usr/bin/dockerd (deleted): no such file or directory\""
docker: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "process_linux.go:334: running prestart hook 0 caused \"fork/exec /var/tmp/portage/app-emulation/docker-17.03.1/image/usr/bin/dockerd (deleted): no such file or directory\"".


It appears to be trying to run dockerd out of the /var/tmp/portage.
Comment 1 Albert W. Hopkins 2017-04-06 17:39:00 UTC
I'm closing this out.  After upgrading I hadn't restarted the docker daemon.  After re-starting it now appears to work.