>>>>> "TT" == Troy Telford <ttelford.gro...@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).



------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to