C
C
cowan2020-03-27 20:40:26
Python
cowan, 2020-03-27 20:40:26

Hanging Ubuntu 18.04LTS where to look for the cause?

Hello!
The server worked for 2 weeks, how did such an error occur
30020051.jpg

? By wake up, the server did not wake up, it worked anyway. Where to look for the problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Akakiy1880, 2019-09-12
@Akakiy1880

Working code. Try updating the Telebot library or reinstalling the interpreter.
pip install pytelegrambotapi --upgrade

R
Roman Mirilaczvili, 2020-03-28
@2ord

You need to install the atop program and then you can understand what events preceded the repeated failure.
Just in case, show the disk layout with the output of the command

for disk in $( lsblk | grep  disk | awk '{print $1}' ); do sudo fdisk -l /dev/$disk; done

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question