From owner-freebsd-questions Wed Jun 26 19:51:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from patriarch.dnsalias.org (adsl-66-136-23-175.dsl.hstntx.swbell.net [66.136.23.175]) by hub.freebsd.org (Postfix) with ESMTP id BECB837B40D for ; Wed, 26 Jun 2002 19:50:52 -0700 (PDT) Received: from compgeek ([127.0.0.1]) by patriarch.dnsalias.org with Microsoft SMTPSVC(5.0.2195.4905); Wed, 26 Jun 2002 21:50:59 -0500 Reply-To: From: "Jon Noack" To: "BSD Freak" , "FreeBSD Questions" Subject: RE: installworld in multi user mode (was The next best thing to single user mode) Date: Wed, 26 Jun 2002 21:50:59 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <19b47cd19acf21.19acf2119b47cd@mbox.com.au> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 27 Jun 2002 02:50:59.0451 (UTC) FILETIME=[779E3CB0:01C21D85] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I need to remotely (via SSH) perform a "make installworld" on > some servers. Is it possible to have SSH running in single user > mode or is there something as safe as single user mode that > will let me do the installworld remotely.... Single user mode is not required, but recommended. Now, here's the party line: http://www.freebsd.org/handbook/makeworld.html#MAKEWORLD-SINGLEUSER "...reinstalling the system will touch a lot of important system files, all the standard system binaries, libraries, include files and so on. Changing these on a running system (particularly if you have active users on the system at the time) is asking for trouble." It talks about the "running system" and "active users". So, get as many of your users to log off as possible (or choose a time when few are on) and shut down as many services as possible (kill if necessary). In other words, try to get your system to approximate single user mode as closely as possible. I haven't had problems with this technique and I've been doing it for over a year. Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message