Hi Serge,
On Thu, Aug 25, 2011 at 04:23:25AM -, Serge Hallyn wrote:
> Quoting StefanPotyra (stefan.pot...@informatik.uni-erlangen.de):
>
> Thanks for looking, Stefan.
>
> > This looks odd:
> >
> > +cd /sys/fs/cgroup
> > +for d in `/bin/ls`; do
> >
> > + umount $d ||
Quoting StefanPotyra (stefan.pot...@informatik.uni-erlangen.de):
Thanks for looking, Stefan.
> This looks odd:
>
> +cd /sys/fs/cgroup
> +for d in `/bin/ls`; do
>
> + umount $d || true
> +done
Thanks for drawing my attention to this. This is indeed a problem. As
an e