Re: Random crash

2007-06-20 Thread Artur Grabowski
Luca Losio [EMAIL PROTECTED] writes: Hi all, I'm having a lot of crashes with my 4.1 since I updated from 4.0 ...the console output is: page fault trap code=0 stopped at enqueue_randomness+0xc5addb%al,0(%eax) ddb RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING

Re: Random crash

2007-06-20 Thread Luca Losio
On 6/19/07, Brian A. Seklecki [EMAIL PROTECTED] wrote: Are you doing something strong with Cryptography? No, just ssh and apache Funny, my GENERIC kernel gives me: OpenBSD 4.1 (GENERIC) #1435: Sat Mar 10 19:07:45 MST 2007 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC Try

Random crash

2007-06-19 Thread Luca Losio
Hi all, I'm having a lot of crashes with my 4.1 since I updated from 4.0 ...the console output is: page fault trap code=0 stopped at enqueue_randomness+0xc5addb%al,0(%eax) ddb I tried checking the RAM (Memtest runned 20 hours withour any error and I used this box with another ram stick)

Re: Random crash

2007-06-19 Thread Jacob Yocom-Piatt
Luca Losio wrote: Hi all, I'm having a lot of crashes with my 4.1 since I updated from 4.0 ...the console output is: page fault trap code=0 stopped at enqueue_randomness+0xc5addb%al,0(%eax) ddb I tried checking the RAM (Memtest runned 20 hours withour any error and I used this box

Re: Random crash

2007-06-19 Thread alemao
I think your hard disk is not showing good messages ;) Cables? HD dying? Luca Losio wrote: Hi all, I'm having a lot of crashes with my 4.1 since I updated from 4.0 ...the console output is: page fault trap code=0 stopped at enqueue_randomness+0xc5addb%al,0(%eax) ddb I tried checking

Re: Random crash

2007-06-19 Thread Bruce Bauer
Funny, my GENERIC kernel gives me: OpenBSD 4.1 (GENERIC) #1435: Sat Mar 10 19:07:45 MST 2007 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC Try downloading bsd from ftp.openbsd.org/pub/OpenBSD/4.1/i386 and replace the one you have and see what happens On 6/19/07, Luca Losio [EMAIL

Re: Random crash

2007-06-19 Thread Fred Crowson
Luca Losio wrote: Hi all, I'm having a lot of crashes with my 4.1 since I updated from 4.0 ...the console output is: page fault trap code=0 stopped at enqueue_randomness+0xc5addb%al,0(%eax) ddb I tried checking the RAM (Memtest runned 20 hours withour any error and I used this box

Re: Random crash

2007-06-19 Thread Brian A. Seklecki
This is part of the strong psuedo-random number generator: $ grep -ir enqueue_randomness /usr/src/sys/* /usr/src/sys/dev/rnd.c:enqueue_randomness(state, val) /usr/src/sys/dev/rndvar.h:#define add_true_randomness(d) enqueue_randomness(RND_SRC_TRUE, (int)(d))