Re: Piranha hangs
Lon Hohberger <[email protected]> Mon, 23 May 2005 09:39:19 -0400
| Newsgroups | gmane.linux.redhat.piranha |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 2005-05-21 at 19:47 +0530, Ritesh Agrawal wrote: > Hi Lon, > Thanks for your help , actually after starting the pulse , everything > going well, 10-20 web request it handle properly , but within a minutes > Machine hangs , i don't why , I tried to troubleshoot by attaching the > console with server ,no kernel panic or other error message displayed in > console. > I checked /var/log/message for any error ,but i couldn't find any clue. > If problem with hardware or software configuration then even single > request shouldn't be handled , but it properly work for 10-20 requests, > but after some idle time it hangs. Hi Ritesh, You're absolutely right -- if it's a configuration issue, it is not likely to work at all. If the whole machine is hanging, it's probably not a problem with piranha itself - it's likely a kernel issue (my guess would be in the ipvs code). Personally, I haven't seen this problem before. I would call Red Hat support at this point. Chances are good that Red Hat Support will want at least the following: (a) kernel version (b) piranha version (c) Task stack traces (sysrq-t, or BRK-t over a serial terminal) (d) kernel PC (sysrq-p, or BRK-p over a serial terminal) (e) memory info (sysrq-m, or BRK-m over a serial terminal) (f) Full sysreport -- Lon