TheD6Bel wrote: 
> I do not even answer
> 
> root@squeezeplug:~# echo "serverstatus" |netcat -w1 127.0.0.1 9090
> root@squeezeplug:~# echo "players list"|netcat -w1 127.0.0.1 9090
> 
> :(
-verify netcat is installed. Use "telnet 127.0.0.1 9090" if you don't
have netcat (type 'exit' to quit from telnet if you're stuck)
-The server is running on the localhost (127.0.0.1) ? Use the right IP,
maybe it doesn't listen to this address (??) 
Also, make sure you haven't disabled the CLI from the server. The CLI is
a plugin, make sure it is active.
To check if the server is listening (and where) you can use lsof on the
machine: 

Code:
--------------------
    lsof -n |grep squeeze|grep LISTEN
  squeezebo 4732 squeezeboxserver    9u     IPv4             497337        0t0  
      TCP *:3483 (LISTEN)
  squeezebo 4732 squeezeboxserver   18u     IPv4             497353        0t0  
      TCP *:9090 (LISTEN)
  squeezebo 4732 squeezeboxserver   28u     IPv4             497365        0t0  
      TCP *:9000 (LISTEN)
--------------------


------------------------------------------------------------------------
epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=71077

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to