[Mongrel] Yet another mongrel dying daily case

2007-07-18 Thread Lei Wang
I was hoping that someone can help me with this, which have been driving me nuts -- I have had my mongrel cluster dying daily. And yes, I have gone through the check list of possible causes: I don't do log rotating I use active_record for session storage I don't use SQLite and Berkeley DB The

Re: [Mongrel] Yet another mongrel dying daily case

2007-07-18 Thread Northband
Hey Lei - we had a dying Mongrel too. We fixed it by doing the list you posted, plus our Senior Dev swapped out the MySQL libraries (drivers?) with the MySQL C library(drivers). Since then we have been all good. -adam O Lei Wang wrote: I was hoping that someone can help me with this,

Re: [Mongrel] Yet another mongrel dying daily case

2007-07-18 Thread Luis Lavena
On 7/18/07, Lei Wang [EMAIL PROTECTED] wrote: I am using RedHat Enterprise Linux 5, Apache 2.2, Rails 1.2.3, Ruby 1.8.6, and Mongrel 1.0.1. My DB is MySQL (which, per our institutional policy, must be on a central MySQL server). Maybe I need to install the MySQL gem and not use the MySQL

Re: [Mongrel] Yet another mongrel dying daily case

2007-07-18 Thread Wayne E. Seguin
On Jul 18, 2007, at 12:17 , Lei Wang wrote: I was hoping that someone can help me with this, which have been driving me nuts -- I have had my mongrel cluster dying daily. And yes, I have gone through the check list of possible causes: I don't do log rotating I use active_record for session

Re: [Mongrel] Yet another mongrel dying daily case

2007-07-18 Thread Lei Wang
Thank you all! Now let me figure out how to install the gem... I have tried many times but could not successfully install it. Does this have to do with the fact that my MySQL DB is running on a different server? Hmm. Anyway I will try again and see if this fixes the problem.

Re: [Mongrel] Yet another mongrel dying daily case

2007-07-18 Thread Luis Lavena
On 7/18/07, Lei Wang [EMAIL PROTECTED] wrote: Thank you all! Now let me figure out how to install the gem... I have tried many times but could not successfully install it. Does this have to do with the fact that my MySQL DB is running on a different server? Hmm. Anyway I will try again and see