> Date: Mon, 21 Nov 2005 10:34:39 -0500
> From: Frank Bax <[EMAIL PROTECTED]>
>
> At 05:27 PM 11/20/05, Jon Krom wrote:
>
> > > Date: Fri, 18 Nov 2005 13:23:10 -0500
> > > From: Frank Bax <[EMAIL PROTECTED]>
> > >
> > > At 08:44 AM 11/16/05, Jon Krom wrote:
> > > > # shlight //storage/PUBLIC /mnt -n
> > > > error connecting to server: [23] Too many open files in system
> > >
> > > Maybe you actually have a lot of files open?
> >
> >Not that I know. There are hardly any tasks running on this computer.
>
> fstat
# fstat | wc -l
130
# sysctl -a | grep files
kern.maxfiles=1772
kern.nfiles=66
# shlight //storage/PUBLIC /mnt -n
error connecting to server: [23] Too many open files in system
> On my system, fstat reports 533 open files. When I mount using
> shlight, 6 more files are openned.
130+6 << 1772 , I believe :-(
Jon