Still a Ubuntu newbie but usually am able to figure things out. This one has stumped me though.....
Have a headless server running Lucid 64 bit. Everything is working great except for a couple of Cron jos I'm trying to have run at boot.
My user crontab looks like this:
# m h dom mon dow command
01 * * * * /home/ceallred/Scripts/SambaBkup.sh
@reboot /usr/bin/SpiderOak --headless &
The SambaBkup script works like clockwork... The SpiderOak job doesn't start. It works if I type the command in manually.
syslog only shows:
Jul 13 22:45:33 RavenWing cron[1010]: (CRON) INFO (pidfile fd = 3)
Jul 13 22:45:33 RavenWing cron[1022]: (CRON) STARTUP (fork ok)
Jul 13 22:45:33 RavenWing cron[1022]: (CRON) INFO (Running @reboot jobs)
Jul 13 22:45:33 RavenWing CRON[1048]: (ceallred) CMD (/usr/bin/SpiderOak --headless &)
Yet ps -A doesn't show a running SpiderOak process. It shows after starting manually.
Any help would be much appreciated.



Adv Reply



Bookmarks