<?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 Inetd Error : No buffer space available in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-error-no-buffer-space-available/m-p/2762144#M583448</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I get the following error in my syslog file. Can someone pls let me know what this error is and what would be the probable resolution.&lt;BR /&gt;&lt;BR /&gt;inetd[865]: ident/tcp: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;inetd[865]: ident/tcp: Died on Signal 13&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Anil</description>
    <pubDate>Thu, 11 Jul 2002 16:31:03 GMT</pubDate>
    <dc:creator>Anil C. Sedha</dc:creator>
    <dc:date>2002-07-11T16:31:03Z</dc:date>
    <item>
      <title>Inetd Error : No buffer space available</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-error-no-buffer-space-available/m-p/2762144#M583448</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I get the following error in my syslog file. Can someone pls let me know what this error is and what would be the probable resolution.&lt;BR /&gt;&lt;BR /&gt;inetd[865]: ident/tcp: accept: No buffer space available&lt;BR /&gt;&lt;BR /&gt;inetd[865]: ident/tcp: Died on Signal 13&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 11 Jul 2002 16:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-error-no-buffer-space-available/m-p/2762144#M583448</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2002-07-11T16:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Inetd Error : No buffer space available</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-error-no-buffer-space-available/m-p/2762145#M583449</link>
      <description>Anil,&lt;BR /&gt;&lt;BR /&gt;If you're on 11.11 it is possible you've hit a known issue.  There is one case where it was patched up in the ARPA Transport patch PHNE_25642 or higher.  In another case, a bug SR #8606247332 for which no patch is available yet.  It is also possible that you can comment out the ident servicde from /etc/inetd.conf an run inetd -c to effect the change.  This would disable the ident service which is is used primarly in sendmail.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; Brian Hackley</description>
      <pubDate>Thu, 11 Jul 2002 17:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-error-no-buffer-space-available/m-p/2762145#M583449</guid>
      <dc:creator>Brian Hackley</dc:creator>
      <dc:date>2002-07-11T17:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Inetd Error : No buffer space available</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-error-no-buffer-space-available/m-p/2762146#M583450</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt;I just got a call from HP, and i was informed that i should look whether Patches PHNE_18546 &amp;amp; PHNE_24419 were installed or not.&lt;BR /&gt;&lt;BR /&gt;I shall however, try to see if the resolution provided by you works out or not, and maybe just go through the information on these patches.&lt;BR /&gt;&lt;BR /&gt;Thanks once again for your help. If you have any info on the above listed patches, it would be a great help from you if you let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 11 Jul 2002 17:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-error-no-buffer-space-available/m-p/2762146#M583450</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2002-07-11T17:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inetd Error : No buffer space available</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-error-no-buffer-space-available/m-p/2762147#M583451</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;I got a good info for it from the HP support team.&lt;BR /&gt;&lt;BR /&gt;The patch needed to be installed is PHNE_24419 which supercedes PHNE_18546&lt;BR /&gt;&lt;BR /&gt;The reason is as under&lt;BR /&gt;&lt;BR /&gt;PHNE_18546 introduced a design change to identd(1M), an&lt;BR /&gt;   identification mechanism used by sendmail, that exposes&lt;BR /&gt;   behavior which can result in severe performance problems on&lt;BR /&gt;   any system or a TOC on an MC/ServiceGuard cluster node.  This&lt;BR /&gt;   behavior may be experienced on systems that have identd(1M)&lt;BR /&gt;   enabled and also have a large number of concurrent TCP&lt;BR /&gt;   connections.&lt;BR /&gt; - This behavior has been exhibited on systems that have more&lt;BR /&gt;   than than 3000 concurrent TCP connections.  To determine&lt;BR /&gt;   the number of TCP connections on a system, the following&lt;BR /&gt;   command string can be used:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Anyways, thanks for the help rendered. I shall rate your help appropriately.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ani</description>
      <pubDate>Thu, 11 Jul 2002 17:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-error-no-buffer-space-available/m-p/2762147#M583451</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2002-07-11T17:45:32Z</dc:date>
    </item>
  </channel>
</rss>

