Skip to main content

Help with root crons and maybe more issues

Comments

10 comments

  • cPanelMichael
    Hello, Those are standard cron jobs included with cPanel. I don't recommend removing any of them. For instance, if you wanted to disable backups, you'd do so via "WHM >> Backup Configuration" and the backup script running as part of the cron job would detect that backups are disabled and not generate them (same with cPanel updates, you'd use "WHM >> Update Preferences"). The following thread is useful if you'd like to troubleshoot the server load: Troubleshooting high server loads on Linux servers Thank you.
    0
  • Infopro
    All of them are essential, IMHO.
    I just have a wordpress website installed.

    It only takes one out of date wordpress site or even just an addon installed on it, to cause lots of issues like you describe having.
    0
  • lonsg
    Hello, Those are standard cron jobs included with cPanel. I don't recommend removing any of them. For instance, if you wanted to disable backups, you'd do so via "WHM >> Backup Configuration" and the backup script running as part of the cron job would detect that backups are disabled and not generate them (same with cPanel updates, you'd use "WHM >> Update Preferences"). The following thread is useful if you'd like to troubleshoot the server load: Troubleshooting high server loads on Linux servers Thank you.

    I already removed the eximstats ones as I disabled eximstats from whm I don't need it since it is for emails. I have also stopped updates from whm but don't know which crons to remove to stop it completely and lastly I don't need backups so I see a couple there but which are safe to remove is all I am asking. I previously didn't have this much crons and everything was running perfectly fine.
    0
  • lonsg
    All of them are essential, IMHO. It only takes one out of date wordpress site or even just an addon installed on it, to cause lots of issues like you describe having.

    I don't have many addons just total cache and yoast seo. Really I just want to understand what each of these crons do so I can remove ones that I feel like I don't need. Thanks
    0
  • cPanelMichael
    Hello, I don't suspect any of the cron jobs are leading to load issues based on the information you have provided. Cron jobs don't necessarily indicate whether a specific feature is enabled. For instance, the existence of the "upcp" cron job doesn't mean backups are enabled, as there's functionality built within the script that determines if cPanel should automatically update based on the update preferences you have configured. Thank you.
    0
  • lonsg
    Hello, I don't suspect any of the cron jobs are leading to load issues based on the information you have provided. Cron jobs don't necessarily indicate whether a specific feature is enabled. For instance, the existence of the "upcp" cron job doesn't mean backups are enabled, as there's functionality built within the script that determines if cPanel should automatically update based on the update preferences you have configured. Thank you.

    I have set from whm to never update. However my question is what are these and all cant be vital for the system to run since I only had 4 in my previous setup and everything was working fine.
    0
  • cPanelMichael
    Hello, It's likely the previous server was missing some important cron jobs. The cron jobs listed in your earlier response are standard cron jobs included by default. The cron jobs are not required for your services to run, but they are vital if you want to ensure all cPanel & WHM features work smoothly. Thank you.
    0
  • lonsg
    I have ditched wordpress and just converted my theme to just php funny enough usage has dropped to 0.02 cpu with even more visitors. You were right @Infopro
    0
  • lonsg
    Hello, It's likely the previous server was missing some important cron jobs. The cron jobs listed in your earlier response are standard cron jobs included by default. The cron jobs are not required for your services to run, but they are vital if you want to ensure all cPanel & WHM features work smoothly. Thank you.

    yup thats what I mean I don't require updates so it is not vital I don't mind not having the latest update or security patch. so please someone tell me just what do I do if I don't want cpanel updates or backups or mail can I remove the following? 39 5 * * * /usr/local/cpanel/whostmgr/docroot/cgi/cpaddons_report.pl --notify 10 0 * * * /usr/local/cpanel/scripts/upcp --cron 0 1 * * * /usr/local/cpanel/scripts/cpbackup 0 2 * * * /usr/local/cpanel/bin/backup 35 * * * * /usr/bin/test -x /usr/local/cpanel/bin/tail-check && /usr/local/cpanel/bin/tail-check 45 */4 * * * /usr/bin/test -x /usr/local/cpanel/scripts/update_mailman_cache && /usr/local/cpanel/scripts/update_mailman_cache This one I already removed and keeps coming back even though I have eximstats disabled from whm. 0 6 * * * /usr/local/cpanel/scripts/exim_tidydb > /dev/null 2>&1
    0
  • Infopro
    I don't require updates

    Yes you do. I hate to disagree with you, but you do. Always. It's the only way you'll keep your site, your server and all your work, safe.
    can I remove the following?

    Short answer, probably. More: why concern yourself with these, ignore them and let them do what they do. Back up the file, edit file to remove them and wait to see what breaks. If you need to know if you need them or not that's one way to find out. ;)
    0

Please sign in to leave a comment.