Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Quoting Andreas Widerøe Andersen <[EMAIL PROTECTED]>: > On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Quoting Andreas Widerøe Andersen <[EMAIL PROTECTED]>: > > > > > (no debugging symbols found)...(no debugging symbols fo

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, Andreas Widerøe Andersen <[EMAIL PROTECTED]> wrote: On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Quoting Andreas Widerøe Andersen <[EMAIL PROTECTED] >: > > > (no debugging symbols found)...(no debugging symbols found)...(no > debugging > > symbols found)... > > Program

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread cknipe
Quoting Andreas Widerøe Andersen <[EMAIL PROTECTED]>: > (no debugging symbols found)...(no debugging symbols found)...(no debugging > symbols found)... > Program received signal SIGPIPE, Broken pipe. > 0x2810b1e8 in writev () from /usr/lib/libc.so.4 > (gdb) And there's your problem. Some library

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Quoting Andreas Widerøe Andersen <[EMAIL PROTECTED]>: > On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Quoting Girish Venkatachalam <[EMAIL PROTECTED]>: > > > > > > Hope to get some input. > > > > > Looks like ur random se

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread cknipe
Quoting Andreas Widerøe Andersen <[EMAIL PROTECTED]>: > On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Quoting Girish Venkatachalam <[EMAIL PROTECTED]>: > > > > > > Hope to get some input. > > > > > Looks like ur random seeding is not happening > > > > > properly. check whether /d

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Quoting Girish Venkatachalam <[EMAIL PROTECTED]>: > > > > 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

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
[snip] Then that is working properly. I think you can try this then. Which might also work and I am out of ideas. :-( $ openssl genrsa 1024 # openssl genrsa 1024 Generating RSA private key, 1024 bit long modulus ...++ .

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread cknipe
Quoting Girish Venkatachalam <[EMAIL PROTECTED]>: > > > > 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

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Girish Venkatachalam
--- Andreas Wider�e Andersen <[EMAIL PROTECTED]> wrote: > On 8/8/06, Girish Venkatachalam > <[EMAIL PROTECTED]> wrote: > > > > > > > > --- Andreas Wider�e Andersen <[EMAIL PROTECTED]> > > wrote: > > > > > Hi, > > > I recently upgraded one of my production servers > to > > > FreeBSD 4.11 p19

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, Girish Venkatachalam <[EMAIL PROTECTED]> wrote: --- Andreas Wider�e Andersen <[EMAIL PROTECTED]> wrote: > Hi, > I recently upgraded one of my production servers to > FreeBSD 4.11 p19 and > then upgraded all ports. I'm now running Apache > 1.3.36 mod_ssl and Php 4.4.2 > . > > I had

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Girish Venkatachalam
--- Andreas Wider�e Andersen <[EMAIL PROTECTED]> wrote: > Hi, > I recently upgraded one of my production servers to > FreeBSD 4.11 p19 and > then upgraded all ports. I'm now running Apache > 1.3.36 mod_ssl and Php 4.4.2 > . > > I had Squirrelmail running on https and now I can't > start Apach