make buildworld broken?

1999-10-04 Thread Guido van Rooij
Hi, I have a 3.3.-stable system and somehow I cannot make buildworld a current tree. The porblem is: cc -c -I/alt/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config -I/alt/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC -I/usr/obj/alt/usr/src/tmp/usr/include

Re: make buildworld broken?

1999-10-05 Thread Guido van Rooij
On Tue, Oct 05, 1999 at 06:21:55AM +0800, Michael Kennett wrote: Is this a known problem? Yes, and it is well documented in the -current mailing lists. I feel embarrassed as I'v just spoken to Marcel a couple fo days ago. However I just resubscribed to -current. I did look in the

Re: ipfilter no longer in -CURRENT, whats the direction? (off to ipfw?)

1999-11-17 Thread Guido van Rooij
On Mon, Nov 15, 1999 at 01:59:55PM -0500, spork wrote: I noticed that ipfilter is still gone... Was there any resolution here, or is ipfilter gone for good? All other concerns/features aside, I find the stateful inspection stuff much easier to setup than the ipfw filtering... I only touch

Re: IP Filter 3.3.3 in FreeBSD

1999-12-01 Thread Guido van Rooij
On Tue, Nov 30, 1999 at 10:34:56AM -0700, Davec wrote: Yup tried it, didn't work. Got the same error messages (refer to the [LONG] email I sent a few days past. Thanks for the suggestion though. I missed that one apparently. Send it to me in private and I'll see what I can do. Dave --

Re: current.freebsd.org (FTP)

2000-03-01 Thread Guido van Rooij
On Tue, Feb 29, 2000 at 12:58:26PM -0800, Jordan K. Hubbard wrote: I'm still here for another hour, dammit. :-) I'm also going to be reachable for most of that week since Holland does have Internet connections now, you know. They got it along with electric lighting and running water at

Re: boot problem with Mylex DAC960

2000-03-01 Thread Guido van Rooij
On Wed, Mar 01, 2000 at 11:26:35AM -0800, Mike Smith wrote: I've got a server, tyan 1832DL with 2 CPU onborad, Mylex DAC960 and 3*9G IBM SCSI Disk. I build a RAID-0 Disk by Mylex dos utility, I like to install FreeBSD 4.0-current, but I cannot boot FreeBSD by floppy image

Re: /boot/loader is making my VAIO reboot

2000-03-21 Thread Guido van Rooij
On Tue, Mar 21, 2000 at 05:19:55PM +0100, Ollivier Robert wrote: Since after the Feb. 25th, /boot/loader is rebooting the machine during boot. I can't get to the prompt at all. The only version that works is the 25th one (I didn't upgrade between the Feb. 25th and March, 17th). Nothing in

Re: HEADS UP!: config changes...

2000-06-26 Thread Guido van Rooij
On Sat, Jun 24, 2000 at 06:32:47PM -0500, Mike Pritchard wrote: SYNOPSIS device isa device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 Should this become: SYNOPSIS device isa device ata hint.ata.0.at="isa"

Re: ipnat memory leak?

2003-10-09 Thread Guido van Rooij
On Wed, Oct 08, 2003 at 10:51:52PM -0600, Vector wrote: I was using ipfw and natd but I wanted to move nat into the kernel so I recompiled with ipfilter and ipnat. Now, after terminating natd, and setting up ipnat rules in /etc/ipnat.rules, I see memory increase at a rate of just under 1MB

Re: gbde Performance - 35Mb/s vs 5.2 MB/s

2003-05-28 Thread Guido van Rooij
On Mon, May 26, 2003 at 02:25:08PM +0200, Heiko Schaefer wrote: Poul gave me the following tip on this list in a mail on Tue, 29 Apr 2003: Remember to set the sectorsize in gbde (gbde init -i) to the fragment size of your filesystem (typically 2048 for ufs), this is critical for

Re: tcpdump delay?

2003-03-19 Thread Guido van Rooij
On Wed, Mar 19, 2003 at 12:08:01PM +0100, Joris Vandalon wrote: -l kills buffered output, i.e. waiting for a large amount of data before it starts writing -l doesnt kill bufferd output, in contrary, it makes the output bufferd. -l Make stdout line buffered. Useful if you

netstat to show listen queues

1999-12-13 Thread Guido van Rooij
I'd like to have a review on the following patch: http://www.freebsd.org/~guido/netstat.diff It adds support to netstat to show listen queue lengths. Manual page diffs are in the working. -Guido To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of

Re: IP-Filter w/FreeBSD-current

2000-02-02 Thread Guido van Rooij
On Tue, Feb 01, 2000 at 10:22:42PM +0100, Arjan de Vet wrote: - fresh reboot, xl0 gets its IP address via DHCP and ipf filter rules get loaded with a small script: # flush all rules ipf -D # enable ipmon ipmon -s # load rules ipf -f /etc/ipf.conf # enable

Re: anyone got IP Filter 3.3.8 working?

2000-02-03 Thread Guido van Rooij
On Thu, Feb 03, 2000 at 09:13:54PM +1300, Dan Langille wrote: Make world has been done within the past 6 hours. When compiling a new kernel for IP Filter 3.3.8, I encounter the following warnings during the make depend: In orderd to get it to work you need to apply the patches I did when

Re: IP-Filter w/FreeBSD-current

2000-02-03 Thread Guido van Rooij
On Thu, Feb 03, 2000 at 09:09:40PM +0100, Arjan de Vet wrote: In my kernel config I have: pseudo-device tun # Packet tunnel. Ah..this is a self cloning device. Before loading the filter rules, you must make sure the device is there. Do something like: dd if=/dev/tun0 count=0

bug in vn, a pnaic and how to debug modules (was Re: open ref counts in CAM and vn)

2000-02-03 Thread Guido van Rooij
On Thu, Feb 03, 2000 at 10:05:22AM -0700, Kenneth D. Merry wrote: The reference counting should be handled by PHK's disk layer (which sits above CAM), and the da driver's close routine should only get called on final close. ok. I don't know about the vn device, though. That was the