Comment 21 for bug 1410876

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

could you please show the result of:

full=/run/lock/lxc//var/lib/lxc/juju-trusty-lxc-template/snaps
while [ $full != "/" ]; do
 echo "XXX: $full"
 ls -ld $full
 full=`dirname $full`
done