Assuming you have tried rebooting and the problem persisted then ...
https://docs.picoreplayer.org/how-to/access_pcp_via_ssh/#windows Then Code: -------------------- sudo netstat -anpe | grep 9000 | grep -i listen ps -ef | grep perl -------------------- Which should show something like this when all is well Code: -------------------- tc@PiTouch:/usr/local/slimserver$ sudo netstat -anpe | grep 9000 | grep -i listen tcp 0 0 0.0.0.0:9000 0.0.0.0:* LISTEN 15887/perl netstat: /proc/net/tcp6: No such file or directory netstat: /proc/net/udp6: No such file or directory netstat: /proc/net/raw6: No such file or directory tc@PiTouch:/usr/local/slimserver$ tc@PiTouch:/usr/local/slimserver$ ps -ef | grep perl 15887 tc 10:58 {slimserver.pl} /usr/bin/perl /usr/local/slimserver/slimserver.pl --daemon --user tc --group staff 16401 tc 0:00 grep perl -------------------- Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland and, via the extra \"radio now playing\" plugin, cesky rozhlas, jukeradio, klassikradio.de, nova.fr ------------------------------------------------------------------------ Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105 View this thread: http://forums.slimdevices.com/showthread.php?t=115225 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
