From owner-freebsd-questions@FreeBSD.ORG Thu Jul 10 13:50:38 2003 Return-Path: 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 0730837B401 for ; Thu, 10 Jul 2003 13:50:38 -0700 (PDT) Received: from mail.pinboard.com (mail.pinboard.com [194.209.195.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 625AC43FAF for ; Thu, 10 Jul 2003 13:50:36 -0700 (PDT) (envelope-from kurt@pinboard.com) Received: (from uucp@localhost)WAA49935 for freebsd-questions@freebsd.org; Thu, 10 Jul 2003 22:50:34 +0200 (CEST) (envelope-from kurt@pinboard.com (kurt@pinboard.com)) (client-IP ) Received: (from kurt@localhost)WAA31304 for freebsd-questions@freebsd.org; Thu, 10 Jul 2003 22:09:55 +0200 (CEST) (envelope-from kurt (kurt)) (client-IP ) Date: Thu, 10 Jul 2003 22:09:54 +0200 From: pbdlists@pinboard.com To: freebsd-questions@freebsd.org Message-ID: <20030710220954.A31037@pinboard.com> Mail-Followup-To: pbdlists@pinboard.com, freebsd-questions@freebsd.org References: <20030708151452.D4239@asu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030708151452.D4239@asu.edu>; from David.Bear@asu.edu on Tue, Jul 08, 2003 at 03:14:52PM -0700 Subject: Re: fscking remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2003 20:50:38 -0000 I have a couple of completely headless systems (some of them so far away it takes about 12 hours by direct flight). But I always make sure there are at the very least 2 systems at each location and they are together close enough to run serial cables between them. Then I redirect the console to the first serial port and can access it from the other machine through the serial cable. Works very well, I've even done complete reinstalls this way. Kurt On Tue, Jul 08, 2003 at 03:14:52PM -0700, David Bear wrote: > I'm thinking that dropping to single user mode will kill are running > daemons include sshd? is that true? I have a nearly headless server > in another building and would like to ssh into it and > > init 1 > fsck / > > then init 3 > > but, I'm thinking single user mode will lock remote access out... > > any recommendations?