<?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: inetd logging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-logging/m-p/3008475#M576352</link>
    <description>This is another of the many daemons we turn off in /etc/inetd.conf.&lt;BR /&gt;&lt;BR /&gt;At the bottom of inetd.conf, comment out the line &lt;BR /&gt;&lt;BR /&gt;registrar stream tcp nowait root /etc/opt/resmon/lbin/registrar /etc/opt/resmon/lbin/registrar&lt;BR /&gt;&lt;BR /&gt;and do an inetd -c to reconfigure.  That should stop the messages.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
    <pubDate>Thu, 26 Jun 2003 10:35:32 GMT</pubDate>
    <dc:creator>Jon Mattatall</dc:creator>
    <dc:date>2003-06-26T10:35:32Z</dc:date>
    <item>
      <title>inetd logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-logging/m-p/3008473#M576350</link>
      <description>I have enabled logging in the netdaemons file for inetd. I am receiving the attached sample in syslog.  Could someone tell me why this &lt;BR /&gt;"registrar" is happening??  How can I set up logging so that I do not get message every 2 minutes.....&lt;BR /&gt;&lt;BR /&gt;thanks...Jay</description>
      <pubDate>Thu, 26 Jun 2003 10:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-logging/m-p/3008473#M576350</guid>
      <dc:creator>Jay Cantwell</dc:creator>
      <dc:date>2003-06-26T10:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: inetd logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-logging/m-p/3008474#M576351</link>
      <description>Place a comment in front of the following in your /etc/inetd.conf file and reread with 'inetd -c':&lt;BR /&gt;&lt;BR /&gt;registrar stream tcp nowait root /etc/opt/resmon/lbin/registrar /etc/opt/resmon/lbin/registrar &lt;BR /&gt;&lt;BR /&gt;Here's some other possibly unused network services:&lt;BR /&gt;&lt;BR /&gt;printer stream tcp nowait root /usr/sbin/rlpdaemon rlpdaemon -i &lt;BR /&gt;daytime stream tcp nowait root internal &lt;BR /&gt;daytime dgram udp nowait root internal &lt;BR /&gt;time stream tcp nowait root internal &lt;BR /&gt;time dgram udp nowait root internal &lt;BR /&gt;echo stream tcp nowait root internal &lt;BR /&gt;echo dgram udp nowait root internal &lt;BR /&gt;discard stream tcp nowait root internal &lt;BR /&gt;discard dgram udp nowait root internal &lt;BR /&gt;chargen stream tcp nowait root internal &lt;BR /&gt;chargen dgram udp nowait root internal &lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2003 10:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-logging/m-p/3008474#M576351</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-06-26T10:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: inetd logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-logging/m-p/3008475#M576352</link>
      <description>This is another of the many daemons we turn off in /etc/inetd.conf.&lt;BR /&gt;&lt;BR /&gt;At the bottom of inetd.conf, comment out the line &lt;BR /&gt;&lt;BR /&gt;registrar stream tcp nowait root /etc/opt/resmon/lbin/registrar /etc/opt/resmon/lbin/registrar&lt;BR /&gt;&lt;BR /&gt;and do an inetd -c to reconfigure.  That should stop the messages.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2003 10:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-logging/m-p/3008475#M576352</guid>
      <dc:creator>Jon Mattatall</dc:creator>
      <dc:date>2003-06-26T10:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: inetd logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-logging/m-p/3008476#M576353</link>
      <description>Hi,&lt;BR /&gt;If I remember well this registrar is a service for diagnostic deamons. Each diag deamon registred itself to the diag subsystem (each diag* processes). If I remember well, it is a known problem with a diagnostic version. &lt;BR /&gt;Try cstm command, and say which diagnostic version it is ? For myself it is &lt;BR /&gt;Version A.38.00And i don't have this problem any more.&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;BR /&gt;&lt;BR /&gt;ps: upgrading diagnostic can be do onlien without rebooting.&lt;BR /&gt;&lt;BR /&gt;The other solution is to remove this service from /etc/inetd.conf, but it can avoid diagnostic to run well.</description>
      <pubDate>Thu, 26 Jun 2003 10:35:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-logging/m-p/3008476#M576353</guid>
      <dc:creator>Bruno Vidal</dc:creator>
      <dc:date>2003-06-26T10:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: inetd logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-logging/m-p/3008477#M576354</link>
      <description>Check out the following forum thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0x062a06350fe2d61190050090279cd0f9,00.html" target="_blank"&gt;http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0x062a06350fe2d61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jun 2003 11:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-logging/m-p/3008477#M576354</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-06-26T11:25:14Z</dc:date>
    </item>
  </channel>
</rss>

