Last active
June 20, 2017 23:32
-
-
Save keturn/7542db39f1ee156a01182993d6e265c6 to your computer and use it in GitHub Desktop.
jupyter notebook fails to bind network address
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker-compose run --rm django | |
[I 22:09:16.284 NotebookApp] Writing notebook server cookie secret to /home/django/.local/share/jupyter/runtime/notebook_cookie_secret | |
Traceback (most recent call last): | |
File "./notebug/manage.py", line 22, in <module> | |
execute_from_command_line(sys.argv) | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 363, in execute_from_command_line | |
utility.execute() | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 355, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 283, in run_from_argv | |
self.execute(*args, **cmd_options) | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 330, in execute | |
output = self.handle(*args, **options) | |
File "/usr/local/lib/python2.7/site-packages/django_extensions/management/utils.py", line 58, in inner | |
ret = func(self, *args, **kwargs) | |
File "/usr/local/lib/python2.7/site-packages/django_extensions/management/commands/shell_plus.py", line 439, in handle | |
shell() | |
File "/usr/local/lib/python2.7/site-packages/django_extensions/management/commands/shell_plus.py", line 236, in run_notebook | |
app.initialize(notebook_arguments) | |
File "<decorator-gen-114>", line 2, in initialize | |
File "/usr/local/lib/python2.7/site-packages/traitlets/config/application.py", line 87, in catch_config_error | |
return method(app, *args, **kwargs) | |
File "/usr/local/lib/python2.7/site-packages/notebook/notebookapp.py", line 1296, in initialize | |
self.init_webapp() | |
File "/usr/local/lib/python2.7/site-packages/notebook/notebookapp.py", line 1120, in init_webapp | |
self.http_server.listen(port, self.ip) | |
File "/usr/local/lib/python2.7/site-packages/tornado/tcpserver.py", line 142, in listen | |
sockets = bind_sockets(port, address=address) | |
File "/usr/local/lib/python2.7/site-packages/tornado/netutil.py", line 197, in bind_sockets | |
sock.bind(sockaddr) | |
File "/usr/local/lib/python2.7/socket.py", line 228, in meth | |
return getattr(self._sock,name)(*args) | |
socket.error: [Errno 99] Cannot assign requested address |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
read(3, "127.0.0.1\tlocalhost\n::1\tlocalhos"..., 4096) = 174 | |
read(3, "", 4096) = 0 | |
close(3) = 0 | |
munmap(0x7fef3397f000, 4096) = 0 | |
socket(PF_NETLINK, SOCK_RAW, NETLINK_ROUTE) = 3 | |
bind(3, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0 | |
getsockname(3, {sa_family=AF_NETLINK, pid=22, groups=00000000}, [12]) = 0 | |
sendto(3, "\24\0\0\0\26\0\1\3\21\251IY\0\0\0\0\0\0\0\0", 20, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20 | |
recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"L\0\0\0\24\0\2\0\21\251IY\26\0\0\0\2\10\200\376\1\0\0\0\10\0\1\0\177\0\0\1"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 156 | |
recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0\21\251IY\26\0\0\0\0\0\0\0", 4096}], msg_controllen=0, msg_flags=0}, 0) = 20 | |
close(3) = 0 | |
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3 | |
connect(3, {sa_family=AF_INET, sin_port=htons(8888), sin_addr=inet_addr("127.0.0.1")}, 16) = 0 | |
getsockname(3, {sa_family=AF_INET, sin_port=htons(49376), sin_addr=inet_addr("127.0.0.1")}, [16]) = 0 | |
close(3) = 0 | |
socket(PF_INET6, SOCK_DGRAM, IPPROTO_IP) = 3 | |
connect(3, {sa_family=AF_INET6, sin6_port=htons(8888), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 EADDRNOTAVAIL (Cannot assign requested address) | |
close(3) = 0 | |
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fef28c71000 | |
fcntl(3, F_GETFD) = 0 | |
fcntl(3, F_SETFD, FD_CLOEXEC) = 0 | |
setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 | |
fcntl(3, F_GETFL) = 0x2 (flags O_RDWR) | |
fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 | |
bind(3, {sa_family=AF_INET, sin_port=htons(8888), sin_addr=inet_addr("127.0.0.1")}, 16) = 0 | |
getsockname(3, {sa_family=AF_INET, sin_port=htons(8888), sin_addr=inet_addr("127.0.0.1")}, [16]) = 0 | |
listen(3, 128) = 0 | |
socket(PF_INET6, SOCK_STREAM, IPPROTO_TCP) = 4 | |
fcntl(4, F_GETFD) = 0 | |
fcntl(4, F_SETFD, FD_CLOEXEC) = 0 | |
setsockopt(4, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 | |
setsockopt(4, SOL_IPV6, IPV6_V6ONLY, [1], 4) = 0 | |
fcntl(4, F_GETFL) = 0x2 (flags O_RDWR) | |
fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0 | |
bind(4, {sa_family=AF_INET6, sin6_port=htons(8888), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 EADDRNOTAVAIL (Cannot assign requested address) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
log from https://github.com/keturn/notebug