Port conflict issue
-
@girish Ran into an installation error after allowing the default port selections:
An error occurred during the install operation: Docker Error: (HTTP code 500) server error - driver failed programming external connectivity on endpoint 081ea546-42d2-43b3-8f87-0e27dec7d643 (06966450f28f844cdfb93632f6f00c811cbe180d1504ab7c67288971b6d3fa25): failed to bind port 0.0.0.0:40028/tcp: listen tcp4 0.0.0.0:40028: bind: address already in use
Attempting a re-install did not work.
-
@girish Ran into an installation error after allowing the default port selections:
An error occurred during the install operation: Docker Error: (HTTP code 500) server error - driver failed programming external connectivity on endpoint 081ea546-42d2-43b3-8f87-0e27dec7d643 (06966450f28f844cdfb93632f6f00c811cbe180d1504ab7c67288971b6d3fa25): failed to bind port 0.0.0.0:40028/tcp: listen tcp4 0.0.0.0:40028: bind: address already in use
Attempting a re-install did not work.
@crazybrad for some reason Port
40028is already used from your server.
You can adjust the port range int he install, or even better, you should investigate why this port is used
it should not be used. -
@crazybrad for some reason Port
40028is already used from your server.
You can adjust the port range int he install, or even better, you should investigate why this port is used
it should not be used.@BrutalBirdie It looks like a docker container is using those ports:
dockerd 1130 root 324u IPv4 8340333 0t0 TCP *:40028 (LISTEN)
dockerd 1130 root 325u IPv6 8340334 0t0 TCP *:40028 (LISTEN)And here are the details of PID 1130:
─1130 /usr/bin/dockerd -H fd:// --log-driver=journald --exec-opt native.cgroupdriver=cgroupfs --storage-driver=overlay2 --experimental --ip6tables --userland-pro>
Any ideas?
-
@crazybrad No idea

But you can just adjust the port range from40000to40100then40100to40201will be used.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login