No, you don't need to change user or group names from squeezeboxserver to logitechmediaserver. At least not yet. The shift in name on *nix platforms is still a little unfinished, so it's something you may need to do in the future.
As for 'your other thread' (http://forums.slimdevices.com/showthread.php?goto=newpost&t=92764), follow gokr's advice about getting rid of the redundant script for sbs. After going through the commands gokr gives, you should replace sbs with lms in the start/stop lines in _your_ script. That is, Code: -------------------- #!/bin/bash cd /home/user sudo /etc/init.d/ssh start sudo ntpdate ntp.ubuntu.com sudo insmod /lib/modules/2.6.28/kernel/fs/cifs/cifs.ko sleep 2 sudo mount -t cifs //192.168.0.135/Music /home/user/SQUEEZE -o guest,rw,iocharset=utf8,file_mode=0777,dir_mode=07 77 sudo service logitechmediaserver stop sudo mkdir /var/log/squeezeboxserver sudo chown squeezeboxserver:nogroup /var/log/squeezeboxserver sudo chmod 755 /var/log/squeezeboxserver sudo service logitechmediaserver start -------------------- -- aubuti ------------------------------------------------------------------------ aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074 View this thread: http://forums.slimdevices.com/showthread.php?t=92765 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
