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.

Haveged daemon

Featured Replies

I just noticed today during booting of unRAID server I see loading the "haveged daemon" when I google I came to the following site:

 

http://www.issihosts.com/haveged/

 

What is the purpose for this daemon? Were is it used for in unRAID?

I think random number generators are pretty standard in all *nix operating systems.  I would guess it's not actually an Unraid specific thing, rather a linux specific thing.  Someone else can chime in what they're actually used for, but suspect google will tell you that too.  I think crypto stuff like ssh and ssl use it (or similar) for a start but someone may correct me.

  • 1 year later...

haveged is loaded through Unraid in "/etc/rc.d/rc.M":

# Start the haveged entropy daemon:
if [ -x /etc/rc.d/rc.haveged ]; then
  /etc/rc.d/rc.haveged start
fi

If I download a file haveged produces load:

1169795362_2020-10-1701_31_23.png.8f6786ef5c7d06254cd64faf2b461ffb.png

 

I stopped the service as follows:

/etc/rc.d/rc.haveged stop
Stopping haveged.

I found no impact. The server runs as usual. So same question. Why is it needed?

 

EDIT: Regarding this blog post haveged becomes active if the entropy of haveged is stronger than the one of /dev/random (linux default). So it adds a little bit more strength to the smb encryption while transfering the file. Conclusion: Produces load, I don't need it. Will be disabled by default through the Go File:

 

# -------------------------------------------------
# disable haveged as we trust /dev/random
# https://forums.unraid.net/topic/79616-haveged-daemon/?tab=comments#comment-903452
# -------------------------------------------------
/etc/rc.d/rc.haveged stop

 

Edited by mgutt

  • 1 year later...

I know, it's an old thread.... Just for information:

I tested the command on my upgraded Unraid (6.9.2 to 6.10.0) and commented out the line in the go file.

/etc/rc.d/rc.haveged stop
-bash: /etc/rc.d/rc.haveged: No such file or directory

 

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.