Hi everyone!

Few hours ago, my qmail-toaster stopped work. When I try to send the message I gets the following error:

bin/qmail-queue: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
qmail-inject: fatal: qq temporary problem (#4.3.0)
Can't send mail: sendmail process failed with error code 111



System is 64bit debian machine witch 8gb ram.
syslimits:
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 71680
max locked memory       (kbytes, -l) 32
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 71680
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited


qmail smtp run file:
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
#exec /usr/local/bin/softlimit -m 32000000 \
exec    /usr/local/bin/tcpserver -v -H -R -l 0 \
   -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
   -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
   /var/qmail/bin/qmail-smtpd \
   /home/vpopmail/bin/vchkpw /bin/true 2>&1


I looked. and perms looks fine.

What can it be? Need to fast solve it [;

--
Regards
Grzegorz Dajuk


Reply via email to