<?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: About inetd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016362#M129557</link>
    <description>Thank you,Michael.&lt;BR /&gt;oh,i does work now.</description>
    <pubDate>Mon, 07 Jul 2003 03:58:46 GMT</pubDate>
    <dc:creator>Kevin.Wang</dc:creator>
    <dc:date>2003-07-07T03:58:46Z</dc:date>
    <item>
      <title>About inetd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016358#M129553</link>
      <description>After i run the command, &lt;BR /&gt;#inetd -l&lt;BR /&gt;I find that&lt;BR /&gt;/var/adm/syslog&lt;BR /&gt;# tail -20 /var/adm/syslog/syslog.log&lt;BR /&gt;Jul  7 12:15:59 hp2000 inetd[2934]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:15:59 2003&lt;BR /&gt;Jul  7 12:18:04 hp2000 inetd[3118]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:18:04 2003&lt;BR /&gt;Jul  7 12:20:08 hp2000 inetd[3303]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:20:08 2003&lt;BR /&gt;Jul  7 12:22:12 hp2000 inetd[3487]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:22:12 2003&lt;BR /&gt;Jul  7 12:24:16 hp2000 inetd[3668]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:24:16 2003&lt;BR /&gt;Jul  7 12:26:20 hp2000 inetd[3849]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:26:20 2003&lt;BR /&gt;Jul  7 12:28:25 hp2000 inetd[4258]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:28:25 2003&lt;BR /&gt;Jul  7 12:30:29 hp2000 inetd[4471]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:30:29 2003&lt;BR /&gt;Jul  7 12:32:33 hp2000 inetd[4652]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:32:33 2003&lt;BR /&gt;Jul  7 12:34:37 hp2000 inetd[4835]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:34:37 2003&lt;BR /&gt;Jul  7 12:36:41 hp2000 inetd[5016]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:36:41 2003&lt;BR /&gt;Jul  7 12:38:45 hp2000 inetd[5197]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:38:45 2003&lt;BR /&gt;Jul  7 12:40:49 hp2000 inetd[5382]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:40:49 2003&lt;BR /&gt;Jul  7 12:42:53 hp2000 inetd[5564]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:42:53 2003&lt;BR /&gt;Jul  7 12:44:58 hp2000 inetd[5751]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:44:58 2003&lt;BR /&gt;Jul  7 12:47:02 hp2000 inetd[5980]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:47:02 2003&lt;BR /&gt;Jul  7 12:49:06 hp2000 inetd[6168]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:49:06 2003&lt;BR /&gt;Jul  7 12:51:10 hp2000 inetd[6359]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:51:10 2003&lt;BR /&gt;Jul  7 12:53:14 hp2000 inetd[6542]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:53:14 2003&lt;BR /&gt;Jul  7 12:55:18 hp2000 inetd[6732]: registrar/tcp: Connection from HP2000 (128.128.105.105) at Mon Jul  7 12:55:18 2003&lt;BR /&gt;# &lt;BR /&gt;About 2 minutes,logs write to syslog.log,how can i stop it? i don't want to the syslogs become more and more.</description>
      <pubDate>Mon, 07 Jul 2003 03:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016358#M129553</guid>
      <dc:creator>Kevin.Wang</dc:creator>
      <dc:date>2003-07-07T03:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: About inetd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016359#M129554</link>
      <description>Run 'inetd -l' again.&lt;BR /&gt;&lt;BR /&gt;Running it the first time turns logging on. Running it again turns it off. See the inetd man page. Also after you turn it off (inetd -l) see the tail of /var/adm/syslog/syslog.log, where it will state that logging has been disabled.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jul 2003 03:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016359#M129554</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-07T03:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: About inetd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016360#M129555</link>
      <description>You may look at your points assignments. 0 from 45 is not good.&lt;BR /&gt;People assist others in the forums using their own time and resources. When they assist others they should be rewarded if they of assistance. See the forum etiquette for further information.</description>
      <pubDate>Mon, 07 Jul 2003 03:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016360#M129555</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-07T03:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: About inetd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016361#M129556</link>
      <description>Toggle the state of logging&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/inetd -l</description>
      <pubDate>Mon, 07 Jul 2003 03:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016361#M129556</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-07-07T03:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: About inetd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016362#M129557</link>
      <description>Thank you,Michael.&lt;BR /&gt;oh,i does work now.</description>
      <pubDate>Mon, 07 Jul 2003 03:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016362#M129557</guid>
      <dc:creator>Kevin.Wang</dc:creator>
      <dc:date>2003-07-07T03:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: About inetd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016363#M129558</link>
      <description>sorry,Michael, i am newer for this forums,and I really appreciate your help. but i don't know the etiquette. i shall change it later.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jul 2003 04:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016363#M129558</guid>
      <dc:creator>Kevin.Wang</dc:creator>
      <dc:date>2003-07-07T04:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: About inetd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016364#M129559</link>
      <description>sorry,Michael, i am newer for this forums,and I really appreciate your help. but i don't know the etiquette. i shall change it later.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jul 2003 04:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-inetd/m-p/3016364#M129559</guid>
      <dc:creator>Kevin.Wang</dc:creator>
      <dc:date>2003-07-07T04:12:23Z</dc:date>
    </item>
  </channel>
</rss>

