You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.
[2017-01-12T11:16:02-08:00] DEBUG: Starting proxy thread: localhost:8889 <--> 172.17.0.1:8889
[2017-01-12T11:16:02-08:00] DEBUG: Running proxy main loop on 172.17.0.1:8889!
[2017-01-12T11:16:02-08:00] ERROR: Proxy thread unable to start: Can't assign requested address - bind(2) for "172.17.0.1" port 8889
Chef-zero seems to not start. On the container there is no chef-zero listening (that's if it's supposed to run in the container - not really sure... not documented):
root@6482c5300ef4:/# netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
On the container, there is no interface with the address 127.17.0.1:
I have the following recipe:
Running it with:
During the run, I see:
Chef-zero seems to not start. On the container there is no chef-zero listening (that's if it's supposed to run in the container - not really sure... not documented):
On the container, there is no interface with the address 127.17.0.1:
So, I don't know why chef-zero tries to bind to an incorrect address. Attempting to start chef-zero on the incorrect address, shows the same error:
which reinforces that this is what chef-zero is doing.
Versions:
The text was updated successfully, but these errors were encountered: