Besides: ----------------------------------------- # tail /var/log/messages Nov 13 12:13:04 deimos last message repeated 8 times 14 Nov 12:00:02 ntpdate[57055]: step time server 128.86.8.123 offset 1.084427 sec 15 Nov 12:00:03 ntpdate[82502]: step time server 128.86.8.123 offset 1.118227 sec Nov 15 12:18:47 deimos snmpd: error: /etc/hosts.allow, line 85: twist option in resident process Nov 15 12:21:51 deimos snmpd: error: /etc/hosts.allow, line 85: twist option in resident process 16 Nov 12:00:02 ntpdate[93129]: step time server 128.86.8.123 offset 1.111512 sec Nov 17 10:36:23 deimos squid[126]: Squid Parent: child process 130 exited with status 0 17 Nov 12:00:03 ntpdate[3888]: step time server 128.86.8.123 offset 1.113634 sec Nov 17 12:23:32 deimos /kernel: pid 4024 (postmap), uid 0 on /: file system full Nov 17 12:23:35 deimos /kernel: ktrace write failed, errno 28, tracing stopped # df -h Filesystem Size Used Avail Capacity Mounted on /dev/mlxd0s1a 198M 143M 39M 78% / /dev/mlxd0s1e 4.0G 981M 2.7G 26% /usr /dev/mlxd0s1f 4.0G 141M 3.5G 4% /var procfs 4.0K 4.0K 0B 100% /proc # tail /var/log/maillog Nov 17 12:23:42 deimos postfix/smtp[3913]: connect to mx1.compuserve.com[149.174.40.134]: Connection refused (port 25) Nov 17 12:24:12 deimos postfix/smtp[3913]: connect to mx2.compuserve.com[149.174.40.135]: Operation timed out (port 25) Nov 17 12:24:25 deimos postfix/smtp[3913]: connect to mx2.compuserve.com[149.174.40.130]: Connection refused (port 25) Nov 17 12:24:37 deimos postfix/smtp[3913]: connect to mx3.compuserve.com[149.174.40.5]: Connection refused (port 25) Nov 17 12:24:38 deimos postfix/smtp[3913]: connect to mx2.compuserve.com[149.174.40.14]: Connection refused (port 25) Nov 17 12:24:40 deimos postfix/smtp[3913]: 78BA475BD6: to=<[EMAIL PROTECTED]>, relay=none, delay=7576, status=deferred (connect to mx2.compuserve.com[149.174.40.14]: Connection refused) Nov 17 12:25:16 deimos postfix/nqmgr[83093]: 4666A75E0B: from=<[EMAIL PROTECTED]>, size=221109, nrcpt=1 (queue active) Nov 17 12:25:17 deimos postfix/smtpd[3490]: disconnect from unknown[200.41.236.204] Nov 17 12:25:17 deimos postfix/smtpd[3490]: lookup table has changed -- exiting Nov 17 12:25:19 deimos postfix/smtp[3913]: 4666A75E0B: to=<[EMAIL PROTECTED]>, relay=200.16.193.21[200.16.193.21], delay=353, status=sent (250 Message queued) # # sockstat -4 USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS root smtpd 4025 6 tcp4 *:25 *:* postfix smtpd 3488 6 tcp4 *:25 *:* postfix smtpd 3488 9 tcp4 200.16.193.34:25 200.42.0.177:8330 root sshd 2384 5 tcp4 200.16.193.34:22 200.16.193.48:53236 root sshd 2223 5 tcp4 200.16.193.34:22 200.16.193.48:52938 root snmpd 539 13 udp4 *:161 *:* root master 154 11 tcp4 *:25 *:* root sshd 76 4 tcp4 *:22 *:* root inetd 72 4 tcp4 *:5660 *:* root syslogd 65 5 udp4 *:514 *:*
# --------------------------------------------------------- ------------------------------ ----- Mensaje original ----- De: "Len Conrad" <[EMAIL PROTECTED]> Para: <[EMAIL PROTECTED]> Enviado: lunes, 17 de noviembre de 2003 11:16 Asunto: [IMGate] Re: Postmap hogs SMTP > > > >And all the time, squid was not there. > > ok, so it's not squid. > > does messages file or dmesg show any errors? > > I've used strace with some success > > /usr/sbin/postmap /etc/postfix/from_senders_slet.map & > > then during that 15 minutes: > > ps aux | grep postmap > > then with the pid of postmap: > > strace -p <pid> > > Len > > > >
