I recently installed Ubuntu 16.10 and since then Ubuntu reboots itself.
the output of: last | grep "Oct 31"
is:
aegefel tty7 :0 Mon Oct 31 15:15 gone - no logout
reboot system boot 4.8.0-26-generic Mon Oct 31 15:14 still running
aegefel tty7 :0 Mon Oct 31 15:02 - down (00:04)
reboot system boot 4.8.0-26-generic Mon Oct 31 15:02 - 15:06 (00:04)
aegefel tty7 :0 Mon Oct 31 14:33 - crash (00:28)
reboot system boot 4.8.0-26-generic Mon Oct 31 14:33 - 15:06 (00:33)
aegefel tty7 :0 Mon Oct 31 14:12 - crash (00:20)
reboot system boot 4.8.0-26-generic Mon Oct 31 14:12 - 15:06 (00:54)
aegefel tty7 :0 Mon Oct 31 13:08 - crash (01:04)
reboot system boot 4.8.0-26-generic Mon Oct 31 13:08 - 15:06 (01:58)
Which leads me to believr it's caused by a crash
I don't know what cause this but it happened when I tried to see a movie or when I did a backup
How should I proceed?
EDIT 1
The command more /var/log/syslog*
gives me:
Nov 6 18:18:17 aegefel-Akoya-E6424-MD99850 gnome-terminal-[2674]: Allocating size to GtkBox 0x55558d2b47b0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
Nov 6 18:18:17 aegefel-Akoya-E6424-MD99850 gnome-terminal-[2674]: Allocating size to GtkBox 0x55558d2b47b0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
Nov 6 18:18:31 aegefel-Akoya-E6424-MD99850 gnome-terminal-[2674]: Allocating size to GtkBox 0x55558d2b4120 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
Nov 6 18:18:31 aegefel-Akoya-E6424-MD99850 gnome-terminal-[2674]: Allocating size to GtkBox 0x55558d2b4120 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
Nov 6 18:18:36 aegefel-Akoya-E6424-MD99850 systemd[1]: Starting Stop ureadahead data collection...
Nov 6 18:18:36 aegefel-Akoya-E6424-MD99850 systemd[1]: Started Stop ureadahead data collection.
Then nothing happened during almost 1 minute, so I suppose the pc rebooted.
The command ls -alt /var/crash
gives me for today:
total 21672
drwxrwsrwt 2 root whoopsie 4096 Nov 6 14:26 .
-rwxrwxrwx 1 root whoopsie 0 Nov 6 14:26 .lock
EDIT 2
This append only when my CPU is used at 40% - 50% or more (My CPU is an Intel Core i5 6267U 2.9GHz)
EDIT 3
The command sensors
gives me the following:
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +37.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +34.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +36.0°C (high = +100.0°C, crit = +100.0°C)
acpitz-virtual-0
Adapter: Virtual device
temp1: +38.0°C (crit = +98.0°C)
pch_skylake-virtual-0
Adapter: Virtual device
temp1: +35.0°C
The high temperature is equal to the critical. Maybe my laptop just overheat and the fan don't have the time to lower the temperature. I tried to lower the high temperature but this automatically lower the critical (the critical must be equal to the high)
EDIT 4
Here you have
And here are the crashes from the 20 november
EDIT 5
After some test, I think the problem is a GPU overheating. In fact, my laptop reboot only when I try to watch a movie, when I tested with some free games on my Laptop or when I used the Unreal Engine 4. The reason my PC didn't reboot with Blender is that Blender use, by default, the CPU (not the GPU). I have an Intel Iris Graphics 550 (Skylake GT3e)
Any idea ?
ls -alt /var/crash
in terminal, to see the last app that crashed the system. You mightmore /var/log/syslog*
and look for entries JUST BEFORE the actual crash to help determine the cause. – heynnema Oct 31 '16 at 15:14sudo sh -c 'while sleep 15; do clear; sh -c "date --iso-8601='seconds'; sensors -A" | tee -a /var/log/mytemp.log; done'
. Could you post/var/log/kern.log
and/var/log/kern.log.1
to http://paste.ubuntu.com then their links to the question. – user.dz Nov 25 '16 at 11:25/var/log
and the temperature. you may need to install some tools for the temperature. – Nov 25 '16 at 15:52watch -n0.1 sensors
and I rendered a short animation with Blender. I tried to leave the critical temperature as it is and I tried to rise the critical temperature to 110° and in the two cases the PC didn't crash (in the first case, the temp. stayed under 100° and in the second it went sometimes to 103° - 104°) – Aegefel Nov 25 '16 at 17:13sysstat
and configure it appropriatelyhttp://www.leonardoborda.com/blog/how-to-configure-sysstatsar-on-ubuntudebian/
. To ensure all available statistics are collected, also modify/etc/sysstat/sysstat
and ensure the line with SADC_OPTIONS is modified toSADC_OPTIONS="-S XALL"
. Later, when the system reboots, you can trace throughsar
and get to the root cause. Helpful links:http://www.thegeekstuff.com/2011/03/sar-examples/?utm_source=feedburner
andhttp://aionica.computerlink.ro/2011/02/visualize-sar-reports-with-awk-and-gnuplot/
. – AnthonyK Nov 26 '16 at 12:28sar
after a crash-reboot. I recently complately reinstalled Ubuntu16.10. I will try a memtest – Aegefel Nov 26 '16 at 15:49CPU1: Core temperature above threshold, cpu clock throttled (total events = 1)
with this error which seems relatedmce: [Hardware Error]: Machine check events logged
– user.dz Nov 26 '16 at 15:59mcelog
output as explained in https://askubuntu.com/questions/605369/mce-hardware-error-machine-check-events-logged-appears-in-syslog-what-sho . BTW, Elder Geek means to check memory (RAM) you can get it in grub menu . – user.dz Nov 26 '16 at 16:11nautilus --version
? – WinEunuuchs2Unix Nov 26 '16 at 16:23sudo apt-get install memtest86+
, reboot, on boot press shift key to get grub menu, select memtest there. run light/quick/short test, if it is ok, continue long/complete test – user.dz Nov 28 '16 at 08:49