From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 11:39:21 2005 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 923B216A41F for ; Tue, 6 Sep 2005 11:39:21 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out6.blueyonder.co.uk (smtp-out6.blueyonder.co.uk [195.188.213.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D9E643D46 for ; Tue, 6 Sep 2005 11:39:19 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.254.83] ([82.41.254.83]) by smtp-out6.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 6 Sep 2005 12:31:22 +0100 Message-ID: <431D7DD9.7040600@dial.pipex.com> Date: Tue, 06 Sep 2005 12:30:33 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.11) Gecko/20050903 X-Accept-Language: en-us, pl MIME-Version: 1.0 To: claco@chrislaco.com References: <4319F112.6050303@chrislaco.com> <44d5nnzkz1.fsf@be-well.ilk.org> <431C6BD9.3010303@chrislaco.com> <447jdve8xd.fsf@be-well.ilk.org> <431C7F89.1000501@chrislaco.com> In-Reply-To: <431C7F89.1000501@chrislaco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Sep 2005 11:31:22.0779 (UTC) FILETIME=[823E3EB0:01C5B2D6] Cc: freebsd-questions@freebsd.org Subject: Re: Won't go into multi-user mode 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: Tue, 06 Sep 2005 11:39:21 -0000 Christopher H. Laco wrote: > Lowell Gilbert wrote: > >> Understood. Nonetheless, this is not enough information from which to >> diagnose the problem. > > > Enough or not, It's all there is. > I installed FBSD. I supped and built to stable. > Everthing boots and works fine. > > I installed mysql4.0 from ports and multi-user mode is now never > reached during boot. > > There are no errors in any logs on in any console output. > Disabling mysql-server.sh solves the problem and allows multi-user > mode to be reached during boot. Assuming the script starts with "#!/bin/sh" then stick " -x" after it so that you can see what it is doing. Does the script work from multi-user mode? --Alex