Subject: Re: sysctl & process limitations
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Randy Arabie <rrarabie@arabie.org>
List: netbsd-help
Date: 02/02/2002 10:45:20
On Sat, 2 Feb 2002, Manuel Bouyer wrote:

> On Sat, Feb 02, 2002 at 10:33:21AM -0700, Randy Arabie wrote:
> > 
> > > You may also want to ktrace mysqld while trying to load the 
> > > database to get more details.
> > 
> > Tried this.  I'm not much on analyzing a kernel trace, but I could see 
> > from the trace that the file was opened.  And, it appears that some of 
> > the data was inserted.  However, I can't check via the database.  When I 
> > log in and try "desc tablename" I get the same Errcode: 23 for the 
> > corresponding mysql *.MYD file.  This happens with a number of the tables 
> > in the database.
> 
> And how much files does mysqld have ?
> fstat |grep mysqld |wc -l

Seven (7).

I just shut down sendmail & httpd.  Now "# fstat | wc -l" returns 92.

I still have the same problem loading the data.

-- 

Cheers!

Randy