From owner-freebsd-current@FreeBSD.ORG Tue Sep 28 21:31:37 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 310FC16A4CE for ; Tue, 28 Sep 2004 21:31:37 +0000 (GMT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id C87E443D39 for ; Tue, 28 Sep 2004 21:31:36 +0000 (GMT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id i8SLVZ8g053062 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.lcs.mit.edu issuer=SSL+20Client+20CA); Tue, 28 Sep 2004 17:31:35 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id i8SLVZrp053059; Tue, 28 Sep 2004 17:31:35 -0400 (EDT) (envelope-from wollman) Date: Tue, 28 Sep 2004 17:31:35 -0400 (EDT) From: Garrett Wollman Message-Id: <200409282131.i8SLVZrp053059@khavrinen.lcs.mit.edu> To: Brooks Davis In-Reply-To: <20040928212821.GA5526@odin.ac.hmc.edu> References: <16729.53003.771498.882796@ran.psg.com> <1096406482.4159d5d27c165@webmail.jnielsen.net> <20040928212821.GA5526@odin.ac.hmc.edu> X-Spam-Score: -19.8 () IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES X-Scanned-By: MIMEDefang 2.37 X-Mailman-Approved-At: Wed, 29 Sep 2004 11:54:18 +0000 cc: FreeBSD Current Subject: Re: simultaneous portupgrades X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Sep 2004 21:31:37 -0000 < said: > I've also seen occational database corruption when two portupgrades use the > database at once. In general I avoid doing things that way. portupgrade has all the information to do parallel upgrades; it's just a SMOP to make it launch two upgrades at once. -GAWollman