> The problem below (with directory ownership on custom images) seems to
> come up quite often and was wondering if there is a solution to this.
>
> Also, is Joe's suggestion (1) actually a work around for this problem
> that we can document while looking for a better solution?
Okay, I am going to push out a new version of UBUNTU12-64-STD that has a
fix for this. Basically, we are more aggressive about deleting everything
in /users when an image is created. This new image version should be on all
racks by Friday evening.
But that does not help with existing custom images, unless you are willing
to go back to UBUNTU12-64-STD and retrace your steps. Instead, you can take
your existing custom image and install the latest Emulab clientside on it,
and then take a new snapshot image of it. To do this, boot your image and
then log in and do:
cd /var/tmp
git clone git://
git-public.flux.utah.edu/emulab-devel.git
mkdir obj
cd obj
../emulab-devel.git/clientside/configure
make client
sudo make client-install
And then use your favorite client to take a new image.
Leigh