this post was submitted on 03 Jun 2024
16 points (94.4% liked)

Debian operating system

2637 readers
1 users here now

Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.

founded 4 years ago
MODERATORS
16
submitted 3 months ago* (last edited 3 months ago) by Ninguem@lemmy.pt to c/debian@lemmy.ml
 

My system seems to crash from time to time. I still don't know what causes it.

If I leave it untouched for a few hours, sometimes, it crashes.

To resume, I have to force a reboot by unplugging the power cable (not even pressing the power button for N seconds seems to work).

Then, it seems to work just fine (after displaying some error messages about lost or orphaned inodes at boot). Until, one day, it happens again. When? I never know. It seems to follow some strange and unpredictable pattern.

Where should I start investigating?

you are viewing a single comment's thread
view the rest of the comments
[–] JohnnySledge@lemmy.world 3 points 3 months ago (1 children)

I would check system level logs to start like dmesg and syslog.

Someone else might have better tips of what to grep for in the logs. One thing you could do is try to ssh into the system when it’s locked up and check the logs to see what’s being reported during or immediately before the lockup.

Once you get a sense for what’s going on at a system level you can start to look in more specific logs.

[–] Ninguem@lemmy.pt 2 points 3 months ago

One thing you could do is try to ssh into the system when it’s locked up and

Good idea. I'll do that next time.