<?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: Errors in Syslog.log? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893874#M578201</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;kill running bootpd and then run:&lt;BR /&gt;&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;that will stop the messages.&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
    <pubDate>Fri, 31 Jan 2003 13:32:28 GMT</pubDate>
    <dc:creator>Armin Feller</dc:creator>
    <dc:date>2003-01-31T13:32:28Z</dc:date>
    <item>
      <title>Errors in Syslog.log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893868#M578195</link>
      <description>I am receiving a error message in my syslog every ten minutes on the nose.  I have nothing in cron running to cause this.  It doesnt seem to be a problem but wondering what it is from.&lt;BR /&gt;Jan 31 04:39:32 lawson1 inetd[1313]: bootps/udp: bind: Address already in use&lt;BR /&gt;Jan 31 04:39:32 lawson1 inetd[1313]: bootps/udp: Service enabled</description>
      <pubDate>Fri, 31 Jan 2003 13:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893868#M578195</guid>
      <dc:creator>Larry Scheetz</dc:creator>
      <dc:date>2003-01-31T13:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Syslog.log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893869#M578196</link>
      <description>Looks like you have a device trying to boot with an ip address already being used.&lt;BR /&gt;&lt;BR /&gt;Check your /etc/bootptab.</description>
      <pubDate>Fri, 31 Jan 2003 13:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893869#M578196</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2003-01-31T13:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Syslog.log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893870#M578197</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;please modify the /etc/inetd.conf file and uncommend following line:&lt;BR /&gt;&lt;BR /&gt;#bootps dgram udp wait root /usr/lbin/bootpd bootpd&lt;BR /&gt;&lt;BR /&gt;Then edit /etc/syslog.conf and add "kern.crit" to following line:&lt;BR /&gt;&lt;BR /&gt;*info.;mail.none;kern.crit&lt;BR /&gt;&lt;BR /&gt;Then restart syslog daemon:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/syslogd stop/start&lt;BR /&gt;&lt;BR /&gt;That should stop printing this message to syslog.log&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
      <pubDate>Fri, 31 Jan 2003 13:07:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893870#M578197</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-01-31T13:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Syslog.log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893871#M578198</link>
      <description>I do have one question on the kern.crit what exactly is that doing for me?  Is there somewhere I can get docs?  I am not sure why or what I did to fix what?  Thx&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Jan 2003 13:21:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893871#M578198</guid>
      <dc:creator>Larry Scheetz</dc:creator>
      <dc:date>2003-01-31T13:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Syslog.log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893872#M578199</link>
      <description>Please see the man page of syslog.conf&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.die.net/doc/linux/man/man5/syslog.conf.5.html" target="_blank"&gt;http://www.die.net/doc/linux/man/man5/syslog.conf.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
      <pubDate>Fri, 31 Jan 2003 13:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893872#M578199</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-01-31T13:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Syslog.log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893873#M578200</link>
      <description>Thank you for the note on the info.  I am still seeing the same problem.  I thought it stopped it but I am receiving the same errors in the syslog.log?</description>
      <pubDate>Fri, 31 Jan 2003 13:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893873#M578200</guid>
      <dc:creator>Larry Scheetz</dc:creator>
      <dc:date>2003-01-31T13:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Syslog.log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893874#M578201</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;kill running bootpd and then run:&lt;BR /&gt;&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;that will stop the messages.&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
      <pubDate>Fri, 31 Jan 2003 13:32:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893874#M578201</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-01-31T13:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Syslog.log?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893875#M578202</link>
      <description>Larry,&lt;BR /&gt;&lt;BR /&gt;Something similar has been discovered and awarded 10 pts.&lt;BR /&gt;&lt;BR /&gt;Try this link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2589402f24d5d61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2589402f24d5d61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Fri, 31 Jan 2003 13:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/errors-in-syslog-log/m-p/2893875#M578202</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-01-31T13:40:25Z</dc:date>
    </item>
  </channel>
</rss>

