Brian Elliott Finley wrote:
Thus spake Bas van der Vlies ([EMAIL PROTECTED]):
We at SARA are currently switching to flamethrower setup. If we enable flamethrower the conenctivity test is different then
with rsync, from /etc/init.d/rcS
# Ping test ping_test() { echo echo ping_test
if [ ! -z "$FLAMETHROWER_DIRECTORY_PORTBASE" ]; then
PING_DESTINATION=$GATEWAY
HOST_TYPE="default gateway"
else
PING_DESTINATION=$IMAGESERVER
fi
echo
echo "Pinging your $HOST_TYPE to ensure we have network connectivity."
echo
My question is why?
I honestly don't remember why, but it definitely looks like it was on purpose.
It is fine for me ;-). Still strange that the check is different. Maybe we have to do 2 ping tests if flamethrower is enabled. One to the gateway and if this fails to the imageserver. Just a thought
Regards
-- -- ******************************************************************** * * * Bas van der Vlies e-mail: [EMAIL PROTECTED] * * SARA - Academic Computing Services phone: +31 20 592 8012 * * Kruislaan 415 fax: +31 20 6683167 * * 1098 SJ Amsterdam * * * ********************************************************************
------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
