Skip to content

Instantly share code, notes, and snippets.

@travist
Created April 30, 2012 20:10
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save travist/2562314 to your computer and use it in GitHub Desktop.
Save travist/2562314 to your computer and use it in GitHub Desktop.
Warning: remote port forwarding failed for listen port 9000
Do the following to fix this error.
ttidwell@a:~:->$ sudo lsof|grep 9000
sshd 31533 ttidwell 9u IPv6 506614 0t0 TCP [::1]:9000 (LISTEN)
sshd 31533 ttidwell 10u IPv4 506615 0t0 TCP localhost:9000 (LISTEN)
ttidwell@a:~:->$ kill 31533
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment