From owner-freebsd-questions@FreeBSD.ORG Tue Aug 8 07:36:38 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 4D18416A4E2 for ; Tue, 8 Aug 2006 07:36:38 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE3943D49 for ; Tue, 8 Aug 2006 07:36:36 +0000 (GMT) (envelope-from wodfer@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so165516nfe for ; Tue, 08 Aug 2006 00:36:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=M67U4Fp6p7A/icg0vdkNw/2OCEL7C4DxbFt44BAlcDSHOqd0eTm1haj9w/Re53fhSMQV1rVRXR0cldbAhY8dMZv6ffFlA5xZE31AobVmKhpVGd6NpYxLD8xhH4v/0Htl+BFda03YaXSE79ixDF8c/3RGQEfni4+71WyuCb/39lQ= Received: by 10.78.177.3 with SMTP id z3mr2656641hue; Tue, 08 Aug 2006 00:36:35 -0700 (PDT) Received: by 10.78.169.7 with HTTP; Tue, 8 Aug 2006 00:36:35 -0700 (PDT) Message-ID: <23ed14b80608080036g2c16d81er14de304febdda768@mail.gmail.com> Date: Tue, 8 Aug 2006 09:36:35 +0200 From: "=?ISO-8859-1?Q?Andreas_Wider=F8e_Andersen?=" To: "cknipe@savage.za.org" , freebsd-questions@freebsd.org In-Reply-To: <1155022022.44d83cc7014d8@196.22.132.16> MIME-Version: 1.0 References: <20060808072303.21211.qmail@web35603.mail.mud.yahoo.com> <1155022022.44d83cc7014d8@196.22.132.16> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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:36:38 -0000 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. Thanks, Andreas