registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #07542
[Bug 579665] Re: Overheating triggers shutdown
That's ok. Thanks a lot tonesbox. If you have doubts, don't be afraid to
ask.
Now please type this on your terminal:
( cd /proc/acpi/thermal_zone && \
while :; do \
line="`date`:`grep temperature */* | awk '{ printf(\" %03d\", $2) }'`"; \
echo "$line"; \
sleep 10; \
done ) | tee LOG
This will create a file called LOG with the temperatures of your machine
over time. And please attach that LOG file.
For your reference, you can take a look at
https://wiki.ubuntu.com/Kernel/Debugging/HighTemperatures
** Tags removed: needs-kernel-logs
--
Overheating triggers shutdown
https://bugs.launchpad.net/bugs/579665
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for NULL Project.
Follow ups