SeattleTestbed / nodemanager

Remote control server for SeattleTestbed nodes
MIT License
0 stars 10 forks source link

Crontab error... #92

Open choksi81 opened 10 years ago

choksi81 commented 10 years ago

I got the following error in mail. It seems we are calling update_crontab_entry in nmmain. I am not sure why, but it seems this is called, even during tests. if [ -e "/Users/justincappos/oldmacbookpro/test2/start_seattle.sh" ]; then "/Users/justincappos/oldmacbookpro/test2/start_seattle.sh" >> "/Users/justincappos/oldmacbookpro/test2/v2/cronlog.txt" 2>&1; elif [ "mount | grep -e '[ ]/[/]*[ ]'" = "" ]; then while [ "mount | grep -e '[ ]/[/]*[ ]'" = ""]; do sleep 60s; done && "/Users/justincappos/oldmacbookpro/test2/start_seattle.sh" >> "/Users/justincappos/oldmacbookpro/test2/v2/cronlog.txt" 2>&1; else modifiedCrontab=mktemp -t tempcrontab.XXXXX && crontab -l | sed '/start_seattle.sh/d' > ${modifiedCrontab} && crontab ${modifiedCrontab} && rm -rf ${modifiedCrontab}; fi X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: Date: Sat, 24 May 2014 16:38:01 -0400 (EDT)

/bin/sh: mount: command not found /bin/sh: mount: command not found /bin/sh: line 0: [: : unary operator expected