I'm running on an Xubuntu distro that I've upgraded in place probably 4x
now. Each time I upgrade the distro, it clobbers the squeezeboxserver
mysql apparmor settings. You can quickly check if this is the case for
you by typing:

sudo service apparmor stop

And then try to restart squeezeboxserver. If it starts fine, re-enable
apparmor and make sure something like the following is in
/etc/apparmor.d/usr.sbin.mysqld (squeezeboxserver setup normally puts
them in for you):

# SqueezeBox Apparmor Changes for MySqld
/var/lib/squeezeboxserver/cache/ r,
/var/lib/squeezeboxserver/cache/my.cnf r,
/var/lib/squeezeboxserver/cache/mysql.startup rw,
/var/lib/squeezeboxserver/cache/mysql-error-log.txt rw,
/var/lib/squeezeboxserver/cache/squeezebox-mysql.pid w,
/var/lib/squeezeboxserver/cache/squeezebox-mysql.sock w,
/var/lib/squeezeboxserver/cache/MySQL/ r,
/var/lib/squeezeboxserver/cache/MySQL/** rwk,

Do a sudo service apparmor restart to make the changes take effect.

This is an obscure one, but good luck!


-- 
Dase
------------------------------------------------------------------------
Dase's Profile: http://forums.slimdevices.com/member.php?userid=33947
View this thread: http://forums.slimdevices.com/showthread.php?t=78579

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

Reply via email to