cron

  1. gfserver

    Recieving SSL cron error emails

    Hello, I'm receiving several emails from my VPS: Subjtect: Cron <root@server> /usr/local/cpanel/bin/autossl_check_cpstore_queue Email text: (in cleanup) (in cleanup) at /usr/local/cpanel/3rdparty/perl/528/lib/perl5/cpanel_lib/x86_64-linux-64int/DNS/Unbound.pm line 581 during global...
  2. M

    Repair cron file

    Hello everybody, I have removed the crontab of the root user by accident. It is difficult for me to restore it from backup (in our ovh hosting environment we have only a snapshot feature, which allows me to restore the entire system, but I cannot access a specific file). How can I repair...
  3. nyjimbo

    CRON job in users account gets permission denied after migration

    I just migrated 200+ accounts from an old cpanel server to a new one. After all the usual tweaks I am seeing some people complain about cron jobs failing with permission denied errors. One user runs a job " /usr/bin/curl -s https://www.xxxxxxx.org/membership/cron " hourly for years, but on the...
  4. C

    Cron job error in cPanel

    I have a VPS server w/ preinstalled cPanel & WHM. I was trying to create a crob job but I got an error immediately after I clicked the "Add New Cron Job" button. Error /bin/bash: line 2: 3rdparty: command not found exec(/usr/bin/crontab) failed: Can anyone point me to the right direction so...
  5. A

    Cron jobs delete from server

    Hi Team, all Created cron jobs are deleted from server.. I try to create new cron and then newly created cron job automatically deleted., Please resolve this issue on high priority
  6. T

    CRON throwing errors due to email password change

    My WHM and cPanel was set up by someone more knowledgeable than myself so now I am breaking a few things that I need fixing like in the email client I am receiving CRON error every 5 minutes since CRON was set for 5 minut cycle. I was told if the email pass changes CRON will stop communicating...
  7. D

    Cron job with Json decoder issue

    this is my corn job : /usr/local/bin/php -q /home/malin/public_html/youtube_api_test/cron_autosave_api_data.php this is the function i wanna run using corn job function getytChannelData($channel_id,$api_key) { $data =...
  8. M

    CRON Error Cannot allocate memory

    Hi all this morning i recieved this email about a cron job which i was unaware ran as my emails are normally overnight. this is the content of the email; From: [email protected] Subject: Cron <root@xxxxxxxxx> /usr/bin/test -e /etc/cpanel-dovecot-solrdisable ||...
  9. M

    Rogue cron job on crontab

    Hello I have an issue with a cronjob that seems to be the one thats keeps on hacking websites to send spam . If i do the crontab -e it shows as below but i can't seem to be able to scroll down enough to delete it any ideas hopw i can tackle this ? i.imgur.com/UqsgSPx.png
  10. E

    Cron job email flagged as phishing

    Hello, I have a cPanel&WHM version 78.0.30. This morning I have received this email "Phishing: Cron <root@cpanel> (/usr/local/cpanel/scripts/fix-cpanel-perl; /usr/local/cpanel/scripts/upcp --cron" What means phishing in report? Thank you! Best regards, Elizabeta
  11. Z

    Cron job stopped working

    Hello, I have a PHP cron job that is set to fetch emails from my email address to a CRM. It was working fine earlier but suddenly it stopped working. Not sure why. However, when I run the PHP script manually by accessing it via domain based link, the script runs and does its job. But I have...
  12. C

    Problem running cron job

    Hi, I try to run a cron job in cpanel version 78 and PHP 7.1 but have no success. When running it from a browser it works flawlessly. example.com/template/temp/test.php But inside cpanel nothing happens. I even not get any *error mail* ;-) Have tried with these different versions of code...
  13. T

    Overwrite all 1 minute cron jobs?

    Hello cPanel Community. Is there a command that will overwrite all users 1 minute cron jobs to 5 minutes? There have been many questions on this in the past but no answer provided. I can see some providers already have removes the 1 minute from the drop list and some providers are overwriting...
  14. P

    Cron Jobs not Working

    I installed cpanel on Google cloud with WHM and I am Trying to Run Cron Jobs For A Software Called Mautic I am Using this Path Format /usr/local/bin/php /home/[username]/public_html/mautic/app/console mautic:segments:update But the Cron Jobs Are Not running. I have updated email notification...
  15. L

    cron job disappearing

    Hello I have a drupal 8 website and I need to run the drupal cron every night at midnight So I created a cron job into cpanel that looks like this: wget -q https://xxxxxxxx.com/cron/xxxxxxxxxxxxxxxxxxxxxxxxxx > /dev/null 2>&1 The issue is that the crob job ends up disappearing from the...
  16. S

    Check if apache is running from cron?

    Anyone know the easiest way to check if apache is still running on my cPanel v76.0.18 server and if not run it from cron?
  17. chanklish

    mailchannels cron notification?

    hello i am receiving notifications emails with the following : /etc/cron.daily/mailchannelscron: Warning: replace is deprecated and will be removed in a future version. what is it exactly ?!
  18. R

    Questions about a specific cron job

    Our server runs CentOS 6.10 KVM, cPanel/WHM version: v76.0.20. The subject cron runs every day. We have a couple of question about this. <root@tigger> /usr/bin/yum -y -R 120 -d 0 -e 0 update 1. We have the upcp script running every day which appears to run yum. Is this so and if so is...
  19. S

    Cron Job not working for user

    Hi, cron jobs not working for users' cpanel I've tried /usr/local/bin/ea-php56 /home/garnish/public_html/backstage/share_add_popul.php /home/garnish/public_html/backstage/share_add_popul.php /usr/local/bin/php /home/garnish/public_html/backstage/share_add_popul.php php...
  20. leonep

    Cron header redirect

    Hi , I am trasfering a web project to my Cpanel hosting. i got problem with a php cron script that uses php header location redirect. the cron php script interrupts and redirect not work on destination page. The customer told me that on previous hosting works fine ( with same php file ) this...