Cant access Cron after running a command
Posted: Fri Dec 09, 2016 9:00 pm
Hello
After running a command for deleting cache files my server froze and started generating lines from that command into cron
following is the line i used
http://forum.vestacp.com/viewtopic.php? ... 188#p42188
i used WinSCP to go in and delete the Cron Job i created which had generated thousands of lines (2.5mb), doing it through putty would take to long /var/spool/cron/admin
but still after deleting the Cron Job and restarting the server i wasnt able to enter Cron in Vesta (it loads forever and gives 502 gateway time out) and it showed 9 Cron Jobs instead of 8 which it should have changed to after i deleted the job from the file
everything else seems to be running fine except for entering that tab, what can i do to solve this issue?
Thanks
After running a command for deleting cache files my server froze and started generating lines from that command into cron
following is the line i used
Code: Select all
find /home/admin/web/domain.com/public_html/journal-cache/* -type f -mmin +180 -exec rm {} \;
i used WinSCP to go in and delete the Cron Job i created which had generated thousands of lines (2.5mb), doing it through putty would take to long /var/spool/cron/admin
but still after deleting the Cron Job and restarting the server i wasnt able to enter Cron in Vesta (it loads forever and gives 502 gateway time out) and it showed 9 Cron Jobs instead of 8 which it should have changed to after i deleted the job from the file
everything else seems to be running fine except for entering that tab, what can i do to solve this issue?
Thanks