> It seems that apache geni is not working. I remember that I commented out protogeni part in the step of "Installing Emulab Software on boss", because it can't be installed.
Oh, that is not good, that has to be turned on now, using something
like this:
PORTAL_ENABLE=1
PROTOGENI_SUPPORT=1
PROTOGENI_GENIRACK=0
PROTOGENI_DOMAIN="XXX" # XXX This needs to be localized
PROTOGENI_LOCALUSER=1
PROTOGENI_ISCLEARINGHOUSE=1
PROTOGENI_WEBSITE=$BOSSNODE
PROTOGENI_EMAIL="$TBOPSEMAIL"
The DOMAIN above should be a short token, something similar
to your domain name, but about 8 chars.
Leigh