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?


-- 
kyleki
------------------------------------------------------------------------
kyleki's Profile: http://forums.slimdevices.com/member.php?userid=2510
View this thread: http://forums.slimdevices.com/showthread.php?t=42921

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to