Here's what solved the problem for me.  I need to run the server on a
specific IP address, so I had modified the init script
/etc/init.d/squeezeboxerver, adding the following to the
start-stop-daemon call.


Code:
--------------------
    
  --playeraddr $IPADDR \
  --cliaddr $IPADDR \
  --streamaddr $IPADDR \
  --httpaddr $IPADDR \
  
--------------------


I changed this in the d_start() function, but had failed to also modify
the d_start_direct() function.  After adding it to d_start_direct() the
server started behaving correctly.  I'm not sure why that fixed it, as
it doesn't appear that d_start_direct() is ever called in the script.


-- 
JJZolx

Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=78867

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

Reply via email to