Hi all,
I had an nvidia driver module update behind my back, while the system is running. I did not issue an apt-get upgrade, or enter my sudo password anywhere.
Yet, launching any application that uses GLX (e.g. glxgears) gives me this:
X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 151 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext) Value in failed request: 0x0 Serial number of failed request: 35 Current serial number in output stream: 36
And dmesg output is full of entries that tell me that the Nvidia client is newer than the running kernel module version. I've had this before, and the usual remedy is to reboot. It's just that I didn't (knowingly) authorise the system to do an update.
Anyone know what might be doing these unattended updates? It'd be useful to know, so I can schedule the updates at the end of the day.
Thanks, Srdjan
On Wed, 21 Jul 2021 13:43:33 +0100 Srdjan Todorovic todorovic.s@googlemail.com allegedly wrote:
Anyone know what might be doing these unattended updates? It'd be useful to know, so I can schedule the updates at the end of the day.
This usually only happens on servers where the admin has installed "unattended-upgrades".
I'd check that.
--------------------------------------------------------------------- Mick Morgan gpg fingerprint: FC23 3338 F664 5E66 876B 72C0 0A1F E60B 5BAD D312 https://baldric.net/about-trivia ---------------------------------------------------------------------
On Wed, 21 Jul 2021 at 14:26, mick mbm@rlogin.net wrote:
This usually only happens on servers where the admin has installed "unattended-upgrades".
I'd check that.
Ohh! Yes, that is indeed installed. Ok I will take a look at this to see if it's worth removing. Thanks for your help!
Srdjan