- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inetd.conf - ident entry
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 09:21 AM
06-14-2002 09:21 AM
inetd[563]: auth/tcp: Exit status 1
Installed HP-UX 11.0 over 10.20 a few days ago, looks like the cause might be the line in the inetd.conf file ... in version 10.20 it looked like this:
auth stream tcp wait bin /usr/bin/identd...
In the new 11.0 inetd.conf file the same line looks like this:
ident stream tcp wait bin /usr/bin/identd...
My old inetd.conf file is still in place, I'm still comparing/merging the stuff.
Can I just change the first field "auth" to "ident", kill the inetd daemon and restart it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 09:24 AM
06-14-2002 09:24 AM
SolutionThe ident entry should be
ident stream tcp wait bin /usr/lbin/identd identd
If you modify the inetd.conf file do "inetd -c" for inetd to reread the conf file. No need to kill and restart inetd. inetd -c will do the job.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 09:27 AM
06-14-2002 09:27 AM
Re: inetd.conf - ident entry
This message is from the identd which some versions of sendmail use to try to authenticate the other end of a connection. There is a problem
with the way it sent out the inetd.conf entry for identd. To correct this, change it from:
The entry should be /usr/lbin/identd
Or else you can try
auth stream tcp nowait bin /usr/lbin/identd identd -l -i -t120
This should take care of that problem after you reconfigure. Do an inetd -c to reread the inetd.conf file.
Apply the latest patches to the system. That may solve a lot of bugs
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 09:27 AM
06-14-2002 09:27 AM
Re: inetd.conf - ident entry
Yes it is easier than so. Just edit the file and write "/usr/sbin/inetd -c". This force inetd to reread the configuration file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 09:27 AM
06-14-2002 09:27 AM
Re: inetd.conf - ident entry
Also take a look at this thread,
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000024614172
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 09:28 AM
06-14-2002 09:28 AM
Re: inetd.conf - ident entry
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x300f8f960573d611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 09:31 AM
06-14-2002 09:31 AM
Re: inetd.conf - ident entry
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=500000000092362
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 09:39 AM
06-14-2002 09:39 AM
Re: inetd.conf - ident entry
The 11.0 install left my inetd.conf file alone, so I am still using the 10.20 version of the file.
However, in swagent.log was a note that a new file had been delivered in /usr/etc/newconfig.
In the 11.0 version that line does not start with "auth" but starts with "ident" and I'm concerned about leaving the "auth" in there for 11.0 ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 09:54 AM
06-14-2002 09:54 AM
Re: inetd.conf - ident entry
ident stream tcp wait bin /usr/lbin/identd identd
you can modify the /etc/inetd.conf directly, after that, inetd -c to re-read the configuration file.
Man ident for more.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 09:56 AM
06-14-2002 09:56 AM
Re: inetd.conf - ident entry
The default / correct entry for both 10.20 and 11.0 is
ident stream tcp wait bin /usr/lbin/identd identd
Hope this helps.
Regds