Hey Edgar, > any of you guys experienced firefox closing?
Not when not pushing that nice little X on the top right corner, no. > [EMAIL PROTECTED]:~ $ firefox > mork error: Too many open files > mork error: Too many open files What does `sysctl kern.maxfiles` say? My guess is 1772. Try increasing that number, say, tenfold: `sysctl kern.maxfiles=17720`. Read the FAQ and `man sysctl.conf`, because you'll need that file. HTH... Nico
