-
Licaon_Kter
PSA update *curl https://daniel.haxx.se/blog/2023/10/11/how-i-made-a-heap-overflow-in-curl/
-
kainan
reminder that automatic updates are useless if you never reboot
-
MattJ
I think that's an over-generalization - many updates don't require a reboot. In the case of XMPP servers, if it's a library that's been updated then a restart of the XMPP daemon may be all that's needed. In the case of a command-line tool like curl, no reboot is needed. There is libcurl though, which is used as a library by many things. Kernel updates require a reboot (generally, but even then there are ways...)
-
MattJ
At least Debian is generally pretty good at telling you when an update needs to reboot or restart services
-
Martin
Does it by default? I always install needrestart for this.
-
MattJ
Is it not installed by default? I have it most places
-
MattJ
Weird, can't see that it is default
-
MattJ
Just suggested by unattended-upgrades
-
MattJ
Anyway, veering off-topic... :)
-
jonas’
reboots are the safest way to make sure all updates are applied though
-
MattJ
Sure. That doesn't make automatic updates useless though :)
-
kainan
^
-
jonas’
one thing which *does* make your automated updates useless is if you don't monitor it :)
-
jonas’
I had a case the other day where a server was set up with unattended-upgrades, but it hadn't updated for months because grub-pc failed to reconfigure because of some stupid device renaming issue.
-
jonas’
that goes by silently unless you read your cron mails, and who does that.
-
MattJ
Me, actually :P
-
jonas’
crazy