Ok... for the problem of users saving or viewing their own cronjobs through cpanel, you can try this....
Try before executing as root:
chmod a+s /usr/bin/crontab
Giving permissions to execute crontab to others, problem saving cronjobs and watching them later worked at least for me.
Good luck.
Thanks guys this DOES work, i fixed it a couple of days ago but i forgot to post in here.Had the same problem today with this on a new cpanel install on Fedora 5
This fixed the issue, thank you feanorknd.Code:chmod a+s /usr/bin/crontab
It worked for meChange also the permissions for all files in /var/spool/cron
crontab -u username -l
crontab -l
no crontab for username
chmod a+s /usr/bin/crontab
chmod a+s /var/spool/cron/*
For the record, the last update was released on August 15-16.Weird - this problem fixed itself in the past 24 hours. Maybe the result of some script run in the nightly update? Anyway, all is well with user crontabs again.
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
P | Cron jobs not saving on new dedicated server | Domain Management | 2 | |
M | Cron Jobs Not Saving | Domain Management | 2 | |
B | Cron jobs not saving | Domain Management | 0 | |
K | Cron not saving for one account | Domain Management | 3 | |
D | Cronjobs not saving | Domain Management | 2 |