I think you should put it all in the wiki Max ;-) A couple of other points:
The subversion uses /usr/local/slimserver/server whereas the rpm I was previously using uses /usr/local/slimserver. This has to be reflected by editing /sys/config/slimserver otherwise the daemon script doesn't work. AlienBBC also has to be extracted to /usr/local/slimserver/server rather than /usr/local/slimserver as per the AlienBBC install instructions. My slimserver installation runs using the user slimserver:slimserver: when updating the subversion, I have to use sudo svn up, otherwise I have a problem with permissions on the slimserver directories. This has the side effect that any subversion updates belong to root:root, so I do a chown -R slimserver:slimserver /usr/local/slimserver to put everything back under slimserver ownership. There's probably a better way, but I'm a *nix innocent, and it was the best I could do without writing a C program and setting the uid. -- Patrick Dixon _______________________________________________ Discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
