wfaulk;442210 Wrote: > Okay, I found a huge number of issues. It turns out that I *was* still > having permissions issues. It seems that all the stuff that gets > autocreated gets autocreated with bad permissions, like the log file, > the MySQL socket, etc. It seems like you have to run it and fix > permissions a few times before it gets resolved. The obvious solution > to this would be to have it start as the same unprivileged user it runs > as, but I still can't get that to work. > ... > It's ridiculous.
Sorry to hear about your trouble. For a long time now, I just use Subversion to check out the publicly available source and run 100% as a user I created for this purpose -- my init script uses 'su' to make sure nothing really runs as root. On i386 and x86_64 Linux this has worked fine. Once I had trouble with a binary app being compiled against newer shared libs, but Logitech staff resolved that problem very quickly when informed about it. Personally I appreciate Logitech bundling CPAN code with SqueezeCenter -- saves me the trouble of tracking down the Ubuntu/Debian package name or, much worse, dealing with -MCPAN -e shell nonsense. That's nice of you to put together a Wiki page. I'm glad you seem to have it all working at last. -Peter -- peterw http://www.tux.org/~peterw/ free plugins: http://www.tux.org/~peterw/#slim AllQuiet BlankSaver ContextMenu FuzzyTime KidsPlay KitchenTimer PlayLog PowerCenter/BottleRocket SaverSwitcher SettingsManager SleepFade StatusFirst SyncOptions VolumeLock ------------------------------------------------------------------------ peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107 View this thread: http://forums.slimdevices.com/showthread.php?t=65764 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
