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.

6.0 beta 9 - /etc/inetd.conf - has authd/identd enabled but it is not installed

Featured Replies

unRAID OS Version: unraid 6.0 beta 9

 

Description: The /etc/inetd.conf file has the auth/ident daemon configured, but the daemon seems to be removed by limetech in the actual install. Since it is removed, it should not be enabled in the inetd config.

 

How to reproduce:

# egrep -i ^#?auth /etc/inetd.conf

auth    stream  tcp    wait    root    /usr/sbin/in.identd    in.identd

 

# ls -al /usr/sbin/in.identd

/bin/ls: cannot access /usr/sbin/in.identd: No such file or directory

 

Expected results: The authd/identd daemon should not be enabled.

# egrep -i ^#?auth /etc/inetd.conf

#auth    stream  tcp    wait    root    /usr/sbin/in.identd    in.identd

 

Actual results: The auth/ident daemon is enabled but not installed since it is removed in the image.

# egrep -i ^#?auth /etc/inetd.conf

auth    stream  tcp    wait    root    /usr/sbin/in.identd    in.identd

 

# ls -al /usr/sbin/in.identd

/bin/ls: cannot access /usr/sbin/in.identd: No such file or directory

 

Other information:

I ran across this as I was trying to install a customized auth/ident daemon (oident) and had to fix the discrepancy in the inetd configuration file provided in unRAID.

Should they be included or should they be simply commented out from /etc/inetd.conf?  If included, what benefit will it provide?

  • Author

I'm fine with it commented out and not included.

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.