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.

Kernel error in Syslog

Featured Replies

Nov 26 09:57:05 BigNAS kernel: xor: automatically using best checksumming function: pIII_sse

Nov 26 09:57:05 BigNAS kernel: pIII_sse : 10092.000 MB/sec

Nov 26 09:57:05 BigNAS kernel: xor: using function: pIII_sse (10092.000 MB/sec)

 

This is the only minor issue in my Syslog. Server is working fine but any ideas on this? Would be nice to be issue free

 

On a Asus P5Q Pro, 2GB Corsair, E5300

thats not an error...informational message.

  • Author

Yeah. Realised it was a minor issue so just changed my initial post. Still, would be nice to not have it but ah well

Its a unMenu undocumented feature... 8)

Its a unMenu undocumented feature... 8)

Here's another undocumented feature... you can easily change the way that the syslog lines are colored.

 

You can edit your  syslog_match.conf file using the Config View/Edit page in unmenu.

 

In the file, add a line near the top like this:

match_case||"using best checksumming"||black

It should be near the other few lines with black on the end of the line

 

Thar new pattern you added will match before any of the patterns that make a line show in color. 

It will then use "black" when matching the line you are complaining about

(matching the words using best checksumming)  Once a line has been matched in the file, no other lines further down in the file will be matched.

 

The line being matched was looking for the string of characters checksum preceded by a space. 

 

It matched the partial string of character in the word "checksumming"

As an alternate solution, you can delete the line in the file that looks like this:

match_case||" checksum"||orange

 

The initial part of the line "match_case" specifies that the exect case of the string be matched.  If it was "any_case" then capitalization would not matter, it would match either lower or upper or mixed case.

 

Now that you know how it works, you can edit the syslog_match.conf  file as you desire, and highlight (or not) anything you desire that might be specific to your hardware.

 

All patterns matched/colored in the syslog display in unMENU are informational.... they are those RobJ initially decided to highlight in red, orange, blue, etc (he wrote the initial colorizing code)

 

The specific lines being highlighted were initially defined many versions of unRAID ago... and the messages sent to the log under Linux have changed over the past few years, so lines may not be the original ones RobJ was targeting.    It is likely he was targeting a line describing a checksum error of some kind, not how it will be doing the xor calculations. 

 

Now... RobJ is about the best at looking at and understanding syslog files.  Those lines interesting to him are usually those he looks for when helping users with their systems.  At some point, with any luck, he'll assist in updating the file for current syslog content.

 

Joe L.

 

  • Author

Thanks for an excellent response. Kind of made me smile for some reason.

Here's another undocumented feature... you can easily change the way that the syslog lines are colored.

 

I have to say I love unMenu even [glow=green,2,300]more[/glow] now.

 

 

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.