A few days ago .. I post on the list many question about
big-concurrency.patch ...

I was reading other list about Qmail and I get this solution about the
problem with the FD ..

This is the log whit error:


Report of Qmailanalog:
- Errors of FD?:
 24      6.36  /bin/sh: /usr/bin/ezmlm-return: Too many open files in
system/
 16     28.13  /bin/sh: /usr/bin/ezmlm-weed: Too many open files in
system/
 92     27.81  /bin/sh: error in loading shared libraries: libc.so.6:
cannot open shared object file: Error 23/
 59     41.43  /bin/sh: error in loading shared libraries: libdl.so.2:
cannot open shared object file: Error 23/
 48     63.30  /bin/sh: error in loading shared libraries:
libncurses.so.5: cannot open shared object file: Error 23/
 58     18.57  /usr/bin/ezmlm-return: error in loading shared libraries:
libc.so.6: cannot open shared object file: Error 23/
106     37.99  /usr/bin/ezmlm-return: error in loading shared libraries:
libcrypt.so.1: cannot open shared object file: Error 23/
  4      1.46  /usr/bin/ezmlm-return: error in loading shared libraries:
libm.so.6: cannot open shared object file: Error 23/

- Other error:

851   3182.23  Connected to 200.41.50.10 but connection died. (#4.4.2)/
  1     60.03  Connected to 200.41.50.7 but connection died. (#4.4.2)/
316  12453.57  Connected to 200.41.50.9 but connection died. (#4.4.2)/
  1      0.20  Sorry, I couldn't find any host by that name. (#4.1.2)/
  3    0.74  bin/qmail-local: error in loading shared libraries:
libc.so.6: cannot open shared object file: Error 23/


The solution was:

echo "65536" > /proc/sys/fs/inode-max
echo "16384" > /proc/sys/fs/file-max

So.. you need to do this every system reboot, I don't know how to make
this persistent.. anybody have idea or know how to make this persistent?

Thanks :)

Reply via email to