From owner-freebsd-questions Fri May 4 2:36:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id C78D537B422 for ; Fri, 4 May 2001 02:36:51 -0700 (PDT) (envelope-from rasputin@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14vc10-0000gc-00; Fri, 4 May 2001 10:36:50 +0100 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f449akP92477; Fri, 4 May 2001 10:36:46 +0100 (BST) (envelope-from rasputin) Date: Fri, 4 May 2001 10:36:46 +0100 From: Rasputin To: Brett Jackson Cc: questions@freebsd.org Subject: Re: stopping at 'local package initialization' Message-ID: <20010504103646.A92295@dogma.freebsd-uk.eu.org> Reply-To: Rasputin References: <20010504023719.I35772-100000@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010504023719.I35772-100000@localhost>; from brett@shadowfarm.com on Fri, May 04, 2001 at 02:40:43AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Brett Jackson [010504 07:36]: > Hello, > > on a pretty much virgin FreeBSD 4.3-Stable, I have just installed > Apache+Mod_SSL, PHP4, mySQL. > Now when I boot, the console scrolls throught the boot process/dmesg, but > freezes at: > > Initial rc.i386 initialization:. > Configuring syscons: keyrate moused > Additional ABI support: linux. > Local package initialization: <-- freezes here Looks like one of your packages is hanging ; try ls -l /usr/local/etc/rc.d the first in the list that's executable is probably the b0rken one. Hang on, maybe I can save you the trouble: ------------8<--------------- rasputin@shikima$ cat crystal_ball #!/usr/bin/perl -w use Psi::ESP; print divine(); rasputin@shikima$ ./crystal_ball I see a man with a big nose, feathers in his hair. He holds a padlock. He stands motionless, as though waiting for something... ------------8<--------------- There you go, clear as day. Apache-modssl has been configured with a passphrase for it's private key, and so is hanging around waiting for root to type it in. Do I win a coconut? -- Good night to spend with family, but avoid arguments with your mate's new lover. Rasputin :: Jack of All Trades - Master of Nuns :: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message