From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965091AbWHOM4V (ORCPT ); Tue, 15 Aug 2006 08:56:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965092AbWHOM4V (ORCPT ); Tue, 15 Aug 2006 08:56:21 -0400 Received: from py-out-1112.google.com ([64.233.166.179]:35659 "EHLO py-out-1112.google.com") by vger.kernel.org with ESMTP id S965091AbWHOM4U (ORCPT ); Tue, 15 Aug 2006 08:56:20 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=Lsanhh7eIvTL637pK9tVdJ/qBXvykyEqLVbyNrin/Uc9CgNg/05dFeHeN7XQZHsIB9zmHpTUWTUM2pA6Flp7+Pz6d2WVL7XMwNNOfDSDOdxiJlbAiq82aW3r/k05V7yyXfE5tbE7xJrYlLQNLoqZE8b9BIjbQCA7fa/RLnypRjQ= Subject: Re: Oops on suspend From: "Antonino A. Daplas" To: "Rafael J. Wysocki" Cc: Pavel Machek , Linux Kernel Development In-Reply-To: <200608151153.03441.rjw@sisk.pl> References: <1155603152.3948.4.camel@daplas.org> <200608151153.03441.rjw@sisk.pl> Content-Type: text/plain Date: Tue, 15 Aug 2006 20:56:10 +0800 Message-Id: <1155646570.4181.2.camel@daplas.org> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2006-08-15 at 11:53 +0200, Rafael J. Wysocki wrote: > On Tuesday 15 August 2006 02:52, Antonino A. Daplas wrote: > > Anyone see this oops on suspend to disk? Copied by hand only. > > > > EIP is at swap_type_of > > > > swsusp_write > > pm_suspend_disk > > enter_state > > state_store > > subsys_attr_store > > sysfs_write_file > > vfs_write > > sys_write > > sysenter_past_EIP > > > > openSUSE-10.2-Alpha3 (2.6.18-rc4), but I see this also with stock > > 2.6.18-rc4-mm1. > > Are there two swap partitions on your system? Is any of them on an LVM? I have two swap partitions, /dev/hda3 and /dev/hdc1. resume=/dev/hdc1. If both partitions are mounted, suspend fails with a message of "cannot determined swap partition", or something to that effect. If I do swapoff /dev/hda3, then suspend to disk, I get the oops. No LVM. I'll try removing /dev/hda3 and try again. Hold on... Tony