<?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: No buffer space available: accept: (client socket) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/no-buffer-space-available-accept-client-socket/m-p/2726275#M64374</link>
    <description>check these&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x54d1d08cc06fd511abcd0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x54d1d08cc06fd511abcd0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x23677e990647d4118fee0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x23677e990647d4118fee0090279cd0f9,00.html&lt;/A&gt;</description>
    <pubDate>Fri, 17 May 2002 09:38:51 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-05-17T09:38:51Z</dc:date>
    <item>
      <title>No buffer space available: accept: (client socket)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-buffer-space-available-accept-client-socket/m-p/2726270#M64369</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I am getting the following error repeatedly in my error_log file under Apache Home. Due to this error I am unable to open few html pages. Please revert back if anyone has a solution . I have apache1.3 on hpux11.11. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;No buffer space available: accept: (client socket)</description>
      <pubDate>Fri, 17 May 2002 08:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-buffer-space-available-accept-client-socket/m-p/2726270#M64369</guid>
      <dc:creator>deepak_9</dc:creator>
      <dc:date>2002-05-17T08:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: No buffer space available: accept: (client socket)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-buffer-space-available-accept-client-socket/m-p/2726271#M64370</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;This is happening:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Client initiates a server connection but the&lt;BR /&gt;Server is busy and , the  request goes to the accept queue&lt;BR /&gt;Client times out at about the same time that the Server starts to respond to the request&lt;BR /&gt;Server tries to accept , but  the client has already sent a CONNRESET signal, the server connection buffers are freed.&lt;BR /&gt;Server sees that there's no connection buffer, it gets back ENOBUFS from the TCP stack, and  complains..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is a problem in the Apache handling of the ENOBUFS .  The problem&lt;BR /&gt;can be reduced by raising the value of:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  tcp_conn_request_max&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;use Apache 2.0.  This issue has been resolved )&lt;BR /&gt;&lt;BR /&gt;               Steve steel</description>
      <pubDate>Fri, 17 May 2002 09:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-buffer-space-available-accept-client-socket/m-p/2726271#M64370</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-05-17T09:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: No buffer space available: accept: (client socket)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-buffer-space-available-accept-client-socket/m-p/2726272#M64371</link>
      <description>hi,&lt;BR /&gt;Can you access the loopback interface of your&lt;BR /&gt;server ?.&lt;BR /&gt;#ping 127.0.0.1&lt;BR /&gt;otherwise your kernel tables will be full with&lt;BR /&gt;TCP connections and this error may come.&lt;BR /&gt;Also please attach the output of netstat -rn&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 May 2002 09:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-buffer-space-available-accept-client-socket/m-p/2726272#M64371</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-17T09:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: No buffer space available: accept: (client socket)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-buffer-space-available-accept-client-socket/m-p/2726273#M64372</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Attached is are the results requested by you :-&lt;BR /&gt;&lt;BR /&gt;apps1:toor-/d04/oracle/etcsora/iAS/Apache/Apache/logs&amp;gt;ping 127.0.0.1        &lt;BR /&gt;PING 127.0.0.1: 64 byte packets&lt;BR /&gt;64 bytes from 127.0.0.1: icmp_seq=0. time=0. ms&lt;BR /&gt;64 bytes from 127.0.0.1: icmp_seq=1. time=0. ms&lt;BR /&gt;64 bytes from 127.0.0.1: icmp_seq=2. time=0. ms&lt;BR /&gt;64 bytes from 127.0.0.1: icmp_seq=3. time=0. ms&lt;BR /&gt;64 bytes from 127.0.0.1: icmp_seq=4. time=0. ms&lt;BR /&gt;&lt;BR /&gt;----127.0.0.1 PING Statistics----&lt;BR /&gt;5 packets transmitted, 5 packets received, 0% packet loss&lt;BR /&gt;round-trip (ms)  min/avg/max = 0/0/0&lt;BR /&gt;apps1:toor-/d04/oracle/etcsora/iAS/Apache/Apache/logs&amp;gt;netstat -rn           &lt;BR /&gt;Routing tables&lt;BR /&gt;Destination           Gateway            Flags   Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;172.17.112.1          172.17.112.1       UH        0  lan0       4136&lt;BR /&gt;172.17.113.1          172.17.113.1       UH        0  lan1       4136&lt;BR /&gt;172.17.114.1          172.17.114.1       UH        0  lan4       4136&lt;BR /&gt;172.17.112.10         172.17.112.10      UH        0  lan0:1     4136&lt;BR /&gt;172.17.112.19         172.17.112.19      UH        0  lo0:1      4136&lt;BR /&gt;172.17.14.43          172.17.112.251     UGH       0  lan0          0&lt;BR /&gt;172.20.21.68          172.17.112.251     UGH       0  lan0          0&lt;BR /&gt;172.17.90.18          172.17.112.251     UGH       0  lan0          0&lt;BR /&gt;172.19.41.179         172.17.112.251     UGH       0  lan0          0&lt;BR /&gt;172.20.138.58         172.17.112.251     UGH       0  lan0          0&lt;BR /&gt;10.10.10.221          172.17.112.251     UGH       0  lan0          0&lt;BR /&gt;172.17.10.239         172.17.112.251     UGH       0  lan0          0&lt;BR /&gt;172.17.112.0          172.17.112.1       U         3  lan0       1500&lt;BR /&gt;172.17.112.0          172.17.112.10      U         3  lan0:1     1500&lt;BR /&gt;172.17.113.0          172.17.113.1       U         2  lan1       1500&lt;BR /&gt;172.17.114.0          172.17.114.1       U         2  lan4       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default               172.17.112.254     UG        0  lan0          0</description>
      <pubDate>Fri, 17 May 2002 09:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-buffer-space-available-accept-client-socket/m-p/2726273#M64372</guid>
      <dc:creator>deepak_9</dc:creator>
      <dc:date>2002-05-17T09:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: No buffer space available: accept: (client socket)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-buffer-space-available-accept-client-socket/m-p/2726274#M64373</link>
      <description>hi,&lt;BR /&gt;please try this also and paste the output.&lt;BR /&gt;#ping localhost&lt;BR /&gt;if possible stop all the apppication related to&lt;BR /&gt;networking like X-windows etc.&lt;BR /&gt;buffer space refers TCP buffers only. Increasing  the memory will also help to a great extent. What is your free memory in the&lt;BR /&gt;system ?.what is the hardware details ?.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Fri, 17 May 2002 09:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-buffer-space-available-accept-client-socket/m-p/2726274#M64373</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-17T09:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: No buffer space available: accept: (client socket)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-buffer-space-available-accept-client-socket/m-p/2726275#M64374</link>
      <description>check these&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x54d1d08cc06fd511abcd0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x54d1d08cc06fd511abcd0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x23677e990647d4118fee0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x23677e990647d4118fee0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Fri, 17 May 2002 09:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-buffer-space-available-accept-client-socket/m-p/2726275#M64374</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-05-17T09:38:51Z</dc:date>
    </item>
  </channel>
</rss>

