Re: Lost connections on Freebsd

2002-08-18 Thread Michael Widenius
Hi! Chris == Chris Knipe [EMAIL PROTECTED] writes: Chris Lo Victoria Chris FreeBSD 4.6-STABLE (Master), MySQL 3.23.51 Chris Windows 2000 Professional (Slave):, MySQL 3.23.49-nt Chris I've recompiled the master about three times now, and it still crashed. Chris Eventually, it came to such a

Re: Lost connections on Freebsd

2002-08-18 Thread Chris Knipe
Lo Michael, I digged a bit more, and while running under debug mode, MySQL doesnt crash, it does complain about a bad file descriptor on /etc/hosts.allow. If this is the cause of the failure, there might be a possibly bug in the code, because I really think it's arb that the entire MySQL needs

Re: Lost connections on Freebsd

2002-08-18 Thread Gelu Gogancea
Hi, - Original Message - From: Chris Knipe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Victoria Reznichenko [EMAIL PROTECTED] Sent: Sunday, August 18, 2002 6:08 PM Subject: Re: Lost connections on Freebsd Lo Michael, I digged a bit more, and while running under

Re: Lost connections on Freebsd

2002-08-18 Thread Chris Knipe
...or you have too many open files in the system.You reach the max. number of files which can be opened by the OS.Try to increase file-max from /proc/sys/fs. Highly doubtful. It's a brand new server installation, exactly the same as all my others, and it's not doing half as much as the

Re: Lost connections on Freebsd

2002-08-18 Thread Gelu Gogancea
PROTECTED] [EMAIL PROTECTED] - Original Message - From: Chris Knipe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 18, 2002 8:14 PM Subject: Re: Lost connections on Freebsd ...or you have too many open files in the system.You reach the max

Re: Lost connections on Freebsd

2002-08-18 Thread Chris Knipe
/ and reinstall. - Original Message - From: Gelu Gogancea [EMAIL PROTECTED] To: Chris Knipe [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, August 18, 2002 8:01 PM Subject: Re: Lost connections on Freebsd For sure Bad file descriptor error occur because your kernel it's not able

Re: Lost connections on Freebsd

2002-08-18 Thread Iikka Meriläinen
] To: [EMAIL PROTECTED] Sent: Sunday, August 18, 2002 9:06 PM Subject: Re: Lost connections on Freebsd Fair enough, But then why is MySQL the *only* thing I am having problems with? MySQL's not the only application running on the box, it's not the only application opening / closing tcp sockets

Re: Lost connections on Freebsd

2002-08-18 Thread Chris Knipe
Reznichenko [EMAIL PROTECTED] Sent: Sunday, August 18, 2002 5:08 PM Subject: Re: Lost connections on Freebsd Lo Michael, I digged a bit more, and while running under debug mode, MySQL doesnt crash, it does complain about a bad file descriptor on /etc/hosts.allow. If this is the cause of the failure