Re: Panic within sound driver

2001-04-10 Thread George Reid
On Tue, 10 Apr 2001, Ollivier Robert wrote: > Stopped at _mtx_lock_sleep+0x2e2: movb 0x1d5(%edx),%al > _mtx_lock_sleep > snd_mtxlock > ad1816_lock Following patch should fix, I'll commit this to -current later. - greid Index: ad1816.c =

Re: ssh: no RSA support in libssl and libcrypto. See ssl(8).

2001-03-30 Thread George Reid
On Sat, 31 Mar 2001, Thomas Moestl wrote: > Do you have > device random > in your kernel configuration? Absence of a working random device > triggers this bug. The need for this is also documented in UPDATING. Also, /dev/urandom is now a symlink to /dev/random. A quick "cd /dev; rm urandom; ln -

Re: random woes ("no RSA support in libssl and libcrypto")

2001-03-27 Thread George Reid
On Tue, 27 Mar 2001, Valentin Nechayev wrote: > And, my questions are > 1) What can happen to refuse RSA support in libcrypto, with environment > described above? I suspect you need to remake /dev/urandom. Copy /usr/src/etc/MAKEDEV from -current into /etc and remake the device. /dev/urandom is n

Re: Kernel hangs with latest sources

2001-03-25 Thread George Reid
On Sun, 25 Mar 2001, Blaz Zupan wrote: > My kernel compiled from -current sources as of today morning hangs after > recognizing the sound hardware, the last line display is: > > pcm0: at port > 0x240-0x24f,0xe80-0xe87,0x388-0x38f,0x300-0x301,0x100-0x101 irq 7 drq > 0,1 on isa0 Included patch s