sebp - I just checked in a change which should fix that ReadyNAS issue.  
Feel free to manually apply it to your box to verify or wait for  
tomorrow's build:


--- 7.4/trunk/platforms/readynas/squeezeboxserver_safe (original)
+++ 7.4/trunk/platforms/readynas/squeezeboxserver_safe Wed Sep 30 14:36:01  
2009
@@ -14,6 +14,12 @@
    echo
    echo "Usage: $0 <squeezebox-binary> <squeezebox-arguments>"
    exit 1
+fi
+
+if ps ax | grep -v grep | grep $0 > /dev/null
+then
+  echo `date "+%F %H:%M:%S"` "$0 already running" >>  
/var/log/squeezeboxserver/server.log
+  exit
  fi



That's for /usr/sbin/squeezeboxserver_safe
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to