They’ve known about this one for over a year – yet they still haven’t fixed it. It appears that if you have an Abit AB-9 QuadGT motherboard the thermal zone monitor (tzmon) will constantly spaff errors at you. To fix this as a once off you can do:
modinfo | fgrep tzmon
# Grab the number from the first column, mine was 124
modunload -i 124
Problem solved. If you want it fixed between reboots, you’ll need to edit the tzmon.conf and then perform an init 6 (don’t just reboot!).
