<?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/2420261#M766548</link>
    <description>Sorry, I guess I didn't state the question clearly. This message was from the &lt;BR /&gt;syslog. I just don't know what it is referring to.</description>
    <pubDate>Wed, 22 Mar 2000 12:08:41 GMT</pubDate>
    <dc:creator>Chuck Dugan_2</dc:creator>
    <dc:date>2000-03-22T12:08:41Z</dc:date>
    <item>
      <title>syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2420259#M766546</link>
      <description>I've been getting this message and I don't know what it means. Can you help me?&lt;BR /&gt;&lt;BR /&gt;syslogd: read funix: Resource temporarily unavailable&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chuck Dugan.</description>
      <pubDate>Wed, 22 Mar 2000 11:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2420259#M766546</guid>
      <dc:creator>Chuck Dugan_2</dc:creator>
      <dc:date>2000-03-22T11:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2420260#M766547</link>
      <description>Actually syslogd is a daemon running.&lt;BR /&gt;Just go and see /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Mar 2000 11:49:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2420260#M766547</guid>
      <dc:creator>Ajay Singh_4</dc:creator>
      <dc:date>2000-03-22T11:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2420261#M766548</link>
      <description>Sorry, I guess I didn't state the question clearly. This message was from the &lt;BR /&gt;syslog. I just don't know what it is referring to.</description>
      <pubDate>Wed, 22 Mar 2000 12:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2420261#M766548</guid>
      <dc:creator>Chuck Dugan_2</dc:creator>
      <dc:date>2000-03-22T12:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2420262#M766549</link>
      <description>This error is usually caused by multiple syslogd daemons running at the same &lt;BR /&gt;time.  To rectify it:&lt;BR /&gt;&lt;BR /&gt;1) /sbin/init.d/syslogd stop # Stop syslogd&lt;BR /&gt;2) ps -ef|grep syslogd # Verify that no syslogd daemons are running&lt;BR /&gt;3) /sbin/init.d/syslogd start # Restart syslogd&lt;BR /&gt;4) ps -ef|grep syslogd # Verify only one syslogd is running.&lt;BR /&gt;&lt;BR /&gt;This should fix the error message that you're getting.&lt;BR /&gt;&lt;BR /&gt;-Atif</description>
      <pubDate>Wed, 22 Mar 2000 13:31:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2420262#M766549</guid>
      <dc:creator>Atif Malik_2</dc:creator>
      <dc:date>2000-03-22T13:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2420263#M766550</link>
      <description>This error is usually caused by having multiple syslogd daemons running.   &lt;BR /&gt;&lt;BR /&gt;Check using : ps -ef | grep syslog*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When multiple processes are running, confusion occurs as to which daemon needs &lt;BR /&gt;to be writing to the syslog file and the error occurs.  To resolve this issue, &lt;BR /&gt;stop the syslogd daemons running and restart the one daemon necessary to write &lt;BR /&gt;output to the syslog file.  Follow these steps:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1.  /sbin/init.d/syslogd stop   ***  This should kill     all syslogd  ***  &lt;BR /&gt;daemons.&lt;BR /&gt;&lt;BR /&gt;2.  ps -ef | grep syslog*       ***  Verify you have no&lt;BR /&gt;    ***  daemons running.&lt;BR /&gt;&lt;BR /&gt;3.  /sbin/init.d/syslogd start  ***  Restart the     syslogd daemon.&lt;BR /&gt;&lt;BR /&gt;4.  ps -ef | grep syslog*       ***  Verify that you            have only one &lt;BR /&gt;syslogd daemon running. ***&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then monitor the /var/adm/syslog/syslog.log file for these errors again.  This &lt;BR /&gt;should resolve the issue.</description>
      <pubDate>Thu, 23 Mar 2000 00:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2420263#M766550</guid>
      <dc:creator>user not active</dc:creator>
      <dc:date>2000-03-23T00:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2420264#M766551</link>
      <description>That did the trick, thanks!</description>
      <pubDate>Thu, 23 Mar 2000 06:56:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/2420264#M766551</guid>
      <dc:creator>Chuck Dugan_2</dc:creator>
      <dc:date>2000-03-23T06:56:57Z</dc:date>
    </item>
  </channel>
</rss>

