:: [devuan-dev] bug#872: bug#872: nvid…
Pàgina inicial
Delete this message
Reply to this message
Autor: Roland Häder
Data:  
A: Mario Marietto, 872, devuan developers internal list
CC: Devuan Bug Tracking System
Assumpte: [devuan-dev] bug#872: bug#872: nvidia-kernel-dkms: RmInitAdapter failed!
On 1/13/25 22:02, Roland Häder wrote:
> I missed to CC this to the tracker and went one-on-one emailing:
>
> ===== Mail 1 =====
>
> Hello Mario!
>
> No, I run Steam and it's Proton (if needed, e.g. for Satisfactory) but
> it also happens with Linux/Steam games like CivIdle. BTW: I was about
> to add another possible culprit. I run the following script and each
> time my computer locks up ("CPU #x soft locked for 21s" in syslog)
> sometimes after it runs:
>
> -------------------------------
> #!/bin/sh
>
> FILES=$(find /dev/shm/ -type f -name "u${UID}*" -amin +30)
>
> if [ -n "${FILES}" ]
> then
>         echo "$0: Removing files ..."
>         for FILE in ${FILES}; do
>                 echo "$0: Removing '${FILE}' ..."
>                 nice --adjustment=19 rm -fv "${FILE}"
>         done
> fi
> -------------------------------
>
> I currently have it disabled and observe it this happens again. I also
> have some sysctl kernel parameters set BUT they were also also set
> earlier with no crashes/CPU soft locks. So they might not be the
> culprit here.


I missed to include Mario's mail:

> Hello.


> I have great confidence with the error that you have mentioned and I

know
> why it happens. Do you play videogames inside a virtual machine ?