kyleki 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?
There's something wrong there - cookies should go in /var/lib/squeezecenter/cache. R. _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
