Re: Harry Potter and the Disappearing Disklabel

2002-11-29 Thread Sam Leffler
Yesterday morning I was having some trouble with XFree consuming much more cpu time than necessary... A truss showed that some kind of shared memory issue going on, but also froze my system hard. After rebooting (kernel was from Nov 26 or 27) fsck could not check my one dirty UFS2 partition.

Re: mbuf header bloat ?

2002-11-28 Thread Sam Leffler
On Mon, Nov 25, 2002 at 10:46:00AM -0800, Sam Leffler wrote: I don't see this problem; looutput looks to do the right thing. FWIW I've passed mbufs w/ mtags through the loopback interface. This refers specifically to the following code snippet: if (m m-m_next

Re: mbuf header bloat ?

2002-11-25 Thread Sam Leffler
duplication are in for a surprise. We need to re-implement the packet header copying code so that it can generate a failure (because it involves allocation), and separate the duplicate and move abstractions to get clean semantics. I exchanged some e-mail with Sam Leffler on the topic

Re: mbuf header bloat ?

2002-11-25 Thread Sam Leffler
I don't see this problem; looutput looks to do the right thing. FWIW I've passed mbufs w/ mtags through the loopback interface. This refers specifically to the following code snippet: if (m m-m_next != NULL m-m_pkthdr.len MCLBYTES) { struct mbuf *n;

Re: Lots of swapping from 'kldload acpi'

2002-11-22 Thread Sam Leffler
* De: David W. Chapman Jr. [EMAIL PROTECTED] [ Data: 2002-11-22 ] [ Subjecte: Re: Lots of swapping from 'kldload acpi' ] On Fri, Nov 22, 2002 at 11:56:29AM -0800, Kris Kennaway wrote: I tried to kldload acpi on a system that has been running for about 3 days, and the kldload process has

Re: Kernel won't build without 'device bpf'

2002-11-18 Thread Sam Leffler
Buildkernel dies without device bpf in the config file. I think this is due to Sam's commit on 11-14 changing sys/net/bpf.c and bpf.h. Anyone else seeing this? Yup, I'll fix it. Thanks. Sam To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the

Re: I can't compile GENERIC, please let's fix this

2002-10-09 Thread Sam Leffler
make cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wst rict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extens ions -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../. ./contrib/ipfilter

system lockup: nfs server not responding 10 9 (tx driver bug?)

2002-10-01 Thread Sam Leffler
I have repeated problems where a machine running -current locks up while running make over an NFS mounted filesystem. The NFS server is an up to date -stable machine. When the lockup occurs I get a message: nfs server mumble: not responding 10 9 The filesystem is mounted r/w with no options.

<    1   2