Solved Weird question - How often are CentOS packages updated
-
But they are not scheduled like Windows. So you don't have that "get the list on Tuesday" effect. They come when they come, you get them as soon as they are ready. But there aren't very many since it's a very old system without feature updates.
-
That'll work, just seemed off. I check daily for anything to make sure I don't miss anything critical.
It's been a while. Would be great if there was some sort of schedule, at least the "hey we might have updates on Tuesdays, check than."
-
Don't you want to use a cron so you don't have to check daily?
-
@stuartjordan said in Weird question - How often are CentOS packages updated:
Don't you want to use a cron so you don't have to check daily?
I have other processes that require manual intervention, so checking only takes a moment.
-
@dustinb3403 Gotcha
-
@dustinb3403 said in Weird question - How often are CentOS packages updated:
@stuartjordan said in Weird question - How often are CentOS packages updated:
Don't you want to use a cron so you don't have to check daily?
I have other processes that require manual intervention, so checking only takes a moment.
I would still use
yum-cron
to do it. Just don't tell it to install if you don't want it to. You will still get the email when things are available. -
@jaredbusch said in Weird question - How often are CentOS packages updated:
@dustinb3403 said in Weird question - How often are CentOS packages updated:
@stuartjordan said in Weird question - How often are CentOS packages updated:
Don't you want to use a cron so you don't have to check daily?
I have other processes that require manual intervention, so checking only takes a moment.
I would still use
yum-cron
to do it. Just don't tell it to install if you don't want it to. You will still get the email when things are available.That does seem useful.
-
@dustinb3403 said in Weird question - How often are CentOS packages updated:
@jaredbusch said in Weird question - How often are CentOS packages updated:
@dustinb3403 said in Weird question - How often are CentOS packages updated:
@stuartjordan said in Weird question - How often are CentOS packages updated:
Don't you want to use a cron so you don't have to check daily?
I have other processes that require manual intervention, so checking only takes a moment.
I would still use
yum-cron
to do it. Just don't tell it to install if you don't want it to. You will still get the email when things are available.That does seem useful.
No timers to set like needs handled with
dnf-automatic
just install and edit the conf file. -
@jaredbusch said in Weird question - How often are CentOS packages updated:
@dustinb3403 said in Weird question - How often are CentOS packages updated:
@jaredbusch said in Weird question - How often are CentOS packages updated:
@dustinb3403 said in Weird question - How often are CentOS packages updated:
@stuartjordan said in Weird question - How often are CentOS packages updated:
Don't you want to use a cron so you don't have to check daily?
I have other processes that require manual intervention, so checking only takes a moment.
I would still use
yum-cron
to do it. Just don't tell it to install if you don't want it to. You will still get the email when things are available.That does seem useful.
No timers to set like needs handled with
dnf-automatic
just install and edit the conf file.Installing it and configuring it now...
-
@dustinb3403 said in Weird question - How often are CentOS packages updated:
@jaredbusch said in Weird question - How often are CentOS packages updated:
@dustinb3403 said in Weird question - How often are CentOS packages updated:
@jaredbusch said in Weird question - How often are CentOS packages updated:
@dustinb3403 said in Weird question - How often are CentOS packages updated:
@stuartjordan said in Weird question - How often are CentOS packages updated:
Don't you want to use a cron so you don't have to check daily?
I have other processes that require manual intervention, so checking only takes a moment.
I would still use
yum-cron
to do it. Just don't tell it to install if you don't want it to. You will still get the email when things are available.That does seem useful.
No timers to set like needs handled with
dnf-automatic
just install and edit the conf file.Installing it and configuring it now...
If you do yes / yes / no it will even have them downloaded for you. not that that is much of an issue generally.