- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslog.log Messages
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
02-04-2003 12:02 PM
02-04-2003 12:02 PM
syslog.log Messages
I'm doing rsync with ssh and sftp and one of them is before and/or after these messages.
These messages repeat 3 - 4 times in a row.
This is and HP-UX 11.0 server.
The data that is being copied/synced looks to be OK.
Can you help me find what is causing this message?
Marty
Feb 2 19:29:09 hostname inetd[29063]: execv /usr/lbin/identd: No such file or directory
Feb 2 19:29:09 hostname inetd[720]: ident/tcp: Exit status 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 12:05 PM
02-04-2003 12:05 PM
Re: syslog.log Messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 12:16 PM
02-04-2003 12:16 PM
Re: syslog.log Messages
-r-xr--r-- 1 bin bin 311296 Nov 14 2000 /usr/lbin/identd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 12:17 PM
02-04-2003 12:17 PM
Re: syslog.log Messages
identd is mostly used by sendmail and you may not need it. Comment it out in /etc/inetd.conf and refresh inetd (inetd -c).
If you want to keep it, then you should have an executable under /usr/lbin/identd. You can copy it from another system of the same OS.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 12:26 PM
02-04-2003 12:26 PM
Re: syslog.log Messages
I'm not sure this is even related to the use of ssh and rsync... Have you set this up through cron? If so, are you expecting output via e-mail? If so, then I think either the local or a remote sendmail session may be performing the ident lookup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 12:37 PM
02-04-2003 12:37 PM
Re: syslog.log Messages
Here is what in "/etc/identd.conf"
ident stream tcp wait bin /usr/lbin/identd identd
There is no file "/usr/lbin/identd"
Sri,
I do use sendmail.
I have 2 servers doing the same thing.
Neither have "/usr/lbin/identd"
Only one gets the error.
What should be in the "/usr/lbin/identd" file?
I have it one the Redhat Linux boxes. Is it safe to use that copy?
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 12:43 PM
02-04-2003 12:43 PM
Re: syslog.log Messages
Nope, identd off a RedHat system will definitely NOT work.
Here's what it looks like on my 11.0 system
-r-xr--r-- 1 bin bin 40960 Aug 20 1998 identd
We normally comment it out on all our systems as it has known exploits. And can help a hacker "discover" just what the system is & does. We run sendmail on almost all our servers & commenting it out in /etc/inetd.conf has no affect on a properly configured sendmail server.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 12:50 PM
02-04-2003 12:50 PM
Re: syslog.log Messages
The jobs that do the rsync and sftp ate started from cron. These jobs also send mailx messages if they have a problem. These messages are send to the other server using userID which alais sends it to userID@servername this has been working. Not meaning it is right. Looks like those error messages have been in there since at lease Christmas.
Would send mail still work it I remove it from /etc/identd.conf or is this something I could turn off in sendmail some where?
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 12:56 PM
02-04-2003 12:56 PM
Re: syslog.log Messages
From what I'm hearing I should remark out identd in /etc/identd.conf and then restart identd using `identd -c` Right?
Then if all go well then do the same on the other boxes. Linus too?
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 12:58 PM
02-04-2003 12:58 PM
Re: syslog.log Messages
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 01:02 PM
02-04-2003 01:02 PM
Re: syslog.log Messages
inetd -c
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 01:07 PM
02-04-2003 01:07 PM
Re: syslog.log Messages
I'll let you know how it went in an hour or so.
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 01:17 PM
02-04-2003 01:17 PM
Re: syslog.log Messages
If you're not at all concerned about having sendmail verify remote host identities, then you can tell sendmail to not perform identd lookups by setting the timeout value to zero. So for all of your sendmail servers, set Timeout.ident=0 in /etc/mail/sendmail.cf (or /etc/sendmail.cf) and restart sendmail. On HP-UX, restart sendmail using:
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
On linux, use:
/etc/rc.d/init.d/sendmail restart