From owner-freebsd-questions@FreeBSD.ORG Mon Aug 7 02:04:30 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 E8CBF16A4DE for ; Mon, 7 Aug 2006 02:04:30 +0000 (UTC) (envelope-from jahilliya@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FE9F43D5C for ; Mon, 7 Aug 2006 02:04:25 +0000 (GMT) (envelope-from jahilliya@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so1213031nfe for ; Sun, 06 Aug 2006 19:04:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=pB8UnF4sJeI01DeSGjbSseikO4XWtoz0BhiYWtft2RazAYT/jWqHapiEvUapUT85DX6hich7t/Tj0u3XKASlzjdzDVLF3oS9zReICdqZ18cw15oD3GgrbZqyKyAp5dSBo6d2JbKKXLiJuNLrBjDvoQnL6IDLJi8snm5nDWkVEW4= Received: by 10.78.116.19 with SMTP id o19mr633291huc; Sun, 06 Aug 2006 19:04:18 -0700 (PDT) Received: by 10.78.159.3 with HTTP; Sun, 6 Aug 2006 19:04:18 -0700 (PDT) Message-ID: Date: Mon, 7 Aug 2006 10:04:18 +0800 From: Jahilliya To: "Jonathan Horne" In-Reply-To: <200608062057.58163.freebsd@dfwlp.com> MIME-Version: 1.0 References: <200608062057.58163.freebsd@dfwlp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: so for kicks, i just ... 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: Mon, 07 Aug 2006 02:04:31 -0000 On 8/7/06, Jonathan Horne wrote: > > i wonder how many people are brave enough, and do actually installworld > without changing to single user mode? i wonder what is truly at risk from > not going to single mode? > > I've done this plenty of times, and the only time I find I have problems is when some software is running and has been updated (a daemon like sendmail or bind). The main reason (I think) they say to drop to single user mode is to ensure that nobody is logged in and that as little as possible can intefere with the upgrade process (rogue processes changing config files while mergemaster is running). If you've stopped all processes, logged out all users except yourself, you'll probably find that your installworlds while not in single user will go without a problem. Thanks