Le 18/08/2020 ? 03:00, Gunnar Niels a ?crit?:> I'm asking where the results of the yum-cron job are actually written to so > I can see what it did.Well, that's your answer. Here's the content of an email sent by Yum-Cron. So you everything that happened under the hood: The following updates will be applied on nestor.microlinux.lan: ============================================================================== Package Arch Version Repository Size ==============================================================================Updating: curl x86_64 7.29.0-57.el7_8.1 updates 271 k libcurl x86_64 7.29.0-57.el7_8.1 updates 223 k libsss_idmap x86_64 1.16.4-37.el7_8.4 updates 155 k libsss_nss_idmap x86_64 1.16.4-37.el7_8.4 updates 162 k sos noarch 3.8-9.el7.centos updates 517 k sssd-client x86_64 1.16.4-37.el7_8.4 updates 211 k systemd x86_64 219-73.el7_8.9 updates 5.1 M systemd-libs x86_64 219-73.el7_8.9 updates 416 k systemd-python x86_64 219-73.el7_8.9 updates 143 k systemd-sysv x86_64 219-73.el7_8.9 updates 94 k Transaction Summary ==============================================================================Upgrade 10 Packages The updates were successfully applied Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Site : https://www.microlinux.fr Blog : https://blog.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32 Mob. : 06 51 80 12 12
On 8/18/20 1:00 AM, Nicolas Kovacs wrote:> Le 18/08/2020 ? 03:00, Gunnar Niels a ?crit?: >> I'm asking where the results of the yum-cron job are actually written to so >> I can see what it did. > > Well, that's your answer. Here's the content of an email sent by Yum-Cron. So > you everything that happened under the hood:That doesn't answer my question. I'm *not* using email, or asking what the output looks like. I'm asking: if I use stdio as the emitter, where can I expect that output to be written to in the system? - GN
> Am 19.08.2020 um 11:03 schrieb Gunnar Niels <gunnar.s.niels at gmail.com>: > > On 8/18/20 1:00 AM, Nicolas Kovacs wrote: >> Le 18/08/2020 ? 03:00, Gunnar Niels a ?crit : >>> I'm asking where the results of the yum-cron job are actually written to so >>> I can see what it did. >> Well, that's your answer. Here's the content of an email sent by Yum-Cron. So >> you everything that happened under the hood: > > That doesn't answer my question. I'm *not* using email, or asking what the > output looks like. > > I'm asking: if I use stdio as the emitter, where can I expect that output to be > written to in the system?The command journalctl -t yum will show you the updates that were applied.