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.

Call traces found on your server

Featured Replies

I was using the "Fix Common Problems" plugin on my unRAID when I got a call traces notice:

 

Your server has issued one or more call traces. This could be caused by a Kernel Issue, Bad Memory, etc

You should post your diagnostics and ask for assistance on the unRaid forums

 

I went to the diagnostics in the tools section and downloaded the zip file with "anonymize diagnostics" checked.  I just want assurance that it is safe to post that zip online without compromising the security of my server.

There are no wan ipaddresses email addresses passwords or users contained at all.  You're safe

 

Sent from my LG-D852 using Tapatalk

 

 

I always find it kind of ironic though that while share names are obfuscated, none of the mover logs are.

  • Community Expert

I always find it kind of ironic though that while share names are obfuscated, none of the mover logs are.

You can disable mover logging though. Settings - Scheduler - Mover Settings

The first call trace looks as though it was caused when IRQ 16 was disabled. It's used by a USB controller.

 

Your syslog has a lot of this:

 

Feb  9 21:02:06 media root: ACPI group processor / action LNXCPU:00 is not defined

Feb  9 21:02:06 media root: ACPI group processor / action LNXCPU:01 is not defined

Feb  9 21:02:06 media root: ACPI group processor / action LNXCPU:02 is not defined

 

It starts at this time and continues until you grab your diagnostics the following day. Now, it looks alarming but a little searching revealed this thread. So I'd check for a newer BIOS first (which might also help with the IRQ 16 issue), then check in the BIOS settings for some power/performance tweak, and failing both add the dummy handler, as suggested.

 

You probably want to delete the old Dynamix beta plugin (/boot/config/plugins/dynamix.plg) as it isn't needed and seems to cause other benign error messages in your syslog.

 

 

I always find it kind of ironic though that while share names are obfuscated, none of the mover logs are.

You can disable mover logging though. Settings - Scheduler - Mover Settings

I don't think the OP was aware of that.

 

  • Author

I always find it kind of ironic though that while share names are obfuscated, none of the mover logs are.

You can disable mover logging though. Settings - Scheduler - Mover Settings

I don't think the OP was aware of that.

 

I was not aware of that, but now I have turned that setting off. Thanks.

 

I also followed the instructions on the link you posted.  Additionally I deleted the old dynamix.plg

 

Hopefully that does the trick.

  • Author

I restarted my unRAID this morning to see if all the changes would get rid of the call traces error, however they are still appearing.

 

I've included the new log file in this post.

media-diagnostics-20170211-0745.zip

Your diagnostics show the same issues as before. IRQ 16 is being disabled and the ACPI event is not being handled.

 

Apart from deleting the old Dynamix plugin, what changes have you made? The BIOS is unchanged and so is the kernel. If you found a performance tweak in the BIOS it had no effect.

 

You seem to have deleted the post with your old diagnostics attached so the only reference point I have is what I can remember.

  • Author

I didn't make any BIOS tweak because last I checked, it was up to date.  Additionally, the posters in the thread said trying tweaks had no effect on resolving this issue.  I didn't want to risk messing up the firmware on the mobo if not needed.

 

I followed the instructions in the link you posted.  I created "acpi_handler.sh" and saved it in in the config directory.  The code I used was:

 

#!/bin/sh
# Default acpi script that takes an entry for all actions
# limetech - power off via webGui

IFS=${IFS}/
set $@

case "$1" in
  button)
    case "$2" in
#     power) /sbin/powerdown
      power) /usr/local/sbin/powerdown
         ;;
      *) logger "ACPI action $2 is not defined"
         ;;
    esac
    ;;
  *)
#    logger "ACPI group $1 / action $2 is not defined"
    ;;
esac

 

I then opened the "go" file from the root of the flash drive and added the line:

 

cp /boot/config/acpi_handler.sh /etc/acpi

 

I had my doubt about including the "cp" part of the code but I left it in there.

The /etc directory exists only in RAM and therefore it is recreated after a reboot. You need the

cp

to copy the handler script from the boot flash to /etc after every reboot. Problem is the events are still going unhandled so they still clutter your syslog. It isn't a problem as such, but it will eventually fill up the space available for logs.

 

Regarding the lack of newer BIOS, you can do no more. When a newer version of unRAID is released it may contain a newer kernel and that might fix the IRQ issue, or it might not. I haven't been able to work out what is meant to be using IRQ 16 but it doesn't seem to be anything important. So your choice is either to live with it or to replace your hardware. If the system works well enough for you then leave it at that.

 

Archived

This topic is now archived and is closed to further replies.

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.