<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log/m-p/2493474#M805571</link>
    <description>Thanks for you replies.  In the inedt.conf file my arguement was lpn and it saw this as &lt;BR /&gt;a double entry.</description>
    <pubDate>Fri, 16 Feb 2001 22:20:47 GMT</pubDate>
    <dc:creator>Dan Lukac</dc:creator>
    <dc:date>2001-02-16T22:20:47Z</dc:date>
    <item>
      <title>syslog.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log/m-p/2493469#M805566</link>
      <description>Every second I have a process recorded in my syslog file.&lt;BR /&gt;An example is:&lt;BR /&gt;Feb 14 07:41:01 cars1 inetd[948]: lpn2/tcp: bind: Address already in use&lt;BR /&gt;Feb 14 07:41:01 cars1 inetd[948]: lnp2/tcp: Service enabled&lt;BR /&gt;How can I get this to stop getting these entries in the syslog?</description>
      <pubDate>Wed, 14 Feb 2001 12:46:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log/m-p/2493469#M805566</guid>
      <dc:creator>Dan Lukac</dc:creator>
      <dc:date>2001-02-14T12:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log/m-p/2493470#M805567</link>
      <description>I haven't had my coffee yet...so hope I'm reading this right.&lt;BR /&gt;It looks like you have logging for inetd functions enabled. If you don't want these things recording in syslog - you need to turn off a couple things.&lt;BR /&gt;&lt;BR /&gt;1. Edit /etc/inetd.conf  remove that -l at the end of the telnet line.&lt;BR /&gt;2. Edit /etc/rc.config.d/netdaemons  change that line that says export INETD_ARGS="-l"  to ARGS=""&lt;BR /&gt;&lt;BR /&gt;Then you can stop and restart inetd&lt;BR /&gt;/sbin/init.d/inetd stop&lt;BR /&gt;/sbin/init.d/inetd start&lt;BR /&gt;&lt;BR /&gt;Hope this helps/rcw</description>
      <pubDate>Wed, 14 Feb 2001 12:53:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log/m-p/2493470#M805567</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-02-14T12:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log/m-p/2493471#M805568</link>
      <description>Hi,&lt;BR /&gt;It's possible you are trying to start two daemons utilising the same tcp port. Note the service lpn2 uses in /etc/inetd.conf - then check /etc/services for the port number.&lt;BR /&gt;&lt;BR /&gt;Make sure there is not another entry in inetd.conf which uses a service with the same port number.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 14 Feb 2001 13:41:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log/m-p/2493471#M805568</guid>
      <dc:creator>Mike Williams_3</dc:creator>
      <dc:date>2001-02-14T13:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log/m-p/2493472#M805569</link>
      <description>Sounds to me like you have to inetd's running that will give you address already in use.</description>
      <pubDate>Wed, 14 Feb 2001 14:04:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log/m-p/2493472#M805569</guid>
      <dc:creator>Donald Branch</dc:creator>
      <dc:date>2001-02-14T14:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log/m-p/2493473#M805570</link>
      <description>I got this problem when we added U/SQL server and the startup script that came as part of the package uses port 7000. That port was already in use. After I changed the port to 7001 the problem and messages went away.&lt;BR /&gt;RD</description>
      <pubDate>Thu, 15 Feb 2001 14:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log/m-p/2493473#M805570</guid>
      <dc:creator>Richard Darling</dc:creator>
      <dc:date>2001-02-15T14:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: syslog.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log/m-p/2493474#M805571</link>
      <description>Thanks for you replies.  In the inedt.conf file my arguement was lpn and it saw this as &lt;BR /&gt;a double entry.</description>
      <pubDate>Fri, 16 Feb 2001 22:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-log/m-p/2493474#M805571</guid>
      <dc:creator>Dan Lukac</dc:creator>
      <dc:date>2001-02-16T22:20:47Z</dc:date>
    </item>
  </channel>
</rss>

