I wondered if this from the Ubuntu 11.10 wiki pages had anything to do
with the current problems - probably not.
In any case I have re-installed 11.04 until I have time to look at it
again.
""
Ubuntu 11.10 has migrated away from /var/run, /var/lock and /dev/shm
and now uses /run, /run/lock and /run/shm instead (respectively). While
the Ubuntu AppArmor packages and shipped policy have been adjusted for
this, custom policy may need to be updated. The following my be used to
aid in migration (it allows both the old an the new paths):
$ sed -i -e 's#/var/run#/{,var/}run#' -e 's#/var/lock#/{run,var}/lock#'
-e 's#/dev/shm/#/{dev,run}/shm/#' <profile>
""
--
ian_heys
------------------------------------------------------------------------
ian_heys's Profile: http://forums.slimdevices.com/member.php?userid=2629
View this thread: http://forums.slimdevices.com/showthread.php?t=89467
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix