CPU stall

Topics about the Software of Revolution Pi
Post Reply
AvL
Posts: 2
Joined: 10 Dec 2018, 12:20
Answers: 0

CPU stall

Post by AvL »

I have a problem with the CPU in my project
The CPU is blocked, this sometimes happens with long intervals.
All programs then no longer work, ping ip address does not provide an answer from the kunbus

My question:
-Is there a logfile available where I can see the history of the CPU?
-Can the blocking of the CPU come from server upgrade actions ?, does anyone have similar experiences?
User avatar
dirk
KUNBUS
Posts: 1926
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: CPU stall

Post by dirk »

Dear AvL, please check if your system is up to date as we have released the Stretch Image 03/2019 see here: https://revolution.kunbus.de/shop/en/stretch
You can verify the version with

Code: Select all

cat /etc/revpi/os-release
There is much information available in the following sources:

Code: Select all

less /var/log/kern.log
less /var/log/messages
dmesg
If you have a kernel freeze there may be no entry in the "kern.log" but the last what you can get is a stack trace on the HDMI output.
So you may consider connection a monitor an see if there is for example a kernel stack trace. If so then you can make a photo and post it here.
Post Reply