Hello,
I am receive emails from a Scheduled Task that was created through Plesk. The email headers contain this information:
And the content of the email is:
I have removed this job from the Scheduled Tasks area of Plesk, and running
on the server shows no scheduled tasks for dtbaker, however I continue to receive these emails (every 10 minutes - for the last month).
Can somebody help me locate this stuck/ghost cron job so I can remove it?
I have tried:
a quick look through the "psa" database to see if I could spot scheduled tasks anywhere (I couldn't)
a
brings up nothing.
re-adding and deleting the scheduled task via plesk * shrug *
Not really sure where else to look?
Cheers,
Dave
I am receive emails from a Scheduled Task that was created through Plesk. The email headers contain this information:
Code:
Subject: Cron <[email protected]> php /var/www/vhosts/site.net/httpdocs/cron.php
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
X-Cron-Env: <SHELL=/bin/bash>
X-Cron-Env: <HOME=/var/www/vhosts/site.net>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=dtbaker>
X-Cron-Env: <USER=dtbaker>
And the content of the email is:
Code:
Could not open input file: /var/www/vhosts/site.net/httpdocs/cron.php
I have removed this job from the Scheduled Tasks area of Plesk, and running
Code:
sudo crontab -l -u dtbaker
Can somebody help me locate this stuck/ghost cron job so I can remove it?
I have tried:
Code:
sudo service crond restart
a
Code:
grep cron.php /var/spool/cron/* -R
re-adding and deleting the scheduled task via plesk * shrug *
Not really sure where else to look?
Cheers,
Dave