Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 10 Nov 2000 15:37:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 10 Nov 2000 15:37:25 -0500 Received: from vger.timpanogas.org ([207.109.151.240]:28430 "EHLO vger.timpanogas.org") by vger.kernel.org with ESMTP id ; Fri, 10 Nov 2000 15:37:08 -0500 Message-ID: <3A0C5B84.BB850FA3@timpanogas.org> Date: Fri, 10 Nov 2000 13:33:08 -0700 From: "Jeff V. Merkey" Organization: TRG, Inc. X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: sendmail-bugs@sendmail.org, linux-kernel@vger.kernel.org Subject: [Fwd: [Fwd: sendmail fails to deliver mail with attachments in /var/spool/mqueue]] Content-Type: multipart/mixed; boundary="------------2E15DCC1A8EDE1C79E9D04A2" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This is a multi-part message in MIME format. --------------2E15DCC1A8EDE1C79E9D04A2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Claus, Richard appears to have found a problem while sending a 45MB file to me with 8.11.10. I guess it's time for you to join the thread. Please review attached. Jeff --------------2E15DCC1A8EDE1C79E9D04A2 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Return-Path: Received: from chaos.analogic.com (chaos.analogic.com [204.178.40.224]) by vger.timpanogas.org (8.9.3/8.9.3) with ESMTP id OAA23710 for ; Fri, 10 Nov 2000 14:04:37 -0700 Received: (from root@localhost) by chaos.analogic.com (8.11.0.Beta3(chaos.analogic.com)/8.11.0.Beta3) id eAAK7kH05978; Fri, 10 Nov 2000 15:07:46 -0500 Date: Fri, 10 Nov 2000 15:07:46 -0500 (EST) From: "Richard B. Johnson" Reply-To: root@chaos.analogic.com To: Andrea Arcangeli cc: "Jeff V. Merkey" , linux-kernel@vger.kernel.org Subject: Re: [Fwd: sendmail fails to deliver mail with attachments in /var/spool/mqueue] In-Reply-To: <20001110205129.A4344@inspiron.suse.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Mozilla-Status2: 00000000 On Fri, 10 Nov 2000, Andrea Arcangeli wrote: > On Fri, Nov 10, 2000 at 12:34:40PM -0700, Jeff V. Merkey wrote: > > > > Andrea, > > > > All done. It's already setup this way. > > Ok. So please now show a tcpdump trace during the `sendmail -q` so we can see > what's going wrong in the TCP connection to the smtp server: > > tcpdump port smtp > > Andrea I tried to send Jeff a 45 Megabyte file. It is still in the queue. FLAGS UID PID PPID PRI NI SIZE RSS WCHAN STA TTY TIME COMMAND [SNIPPED...] 140 0 82 1 9 0 840 100 do_select S ? 0:00 /usr/sbin/rpc.pcnfsd /var/spool/lpd 140 0 86 1 8 0 1744 364 do_select S ? 0:00 sendmail: accepting connections 40 0 5742 1 16 0 1812 136 wait_for_tc S ? 0:01 sendmail: ./eAAJm8V05731 vger.timpanogas.org.: client DATA 354 It isn't a TCP/IP stack problem. It may be a memory problem. Every time sendmail spawns a child to send the file data, it crashes. That's why the file never gets sent! This is how /proc/meminfo looks right after it crashes. There has been a lot of swapping going on. total: used: free: shared: buffers: cached: Mem: 328114176 38932480 289181696 0 2293760 27115520 Swap: 139821056 10014720 129806336 MemTotal: 320424 kB MemFree: 282404 kB MemShared: 0 kB Buffers: 2240 kB Cached: 26484 kB Active: 5576 kB Inact_dirty: 18348 kB Inact_clean: 4800 kB Inact_target: 332 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 320424 kB LowFree: 282400 kB SwapTotal: 136544 kB SwapFree: 126764 kB Cheers, Dick Johnson Penguin : Linux version 2.4.0 on an i686 machine (799.54 BogoMips). "Memory is like gasoline. You use it up when you are running. Of course you get it all back when you reboot..."; Actual explanation obtained from the Micro$oft help desk. --------------2E15DCC1A8EDE1C79E9D04A2-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/