-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker -d crash w/ port mapping (stacktrace included) #97
Comments
Other images (e.g. base) run fine. |
Additional info:
My guess is kernel IP tables rules got into some state which upset Docker, and the reboot cleared this. |
Without the strider-worker-ssh image, I've been unable to reproduce. Since we don't have push functionality yet, is there anyway you can share the image (or a sanitized version that still reproduces the bug, if that's what you're comfortable with)? |
I will see if I can reproduce. I haven't had the issue since I rebooted the system. |
I'm seeing this issue on the vagrant local VM after building from master. Only occurs with port forwarding enabled. |
The crash is occurring on the base and custom images for me. |
The bug also happens if I run Edit: forgot to mention that I have exactly the same traceback. |
I can't reproduce it on my virtualbox+official binaries install. |
The bug only manifests itself periodically on virtualbox for me. Once it does occur only a reboot seems to fix it. |
Looking into it. Can someone give me a combination of (a) full traceback On Fri, Mar 22, 2013 at 6:47 PM, Shawn Siefkas [email protected]:
|
So the binaries have a git sha compiled in anywhere ? Sent from my iPhone On Mar 22, 2013, at 6:52 PM, Solomon Hykes [email protected] wrote:
|
Unfortunately not... It's on the todo-list! (if anybody finds the time go On Fri, Mar 22, 2013 at 7:13 PM, niallo [email protected] wrote:
|
With version 690cae0
|
Looks like this is all fixed up? |
This issue can probably be closed. |
Initial VXLAN documentation with (broken) instructions.
BACKPORT: Inherit StopSignal from Dockerfile.
I was trying to run sshd inside one of my images with port forwarding when dockerd crashed:
ubuntu@hosted:
$ docker ps$ docker run -a -p=22 strider-worker-ssh /usr/sbin/sshd -DdID IMAGE COMMAND CREATED STATUS COMMENT
ubuntu@hosted:
ubuntu@hosted:
$ docker ps$ ps auxw | grep docker2013/03/15 21:26:32 unable to open database file
ubuntu@hosted:
ubuntu 23998 0.0 0.0 8104 920 pts/3 S+ 21:27 0:00 grep --color=auto docker
Here is the trace:
The text was updated successfully, but these errors were encountered: