From owner-freebsd-questions@FreeBSD.ORG Tue Aug 8 07:39:12 2006 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 5BED416A4E0 for ; Tue, 8 Aug 2006 07:39:12 +0000 (UTC) (envelope-from cknipe@savage.za.org) Received: from www16b.your-server.co.za (www16b.your-server.co.za [196.22.132.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id C184143D46 for ; Tue, 8 Aug 2006 07:39:11 +0000 (GMT) (envelope-from cknipe@savage.za.org) Received: from [127.0.0.1] (helo=localhost) by www16b.your-server.co.za with esmtp (Exim 4.52) id 1GAMB9-0004vJ-Fs; Tue, 08 Aug 2006 09:39:09 +0200 Received: from vc-196-207-40-213.3g.vodacom.co.za (vc-196-207-40-213.3g.vodacom.co.za [196.207.40.213]) by default.your-server.co.za (IMP) with HTTP for ; Tue, 08 Aug 2006 09:39:07 +0200 Message-ID: <1155022747.44d83f9b6c0a9@196.22.132.16> Date: Tue, 08 Aug 2006 09:39:07 +0200 From: cknipe@savage.za.org To: Andreas =?iso-8859-1?b?V2lkZXL4ZQ==?= Andersen References: <20060808072303.21211.qmail@web35603.mail.mud.yahoo.com> <1155022022.44d83cc7014d8@196.22.132.16> <23ed14b80608080036g2c16d81er14de304febdda768@mail.gmail.com> In-Reply-To: <23ed14b80608080036g2c16d81er14de304febdda768@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-Originating-IP: 196.207.40.213 Cc: freebsd-questions@freebsd.org Subject: Re: Need help! Apache core dumps when running startssl 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, 08 Aug 2006 07:39:12 -0000 Quoting Andreas Widerĝe Andersen : > On 8/8/06, cknipe@savage.za.org wrote: > > > > Quoting Girish Venkatachalam : > > > > > > Hope to get some input. > > > > > Looks like ur random seeding is not happening > > > > > properly. check whether /dev/random and > > > > /dev/urandom > > > > > work properly. You can verify it with the command > > > > > > > > > > $openssl rand 512 > > > > > > > > > > > Why not just run httpd under gdb, and see WHY it is crashing? > > > > gdb httpd httpd.core > > > > run -X > > > > once cored, just back trace, step, and it should tell you exactly why it > > is > > crashing... > > > Thanks! > How do I start httpd with ssl support from this command? (I do apachectl > startssl when Apache crashes. apachectl start works fine though.) > > Apache runs fine when ssl is NOT started. run -X -DSSL