Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 28 Nov 2001 14:46:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 28 Nov 2001 14:45:44 -0500 Received: from vasquez.zip.com.au ([203.12.97.41]:57095 "EHLO vasquez.zip.com.au") by vger.kernel.org with ESMTP id ; Wed, 28 Nov 2001 14:45:28 -0500 Message-ID: <3C053EA8.68BD3613@zip.com.au> Date: Wed, 28 Nov 2001 11:44:40 -0800 From: Andrew Morton X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.14-pre8 i686) X-Accept-Language: en MIME-Version: 1.0 To: Kamil Iskra CC: linux-kernel@vger.kernel.org Subject: Re: Problems with APM suspend and ext3 In-Reply-To: <3C03CEFB.780622F1@zip.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Kamil Iskra wrote: > > On Tue, 27 Nov 2001, Andrew Morton wrote: > > > I don't understand what can be causing the behaviour which you > > report. Presumably, some application is generating disk writes, > > and kjournald is thus performing disk IO every five seconds. > > The only such "application" could be syslogd or apmd. There is virtually > nothing more running in single user mode. > > > If possible, could you please edit fs/jbd/journal.c and change > > > > journal->j_commit_interval = (HZ * 5); > > to > > journal->j_commit_interval = (HZ * 30); > > Just tried it. Unfortunately, it didn't improve anything. Consistent > failure what doing "apm -s". I tried some 15 times or so in single user > mode. > > Should you, or anybody else, have further suggestions, I'll be happy to > try them out. I'm stumped. Sorry. I was hoping Alan would leap in with words of revelation. Maybe you can turn on APM debugging with `apm=debug' on the LILO command line, or `modprobe apm debug=1', see if that provides a hint. APM debug mode doesn't seem to do much though. - - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/