[Bug 1509867] Re: docker network connection only working after daemon restart

2016-12-20 Thread ai_ja_nai
It is affecting package docker-engine now, since yesterday on my pc. Same symptoms (docker networking works only for a single shot after each restart), no /etc/network/interfaces entry. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1509867] Re: docker network connection only working after daemon restart

2016-04-28 Thread Глеб Майоров
Hello. Same behavior as Victor Pal described in #7 appears on Debian Jessie laptop with docker-engine from https://apt.dockerproject.org/repo. Found that in my case the problem appears only if exists a /etc/network/interfaces entry like 'iface docker0 inet manual' that I used to prevent

[Bug 1509867] Re: docker network connection only working after daemon restart

2016-02-27 Thread Nagy Ferenc László
Seems to be fixed in 16.04 beta. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509867 Title: docker network connection only working after daemon restart To manage notifications about this bug go

[Bug 1509867] Re: docker network connection only working after daemon restart

2016-01-02 Thread Nagy Ferenc László
I still have the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509867 Title: docker network connection only working after daemon restart To manage notifications about this bug go to:

[Bug 1509867] Re: docker network connection only working after daemon restart

2015-12-31 Thread Viktor Pal
I have no idea what happened but I can't reproduce this any more. I checked my apt logs and there is no sign that the docker.io package was updated. Maybe it was caused by some other bug in another package that was fixed meanwhile. Can anyone else who could reproduce this confirm that this

[Bug 1509867] Re: docker network connection only working after daemon restart

2015-10-30 Thread Viktor Pal
It seems that the issue is that the route to the docker network namespace does not exist after the OS starts up, so this rule is missing on my desktop: 172.17.0.0 0.0.0.0 255.255.0.0 U 0 00 docker0 Because this is missing packages that would target the container

[Bug 1509867] Re: docker network connection only working after daemon restart

2015-10-30 Thread Alberto Salvia Novella
** Changed in: docker.io (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509867 Title: docker network connection only working after daemon restart To

[Bug 1509867] Re: docker network connection only working after daemon restart

2015-10-29 Thread Kick In
Hi, I could reproduce with a full blown ubuntu, I'm trying to find the issue. With docker inspect, you can get the Pid of the container you want to debug on. Then as root you create if it doesn't exist /var/run/netns, then you link /proc/$pid/ns/net /var/run/netns/container_name. Then you can

[Bug 1509867] Re: docker network connection only working after daemon restart

2015-10-28 Thread Kick In
** Changed in: docker.io (Ubuntu) Assignee: (unassigned) => Kick In (kick-d) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509867 Title: docker network connection only working after daemon

[Bug 1509867] Re: docker network connection only working after daemon restart

2015-10-28 Thread Kick In
Hi, Thanks for your report. I tried to reproduce on a minimal ubuntu install, steps I've done yet: 1- install docker on vivid host (1.5.0, for now), start an openssh-server container 2-so-release-upgrade of the vivid host to wily host (upgraded to docker.io-1.6.2) 3-after reboot start

[Bug 1509867] Re: docker network connection only working after daemon restart

2015-10-28 Thread Viktor Pal
Yep, upgrade was done from vivid to wily. Can you point me to some tools to discover the state of namespace networks so I can do some investigation myself? >From what I have seen iptables rules are in place and the docker0 interface >exists when network connection fails. I was thinking that

[Bug 1509867] Re: docker network connection only working after daemon restart

2015-10-27 Thread Dennis Straffin
It seems to be a networking issue as I am unable to connect to a forwarded port until I reload the daemon. For example if you run `sudo docker run -it -p 1080:1080 -P jamesdbloom/mockserver` and then try to connect to http://localhost:1080 in your browser, you should get a 404 (MockServer's

[Bug 1509867] Re: docker network connection only working after daemon restart

2015-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: docker.io (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509867 Title:

[Bug 1509867] Re: docker network connection only working after daemon restart

2015-10-26 Thread Viktor Pal
** Description changed: - I have just upgraded to Ubuntu 15.10 and realized when I trie to ssh into my container I get the following error message: + I have just upgraded to Ubuntu 15.10 and realized when I try to ssh into my container I get the following error message: