From owner-freebsd-current@FreeBSD.ORG Tue Jan 10 19:50:24 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6507F106564A for ; Tue, 10 Jan 2012 19:50:24 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1C8068FC12 for ; Tue, 10 Jan 2012 19:50:23 +0000 (UTC) Received: by vbbfr13 with SMTP id fr13so5929293vbb.13 for ; Tue, 10 Jan 2012 11:50:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kK6IJ5gY9cLb+sPuNlqwCNY81qF8nuHyB2nktk7vMXs=; b=KHH0PcQ4bjUextp/88E1BFrWErETF7LJx4MuffKa8fSbGPzv1eS7RXc+vbjDGXMesm 8M9I1cfY53tnGO+5StRM9ZyxCkSvmM5rWQiSgKk2yLSz4WgkSq4Z9lYphuxHNx+XzMVL rPTrVH5WybyXh06v4ZHJfqHKiC9hQ3SkWJ22c= MIME-Version: 1.0 Received: by 10.52.240.226 with SMTP id wd2mr10165227vdc.50.1326225023212; Tue, 10 Jan 2012 11:50:23 -0800 (PST) Received: by 10.52.109.106 with HTTP; Tue, 10 Jan 2012 11:50:23 -0800 (PST) In-Reply-To: <35CFCFC220BF044DA8BFCE7FC11853D701A1EE@EX02.reitzner.local> References: <35CFCFC220BF044DA8BFCE7FC11853D701A1EE@EX02.reitzner.local> Date: Tue, 10 Jan 2012 19:50:23 +0000 Message-ID: From: Tom Evans To: Fischer Markus Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-current@freebsd.org" Subject: Re: Problem with ACPI / reboot: Black Screen? Part No 2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2012 19:50:24 -0000 On Tue, Jan 10, 2012 at 7:12 PM, Fischer Markus wrote: > > > Hello, > > I habe a BIG Problem with the ACPI Interface. > The problem is the "reboot" command. The Shutdown command works. I don't think ``reboot`` is the command you want. If you want the computer to shut down, and then restart, you should use ``shutdown -r now``, which will invoke ``reboot`` at the appropriate point. Easy enough to check... Cheers Tom