<div>I try this problem two time.</div>
<div> </div>
<div>First time is cmuimport account, the cced is hang up, after i kill the cced processes, the import is keep going.</div>
<div>And Today the httpd is hang, cannot restart the service,so we need reboot the server, the cced shutdown very slow.</div>
<div> </div>
<div>After reboot the server, all service back to normal. Any solution to fix?</div>
<div> </div>
<div> </div>
<div>Can i ture off the pam_abl?</div>
<div> </div>
<div>[root@ns1 ~]# /etc/rc.d/init.d/pam_abl stop<br>Clearing pam_abl databases: [  OK  ]</div>
<div class="gmail_quote">On Sat, Apr 16, 2011 at 4:51 PM, Jeff Jones <span dir="ltr"><<a href="mailto:jeffrhysjones@mac.com">jeffrhysjones@mac.com</a>></span> wrote:</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote"> </div>
<div class="gmail_quote"><br> </div>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Hi all,<br><br>Just had another occurrence of this mysterious cced hang problem (as documented in my early mail here) this morning - this time solved it without a hardware reset.<br>
<br>First check running processes for httpd and cced<br><br>ps ax | grep http | awk '{print $1}'<br>ps ax | grep cced | awk '{print $1}'<br><br>What's interesting with this is that there are only a few cced processes running, although a large number of httpd.<br>
<br>So first I just try to kill all the http ones in one go:<br><br>ps ax | grep http | awk '{print $1}' | xargs kill<br><br>That kills all the httpd. However I am still unable to stop cced.<br><br>I now have to go:<br>
<br>kill -9 (cced pid)<br><br>That kills cced dead.<br><br>Now it's just a case of:<br><br>Start ceed.init<br>Restart admin server<br>Start httpd<br><br>Done - server back and processes now dropped from 150 back to 100.<br>
<br>So now I think this might be a case of httpd hanging cced - rather than the other way round?<br><br>Perhaps a 'bad app' ?<br><br>No idea why it appears to occur so randomly thought..... the last event was 1 month ago....<br>
<br>Cheers,<br><br>Jeff<br>
<div>
<div></div>
<div class="h5"><br><br><br><br>On 16 Mar 2011, at 22:40, Jeff Jones wrote:<br><br>> Hi Rashid,<br>><br>> I think this may be a similar issue to mine.<br>><br>> For me - the following occurs:<br>><br>> Steady, linear rise in new processes created on the server, 2 every 5 minutes<br>
> Admin GUI stops working<br>> Restarting AdmSrv doesn't get GUI working<br>> Websites continue to work until RAM on server is exhausted<br>> Unable to restart HTTPD<br>> Unable to restart cced<br>> Unable to restart server<br>
><br>> The only way to recover is a physical power cycle.<br>><br>> I only have one BX server that has this problem, and it occurs about once every 6 months.<br>><br>> I have set up an SNMP monitoring alert on system processes that alerts me when the number of processes rises above normal - in this way I can manually intervene and restart the box at night in a 'controlled' manner.<br>
><br>> But I would really like some tips on how to investigate this problem further in order to find the culprit.....<br>><br>> Cheers,<br>><br>> Jeff<br>><br>> On 16 Mar 2011, at 22:18, MuntadaNet Webmaster wrote:<br>
><br>>> On one of my servers, cced keeps spawning more and more<br>>> processes.  Can someone give me an idea of what to look for to<br>>> prevent this?  It is causing a Denial of Service eventually in which<br>
>> the only recovery is cycling the power.<br>>><br>>> Regards,<br>>><br>>> Rashid<br>>><br>>> _______________________________________________<br>>> Blueonyx mailing list<br>
>> <a href="mailto:Blueonyx@blueonyx.it">Blueonyx@blueonyx.it</a><br>>> <a href="http://www.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://www.blueonyx.it/mailman/listinfo/blueonyx</a><br>><br>
> _______________________________________________<br>> Blueonyx mailing list<br>> <a href="mailto:Blueonyx@blueonyx.it">Blueonyx@blueonyx.it</a><br>> <a href="http://www.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://www.blueonyx.it/mailman/listinfo/blueonyx</a><br>
<br></div></div>_______________________________________________<br>Blueonyx mailing list<br><a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br><a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</blockquote><br>