Subject: Re: sn0: receive FIFO overrun
To: chris <cb@mythtech.net>
From: John Klos <john@sixgirls.org>
List: port-mac68k
Date: 10/21/2003 17:00:15
Hi,

> Now I can continue looking into the Apache problem (which I'm not
> convinced is an Apache problem directly, so much as something else
> blocking it... since the Apache error logs don't indicate any problems).
>
> I think I may persue the thought of it being a timing problem bringing
> the server up before the DSL line is back up fully. I may simulate a few
> power outages to see what's going on.

You could have Apache start later - perhaps put something like this in
/etc/rc.local (three minutes seems like plenty):

( sleep 180 ; apachectl start ) &

John Klos
Sixgirls Computing Labs