Re: Raising maximum file descriptors

2006-08-07 Thread Andreas Fester
Paul Johnson wrote: > On Sunday 06 August 2006 14:11, Andreas Fester wrote: >> Paul Johnson wrote: [...] > [EMAIL PROTECTED]:~$ ulimit -n unlimited > bash: ulimit: open files: cannot modify limit: Operation not permitted > > It does succeed as root, but what I need more descriptors for need not u

Re: Raising maximum file descriptors

2006-08-06 Thread Paul Johnson
On Sunday 06 August 2006 14:11, Andreas Fester wrote: > Paul Johnson wrote: > > I'm stuck really badly on this... even though my > > /etc/security/limits.conf has the necessary lines that should allow me to > > change my ulimit, I still can't do it. > > > > [EMAIL PROTECTED]:~$ ulimit -n 4096 > >

Re: Raising maximum file descriptors

2006-08-06 Thread Paul Johnson
On Sunday 06 August 2006 14:11, Andreas Fester wrote: > Paul Johnson wrote: > > I'm stuck really badly on this... even though my > > /etc/security/limits.conf has the necessary lines that should allow me to > > change my ulimit, I still can't do it. > > > > [EMAIL PROTECTED]:~$ ulimit -n 4096 > >

Re: Raising maximum file descriptors

2006-08-06 Thread Andreas Fester
Paul Johnson wrote: > I'm stuck really badly on this... even though my > /etc/security/limits.conf has the necessary lines that should allow me to > change my ulimit, I still can't do it. > > [EMAIL PROTECTED]:~$ ulimit -n 4096 > bash: ulimit: open files: cannot modify limit: Operation not permit