Re: cvs commit: src/sys/dev/ata ata-all.c

2002-07-08 Thread Murray Stokely
I'm going to wait for a few other changes in the pipeline to hit RELENG_4_6 before bumping the patch level. - Murray On Mon, Jul 08, 2002 at 11:43:48AM -0700, Murray Stokely wrote: > murray 2002/07/08 11:43:48 PDT > > Modified files:(Branch: RELENG_4_6) > sys/dev/a

Re: Upcoming 4.6.1

2002-07-08 Thread Chip Marshall
On July 08, 2002, Gavin Atkinson sent me the following: > > Hello! > > 2. Please check why /usr/share/examples/kld and /usr/share/examples/drivers > >are empty (while been OK in CVS repositary) both in 4.6-RELEASE and > >4.6-RELEASE-p1. > > From memory, /usr/share/examples/cvsup was also

Re: mmap() problems in recent -stable ?

2002-07-08 Thread Leo De Geer
On Mondayen den 8 July 2002 18.33, Ben Lovett wrote: > I believe figmentality ([EMAIL PROTECTED]) scribbled this: > > Ben Lovett writes: > > cc -DHAVE_CONFIG_H -I. -I. -I. -Ilibmad -I./libid3tag -Iintl > > -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include -Wall > > -pipe

Re: FreeBSD Server and Gateway

2002-07-08 Thread Thomas Seck
* Christian Chen ([EMAIL PROTECTED]): > So, what I'm actually doing is: > > 1. Set up NAT to route between my ethernet card and tun0 > 2. Set up the firewall rules via PPP Ugh. Simply let ppp(8) take care of NAT, do the firewalling with ipfw(8) and you're done. Close to trivial. -- Thomas Se

Re: BitchX in X?

2002-07-08 Thread Shannon -jj Behrens
> > I'm using WindowMaker, how would I go about getting bitchx to run in gtk > > mode? > > This question isn't appropriate for -stable. It's probably not > appropriate for freebsd lists in general, but I'm not sure of a bitchx > list to send you to. Yeah, probably better on -questions. Based on

Re: linux_base-7.1 problem

2002-07-08 Thread David W. Chapman Jr.
> > I wonder if we can use our strip since linux_base-7 doesn't include > > one? > > If you *really* are worried, grab the strip from linux_base-6. > Otherwise, create something like: I'm not that worried as I stopped using linux_base for a while. We do need to pull some libc stuff from linux

Re: linux_base-7.1 problem

2002-07-08 Thread Nate Williams
> > > DWC> On Wed, Jul 03, 2002 at 11:35:41AM -0600, Jason Porter wrote: > > > >> glibc-2.1.2-11. It finally exists with an Error code 1 and stops the > > > >> install. Anyone else have this problem? > > > > > > DWC> This happens sometimes when there are leftovers in /compat/linux from > > >

Re: linux_base-7.1 problem

2002-07-08 Thread David W. Chapman Jr.
On Mon, Jul 08, 2002 at 10:52:09AM -0600, Nate Williams wrote: > > DWC> On Wed, Jul 03, 2002 at 11:35:41AM -0600, Jason Porter wrote: > > >> glibc-2.1.2-11. It finally exists with an Error code 1 and stops the > > >> install. Anyone else have this problem? > > > > DWC> This happens sometimes w

Re: linux_base-7.1 problem

2002-07-08 Thread Nate Williams
> DWC> On Wed, Jul 03, 2002 at 11:35:41AM -0600, Jason Porter wrote: > >> glibc-2.1.2-11. It finally exists with an Error code 1 and stops the > >> install. Anyone else have this problem? > > DWC> This happens sometimes when there are leftovers in /compat/linux from > DWC> linux_base-6, if yo

Re: ssh to remote machines problem after cvsup

2002-07-08 Thread David Schultz
Thus spake stan <[EMAIL PROTECTED]>: > Some machines will let me in, but only if I enter the password (where I did > not have to before). Others just refuse to let me in at all! I have had the former problem for quite some time. All of the machines in question were running some version of SSH Se

Re: linux_base-7.1 problem

2002-07-08 Thread Vivek Khera
> "DWC" == David W Chapman, writes: DWC> On Wed, Jul 03, 2002 at 11:35:41AM -0600, Jason Porter wrote: >> glibc-2.1.2-11. It finally exists with an Error code 1 and stops the >> install. Anyone else have this problem? DWC> This happens sometimes when there are leftovers in /compat/linux

Re: mmap() problems in recent -stable ?

2002-07-08 Thread Ben Lovett
I believe figmentality ([EMAIL PROTECTED]) scribbled this: > Ben Lovett writes: > cc -DHAVE_CONFIG_H -I. -I. -I. -Ilibmad -I./libid3tag -Iintl >-DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include -Wall -pipe -O >-fomit-frame-pointer -c madtime.c > madtime.c:29: #error

/usr/bin/w -n changes?

2002-07-08 Thread David Miller
Hi all; Is /usr/bin/w -n not supposed to show IP addresses anymore? Thanks, --- David To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: mmap() problems in recent -stable ?

2002-07-08 Thread figmentality
Ben Lovett writes: cc -DHAVE_CONFIG_H -I. -I. -I. -Ilibmad -I./libid3tag -Iintl -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include -Wall -pipe -O -fomit-frame-pointer -c madtime.c madtime.c:29: #error "madtime currently requires mmap() support" *** Error code 1 P