Skip to main content

System Updates by Itself

Comments

8 comments

  • Infopro
    I have updates configured for manual

    Home "Server Configuration "Update Preferences Whats this option set to? Operating System Package Updates
    0
  • keat63
    Operating System Package Updates is configured for 'Never Update'
    0
  • cPanelMichael
    Operating System Package Updates is configured for 'Never Update'

    Hello, Check to see if /etc/cron.daily/0yum-daily.cron exists on your system. If so, you likely have the "yum-cron" package installed, which automatically updates your system packages: yum-cron(8) - Linux manual page Thank you.
    0
  • keat63
    I can't see this cron. I've not knowingly installed anything, in fact I prefer to do updates manually, so I can control how and when. Could there be anything anywhere else ?
    0
  • cPanelMichael
    Assuming the yum-cron RPM does not exist on your system, and automatic package updates are disabled in cPanel, I suggest opening a support ticket using the link in my signature so we can take a closer look. You can post the ticket number here so we can update this thread with the outcome. Thank you.
    0
  • keat63
    7564187. Thanks
    0
  • keat63
    Support suggested commenting out a line in root cron. 0 2 * * * yum update -y >> /dev/null 2>&1 I'm assuming this is var/spool/cron/root ?
    0
  • cPanelMichael
    Support suggested commenting out a line in root cron. 0 2 * * * yum update -y >> /dev/null 2>&1 I'm assuming this is var/spool/cron/root ?

    You can edit the root cron job while logged in as "root" with the following command:
    crontab -e
    It's stored at "/var/spool/cron/root". Note this is not a standard cron job. Thank you.
    0

Please sign in to leave a comment.