Re: mysqld_safe and ulimit

2005-01-05 Thread Dimitri Aivaliotis
On Wed, 5 Jan 2005 15:47:48 +0100, Michael van Elst <[EMAIL PROTECTED]> wrote: > On Wed, Jan 05, 2005 at 02:03:58PM +0100, Dimitri Aivaliotis wrote: > > > * hardnofiles 1 > > What am I missing here? > > The attribute is 'nofile' without the s :) > I feel stupid. :) It wor

Re: mysqld_safe and ulimit

2005-01-05 Thread Michael van Elst
On Wed, Jan 05, 2005 at 02:03:58PM +0100, Dimitri Aivaliotis wrote: > * hardnofiles 1 > What am I missing here? The attribute is 'nofile' without the s :) Greetings, -- Michael van Elst Internet: [EMAIL PROTECTED]

Re: mysqld_safe and ulimit

2005-01-05 Thread Dimitri Aivaliotis
On Wed, 5 Jan 2005 13:08:36 +0100, Michael van Elst <[EMAIL PROTECTED]> wrote: > On Wed, Jan 05, 2005 at 12:25:30PM +0100, Dimitri Aivaliotis wrote: > > > Warning: setrlimit couldn't increase number of open files to more than > > 1024 (request: 5010) > > MySQL can only set a 'soft limit' for the

Re: mysqld_safe and ulimit

2005-01-05 Thread Michael van Elst
On Wed, Jan 05, 2005 at 12:25:30PM +0100, Dimitri Aivaliotis wrote: > Warning: setrlimit couldn't increase number of open files to more than > 1024 (request: 5010) MySQL can only set a 'soft limit' for the number of open files that must not be above the 'hard limit'. The 'hard limits' can be dis

Re: mysqld_safe and ulimit

2005-01-05 Thread Dimitri Aivaliotis
Whoah. It appears that some system along the way (gmail, petidomo?) interpreted my variables, backslashes, and backticks in a shell and the results got put in the message. Below is a reformatted version that hopefully won't have this problem. - Dimitri Hello, I'm new to OpenPKG, but I like w

mysqld_safe and ulimit

2005-01-05 Thread Dimitri Aivaliotis
Hello, I'm new to OpenPKG, but I like what I see so far. I've got a question about the right way to handle the following situation: In my mysql error log, I get the following message: Warning: setrlimit couldn't increase number of open files to more than 1024 (request: 5010) The MySQL docs rec