Created
April 30, 2012 20:10
-
-
Save travist/2562314 to your computer and use it in GitHub Desktop.
Warning: remote port forwarding failed for listen port 9000
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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