From owner-freebsd-stable@FreeBSD.ORG Thu May 22 02:11:56 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AE4E1065674 for ; Thu, 22 May 2008 02:11:56 +0000 (UTC) (envelope-from sweetnavelorange@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.190]) by mx1.freebsd.org (Postfix) with ESMTP id D4D178FC21 for ; Thu, 22 May 2008 02:11:55 +0000 (UTC) (envelope-from sweetnavelorange@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so1795492tid.3 for ; Wed, 21 May 2008 19:11:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=euvR6WzV75QseOnv/UEVaSHVh0PZP/Ql4Mb0NMsFQNI=; b=WeacRs3V4AX7c5Lm4/1Mw6SjDwsuS1AJT0DsRaYMjEUhnIr2JLv8eM+JT5c/29Sg8CRkEGV5KeaT2oRl7mND9gzmyKNkMCdIyHn0eKzop9ixV4A1DOGyf+yZzQ7FjJm++vDin86IpaxkX9mdnZF4sk32s1S2BaKl1qr9hzh9Lj0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uBqWt39BYg9YRsoPNOo2ExqWjMsOkhLkcp+FXK3DmKmeCjptpTn8Z3TPsog7BlEK15SQ5HOI1smz5Rr7piEs/O/6vNBTteScIZr1bH0vXR0ERl5pquHPOsK6q1L8FdgTqKJZfMM3RYlPA8g1KfzULjMs7CYVpyGlHrOhGnI/hhM= Received: by 10.110.16.13 with SMTP id 13mr1352125tip.24.1211422314258; Wed, 21 May 2008 19:11:54 -0700 (PDT) Received: by 10.110.50.2 with HTTP; Wed, 21 May 2008 19:11:53 -0700 (PDT) Message-ID: Date: Thu, 22 May 2008 14:11:53 +1200 From: "James Butler" To: freebsd-stable@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: Suspend/resume on IBM X31 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2008 02:11:56 -0000 On Mon, May 19, 2008 at 10:24 PM, James Butler wrote: > Greetings > > I am having trouble with suspend/resume on my Thinkpad X31, running > 7.0-STABLE as of April 23. Any help would be appreciated. > > First problem: When I run "acpiconf -s3" from mulituser mode, the > system suspends immediately, without executing /etc/rc.suspend (which > has mode 755); then on resume, I get a panic. [...] I just discovered: http://lists.freebsd.org/pipermail/freebsd-acpi/2008-April/004806.html which fixes the problem for me. Cheers, -James