Re: cp -u patch

2001-05-05 Thread Cyrille Lefevre
Jeroen Ruigrok/Asmodai <[EMAIL PROTECTED]> writes: > Question is, do we want to add this to our cp? > > I found it handy for stuff like: please, what is the difference between this : > cp -Ruv mozilla mozilla-test and that : cd mozzila; find . | cpio -pdm ../mozzila-test ? thanks. > so th

OpenSSL 0.9.6a for testing

2001-05-05 Thread Kris Kennaway
Hi all, Please test binary compatibility of the OpenSSL 0.9.6a release available from the below address. By this, I mean: test whether your SSL applications such as webservers, etc, continue to work without a recompile after making world. Since 0.9.6a is a point release along the 0.9.6-STABLE b

Re: Rfork'd threads, signals, and LDTs

2001-05-05 Thread Andrew Gallatin
Daniel Eischen writes: > > We're still OK with the change to FreeBSDs native signal trampoline > though, right? I'll hold off on the Linux emulator changes until > we can figure out what the problem is. Yes, I was just commenting on the linulator patch you posted. Drew To Unsubscribe: se

Re: panic in fxp driver

2001-05-05 Thread Jonathan Lemon
On Sat, May 05, 2001 at 04:04:27PM -0700, Archie Cobbs wrote: > Jonathan Lemon writes: > > >Please consider the case where there are two mbuf chains being > > >transmitted, which look like this: > > > > Um. "Not Possible". > > I thought m_copypacket() of a cluster mbuf would yield exactly > t

Re: panic in fxp driver

2001-05-05 Thread Archie Cobbs
Jonathan Lemon writes: > >Please consider the case where there are two mbuf chains being > >transmitted, which look like this: > > Um. "Not Possible". I thought m_copypacket() of a cluster mbuf would yield exactly this situation (two headers pointing to the same data region). -Arcihe __

Re: OpenSSH 2.9 problems

2001-05-05 Thread John Polstra
In article <[EMAIL PROTECTED]>, John Polstra <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > Akinori MUSHA <[EMAIL PROTECTED]> wrote: > > I have some problems with the newly updated OpenSSH 2.9. > > > > 1. Sshd fails to authenticate via PAM. > > > > May 5 19:18:07 archon sshd[80

Re: OpenSSH 2.9 problems

2001-05-05 Thread John Polstra
In article <[EMAIL PROTECTED]>, Akinori MUSHA <[EMAIL PROTECTED]> wrote: > I have some problems with the newly updated OpenSSH 2.9. > > 1. Sshd fails to authenticate via PAM. > > May 5 19:18:07 archon sshd[803]: fatal: PAM setcred failed[6]: Permission denied I am seeing this same problem. Jo

pgm to kill 4.3 via vm

2001-05-05 Thread Dennis Glatting
I wrote a trivial program to fill vm and found I can reliably freeze my system. It may not work on the first attempt, but certainly within three. My command line is: a.out&;a.out&;a.out&;a.out&;a.out& The goal of my program is simply to see how the system behaves under memory exhaustion

Re: Rfork'd threads, signals, and LDTs

2001-05-05 Thread Daniel Eischen
On Sat, 5 May 2001, Andrew Gallatin wrote: > > Daniel Eischen writes: > > > > OK, thanks. Here's my guess at what should be changed for the Linux > > emulator. If this looks correct, I'll commit it. > > > > Hmm, I wonder how linuxthreads works under FreeBSD without this > > change... >

Re: Rfork'd threads, signals, and LDTs

2001-05-05 Thread Andrew Gallatin
Daniel Eischen writes: > > OK, thanks. Here's my guess at what should be changed for the Linux > emulator. If this looks correct, I'll commit it. > > Hmm, I wonder how linuxthreads works under FreeBSD without this > change... > This breaks at least one version of the IBM JDK that I h

Re: HEADS UP! bad bug in -current.

2001-05-05 Thread Adrian Chadd
On Wed, May 02, 2001, Robert Watson wrote: > On Tue, 1 May 2001, Jordan Hubbard wrote: > > > > Say, FreeBSD is usually pretty safe, even in CURRENT. > > > Has something near this magnitude of Really Bad Stuffage snuck into the > > > codebase before? > > > > No, it's not common, and it generally

Re: isdn stops working when load increases

2001-05-05 Thread Jens Schweikhardt
Alexander et al, # > Still ok. I have rtprio 25 (as from the isdnd.rc.sample, should I tune this? # > Remove the line?) in my isdnd.rc and this at the end of /etc/rc.isdn: # # I think Hellmuth choosed a good value for rtprio, and I didn't think it # solves your problem if you increase the value,

OpenSSH 2.9 problems

2001-05-05 Thread Akinori MUSHA
I have some problems with the newly updated OpenSSH 2.9. 1. Sshd fails to authenticate via PAM. May 5 19:18:07 archon sshd[803]: fatal: PAM setcred failed[6]: Permission denied 2. << ln -s hostname `which ssh`; ./hostname >> doesn't work anymore. It used to slogin to the host in the previous v