this post was submitted on 06 Aug 2024
92 points (97.9% liked)

Selfhosted

49492 readers
877 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I bought an Optiplex 5040, with an i5-6500TE, and 8 GB DDR3L RAM.

When I bought it, I installed Fedora Server on it. It got stuck every few days but I could never see the error. The services just stopped working, I couldn't ssh into it, and connecting it to a monitor showed a black screen.

So, I thought let's install Ubuntu Server, maybe Fedora isn't compatible with all of its hardware. The same thing is happening, now, but I can see this error. Even when there's nothing installed on it, no containers, nothing other than base packages, this happens.

I have updated the bios. I have tried setting nouveau.modeset=0 in the grub config file. I have tried disabling and enabling c-states. No luck till now.

Would really appreciate if anyone helps me with this.

UPDATE:

  • I cleaned everything and reapplied the thermal paste. I did not see any change in the thermals. It never goes over 55°C even under full load.
  • I reset the motherboard by removing that jumper thing.
  • I ran memtest86, which took over 2½ hours. It did not show any errors.
  • I ran a CPU stress test for over 15 hours, and nothing crashed.
  • I also ran the Dell's diagnostic tool, available in the boot menu of the motherboard. The whole test took over 2 hours but did not show any errors. It tested the memory, CPU, fans, storage drives, etc.
top 38 comments
sorted by: hot top controversial new old
[–] just_another_person@lemmy.world 53 points 11 months ago* (last edited 11 months ago) (3 children)

Seen this before, and almost always has to do with hardware failure or bad hardware config.

Reset the BIOS/CMOS jumper on the board, go back into BIOS setup and set the proper time. Do not touch the CPU or Memory timings. Boot with the defaults and see if it still happens. Check and update the BIOS if there is a newer version as well.

Next longer steps: test memory, then stress test the CPU. I'd be shocked if it was a storage issue as I haven't seen that be the culprit, but might was well run the long SMART tests.

[–] seaQueue@lemmy.world 20 points 11 months ago (1 children)

Make sure the microcode package is up to date as well

[–] 4am@lemm.ee 8 points 11 months ago

Yeah, always check all of this stuff. Server hardware gets a lot more updates than like gamer board BIOS, companies invest high millions, even low billions in this stuff and they expect problems to be address promptly for that kind of cash.

Check for any peripherals or cards, too. RAID, backplanes, networking cards; drivers, firmware, anything.

[–] possiblylinux127@lemmy.zip 5 points 11 months ago (1 children)

Poorly supported hardware will also do this

[–] seaQueue@lemmy.world 8 points 11 months ago

An Optiplex 5040 should be well and thoroughly supported for 6+y now

[–] nutbutter@discuss.tchncs.de 1 points 11 months ago

I did reset it. It did not help. I ran memtest86 for over 2 hours and did a CPU stress test for over 15 hours. Nothing crashed during the testing.

[–] Shimitar@feddit.it 24 points 11 months ago (1 children)

Had the same issues, it was heat.

Cool down your server, add a fan or a cooler...

I added a usb-powered fan sucking cooler air from outside the server area directly blowing it on the chassis.

That fixed for me.

[–] nutbutter@discuss.tchncs.de 1 points 11 months ago

I cleaned everything and reapplied the thermal paste. That did not solve the problem. Also, the CPU is only of 35 watts and never goes over 55°C.

[–] tenchiken@lemmy.dbzer0.com 15 points 11 months ago (1 children)

That server sounds a bit older in the teeth... Has new thermal paste been applied to the cpu? Even if the reported temps are under 90c, you might be getting hot spots causing glitches inside the package.

Worth trying a couple of different generations of kernel as well, both newer and older. You might be hitting a regression somewhere.

[–] nutbutter@discuss.tchncs.de 2 points 11 months ago

I cleaned everything and reapplied the thermal paste. That did not solve the problem. Also, the CPU is only of 35 watts and never goes over 55°C.

[–] solrize@lemmy.world 13 points 11 months ago (1 children)

Try running memtest86 for a few days to test memory. That is fairly easy to do though it involves booting from a flash drive. Web search should find info.

[–] nutbutter@discuss.tchncs.de 1 points 11 months ago (1 children)

I just ran it. It took over 2 hours to finish. Showed no errors. Is there a benefit of running it for a few days?

[–] solrize@lemmy.world 2 points 11 months ago

If the problem is intermittent then longer run has better chance of catching it, but 2 hours with no errors is a good sign, with regard to the memory.

[–] nialv7@lemmy.world 12 points 11 months ago

Time to add a cron job to auto reboot it once a day

[–] ikidd@lemmy.world 9 points 11 months ago* (last edited 11 months ago)

Can you sudo dmesg | grep microcode and see if you have any errors?

If so, I'd be inclined to sudo dnf reinstall microcode_ctl then do a sudo dracut -f to regenerate the initramfs, and reboot. Be sure to have a working fallback kernel like LTS installed so you can recover if need be.

Edit: I just read you changed to Ubuntu. I can't be arsed to figure out how Ubuntu does this stuff so that's on you to figure out. Alternatively, install Arch and use intel-ucode package.

[–] bulwark@lemmy.world 7 points 11 months ago (1 children)

I've never seen this particular error, but CPU stall warnings seem like a fairly common thing. I wouldn't jump straight to hardware fault, but it's a possibility.

https://docs.kernel.org/RCU/stallwarn.html

[–] catloaf@lemm.ee 9 points 11 months ago (1 children)

I'd lean toward bad hardware.

Try stress testing the CPU and RAM. See if you can get it to happen more frequently. Also see if you can disable that CPU core, either in the BIOS or in the OS, to see if the problem goes away.

[–] loganb@lemmy.world 8 points 11 months ago (1 children)

I'm with catloaf. Consistent CPU soft locks point to a possible bad memory module or CPU.

Clear CMOS.

Try removing one memory module at a time.

See if there is an option to disable hyperthreading in bios.

Another thing to try is to remove the CPU, careful not to damage the LGA pins on the motherboard, and clean the CPU contacts with alcohol. Take care to ground yourself out and the case before handling the CPU out of socket.

[–] possiblylinux127@lemmy.zip 3 points 11 months ago (2 children)

Don't try to clean CPU pins. That is a very bad idea

[–] loganb@lemmy.world 4 points 11 months ago (1 children)

I mean speaking from experience, its resurrected a couple problematic CPUs for me. CPU pins no, pads on an LGA style CPU, sure.

[–] possiblylinux127@lemmy.zip 1 points 11 months ago

It is much harder to mess up pads

[–] admin@sh.itjust.works 2 points 11 months ago (1 children)

The CPU in this has no pins, is just contacts on the chip. The pins are in the motherboard, like the new 7000 series Ryzen.

[–] possiblylinux127@lemmy.zip 1 points 11 months ago

Clean pads not pins

[–] lolonaut@discuss.tchncs.de 6 points 11 months ago* (last edited 11 months ago)

I had problems with soft locks because somehow the PSU was in corrupt state, maybe through a black out or something. The problem persisted through reboots and power offs, only cutting power helped.

[–] rookbrood@lemmy.world 6 points 11 months ago (1 children)

It's a long shot, but I had something similar on one of mine servers once. It was fixed by installing irqbalance and starting that daemon at startup.

[–] nutbutter@discuss.tchncs.de 2 points 9 months ago (1 children)

This actually worked. The CPU has to get stuck, it will in a day of being turned on, or it will keep working for weeks.

Thanks a lot for this!

[–] rookbrood@lemmy.world 2 points 9 months ago

Haha completely forgot about this comment. But i'm very gald it helped! I remember struggling with that problem for a long time.

[–] Decronym@lemmy.decronym.xyz 5 points 11 months ago* (last edited 11 months ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
LTS Long Term Support software version
PSU Power Supply Unit
RAID Redundant Array of Independent Disks for mass storage
SATA Serial AT Attachment interface for mass storage

4 acronyms in this thread; the most compressed thread commented on today has 8 acronyms.

[Thread #907 for this sub, first seen 6th Aug 2024, 10:15] [FAQ] [Full list] [Contact] [Source code]

[–] thesporkeffect@lemmy.world 4 points 11 months ago
[–] possiblylinux127@lemmy.zip 3 points 11 months ago

Does it have a Nvidia GPU? If it doesn't then the nouveau modest does nothing.

My guess it that you are using a badly support realtek device. However I would need to see the full dmesg

[–] slacktoid@lemmy.ml 1 points 11 months ago (1 children)

What kind of drives do you have in your RAID? Is it SMR?

[–] nutbutter@discuss.tchncs.de 1 points 11 months ago (1 children)

The boot drive is an SSD, which is not in any RAID. I have another HDD connected via SATA. Another HDD connected via USB.

[–] slacktoid@lemmy.ml 1 points 11 months ago* (last edited 11 months ago) (1 children)

So 2 HDDs one SATA and one via USB in RAID? Can you remove the RAID drives and test it out?

Also what size are the drives and what's their capacity?

[–] nutbutter@discuss.tchncs.de 1 points 11 months ago (1 children)

No, they are not in RAID either.

[–] slacktoid@lemmy.ml 1 points 11 months ago (1 children)

My bad. What are you using the drives for?

[–] nutbutter@discuss.tchncs.de 1 points 11 months ago (1 children)

Films and shows, via Jellyfin.

[–] slacktoid@lemmy.ml 1 points 11 months ago

Is it just you, any transcoding? Have you tried it without the USB drive?

[–] TheBigBrother@lemmy.world -3 points 11 months ago* (last edited 11 months ago)

Set watchdog to reboot every day and juice it until the last drop before it definetly crashes.

Edit: that's just a workaround if you really want try to fix it my answer would be restoring BIOS defaults, then clean install of the OS and then check it everything works fine, if the error persist try installing another OS if it still fail then go to the first step.