Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huobazi/62dd4eb85582f14f4abc959adde17d0d to your computer and use it in GitHub Desktop.
Save huobazi/62dd4eb85582f14f4abc959adde17d0d to your computer and use it in GitHub Desktop.
Address already in use - bind(2) (Errno::EADDRINUSE)
lsof -wni tcp:3000 

or

ps aux | grep puma

the

kill -9 THE-PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment