Skip to main content

Thread: Cron Tabs


hello folks,

im trying setup, thinking, simple cron job website im trying construct, here situation.

website path: /home/tobias/www/sb/
website address: http://localhost/
script location: /home/tobias/www/sb/config/runtick.php
script owner: tobias
run-time: every 5 mins.

did both user root, tried later.

crontab -e

opened nano should, added following line
5 * * * * php /home/tobias/www/sb/config/runtick.php

save , close terminal, run restart of service

/tc/init.d/cron restart

lets me know can start cron or following:
start: rejected send message, 1 matched rules; type="method_call", sender=":1.215" (uid=1000 pid=32130 comm="start cron ") interface="com.ubuntu.upstart0_6.job" member="start" error name="(unset)" requested_reply="0" destination="com.ubuntu.upstart" (uid=0 pid=1 comm="/sbin/init")


job doesn't work, have tried running script manually afterwords , if go there in browser needs do.

can me??

in advance!

i thought current version of cron did not require restarting pick new cron jobs, regardless, try command line instead restart cron service:

sudo service cron restart


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [SOLVED] Cron Tabs


Ubuntu

Comments