I have the same problem and I am not running with d_sql enabled. The
problem does not occur for me if I launch slimserver.pl manually, but
it does occur if I launch it as a service from /etc/init.d/slimserver.
The relevant parts of the inid.d script looks as follows:

Code:
--------------------
    
  # Source configuration parameters - this is the first file mentioned above
  . /etc/default/slimserver
  
  SLIMSERVER_ARGS="--daemon --pidfile=/var/run/$NAME.pid 
--prefsfile=$SLIMSERVER_CFG \
  --logfile=$SLIMSERVER_LOG --user=$SLIMSERVER_USER --group=$SLIMSERVER_GROUP"
  
  case "$1" in
  start)
  echo -n "Starting $DESC: $NAME"
  start-stop-daemon --start --quiet --exec $DAEMON -- $SLIMSERVER_ARGS
  echo "."
  ;;
  
--------------------


And the /etc/default/slimserver

Code:
--------------------
    
  # Edit this to suit your setup
  SLIMSERVER_USER="slimserver"
  SLIMSERVER_GROUP="slimserver"
  SLIMSERVER_CFG="/etc/slimserver.conf"
  SLIMSERVER_LOG="/var/log/slimserver.log"
  
--------------------


The environment variables set in /etc/default/slimserver is not set
when I run slimserver.pl manually.

My slimserver is manually installed on ubuntu, the .deb package has
only been used for installing dependences and not for slimserver
itself. I am using the mysql server delivered with slimserver.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-trackstat)
, 'SQLPlayList' (http://tinyurl.com/pptqy) , 'DynamicPlayList'
(http://tinyurl.com/kfrgs) and 'RandomPlayList'
(http://tinyurl.com/pwtsc) plugins)
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=25065

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

Reply via email to