January 13, 20197 yr I have made a .cron file in the dynamix folder dockerrestart.cron here's the script also my crontab it starts at 4pm and keeps going until 5pm. what have I done wrong? Keeps going until 5 Edited January 13, 20197 yr by technomancer__
January 13, 20197 yr Because * 17 * * * means that the script will run every minute (5p - 5:59p) You want 0 17 * * * to only run at 5p
January 13, 20197 yr Author 2 hours ago, Squid said: Because * 17 * * * means that the script will run every minute (5p - 5:59p) You want 0 17 * * * to only run at 5p oh thank you! i was so confused now i understand Edited January 13, 20197 yr by technomancer__
January 15, 20197 yr Author @SquidI added another entry and it works fine. but i dont get whats the problem with the first one it still goes on loop for an hour
January 16, 20197 yr Author snip ? Why. I have no cron job set for this time and why does it output an error?
January 17, 20197 yr Author On 1/16/2019 at 9:33 PM, Squid said: Maybe you added one a different way just reboot Sent via telekinesis i deleted the cron file with crontab -d and then updated cron with update_cron hope it works btw i did restart and it didn't work. i will update tomorrow at if its fixed
January 18, 20197 yr Author Maybe you added one a different way just rebootSent via telekinesisIt's still not fixed! What can I try next?
January 18, 20197 yr Author 6 hours ago, Squid said: What is the output of crontab -l and cat /etc/cron.d/root I think i will be able to fix it i will remove them and update cron. i will update you tomorrow I just remove the 2 lines before # generated system monitoring schedule it save fine but when i update cron they come back
January 19, 20197 yr Then you've added multiple .cron files (maybe in other directories) that are still the old version
January 19, 20197 yr Author 7 minutes ago, Squid said: Then you've added multiple .cron files (maybe in other directories) that are still the old version 🤦♂️i made other cron file name docker rather than dockerrestart I updated cron and they are gone. hopefully, its fixed now. thank you very much for your patience.
Archived
This topic is now archived and is closed to further replies.