[Lxc-users] Can't start containers
Milan Zamazal
pdm at zamazal.org
Tue Apr 3 08:09:30 UTC 2012
>>>>> "TT" == Troy Telford <ttelford.groups at gmail.com> writes:
TT> The thing that blows my mind is that liblxc *vanishes entirely*
TT> from the system's dynamic linker after I try to run lxc the
TT> first time.
Did you unmount the temporarily mounted directories left in the system
after lxc-start failure? Something like
for d in $(mount | fgrep /usr/lib/x86_64-linux-gnu/lxc | awk '{ print $3 }'); do
umount $d
done
works for me (has to be run several times until no "busy" error is
printed).
More information about the lxc-users
mailing list