Hello all, I've installed Squeezeboxserver 7.7.2 on CentOS 6.2 by first installing squeezecenter-repo, and then doing a yum install squeezeboxserver.
service squeezeboxserver start says it starts ok, but then service squeezeboxserver status gives "squeezeboxserver dead but subsys locked". The problem turned out to be that all files under /var/lib/squeezeboxserver/cache were owned by root, instead of by squeezeboxserver. The solution is to do: chown -R squeezeboxserver /var/lib/squeezeboxserver/cache/* Now it works perfectly. Hopefully this will help someone out. ------------------------------------------------------------------------ lupin..the..3rd's Profile: http://forums.slimdevices.com/member.php?userid=56447 View this thread: http://forums.slimdevices.com/showthread.php?t=95495 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
