<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 13 Mar 2021, 07:03 Bo Berglund, <<a href="mailto:bo.berglund@gmail.com">bo.berglund@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a HP 8440w workstation running Ubuntu 20.04 LTS since an upgrade from<br>
18.04 about a month ago. It is headless (no monitor attached) and when I need<br>
the GUI I use VNC from Windows 10.<br>
<br>
It runs scheduled at tasks to download hourly from a video stream using ffmpeg<br>
and this has worked fine for several weeks.<br>
<br>
The download task captures the stream for one hour into ts type files.<br>
<br>
Now while the at command was running I started a command line execution of<br>
another ffmpeg command to convert the format of an already downloaded ts file<br>
into mp4 and with a smaller video size (from 1280x720 to 852x480).<br>
So it rescales the video and converts into mp4 format.<br>
<br>
This command is contained inside a script which was started using the time<br>
function like this:<br>
time convertvideosize 480 input.ts output.mp4<br>
<br>
About a minute into the conversion the computer fan started up at higher speed<br>
and then suddenly the computer crashed.<br>
<br>
I started it again and looked at the /var/log/syslog file to see what happened<br>
but I did not find anything I could use.<br>
These are the 3 log lines before the crash:<br>
<br>
Mar 13 07:10:01 polaris-ubuntu systemd-resolved[554]: message repeated 14 times:<br>
[ Server returned error NXDOMAIN, mitigating potential DNS violation<br>
DVE-2018-0001, retrying transaction with reduced feature level UDP.]<br>
Mar 13 07:10:01 polaris-ubuntu CRON[104176]: (bosse) CMD<br>
(/home/bosse/bin/logactivity)<br>
Mar 13 07:10:01 polaris-ubuntu systemd-resolved[554]: Server returned error<br>
NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction<br>
with reduced feature level UDP.<br>
<br>
Then follows a line with about 600 NUL chars (0x00)<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">The DNS warning is nothing to worry about.  A log like that indicates a sudden processor stop such as a power off or a hardware problem.  I would be considering such issues as the power supply, system overheating, a connector that needs reseating or something along those lines.</div><div dir="auto"><br></div><div dir="auto">Colin</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Next is this presumably from the restart I did:<br>
<br>
Mar 13 07:16:51 polaris-ubuntu systemd-modules-load[361]: Inserted module 'lp'<br>
Mar 13 07:16:51 polaris-ubuntu systemd-modules-load[361]: Inserted module<br>
'ppdev'<br>
Mar 13 07:16:51 polaris-ubuntu kernel: [    0.000000] microcode: microcode<br>
updated early to revision 0xa, date = 2018-05-08<br>
<br>
The last modified time of the output.mp4 file is 2021-03-13 07:15:02, so that is<br>
probably when the crash occurred.<br>
This shows that the syslog has not been written to close to the crash event.<br>
<br>
QUESTIONS:<br>
Is there any way I can find out what happened that caused the crash?<br>
<br>
And is there any Ubuntu tool to monitor the computer activity like Task Manager<br>
on Windows, for example to see the CPU load and temperature?<br>
<br>
<br>
-- <br>
Bo Berglund<br>
Developer in Sweden<br>
<br>
<br>
-- <br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank" rel="noreferrer">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" rel="noreferrer noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</blockquote></div></div></div>