Michael,

I don't think the OpenCA::Server->run is killing the server because even
though after  the openca_start script returns "Failed" and the kernel
kills a process I can connect and authenticate to the server using a web
browser. I basically can run some commands but not all. Do you  have an
idea on where should I dig next?

best regards,
Bahaa Al-amood

On Wed, 2005-02-09 at 15:57 +0100, Michael Bell wrote:
> Hi Bahaa,
> 
> Bahaaldin Al-amood wrote:
> 
> > the server dies during the OpenCA::Server->run call and it does not make
> > it to process_request function. It seems to me that it is hanging in a
> > loop or an infinite recursive call because the kernel kills the startup
> > process. I traced in the Server->run and it seems like it dies at $self-
> > 
> >>loop. Here is were I get lost, I put a print statement at the beginning
> > 
> > of the sub loop but it never gets to it, but it will print the print
> > statement I placed right before it makes the $self->loop call. Any ideas
> > are welcome. 
> 
> Did you use the right loop function? Usually the loop function 
> Net::Server (Server.pm) is not used. The most server types implement 
> their own loop function (e.g. Net/Server/*Fork*.pm). There you have to 
> put you print statements.
> 
> Michael

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to