This particular instance is fixed:
# we may need the location of the ssh key for eucalyptus
EUCA_HOME="`getent passwd eucalyptus|cut -f 6 -d ':'`"
if [ -f "${EUCA_HOME}/.ssh/id_rsa.pub" ]; then
SSHKEY=`cat ${EUCA_HOME}/.ssh/id_rsa.pub`
else
SSHKEY=""
fi
--
euca_conf: inelegant retrieval of eucalyptus' $HOME
https://bugs.launchpad.net/bugs/365141
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.
--
Ubuntu-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs