<?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: syslogd: read funix: Resource temporarily unav. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-read-funix-resource-temporarily-unav/m-p/2431593#M3265</link>
    <description>Thanks to all. Multiple syslogd processes caused the error message. But so far I was not able to find out what/who started up to 10 syslogd processes over a period of 4 weeks. Anyway, following your advices only 1 syslogd process is running now and everthing looks o.k.</description>
    <pubDate>Thu, 20 Jul 2000 07:13:52 GMT</pubDate>
    <dc:creator>Uwe Sydow</dc:creator>
    <dc:date>2000-07-20T07:13:52Z</dc:date>
    <item>
      <title>syslogd: read funix: Resource temporarily unav.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-read-funix-resource-temporarily-unav/m-p/2431589#M3261</link>
      <description>the syslog.log file on a v-class HP-UX 11.00 has several entries (+- 1 per minute) of&lt;BR /&gt;&lt;BR /&gt;Jul 19 15:05:10 system1 syslogd: read funix: Resource temporarily unanvailable&lt;BR /&gt;&lt;BR /&gt;Does anybody know what's wrong (i.e. what is the missing resource)? Where should I start searching?</description>
      <pubDate>Wed, 19 Jul 2000 12:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-read-funix-resource-temporarily-unav/m-p/2431589#M3261</guid>
      <dc:creator>Uwe Sydow</dc:creator>
      <dc:date>2000-07-19T12:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd: read funix: Resource temporarily unav.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-read-funix-resource-temporarily-unav/m-p/2431590#M3262</link>
      <description>Uwe,&lt;BR /&gt;&lt;BR /&gt;Check for more than one syslogd process running.&lt;BR /&gt;&lt;BR /&gt;# ps -ef |grep syslog&lt;BR /&gt;&lt;BR /&gt;If you do, execute:&lt;BR /&gt;# /sbin/init.d/syslogd stop   &lt;BR /&gt;&lt;BR /&gt;Check again&lt;BR /&gt;# ps -ef |grep syslog&lt;BR /&gt;If there is another, I would try the stop first, if it does not stop, then kill (without the -9).&lt;BR /&gt;&lt;BR /&gt;Once you get them cleared out, restart syslogd&lt;BR /&gt;# /sbin/init.d/syslogd start&lt;BR /&gt;&lt;BR /&gt;Best Wishes,&lt;BR /&gt;Cheryl</description>
      <pubDate>Wed, 19 Jul 2000 12:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-read-funix-resource-temporarily-unav/m-p/2431590#M3262</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2000-07-19T12:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd: read funix: Resource temporarily unav.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-read-funix-resource-temporarily-unav/m-p/2431591#M3263</link>
      <description>You are getting this error because you are running two swagentd processes.&lt;BR /&gt;&lt;BR /&gt;To resolve your problem:&lt;BR /&gt;&lt;BR /&gt;     1. Kill the swagentd processes.&lt;BR /&gt;&lt;BR /&gt;     2. Re-start swagentd.&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jul 2000 12:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-read-funix-resource-temporarily-unav/m-p/2431591#M3263</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-07-19T12:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd: read funix: Resource temporarily unav.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-read-funix-resource-temporarily-unav/m-p/2431592#M3264</link>
      <description>As another option:&lt;BR /&gt;This error is usually caused by having multiple syslogd daemons running.  As&lt;BR /&gt;seen in the output from this particular system, there is one syslogd daemon&lt;BR /&gt;spawned by init upon boot up and three started by user karekamg.  When multiple&lt;BR /&gt;processes are running, confusion occurs as to which daemon needs to be writing&lt;BR /&gt;to the syslog file and the error occurs.  To resolve this issue, stop the&lt;BR /&gt;syslogd daemons running and restart the one daemon necessary to write output to&lt;BR /&gt;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;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jul 2000 12:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-read-funix-resource-temporarily-unav/m-p/2431592#M3264</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-07-19T12:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: syslogd: read funix: Resource temporarily unav.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-read-funix-resource-temporarily-unav/m-p/2431593#M3265</link>
      <description>Thanks to all. Multiple syslogd processes caused the error message. But so far I was not able to find out what/who started up to 10 syslogd processes over a period of 4 weeks. Anyway, following your advices only 1 syslogd process is running now and everthing looks o.k.</description>
      <pubDate>Thu, 20 Jul 2000 07:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslogd-read-funix-resource-temporarily-unav/m-p/2431593#M3265</guid>
      <dc:creator>Uwe Sydow</dc:creator>
      <dc:date>2000-07-20T07:13:52Z</dc:date>
    </item>
  </channel>
</rss>

