From owner-freebsd-stable@FreeBSD.ORG Sun Jul 17 00:33:56 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24DCD16A41C for ; Sun, 17 Jul 2005 00:33:56 +0000 (GMT) (envelope-from dave@horsfall.org) Received: from dave.horsfall.org (mrdavi2.lnk.telstra.net [139.130.75.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id B444143D48 for ; Sun, 17 Jul 2005 00:33:54 +0000 (GMT) (envelope-from dave@horsfall.org) Received: from localhost (dave@localhost) by dave.horsfall.org (8.11.4/8.11.4) with ESMTP id j6H0XpZ25321 for ; Sun, 17 Jul 2005 10:33:51 +1000 (EST) Date: Sun, 17 Jul 2005 10:33:51 +1000 (EST) From: Dave Horsfall To: FreeBSD STABLE list In-Reply-To: <200507161656.j6GGuv611492@toad.rmkhome.com> Message-ID: References: <200507161656.j6GGuv611492@toad.rmkhome.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: dangerous situation with shutdown process 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: Sun, 17 Jul 2005 00:33:56 -0000 On Sat, 16 Jul 2005, Rick Kelly wrote: > The main reason for sync;sync;sync on V7 UNIX was because you couldn't > do a shutdown, only a halt to the hardware monitor, on the PDP11. You > can verify that behavior with SIMH. :-) And you weren't supposed to use "sync;sync;sync" but this: # sync # sync # sync They were *not* the same. -- Dave