Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-12 Thread Travis Cole
On Thu, Aug 12, 1999 at 11:31:27AM -0700, Nick Sayer wrote: > > In the scrypto section, I see that the telnet stuff is set aside > nicely in its own spot. I was able to add my patches just fine, > but it appears that the Makefiles are somewhere else. Maybe in > with the kerberos stuff or something

Re: A way to crash system (3.1 & 3.2) with floppy

1999-06-29 Thread Travis Cole
On Mon, Jun 28, 1999 at 09:30:05PM -0400, Jamie Howard wrote: > On Mon, 28 Jun 1999, Zhihui Zhang wrote: > > > Suppose you have a *write-protected* DOS floppy and you do: > > > > # mount -t msdos /dev/fd0 /floppy <-- this is OK > > > > # cp somefile /floppy <-- a lot of error messages > > > >

Re: hardware

1999-07-09 Thread Travis Cole
On Fri, Jul 09, 1999 at 09:13:02PM -0400, Axis wrote: > I have been using *BSD* for around 3 years now. My problem is thatI have > always used the console for system administration duties. I really want to > put a kick *** system together to run X with all of the luxuries. > I have noticed there is

Re: Converting Sun Automounter maps

2000-09-22 Thread Travis Cole
Am-utils http://www.cs.columbia.edu/~ezk/am-utils/ comes with a nice perl script called automount2amd that does a fine job of converting sun automount maps to amd maps. At work we have Solaris, Linux, and FreeBSD all hapily automounting and talking nis. I did have to hack automount2amd so FreeB

Re: A way to crash system (3.1 & 3.2) with floppy

1999-06-29 Thread Travis Cole
On Mon, Jun 28, 1999 at 09:30:05PM -0400, Jamie Howard wrote: > On Mon, 28 Jun 1999, Zhihui Zhang wrote: > > > Suppose you have a *write-protected* DOS floppy and you do: > > > > # mount -t msdos /dev/fd0 /floppy <-- this is OK > > > > # cp somefile /floppy <-- a lot of error messages > > >

Re: hardware

1999-07-09 Thread Travis Cole
On Fri, Jul 09, 1999 at 09:13:02PM -0400, Axis wrote: > I have been using *BSD* for around 3 years now. My problem is thatI have > always used the console for system administration duties. I really want to > put a kick *** system together to run X with all of the luxuries. > I have noticed there i

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-12 Thread Travis Cole
On Thu, Aug 12, 1999 at 11:31:27AM -0700, Nick Sayer wrote: > > In the scrypto section, I see that the telnet stuff is set aside > nicely in its own spot. I was able to add my patches just fine, > but it appears that the Makefiles are somewhere else. Maybe in > with the kerberos stuff or somethin

SMP changes from 3.0 to 3.3?

1999-11-07 Thread Travis Cole
At work we have 18 or so web servers runing FreeBSD 3.0 on daul PIIs. When they see very high loads (~300+) the SMP starts do get confused and things randomly fail. Were there signifigant SMP changes from 3.0-RELEASE to 3.3-RELEASE that may make SMP more stable at high loads? Are their any sign

Re: bpf question

2000-05-17 Thread Travis Cole
On Wed, May 17, 2000 at 05:51:59PM +0400, Dmitry Samersoff wrote: > I have traffic metering program using bpf, > it works fine on relatevly free net but looses about 30% > of packets on havy loaded one. Are you doing dns lookups? Don't do those and you may fix your problem. > > Could any body