I have justed used this command to check if port 9000 is open


Code:
--------------------
    sudo netstat -tulpn | grep LISTEN
--------------------


https://www.cyberciti.biz/faq/unix-linux-check-if-port-is-in-use-command/

and got this response


> pi@raspishuttle:~ $ sudo netstat -tulpn | grep LISTEN
> tcp        0      0 0.0.0.0:9090            0.0.0.0:*              
> LISTEN                                                                  
> 453/perl
> tcp        0      0 0.0.0.0:48679           0.0.0.0:*              
> LISTEN                                                                  
> 604/rpc.statd
> tcp        0      0 0.0.0.0:9000            0.0.0.0:*              
> LISTEN                                                                  
> 453/perl
> tcp        0      0 0.0.0.0:39951           0.0.0.0:*              
> LISTEN                                                                  
> -
> tcp        0      0 0.0.0.0:111             0.0.0.0:*              
> LISTEN                                                                  
> 605/rpcbind
> tcp        0      0 0.0.0.0:22              0.0.0.0:*              
> LISTEN                                                                  
> 586/sshd
> tcp        0      0 0.0.0.0:3483            0.0.0.0:*              
> LISTEN                                                                  
> 453/perl
> tcp6       0      0 :::6600                 :::*                   
> LISTEN                                                                  
> 1/init
> tcp6       0      0 :::38187                :::*                   
> LISTEN                                                                  
> 604/rpc.statd
> tcp6       0      0 :::111                  :::*                   
> LISTEN                                                                  
> 605/rpcbind
> tcp6       0      0 :::22                   :::*                   
> LISTEN                                                                  
> 586/sshd
> tcp6       0      0 :::38679                :::*                   
> LISTEN                                                                  
> -


-
I don't know if that helps.

Maybe reboot the router? clear the browser cache? 

Try


Code:
--------------------
    Usage: 
  
  sudo /etc/init.d/logitechmediaserver restart
  
  {start|stop|restart|force-reload|status}
--------------------


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=110657

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to