<?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: error 233 &amp;amp; 226 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591918#M592964</link>
    <description>Okay, new hypothesis...apache runs out of space, i.e. hits the maxdsiz limit and doesn't know how to proceed.  At this point, you would have to kill/shutdown apache (thereby releasing the memory that it was holding) and restart it.&lt;BR /&gt;&lt;BR /&gt;But after restarting its just a matter of time till you run into this limit again.&lt;BR /&gt;&lt;BR /&gt;So I would again recommend increasing maxdsiz kernel parameter (this would require a reboot).&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
    <pubDate>Tue, 09 Oct 2001 22:48:13 GMT</pubDate>
    <dc:creator>Santosh Nair_1</dc:creator>
    <dc:date>2001-10-09T22:48:13Z</dc:date>
    <item>
      <title>error 233 &amp; 226</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591908#M592954</link>
      <description>Our IBM Apache web server hangs on the HP-Unix 11.0 with these 2 messages " 233 No Buffer Space Avialable" &amp;amp; "226 port 80 already in use"&lt;BR /&gt;&lt;BR /&gt;The Apache web server stops responding and only a restart will make it work again.&lt;BR /&gt;&lt;BR /&gt;I think some kernel parameters needs to changed, but I want some help in finding out which one.</description>
      <pubDate>Tue, 09 Oct 2001 16:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591908#M592954</guid>
      <dc:creator>Anil_5</dc:creator>
      <dc:date>2001-10-09T16:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: error 233 &amp; 226</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591909#M592955</link>
      <description>Could you list your existing kernel params? What does your /etc/services file say for port 80? Also, is this version of "IBM Apache" compiled for 11 or ported from 10.20?</description>
      <pubDate>Tue, 09 Oct 2001 16:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591909#M592955</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-09T16:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: error 233 &amp; 226</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591910#M592956</link>
      <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;The IBM Apache Server is for 11.0 and not ported from 10.0. The WebServer(Apache) keeps working fine and then stops responding - "[crit] (226)Address already in use: make_sock: could not bind to port 80".&lt;BR /&gt;until we do a restart of Apache.The /etc/services file is OK and we have this server in production for over an year.We did not have this error earlier but the number of applications have increased.&lt;BR /&gt;&lt;BR /&gt;I will send you a list of kernel parameters.</description>
      <pubDate>Tue, 09 Oct 2001 16:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591910#M592956</guid>
      <dc:creator>Anil_5</dc:creator>
      <dc:date>2001-10-09T16:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: error 233 &amp; 226</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591911#M592957</link>
      <description>From the tcp(7p) man page:&lt;BR /&gt;&lt;BR /&gt;  [ENOBUFS]                No buffer space is available for an&lt;BR /&gt;                                    internal data structure.&lt;BR /&gt;See this URL for more details:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=d862b1dc024cd46c21/screen=ckiDisplayDocument?docId=200000056251095" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=d862b1dc024cd46c21/screen=ckiDisplayDocument?docId=200000056251095&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Firstly, I would try to fix the second error, i.e. the one indicating that the address is already in use.  Just make sure that nothing is LISTENing on port 80:&lt;BR /&gt;&lt;BR /&gt;netstat -na|grep 80|grep LISTEN&lt;BR /&gt;&lt;BR /&gt;If there is something...try to kill it.  You may have to use lsof to hunt down the process...but most likely its some sort of web server.  If you have lsof on your system, you can determine the processid of the LISTENing process using the command:&lt;BR /&gt;&lt;BR /&gt;lsof -i TCP:80.&lt;BR /&gt;&lt;BR /&gt;Then after killing this process, try bringing apache up. &lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 09 Oct 2001 16:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591911#M592957</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-09T16:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: error 233 &amp; 226</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591912#M592958</link>
      <description>When the Apache Server stops responding, it seems to kill all child process. It seems like port 80 is not being released.</description>
      <pubDate>Tue, 09 Oct 2001 16:37:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591912#M592958</guid>
      <dc:creator>Anil_5</dc:creator>
      <dc:date>2001-10-09T16:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: error 233 &amp; 226</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591913#M592959</link>
      <description>Server Kernel Parameters</description>
      <pubDate>Tue, 09 Oct 2001 16:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591913#M592959</guid>
      <dc:creator>Anil_5</dc:creator>
      <dc:date>2001-10-09T16:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: error 233 &amp; 226</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591914#M592960</link>
      <description>One thing I would look at is increasing maxdsize.  Right now you have it set to the default value, which is probably way too small.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 09 Oct 2001 16:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591914#M592960</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-09T16:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: error 233 &amp; 226</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591915#M592961</link>
      <description>Hi,&lt;BR /&gt;Any suggestions on what we should look at for "[crit] (226)Address already in use: make_sock: could not bind to port 80" This error is listed on HP-Unix m/c in the /usr/include/sys/errno.h file as " EADDRINUSE            226     /* Address already in use */.&lt;BR /&gt;&lt;BR /&gt;This causes our web server to stop responding. Do you this this could also be related to the maxdsiz being too small.&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2001 18:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591915#M592961</guid>
      <dc:creator>Anil_5</dc:creator>
      <dc:date>2001-10-09T18:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: error 233 &amp; 226</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591916#M592962</link>
      <description>This error sounds more like apache not properly giving up the port after it dies(?).  If you do a netstat -na|grep port 80|grep LISTEN, do you see:&lt;BR /&gt;&lt;BR /&gt; tcp        0      0  *.80                   *.*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;if so, then some process is already bound to that port, probably the previous incarnation of apache.  Just make sure to kill off this process (lsof comes in handy in determining the process) and then try restarting apache.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 09 Oct 2001 19:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591916#M592962</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-09T19:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: error 233 &amp; 226</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591917#M592963</link>
      <description>It is the reverse here, in the sense that, Apache is running , then it stops responding and we get the error as mentioned i.e 233. &lt;BR /&gt;Then when this happens the only option is to restart Apache---note this is a production server</description>
      <pubDate>Tue, 09 Oct 2001 20:00:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591917#M592963</guid>
      <dc:creator>Anil_5</dc:creator>
      <dc:date>2001-10-09T20:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: error 233 &amp; 226</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591918#M592964</link>
      <description>Okay, new hypothesis...apache runs out of space, i.e. hits the maxdsiz limit and doesn't know how to proceed.  At this point, you would have to kill/shutdown apache (thereby releasing the memory that it was holding) and restart it.&lt;BR /&gt;&lt;BR /&gt;But after restarting its just a matter of time till you run into this limit again.&lt;BR /&gt;&lt;BR /&gt;So I would again recommend increasing maxdsiz kernel parameter (this would require a reboot).&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 09 Oct 2001 22:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-233-amp-226/m-p/2591918#M592964</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-09T22:48:13Z</dc:date>
    </item>
  </channel>
</rss>

