4mula1 wrote: > I'm having trouble with SlimServer not finding all of my wife's iTunes > library on a Windows XP network share from my Solaris box. It finds > most of it, but not all. I thought I'd run SlimServer with the > --d_itunes option as well as specifying the logfile path and name. The > problem is that for some reason the logfile is always owned by root:root > when SlimServer is called with --user=slimsrv --group=slimsrv. > > Here's the script I use to call SlimServer without the debug info: > > #!/bin/sh > > PATH=/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/local/bin:/opt/bin > export PATH > > /opt/slimserver/slimserver.pl --cachedir=/opt/slimserver/cachedir > --user=slimsrv --group=slimsrv > --prefsfile=/opt/slimserver/cachedir/slimserver.pref > --pidfile=/opt/slimserver/cachedir/slimserver.pid $* > > All I want to add is the --d_itunes and --logfile=/tmp/slim.log but the > log ends up being owned by root and SlimServer can't write to it. > > Is there something I'm missing, because this seems like it should be > pretty simple.
chown slimserver /tmp/slim.log chmod 0666 /tmp/slim.log ? Regards, Peter _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
