View Single Post
  #2  
Old 06-27-2008, 04:45 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by edolfo View Post
Code:
Failed to open port 5999.
Why would it fail to open that port?
Maybe something else is already using that port. If you enter the command:

netstat -ap | grep 5999

Do you get any output ?
Reply With Quote