From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932592AbVKBNij (ORCPT ); Wed, 2 Nov 2005 08:38:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932707AbVKBNij (ORCPT ); Wed, 2 Nov 2005 08:38:39 -0500 Received: from gprs189-60.eurotel.cz ([160.218.189.60]:54252 "EHLO amd.ucw.cz") by vger.kernel.org with ESMTP id S932592AbVKBNii (ORCPT ); Wed, 2 Nov 2005 08:38:38 -0500 Date: Wed, 2 Nov 2005 14:38:25 +0100 From: Pavel Machek To: Pierre Ossman Cc: LKML Subject: Re: swsusp not able to stop tasks Message-ID: <20051102133825.GG30194@elf.ucw.cz> References: <4368BDA7.6060401@drzeus.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4368BDA7.6060401@drzeus.cx> X-Warning: Reading this can be dangerous to your mental health. User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi! > I'm having problem with swsusp in the recent kernels (somewhere around > the late 2.6.14 rc:s). It says it cannot suspend all tasks: > [ 7223.525225] Stopping tasks: > ======================================================================================================================================= > [ 7229.532506] stopping tasks failed (1 tasks remaining) > [ 7229.532529] Restarting tasks...<6> Strange, kauditd not stopped What is this kauditd? Try turning auditing off in kernel config, and it should go away. If it does, add try_to_freeze() at place where sleep is possible into kauditd... > Some late addition (post 2.6.14) also makes my keyboard crap out after > one of these cycles. Not sure it the TSC funkiness was present > before this. Is that reproducible? Pavel -- Thanks, Sharp!