From owner-freebsd-questions@FreeBSD.ORG Sat May 10 09:01:46 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 2E45E37B401 for ; Sat, 10 May 2003 09:01:46 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C6B743FA3 for ; Sat, 10 May 2003 09:01:45 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by attbi.com (rwcrmhc52) with ESMTP id <2003051016014505200a5fl2e>; Sat, 10 May 2003 16:01:45 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.7) with ESMTP id h4AG1hEH020425; Sat, 10 May 2003 12:01:43 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h4AG1c55020409; Sat, 10 May 2003 12:01:38 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: pat bey References: <20030510142148.72216.qmail@web41215.mail.yahoo.com> From: Lowell Gilbert Date: 10 May 2003 12:01:36 -0400 In-Reply-To: <20030510142148.72216.qmail@web41215.mail.yahoo.com> Message-ID: <44vfwissdb.fsf@be-well.ilk.org> Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: FREEBSD Subject: Re: user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FREEBSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2003 16:01:46 -0000 pat bey writes: > Yesterday I re-compiled my kernel, went into single-user mode and now I stuck in single user mode. how could I get into multi-user mode. FBSD 4.6 We can only guess, because you didn't say what happens when you *try* to get out of multi-user mode. Normally, either "exit" or "reboot" will be the way you get out of single-user mode. If it keeps going into single-user mode on its own when you boot, then you need to pay attention to *why* it's doing that, and solve the problem. Needing an fsck is a common reason (see the handbook), but there could be others. If the new kernel is causing the problem itself, then boot the old kernel instead.