On Mon, 13 Feb 2012, Manmohan Sethi wrote:
> mac[@]mac-desktop:/$debugclient
>
> But it is showing the following result:
>
> mac[@]mac-desktop:/$ debugclient
> Xdebug Simple DBGp client (0.10.0)
> Copyright 2002-2007 by Derick Rethans.
> - libedit support: enabled
> bind: couldn't bind AF_INET socket?
>
> I tried googling around and found that this is normal behavior. The
> debugclient will retry every 5 seconds until the OS frees
> it. This is normal behavior. However, I didn't find any solution about how
> I can remove this error and make connection to the xdebug server via
> Netbeans or even via debugclient command.
It means that something else is listening on port 9000. In your case,
that *could* have been netbeans, but it could also be nginx's fast cgi
manager. To find out what listens on port 9000, you can run:
lsof -i 4 -n | grep 9000
cheers,
Derick
-- Like Xdebug? Consider a donation: http://xdebug.org/donate.php Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org twitter: @derickr and @xdebugReceived on Mon Feb 13 2012 - 10:03:04 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST