spc337;348482 Wrote: 
> The apparmor issue bites again...
> 
> I've done a fresh install of Ubunto 8.04 (Hardy), downloaded the latest
> Squeezecenter (7.2).  After everything was up and running, I could not
> access the web interface.  After searching this forum for quite some
> time, I found the suggestion to stop apparmor.  I did that and
> restarted Squeezecenter and it worked.
> 
> I tried to restart apparmor and received the following error -
> 
> $ sudo /etc/init.d/apparmor start
> Loading AppArmor profiles /sbin/apparmor_parser: Unable to add
> "/usr/sbin/mysqld".  Profile already exists
> Profile /etc/apparmor.d/usr.sbin.mysqld.squeezecenter.orig failed to
> load
> : Failed.
> 
> 
> 
> I can still access the web interface but suspect that's only because of
> the failed restart of apparmor.
> 
> Is there a permanent fix to apparmor to allow SqueezeCenter to happily
> run?


Code:
--------------------
    
  sudo rm /etc/apparmor.d/usr.sbin.mysqld.squeezecenter.orig
  sudo /etc/init.d/apparmor reload
  sudo /etc/init.d/squeezecenter restart
  
--------------------


That should fix your problem.  The issue is related to squeezecenter
leaving junk around in the apparmor.d directory.


-- 
SuperQ
------------------------------------------------------------------------
SuperQ's Profile: http://forums.slimdevices.com/member.php?userid=2139
View this thread: http://forums.slimdevices.com/showthread.php?t=49780

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to