From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751880Ab0DUFHx (ORCPT ); Wed, 21 Apr 2010 01:07:53 -0400 Received: from 1wt.eu ([62.212.114.60]:63458 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751426Ab0DUFHw (ORCPT ); Wed, 21 Apr 2010 01:07:52 -0400 Date: Wed, 21 Apr 2010 07:07:49 +0200 From: Willy Tarreau To: Viswanathan Murugesan Cc: linux-kernel Subject: Re: Question on 2.6.25 kernel crash. Message-ID: <20100421050749.GC7798@1wt.eu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 20, 2010 at 06:21:08PM -0700, Viswanathan Murugesan wrote: > 2.6.25 Kernel crashes when tried to upload a 2 MB file through FTP to > a ftp server under a ipsec gateway. Your logs are showing 2.6.25.7, which is two years old and not up to date at all. 2.6.25 is not maintained anymore, but at least you should have updated to 2.6.25.20 at that time. You basically missed 13 updates on this version, so it is possible that your problem was identified and fixed. Anyway, since it's not maintained anymore, you should probably retry with 2.6.32.X which is going to be maintained for a long time. Willy