Hi

Can you help me with a connectivity problem? I am not sure which
settings to give my slimserver config file (/etc/default/slimserver) at
startup so that I can connect to port 9000 across my 192.168.1.0
network, with a SlimDevices player on 192.168.1.4. Maybe it is just a
syntax problem.

I've got SlimServer (Version 6.2.1 - 5194 - Debian - EN - utf8) running
on my Ubuntu 6.10 fileserver and get the following error messages in
/var/log/slimserver.log

CLI: Can't setup the listening port 127.0.0.1,192.168.1.*:  at
/usr/share/perl5/SlimServer/Slim/Control/CLI.pm line 111.
CLI: Can't setup the listening port 192.168.1.*:  at
/usr/share/perl5/SlimServer/Slim/Control/CLI.pm line 111.
CLI: Can't setup the listening port 192.168.1.0:  at
/usr/share/perl5/SlimServer/Slim/Control/CLI.pm line 111.

This is probably caused by my /etc/default/slimserver settings:

egrep -v "^#" /etc/default/slimserver 
START=1
CLI_ADDR=192.168.1.0
GROUP="users"
PARAMS="--playeraddr=192.168.1.2"

(My player's address is 192.168.1.4 but according to the man page the
playeraddr is "the _server’s_ IP address to use to connect to SLIMP3
players.")

It does not seem to be a firewall issue, since I switched this off:
$ sudo iptables -L
Password:
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination   

Current netstat and ps stats show that slimserver is not running and I
can't connect to the localhost web interface.

Thanks for any help


-- 
mark_
------------------------------------------------------------------------
mark_'s Profile: http://forums.slimdevices.com/member.php?userid=9186
View this thread: http://forums.slimdevices.com/showthread.php?t=31798

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

Reply via email to