kyleki;264374 Wrote: > The rpm installed via the yum repo always changes the owner of > /usr/lib/squeezecenter to 'root' which breaks a few things for me. I > end up getting the following permissions errors after every upgrade: > > > Code: -------------------- > > [08-01-27 17:00:43.5676] Slim::Networking::Select::select (245) Error: Select task failed: Can't open /cookies.dat: Permission denied at /usr/share/squeezecenter/CPAN/HTTP/Cookies.pm line 409. -------------------- > > > > To fix this, I simply execute: > > Code: -------------------- > > chown -R squeezecenter.squeezecenter /usr/share/squeezecenter -------------------- > > > > Should the rpm be doing this for me or am I doing something wrong?
I've never seen this error. SqueezeCenter never writes anything into /usr/share/squeezecenter, so root:root should be fine as long as everything is readable (which it is). I have no idea why it's looking for cookies.dat in the root directory. Have you modified /etc/sysconfig/squeezecenter? Have you accidentally run squeezecenter as root at one time? If the file /cookies.dat exists, who owns it and when was it last modified? It may also be possible that a broken plugin caused this. -- Fletch ------------------------------------------------------------------------ Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529 View this thread: http://forums.slimdevices.com/showthread.php?t=42921 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
