I finally tracked down the problem, I mistakenly created a file called
"usr.bin.mysqld" with the above entries, not "usr.*s*bin.mysqld".  I
removed that along with usr.sbin.mysqld.squeezecenter.orig in
/etc/apparmor.d, unlinked usr.sbin.mysqld from
/etc/apparmor.d/force-complain, started and stopped apparmor and
squeezecenter a few times and now I can install the latest .deb and
have it start properly.

Note that removing usr.sbin.mysqld caused the SqueezeCenter install to
error out for me, so I kept the old one and I eventually got things to
work.

Also for any newbies, 
Code:
--------------------
    sudo service apparmor stop
--------------------
 didn't work for me, I got a 
Code:
--------------------
    sudo: service: command not found
--------------------
 error, I needed to use 
Code:
--------------------
    sudo /etc/init.d/apparmor stop
--------------------


-- 
Mark Lanctot
------------------------------------------------------------------------
Mark Lanctot's Profile: http://forums.slimdevices.com/member.php?userid=2071
View this thread: http://forums.slimdevices.com/showthread.php?t=46614

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

Reply via email to