Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id g0K00wP12814 for linux-xfs-outgoing; Sat, 19 Jan 2002 16:00:58 -0800 Received: from mail.ocs.com.au (mail.ocs.com.au [203.34.97.2]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id g0K00pP12790 for ; Sat, 19 Jan 2002 16:00:51 -0800 Received: (qmail 13381 invoked from network); 19 Jan 2002 23:00:44 -0000 Received: from ocs3.intra.ocs.com.au (192.168.255.3) by mail.ocs.com.au with SMTP; 19 Jan 2002 23:00:44 -0000 Received: by ocs3.intra.ocs.com.au (Postfix, from userid 16331) id A02C93000AD; Sun, 20 Jan 2002 10:00:41 +1100 (EST) Received: from ocs3.intra.ocs.com.au (localhost [127.0.0.1]) by ocs3.intra.ocs.com.au (Postfix) with ESMTP id 2046594; Sun, 20 Jan 2002 10:00:41 +1100 (EST) X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 From: Keith Owens To: Knut J Bjuland Cc: linux-xfs@oss.sgi.com Subject: Re: strange bug in linux-2.4.9-13-xfs In-reply-to: Your message of "Sat, 19 Jan 2002 12:13:20 BST." <3C4954CF.3FA4705@online.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 20 Jan 2002 10:00:35 +1100 Message-ID: <25214.1011481235@ocs3.intra.ocs.com.au> Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Status: O Content-Length: 1041 Lines: 23 On Sat, 19 Jan 2002 12:13:20 +0100, Knut J Bjuland wrote: >XFS seem to have problem when shutdown/loginout from gnome. XFS seems >to mess up .ICEauthority and ~/.gnome/panel.d in a manner that make it >impossible to login in gnome from GDM. There are a workaround by >deleting .ICEauthority and restore these file from a backup. I then get >my settings back. This problem does not affect latest CVS in >linux-2.4-xfs. If the system is crashing then you can get null data in recently changed files, this is in the XFS FAQ. There is a completely unrelated problem in flushing IDE drives before suspend/shutdown that can give the same symptoms, even on a clean shutdown. Andre Hendrick has been trying to get patches into the kernel to ensure that IDE drives are flushed on shutdown. http://marc.theaimsgroup.com/?l=linux-kernel&m=101005576629982&w=2 People have reported similar symptoms with several filesystems when the init scripts fail to flush the IDE caches on shutdown. hdparm -f on each device might help.