MadCityGeoff wrote: > both of those (eg, http://192.168.1.5:9000) and in both cases Firefox > came back with a Page Load Error--Firefox can't establish a connection > to the server at... .
That's a bad sign. Sounds like squeezecenter is not running. what happens if you do this: sudo /etc/init.d/squeezecenter start it should say something like: Starting SqueezeCenter Audio Server. if it doesn't, try this in a shell. ps aux | grep squeezecenter it should put out something like (it will vary): 113 14109 0.0 0.1 4128 1452 ? SNs 07:36 0:00 /bin/bash /usr/sbin/squeezecenter_safe /usr/sbin/squeezecenter-server --prefsdir /var/lib/squeezecenter/prefs --logdir /var/log/squeezecenter/ --cachedir /var/lib/squeezecenter/cache 113 14204 0.0 2.2 95952 20592 ? SNl 07:36 0:38 /usr/sbin/mysqld --defaults-file=/var/lib/squeezecenter/cache/my.cnf 113 14236 0.3 6.4 62084 58276 ? SN 07:36 2:41 /usr/bin/perl -w /usr/sbin/squeezecenter-server --prefsdir /var/lib/squeezecenter/prefs --logdir /var/log/squeezecenter/ --cachedir /var/lib/squeezecenter/cache pfarrell 2865 0.0 0.0 2852 700 pts/2 R+ 21:41 0:00 grep squeezecenter -- Pat Farrell http://www.pfarrell.com/ _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
