Re: Weird path MTU autodiscovery problem in 4.5-RELEASE

2002-02-01 Thread Louis A. Mamakos
Is the server filtering out ICMP traffic with ipfw or something? Alexey Luckyanchikov wrote: 14:06:48.477578 server.7 client.1371: . 1437:2897(1460) ack 10001 win 65535 (DF) (ttl 64, id 25428, len 1500) ^^^ Server send packet with size 1500 bytes

Re: Can't build unoptimized/debugging kernel

2002-02-01 Thread Rahul Siddharthan
Doug White said on Feb 1, 2002 at 12:28:34: On FreeBSD 4-stable (cvsupped Jan 31 at around 13:40 GMT) I'm unable to build an unoptimized debugging kernel. The kernel builds fine with COPTFLAGS=-O -pipe but with COPTFLAGS=-g (or -g -pipe) I get the following error. I get the same

Re: trouble with vn device in 4.5-R?

2002-02-01 Thread Mikko Tyolajarvi
In local.freebsd.stable you write: Hello. I upgrade my FreeBSD from 4.4-stable to 4.5-release. When I'm trying to compile my kernel with `pseudo-device vn' option, while compiling kernel, I have an errors messages. Is this a known bug? I need vn driver for makeing an ISO image... So piece of

4.5-Release kernel locking hard after 30 minutes

2002-02-01 Thread Neil McGann
I tried to upgrade from 4.4-R to 4.5-R via CVSUP. Kernel compiled and installed fine (as generic, but includes ipfilter and stripped down to eliminate unnecessary devices). I started doing a buildworld, but after 30 mins of heavy compiling the machine locked solid - a hard reset required to

Re: *_enable=YES behavior is bogus

2002-02-01 Thread Garance A Drosihn
At 6:36 PM +0100 2/1/02, Erik Trulsson wrote: Consider that the actual code in the various rc* start scripts is in most cases of the form: if foo_enable==yes do stuff else do nothing Let me approach this from a different angle. Several people have tried to argue this by proposing various

Re: trouble with vn device in 4.5-R?

2002-02-01 Thread C J Michaels
This is a known issue that is not specific to vn being in the kernel. Check /usr/src/UPDATING there's a comment in there with the solution. It's also been beaten to death in the mailing list archives over the past month or so :) --Chris Dennis S.Davidoff said: Hello. I upgrade my FreeBSD

Re: mount the same filesystem read-only on multiple boxes, and read-write on one ?

2002-02-01 Thread BOUWSMA Beery
Hejsa Jesper! %s wrote on %.3s, %lld Sep 1993 The application would be a usenet news setup, where the overview and/or spool would be mounted like this. Ewww. I'm not thinking too clearly, which is nothing new, but wouldn't one be also wanting to use synchronous (rw) mounts for something

Re: *_enable=YES behavior is bogus

2002-02-01 Thread Garance A Drosihn
Oh. Damn. Someone *added* freebsd-current to this thread without removing freebsd-stable. Several people have requested that we stop discussing this on freebsd-stable, and I *thought* I was only sending my recent messages to the one mailing list. I do not particularly care which mailing list

Re: problems CVS updating from 4.3 to 4.4 and 4.5

2002-02-01 Thread Kris Kennaway
On Fri, Feb 01, 2002 at 04:06:34PM -0500, Michael Scheidell wrote: Tried CVS update from 4.3 REL to 4.4 REL. (RELENG_4_4) make update fine make buildworld fine make installmost complained about bad option (-b) in install did man install on 4.3 system, no -b option did man install on 4.4

Re: Weird path MTU autodiscovery problem in 4.5-RELEASE

2002-02-01 Thread Crist J. Clark
On Fri, Feb 01, 2002 at 02:53:26PM +0200, Alexey Luckyanchikov wrote: Hello, I have such network topology: ++++++ | Server | MTU 1500 | Router | MTU 1476 | Client | ++++