September 15, 201411 yr 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.
September 20, 201411 yr Should they be included or should they be simply commented out from /etc/inetd.conf? If included, what benefit will it provide?
Archived
This topic is now archived and is closed to further replies.