>
> Next, the image has old client side code on it and needs to be updated. The
> easiest way to do this is to follow this recipe:
>
> cd /etc/emulab
> sudo mkdir Save
> sudo cp passwd shadow group gshadow Save
> cd /tmp
> git clone git://
git-public.flux.utah.edu/emulab-devel.git
> mkdir obj
> cd obj
> ../emulab-devel/clientside/configure --with-TBDEFS=../emulab-devel/defs-utahclient
> gmake client
> sudo gmake client-install
Hi Leigh,
I instantiate a new node in cloudlab to make new snapshot, got this error in this step (sudo make client-install).
I couldn’t find game in my Debian disk image, so I use make instead.
*** WARNING: no libdevmapper, not building disk-agent
make[2]: Leaving directory `/tmp/obj/event/disk-agent'
make[2]: Entering directory `/tmp/obj/event/trafgen'
make trafgen
make[3]: Entering directory `/tmp/obj/event/trafgen'
make[3]: `trafgen' is up to date.
make[3]: Leaving directory `/tmp/obj/event/trafgen'
/usr/bin/install -c -m 755 trafgen /usr/local/etc/emulab/trafgen
make[2]: Leaving directory `/tmp/obj/event/trafgen'
make[1]: Leaving directory `/tmp/obj/event'
make[1]: Entering directory `/tmp/obj/tmcc'
make: Entering an unknown directory
make: *** install: No such file or directory. Stop.
make: Leaving an unknown directory
make[1]: *** [client-install] Error 2
make[1]: Leaving directory `/tmp/obj/tmcc'
make: *** [tmcc/client-install.MAKE] Error 2
> cd /etc/emulab/Save
> sudo cp passwd shadow group gshadow ..
> sudo reboot
>
> Let it reboot, to make sure everything is working okay. Then you can take a
> new snapshot.
I tried to continue anyway, rebooted and make snapshot. However creating snapshot failed.
Here’s status URL:
https://www.cloudlab.us/status.php?uuid=98e9eb81-e9f0-11e4-bd13-38eaa71273fa
regards,
Asep