Skip to content

Instantly share code, notes, and snippets.

@yanik-ai
Created March 22, 2016 14:27
Show Gist options
  • Save yanik-ai/11b471ae19f98a5abcd0 to your computer and use it in GitHub Desktop.
Save yanik-ai/11b471ae19f98a5abcd0 to your computer and use it in GitHub Desktop.
socket.error: [Errno 98] Address already in use: ('0.0.0.0', 30303)
// or any othe port
sudo netstat -ltnp | grep ':30303'
// will return
tcp6 0 0 :::30303 :::* LISTEN 844/S20geth
sudo kill -9 844
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment