buildworld tries to write to DESTDIR?

2003-09-16 Thread Eugene Grosbein
Hi! I'm trying to cross-compile 4.8-STABLE world to install it over NFS later. I have ./make.conf: # start of file CPUTYPE=i486 KERNCONF?=CONS MODULES_WITH_WORLD=true DESTDIR=/mnt/cons # end of file I run: dir=`pwd` make __MAKE_CONF=$dir/make.conf buildworld 2>&1 | tee $dir/bw.log It fails:

Re: Release Engineering Status Report

2003-09-16 Thread Mike Tancsa
I was directly experiencing the problems with the PAE commits. Since tegge's commits I have not had those panics. And for the record I was never upset :-) ---Mike At 12:30 PM 16/09/2003, Scott Long wrote: Ok, thanks for the update. Since it is 17 days after Aug 30 and people are still

Re: ipfw + trasnparent proxy

2003-09-16 Thread Bob Hall
On Tue, Sep 16, 2003 at 06:28:06PM -0400, Bob Hall wrote: > If you have already recompiled your kernel with both IPFIREWALL options, > > The standard way to reply is to bottom post. I prefer bottom posting, ... > post with a top post, you've created confusion. Ehem. I thought I had deleted this

Re: ipfw + trasnparent proxy

2003-09-16 Thread Bob Hall
I forgot that you also need options IPFIREWALL I've added a note in my config file so I won't forget in the future. I don't have your original post. If you have already recompiled your kernel with both IPFIREWALL options, then you need to supply more information. The output of "i

Re: strange problem with: ed driver / 4.9-PRE

2003-09-16 Thread Peter Jeremy
On 2003-Sep-16 09:19:56 +0200, Erik Trulsson <[EMAIL PROTECTED]> wrote: >(A quick look at the source indicates that there are some other drivers >that do not meet those assumptions either, so a proper fix should >include changing ifconfig(8) to make fewer assumptions but such a >change would requir