Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Frequent crashes

Featured Replies

Hello,

I'm receiving frequent crashes on my unRAID setup, unclear why. Diagnostics and syslog are attached here.

 

It does look like there's one error that pops up that could be a culprit:

pam_elogind(sshd:session): Failed to release session: Interrupted system call

But I'm not sure if that's what's causing the issue. 

 

When the crash occurs and I try to KVM into the server, there is no signal, so it seems like there is a kernel panic of some sort. 

 

Any help would be appreciated! thank you!

tower-diagnostics-20220510-1251.zip syslog-192.168.1.209.log

Edited by joshsalvi

  • Community Expert
10 minutes ago, joshsalvi said:

It does look like there's one error that pops up that could be a culprit:

That doesn't look serious, when was the last crash? Nothing obvious in the log.

  • Author

It was around 10am this morning. I had another one last night too. Would more information about the setup be helpful?

  • Community Expert
May 10 09:09:41 Tower sshd[6744]: Closing connection to 192.168.1.172 port 55313
May 10 12:52:04 Tower kernel: BTRFS info (device nvme0n1p1): found 14 extents, stage: update data pointers

 

Nothing logged at the time of the crash, since you're using an iGPU it could be this issue, which unfortunately doesn't leave anything logged:

 

https://forums.unraid.net/bug-reports/prereleases/69x-610x-intel-i915-module-causing-system-hangs-with-no-report-in-syslog-r1674/?do=getNewComment&d=2&id=1674

 

 

  • Author

So it looks like I should disable the i915 module? I don't see that in my go file: 

 

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &

 

Or is there another place I should look?

 

It looks like this might be a BTRFS balance loop?

  • Community Expert
3 minutes ago, joshsalvi said:

So it looks like I should disable the i915 module? I don't see that in my go file: 

 

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &

 

Or is there another place I should look?

 

It looks like this might be a BTRFS balance loop?

loadsby default post 6.10rc2

 

These drivers are required mostly for motherboard on-board graphics used in GUI boot mode.  Loading of a driver can be prohibited by creating the appropriate file named after the driver:

echo "blacklist i915" > /boot/config/modprobe.d/i915.conf

Alternately, the device can be isolated from Linux entirely via the System Devices page.  Note that in Unraid OS 6.9 releases the in-tree GPU drivers are blacklisted by default and to enabling loading a driver you need to create an empty "conf" file.  After upgrading to Unraid OS 6.10 you may delete those files, or leave them as-is.  This change was made to greatly improve the Desktop GUI experience for new users.

 

 

  • Author

Great, thank you! 

 

So I can run 

echo "blacklist i915" > /boot/config/modprobe.d/i915.conf

and that should blacklist the i915 driver?

 

It seems like this might be the easiest solution, but I also want to be cautious and not break the system!

  • Community Expert
1 minute ago, joshsalvi said:

Great, thank you! 

 

So I can run 

echo "blacklist i915" > /boot/config/modprobe.d/i915.conf

and that should blacklist the i915 driver?

 

It seems like this might be the easiest solution, but I also want to be cautious and not break the system!

Yes that is correct. plus reboot to take effect

Edited by SimonF

  • Author

Great, I'll try that then.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.