From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 10:35:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03FF616A420 for ; Sun, 19 Feb 2006 10:35:43 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 963BA43D49 for ; Sun, 19 Feb 2006 10:35:42 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from foo.antimatter.net (cpe-72-132-244-217.san.res.rr.com [72.132.244.217]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id k1JAZfut024898 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 19 Feb 2006 02:35:42 -0800 X-MailKey: purple frogs are falling from the sky Message-Id: <7.0.1.0.2.20060219023338.09321e78@antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Sun, 19 Feb 2006 02:35:19 -0800 To: Matias Surdi , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: shutdown not shutting down :-( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 10:35:43 -0000 At 02:23 AM 2/19/2006, Matias Surdi wrote: >Hi, Linux-user, FreeBSD-newbie posting here. > >I've a recent installation of FreeBSD, and when I do > ># shutdown now > >It starts the shutdown process but it hangs promting for the shell path. > >I think that this could be something related to the order in which >partitions are unmounted. > >Any idea? that's exactly what shutdown now is supposed to do. If you want the machine to power off you can use shutdown -p now or if you just want it to halt but stay on you can use shutdown -h now the shutdown(8) man page has all the details. -Glenn >Thanks. > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"