<?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 message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2927126#M110784</link>
    <description>The messages are normal.  Simply logging connections. Could prove useful if somethign nefarious happens.  Keep the logging at this level.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 14 Mar 2003 01:53:49 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-03-14T01:53:49Z</dc:date>
    <item>
      <title>Syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2927123#M110781</link>
      <description>Greetings,&lt;BR /&gt;&lt;BR /&gt;Getting hundreds of the following messages in our syslog file:&lt;BR /&gt;Mar 13 00:01:10 hosea inetd[12433]: registrar/tcp: Connection from hosea (89.0.0&lt;BR /&gt;.123) at Thu Mar 13 00:01:10 2003&lt;BR /&gt;&lt;BR /&gt;Any ideas as to what is causing these messages.&lt;BR /&gt;&lt;BR /&gt;Thankyou for your input.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Mar 2003 01:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2927123#M110781</guid>
      <dc:creator>wvsa</dc:creator>
      <dc:date>2003-03-14T01:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2927124#M110782</link>
      <description>Are there a series of EMS messages following this? These will be disk related messages. &lt;BR /&gt;&lt;BR /&gt;Also you could have 'inetd' logging enabled. &lt;BR /&gt;# ps -ef | grep inetd&lt;BR /&gt;&lt;BR /&gt;Could you provide a little more of the message please?</description>
      <pubDate>Fri, 14 Mar 2003 01:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2927124#M110782</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-03-14T01:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2927125#M110783</link>
      <description>hi,  &lt;BR /&gt;&lt;BR /&gt;Just in my opinion, your message are created by inetd daemon when your user were connection to the host.&lt;BR /&gt;&lt;BR /&gt;The message means internet daemon(inetd) is received internet connection from hosea(89.0.0.123)&lt;BR /&gt;&lt;BR /&gt;if, you have a problem in your computer's system, please post more message .&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Fri, 14 Mar 2003 01:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2927125#M110783</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2003-03-14T01:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2927126#M110784</link>
      <description>The messages are normal.  Simply logging connections. Could prove useful if somethign nefarious happens.  Keep the logging at this level.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 14 Mar 2003 01:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2927126#M110784</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-14T01:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2927127#M110785</link>
      <description>you're probably running inetd with the -l option (although it might not show this with a ps -ef | grep inetd).&lt;BR /&gt;&lt;BR /&gt;This was either done by another admin (using /usr/sbin/inetd -l) or it has been configured at startup.&lt;BR /&gt;&lt;BR /&gt;Extra logging is always beneficial, but if want to turn this off for some reason, try issuing /usr/sbin/inetd -l again.  This will toggle it off.</description>
      <pubDate>Fri, 14 Mar 2003 02:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2927127#M110785</guid>
      <dc:creator>Ian Kidd_1</dc:creator>
      <dc:date>2003-03-14T02:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2927128#M110786</link>
      <description>There are messages from the EMS where it monitors whether the EMS monitor is running.&lt;BR /&gt;&lt;BR /&gt;These messages arise as you have a inetd -l option specified which logs messages into syslog.log file.&lt;BR /&gt;&lt;BR /&gt;As suggested just do a &lt;BR /&gt;&lt;BR /&gt;/usr/sbin/inetd -l &lt;BR /&gt;to switch it off. &lt;BR /&gt;</description>
      <pubDate>Fri, 14 Mar 2003 03:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2927128#M110786</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-14T03:29:54Z</dc:date>
    </item>
  </channel>
</rss>

