0

root@00-00-00-00:~# ss-server -c /etc/shadowsocks-libev/config.json -v 2021-11-02 19:54:26 INFO: initializing ciphers? aes-256-gcm 2021-11-02 19:54:26 INFO: tcp server listening at xx.xx.xx.xx:xx00 2021-11-02 19:54:26 ERROR: bind: Address already in use 2021-11-02 19:54:26 ERROR: failed to bind address

This is a brand new deployment from the marketplace. How do I clear this error? Thanks!

1
  • There may already be something binding to that socket, elsewhere on the system. However, you probably need to provide more details about your system (including what else might be running) in order to get a proper answer. Commented Nov 6, 2021 at 13:45

1 Answer 1

1

It was brand new deployment so I did understand the error.

It appears that it was already running, thus trying to run it again resulted in that error message.

ss -plunt | grep "ss-server"

That is a good command to run to see if it is working.

Sign up to request clarification or add additional context in comments.

1 Comment

I learned how to run the 'top' command. I found that the service was already running.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.