minimac;331094 Wrote: > Good morning, > > Yes I restarted the server. What I would ideally like to do is remove > all traces of apparmor and SC, then start again. What is the best way > of doing this? > > The box will be secured in other ways, so apparmor isn't needed.
Not sure this will solve anything, but if you want a fresh start you can do as follows. You cannot remove apparmor as such (it's a kernel module) However it can be completely disabled. 'sudo update-rc.d -f apparmor remove' then either restart or do: 'sudo /etc/init.d/apparmor stop' If you want to start ALL over with SC: 'sudo apt-get --purge remove squeezecenter' 'sudo rm -rf /var/lib/squeezecenter' 'sudo rm -rf /etc/squeezecenter' 'sudo rm -rf /usr/share/squeezecenter' -- bhaagensen ------------------------------------------------------------------------ bhaagensen's Profile: http://forums.slimdevices.com/member.php?userid=7418 View this thread: http://forums.slimdevices.com/showthread.php?t=51289 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
