<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: syslog.log Messages in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896709#M104136</link>
    <description>How do you answer my questions before I ask them? :-)&lt;BR /&gt;From what I'm hearing I should remark out identd in /etc/identd.conf and then restart identd using `identd -c` Right?&lt;BR /&gt;&lt;BR /&gt;Then if all go well then do the same on the other boxes. Linus too?&lt;BR /&gt;&lt;BR /&gt;Marty</description>
    <pubDate>Tue, 04 Feb 2003 20:56:20 GMT</pubDate>
    <dc:creator>Marty Metras</dc:creator>
    <dc:date>2003-02-04T20:56:20Z</dc:date>
    <item>
      <title>syslog.log Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896701#M104128</link>
      <description>I'm getting this message in /var/adm/syslog/syslog.log&lt;BR /&gt;I'm doing rsync with ssh and sftp and one of them is before and/or after these messages.&lt;BR /&gt;These messages repeat 3 - 4 times in a row.&lt;BR /&gt;This is and HP-UX 11.0 server.&lt;BR /&gt;The data that is being copied/synced looks to be OK.&lt;BR /&gt;Can you help me find what is causing this message?&lt;BR /&gt;&lt;BR /&gt;Marty  &lt;BR /&gt;&lt;BR /&gt;Feb  2 19:29:09 hostname inetd[29063]: execv /usr/lbin/identd: No such file or directory&lt;BR /&gt;Feb  2 19:29:09 hostname inetd[720]: ident/tcp: Exit status 1&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Feb 2003 20:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896701#M104128</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2003-02-04T20:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896702#M104129</link>
      <description>What path is in your /etc/inetd.conf file for the ident entry???</description>
      <pubDate>Tue, 04 Feb 2003 20:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896702#M104129</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2003-02-04T20:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896703#M104130</link>
      <description>Here is the permissions file the file on an 11.11 system.&lt;BR /&gt;&lt;BR /&gt;-r-xr--r--   1 bin        bin         311296 Nov 14  2000 /usr/lbin/identd</description>
      <pubDate>Tue, 04 Feb 2003 20:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896703#M104130</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2003-02-04T20:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896704#M104131</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;identd is mostly used by sendmail and you may not need it. Comment it out in /etc/inetd.conf and refresh inetd (inetd -c).&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 04 Feb 2003 20:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896704#M104131</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-04T20:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896705#M104132</link>
      <description>Looks to me like the identd binary is missing or not executable... In that case, disable the ident service in inetd... You should disable this anyway since it can be exploited.&lt;BR /&gt;&lt;BR /&gt;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.</description>
      <pubDate>Tue, 04 Feb 2003 20:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896705#M104132</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2003-02-04T20:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896706#M104133</link>
      <description>Ken,&lt;BR /&gt;Here is what in "/etc/identd.conf"&lt;BR /&gt;ident        stream tcp wait   bin  /usr/lbin/identd   identd &lt;BR /&gt;There is no file "/usr/lbin/identd"&lt;BR /&gt;&lt;BR /&gt;Sri,&lt;BR /&gt;I do use sendmail.&lt;BR /&gt;&lt;BR /&gt;I have 2 servers doing the same thing.&lt;BR /&gt;Neither have "/usr/lbin/identd" &lt;BR /&gt;Only one gets the error.&lt;BR /&gt;What should be in the "/usr/lbin/identd" file?&lt;BR /&gt;I have it one the Redhat Linux boxes. Is it safe to use that copy?&lt;BR /&gt;&lt;BR /&gt;Marty</description>
      <pubDate>Tue, 04 Feb 2003 20:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896706#M104133</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2003-02-04T20:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896707#M104134</link>
      <description>Hi Marty,&lt;BR /&gt;&lt;BR /&gt;Nope, identd off a RedHat system will definitely NOT work.&lt;BR /&gt;&lt;BR /&gt;Here's what it looks like on my 11.0 system&lt;BR /&gt;&lt;BR /&gt;-r-xr--r-- 1  bin  bin   40960 Aug 20  1998  identd&lt;BR /&gt;&lt;BR /&gt;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 &amp;amp; does. We run sendmail on almost all our servers &amp;amp; commenting it out in /etc/inetd.conf has no affect on a properly configured sendmail server.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 04 Feb 2003 20:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896707#M104134</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-02-04T20:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896708#M104135</link>
      <description>Jordan,&lt;BR /&gt;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.&lt;BR /&gt;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?&lt;BR /&gt;Marty&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Feb 2003 20:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896708#M104135</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2003-02-04T20:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896709#M104136</link>
      <description>How do you answer my questions before I ask them? :-)&lt;BR /&gt;From what I'm hearing I should remark out identd in /etc/identd.conf and then restart identd using `identd -c` Right?&lt;BR /&gt;&lt;BR /&gt;Then if all go well then do the same on the other boxes. Linus too?&lt;BR /&gt;&lt;BR /&gt;Marty</description>
      <pubDate>Tue, 04 Feb 2003 20:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896709#M104136</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2003-02-04T20:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896710#M104137</link>
      <description>Sorry for the typo. I ment /etc/inetd.conf&lt;BR /&gt;Marty</description>
      <pubDate>Tue, 04 Feb 2003 20:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896710#M104137</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2003-02-04T20:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896711#M104138</link>
      <description>Comment it out in /etc/inetd.conf &amp;amp; restart inetd using&lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 04 Feb 2003 21:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896711#M104138</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-02-04T21:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896712#M104139</link>
      <description>Done.&lt;BR /&gt;&lt;BR /&gt;I'll let you know how it went in an hour or so.&lt;BR /&gt;Marty</description>
      <pubDate>Tue, 04 Feb 2003 21:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896712#M104139</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2003-02-04T21:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log Messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896713#M104140</link>
      <description>Yep, comment out the ident entry in /etc/inetd.conf and tell inetd to reload the configuration with `inetd -c`.&lt;BR /&gt;&lt;BR /&gt;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:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;On linux, use:&lt;BR /&gt;&lt;BR /&gt;/etc/rc.d/init.d/sendmail restart&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Feb 2003 21:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log-messages/m-p/2896713#M104140</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2003-02-04T21:17:34Z</dc:date>
    </item>
  </channel>
</rss>

