Moobs
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Moobs-
I tested crons on a different server today and experienced the same exact issue. I also checked the summary.log file today and saw that Cpanel was updated around the same time I noticed scheduled C...
-
Hello, Do you see references to these cron jobs in the /var/log/cron log file? Also, can you verify what the "SHELL=" entry looks like for this account in the /var/spool/cron/$username file? Than...
-
Hello, * */6 * * * sleep $[ ( $RANDOM % 60 ) + 1 ]m; /path/to/script or command This cron will execute command/script every after 6 hrs and RANDOM min (from 1 to 60) Thanks so much! This is exa...