Re: New improved panic!

2001-03-09 Thread Mark Murray
0xc0147290 is in random_kthread (../../dev/random/yarrow.c:97). 92 mtx_lock(Giant); 93 printf("OWNERSHIP Giant == %d sched_lock == %d\n", 94 mtx_owned(Giant), mtx_owned(sched_lock)); 95 mtx_unlock(Giant); 96 #endif 97 98

Re: Panic mounting msdos fs

2001-03-09 Thread John Baldwin
On 09-Mar-01 Andrea Campi wrote: Hi John, didn't have time to reply to your previous email (I was sleeping ;-)) before getting this. Do you still need the dump? No, jlemon and I figured it out on irc. I'm not sure why it's broken yet. On 08-Mar-01 Andrea Campi wrote: Yesterday

Unable to process your message

2001-03-09 Thread Yahoo!Groups
We are unable to process the message from [EMAIL PROTECTED] to [EMAIL PROTECTED]. The email address used to send your message is not subscribed to this group. If you are a member of this group, please be aware that you may only send messages and manage your subscription to this group using

PR bin/25110 - pthreads signal handling problem

2001-03-09 Thread James FitzGibbon
I'm wondering if anyone has the time or inclination to take a look at a fix for PR bin/25110. We're having problems using a freshly-built 4.2-stable box (technically 4.3 rc at this point), and the bug is still present. I'm not sure how many people would see this problem (we see it because we

Re: Entropy harvesting? Grim reaper is more like it...

2001-03-09 Thread Matthew Jacob
I changed nothing from whatever the default is. It seems like a bit of POLA to freeze now. But I'll check this - if I can get that machine up again :-)... I did a buildworld/installworld on an alpha yesterday, and now I'm left with: start_init: trying /sbin/init Entropy harvesting:

Re: Entropy harvesting? Grim reaper is more like it...

2001-03-09 Thread Kris Kennaway
On Fri, Mar 09, 2001 at 09:32:29AM -0800, Matthew Jacob wrote: I changed nothing from whatever the default is. It seems like a bit of POLA to freeze now. But I'll check this - if I can get that machine up again :-)... Press ^T when it freezes and see if it's just blocked in rndslp or

Re: Entropy harvesting? Grim reaper is more like it...

2001-03-09 Thread Mark Murray
I changed nothing from whatever the default is. It seems like a bit of POLA to freeze now. But I'll check this - if I can get that machine up again :-)... OK - if this is the entropy driver, then typing about 2 lines of shit will unlock it. Please put some echo's into the rc scripts to

Re: Entropy harvesting? Grim reaper is more like it...

2001-03-09 Thread Matthew Jacob
On Fri, 9 Mar 2001, Kris Kennaway wrote: On Fri, Mar 09, 2001 at 09:32:29AM -0800, Matthew Jacob wrote: I changed nothing from whatever the default is. It seems like a bit of POLA to freeze now. But I'll check this - if I can get that machine up again :-)... Press ^T when it

Re: Entropy harvesting? Grim reaper is more like it...

2001-03-09 Thread Matthew Jacob
On Fri, 9 Mar 2001, Mark Murray wrote: I changed nothing from whatever the default is. It seems like a bit of POLA to freeze now. But I'll check this - if I can get that machine up again :-)... OK - if this is the entropy driver, then typing about 2 lines of shit will unlock it. I

Re: PR bin/25110 - pthreads signal handling problem

2001-03-09 Thread Daniel Eischen
On Fri, 9 Mar 2001, James FitzGibbon wrote: I'm wondering if anyone has the time or inclination to take a look at a fix for PR bin/25110. We're having problems using a freshly-built 4.2-stable box (technically 4.3 rc at this point), and the bug is still present. I'm not sure how many

Re: New improved panic!

2001-03-09 Thread Dag-Erling Smorgrav
Mark Murray [EMAIL PROTECTED] writes: Is DEBUG defined? Nope. DES -- Dag-Erling Smrgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Entropy harvesting? Grim reaper is more like it...

2001-03-09 Thread Matthew Jacob
On Fri, 9 Mar 2001, Mark Murray wrote: I changed nothing from whatever the default is. It seems like a bit of POLA to freeze now. But I'll check this - if I can get that machine up again :-)... OK - if this is the entropy driver, then typing about 2 lines of shit will unlock it.

Re: Entropy harvesting? Grim reaper is more like it...

2001-03-09 Thread Matthew Jacob
I commented out all of the Entropy stuff at the front of rc and I was able to finish booting again. I'll do another buildworld/installworld and buildkernel/installkernel to see whether the problem re-appears. I'll leave the 'set -x' in my rc when I retest. I noticed the (re)appearance of a line

Re: Entropy harvesting? Grim reaper is more like it...

2001-03-09 Thread John Baldwin
On 09-Mar-01 Matthew Jacob wrote: On Fri, 9 Mar 2001, Mark Murray wrote: I changed nothing from whatever the default is. It seems like a bit of POLA to freeze now. But I'll check this - if I can get that machine up again :-)... OK - if this is the entropy driver, then typing

Re: Entropy harvesting? Grim reaper is more like it...

2001-03-09 Thread Matthew Jacob
On Fri, 9 Mar 2001, John Baldwin wrote: On 09-Mar-01 Matthew Jacob wrote: On Fri, 9 Mar 2001, Mark Murray wrote: I changed nothing from whatever the default is. It seems like a bit of POLA to freeze now. But I'll check this - if I can get that machine up again :-)...