From owner-freebsd-questions@FreeBSD.ORG Wed Dec 31 04:51:33 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E8C89D5 for ; Wed, 31 Dec 2014 04:51:33 +0000 (UTC) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADD1A243D for ; Wed, 31 Dec 2014 04:51:31 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id p9so12986631lbv.14 for ; Tue, 30 Dec 2014 20:51:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=G7lVEVXmaMZB5Mvy2YK8sRPgQrFFaYHxY0peT+AXixQ=; b=kb01VMdJbHo5ESj7WsUHGY6M84/qM0YjeG9jbm5Y+DRSZEq5dgDmAuEZMWXXr4JRSq QNHQVBVtCjhfPlha+9MjsYnu1gv4xgm6uWtTRIa1Y2Zno1K1MZ0ccX4xYdQyTEwyBxQ7 wOokN10HfuW2GtLIDjplpgRo05SfJuSI+0/vTOgBAf7zoJyRMgNcE4jHLgMudMZJs1mh Bhy9myXU+0QSYgN2rbRpENmi+LcTgAlGig5z2h4vy82vcVZHAC/pYfx+Abfxn74E6RwF 7nLAqEnaPhKLG9eV9q3F6wbDx/SYeNU5UoAvkdJeqDRZ0Fu+8+lerr25tt0c5LTKjWpO NVAw== MIME-Version: 1.0 X-Received: by 10.112.12.134 with SMTP id y6mr23457901lbb.34.1420001489744; Tue, 30 Dec 2014 20:51:29 -0800 (PST) Received: by 10.114.216.163 with HTTP; Tue, 30 Dec 2014 20:51:29 -0800 (PST) In-Reply-To: References: Date: Tue, 30 Dec 2014 20:51:29 -0800 Message-ID: Subject: Fwd: Reboot PC from within FixIt From: javocado To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2014 04:51:33 -0000 I'm running a FixIt shell off the FreeBSD 8.4amd disk 1 CD, launched from sysinstall. I have then setup remote access via ssh. I'd like to know if there's a way for me to reboot the PC from within the FixIt shell (over ssh). All exiting from the FixIt shell sends me back to sysinstall. Thanks