On Mar 29, 2005, at 12:53 PM, Pekka Savola wrote:
- setting up irqs as sources for /dev/random pool, (in my case vmstat
-i shows a lot of activity at 2, 10, 0 and 8, and I used the first two
with rndcontrol and then in rc.conf w/ rand_irqs=)
IRQ 0 and 8 are clock interrupts (1/HZ for the schedul
FWIW,
It may be that our issue was this:
http://www.freebsd.org/cgi/query-pr.cgi?pr=78776
What I have since then tried:
- setting up irqs as sources for /dev/random pool, (in my case
vmstat -i shows a lot of activity at 2, 10, 0 and 8, and I used the
first two with rndcontrol and then in rc.conf
> I have the same problem, started at some point since 5.3-p?
>
> I thought something is wrong with the particular server, but since
> other people report the same issue, I started to doubt that.
me too
running current with apache+mod_ssl-1.3.33+2.8.22 from the ports tree
randy
_
FWIW,
I've started to experience the same thing which Kyle Mott and "Vlad"
reported with apache+mod_ssl crashing when SSL is enabled:
#0 0x2840b63c in engine_table_select () from /usr/lib/libcrypto.so.3
#1 0x283ebc88 in ENGINE_get_default_RAND () from /usr/lib/libcrypto.so.3
#2 0x283eaf6e in R
On Saturday 19 March 2005 04:58 am, Vlad wrote:
> I have the same problem, started at some point since 5.3-p?
>
> I thought something is wrong with the particular server, but since
> other people report the same issue, I started to doubt that.
>
> Apache has been built manually, so it has nothing t
I have the same problem, started at some point since 5.3-p?
I thought something is wrong with the particular server, but since
other people report the same issue, I started to doubt that.
Apache has been built manually, so it has nothing to do with the port.
1.3.33 Apache + mod_ssl + mod_perl
So
I took your advice and rebuilt apache with debugging symbols, and came
up with this (following http://httpd.apache.org/dev/debugging.html):
[EMAIL PROTECTED]:/usr/ports/www/apache13-modssl# gdb httpd
(gdb) b ap_process_request
Breakpoint 1 at 0x8064944: file http_request.c, line 1311.
(gdb) run -X
On Thursday 17 March 2005 10:28 am, Kyle Mott wrote:
> I've already sent this question to freebsd-questions; forgive me if
> this is the wrong list.
>
> This just very recently started to happen (and I haven't upgraded
> Apache as of late either, or any other software for that matter). I
> keep get
I've already sent this question to freebsd-questions; forgive me if this
is the wrong list.
This just very recently started to happen (and I haven't upgraded Apache
as of late either, or any other software for that matter). I keep
getting this in my kernel.log on 2 different hosts:
Mar 17 09:34