Open jfschaefer opened 1 month ago
Okay, https://github.com/tuxedocomputers/tuxedo-tomte/pull/43 seems to fix it
THX, I will correct it and upload it today
The hotfix is online. Please update Tomte and you might want to delete the logfile:
sudo rm /var/log/tomte/tomte.log
THX again for letting me know
Great, the new version works. And thanks for mentioning that the log file should be removed (it was 23GB).
perl -w /usr/bin/tuxedo-tomte configure all
ran for me with 100% CPU usage.I've been digging a bit into the code and the problem seems to be the
while
loop inisTextInFile
.Specifically, adding a line for logging:
I get the following output:
etc.
/etc/modprobe.d/tuxedo_early_load_backlight_control_fix.conf
contains a single line:I feel like this should be an easy fix, but I don't know any perl, unfortunately.