<?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: Error message found in /var/adm/syslog/mail.log in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-found-in-var-adm-syslog-mail-log/m-p/2447210#M9757</link>
    <description>Thank you very much.&lt;BR /&gt;Exactly!  The problem was caused by lan card configuation.  There are two cards on our system and one of them is not being used and with the wrong IP.&lt;BR /&gt;So I comment out all related variables for this lancard in the file /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;Also,&lt;BR /&gt;find ./* -type f|xargs grep &lt;STRING&gt;&lt;BR /&gt;works as what i need. thanks.&lt;BR /&gt;&lt;BR /&gt;Jessica&lt;BR /&gt;&lt;BR /&gt;&lt;/STRING&gt;</description>
    <pubDate>Fri, 22 Sep 2000 08:20:35 GMT</pubDate>
    <dc:creator>Jessica Chou</dc:creator>
    <dc:date>2000-09-22T08:20:35Z</dc:date>
    <item>
      <title>Error message found in /var/adm/syslog/mail.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-found-in-var-adm-syslog-mail-log/m-p/2447206#M9753</link>
      <description>Got an error message like this,&lt;BR /&gt;"Sep 21 20:07:25 &lt;HOSTNAME&gt; sendmail[1405]: gethostbyaddr(172.16.1.1) failed: 1",&lt;BR /&gt;among other reboot sendmail messages.&lt;BR /&gt;&lt;BR /&gt;I dont know why it would try to send messages to 172.16.1.1. It's not our IP. &lt;BR /&gt;And I cannot think of any files would have&lt;BR /&gt;contained info about it.&lt;BR /&gt;&lt;BR /&gt;File syslog.log's message "Sep 22 08:05:11 &lt;HOST&gt; named[511]: dqflush: interface [172.16.1.1] skipped" was the only place I could find that reference to this IP.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Jessica&lt;BR /&gt;PS: by the way, can "grep" recursively search&lt;BR /&gt;a string into all files and dirs under a dir?&lt;BR /&gt;&lt;/HOST&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Fri, 22 Sep 2000 05:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-found-in-var-adm-syslog-mail-log/m-p/2447206#M9753</guid>
      <dc:creator>Jessica Chou</dc:creator>
      <dc:date>2000-09-22T05:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error message found in /var/adm/syslog/mail.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-found-in-var-adm-syslog-mail-log/m-p/2447207#M9754</link>
      <description>Check in /etc/mail/sendmail.cf for any inclusion of the ip address.&lt;BR /&gt;To search a string you can use this command: cat /var/adm/syslog/syslog.log|grep Phy&lt;BR /&gt;This will give you the Physical memory of your system</description>
      <pubDate>Fri, 22 Sep 2000 05:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-found-in-var-adm-syslog-mail-log/m-p/2447207#M9754</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-09-22T05:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error message found in /var/adm/syslog/mail.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-found-in-var-adm-syslog-mail-log/m-p/2447208#M9755</link>
      <description>&lt;BR /&gt;From those messages it looks like you used to have 172.16.1.1 assigned to one of the lan cards (interfaces) on your server. You can check now thats no the case with;&lt;BR /&gt;netstat -in&lt;BR /&gt;Either way, sendmail tried a hostname lookup on it and failed. Perhaps its no longer using that IP. Either someone tried to send an email out to/via this interface. Check this ip is still not configured in sendmail - check /etc/mail/sendmail.cf, if so you can remove it and restart sendmail.&lt;BR /&gt;&lt;BR /&gt;Yes, you can use grep to search down a tree, eg. grep */* or grep */*/* I dont think it has the normal recursive option to go down an entire tree, -R, try it. Grep will have problems with binaries or binary files so it may go crazy if  you do this, use the strings command instead.&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Sep 2000 05:45:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-found-in-var-adm-syslog-mail-log/m-p/2447208#M9755</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-09-22T05:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error message found in /var/adm/syslog/mail.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-found-in-var-adm-syslog-mail-log/m-p/2447209#M9756</link>
      <description>Jessica,&lt;BR /&gt;&lt;BR /&gt;I think Stefan is right on the IP-problem, i would do the grep as follows;&lt;BR /&gt;&lt;BR /&gt;find &lt;DIR&gt; -type f | xargs grep &lt;STRING&gt;&lt;BR /&gt;&lt;BR /&gt;Greetz Danny.&lt;/STRING&gt;&lt;/DIR&gt;</description>
      <pubDate>Fri, 22 Sep 2000 06:31:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-found-in-var-adm-syslog-mail-log/m-p/2447209#M9756</guid>
      <dc:creator>Danny Engelbarts</dc:creator>
      <dc:date>2000-09-22T06:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error message found in /var/adm/syslog/mail.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-found-in-var-adm-syslog-mail-log/m-p/2447210#M9757</link>
      <description>Thank you very much.&lt;BR /&gt;Exactly!  The problem was caused by lan card configuation.  There are two cards on our system and one of them is not being used and with the wrong IP.&lt;BR /&gt;So I comment out all related variables for this lancard in the file /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;Also,&lt;BR /&gt;find ./* -type f|xargs grep &lt;STRING&gt;&lt;BR /&gt;works as what i need. thanks.&lt;BR /&gt;&lt;BR /&gt;Jessica&lt;BR /&gt;&lt;BR /&gt;&lt;/STRING&gt;</description>
      <pubDate>Fri, 22 Sep 2000 08:20:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-found-in-var-adm-syslog-mail-log/m-p/2447210#M9757</guid>
      <dc:creator>Jessica Chou</dc:creator>
      <dc:date>2000-09-22T08:20:35Z</dc:date>
    </item>
  </channel>
</rss>

