Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Sep 2004 13:11:24 +0200
From:      Matthias Andree <ma@dt.e-technik.uni-dortmund.de>
To:        Ruslan Ermilov <ru@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: BETA3 showstoppers (read: critical bugs)
Message-ID:  <m3oekipc4j.fsf@merlin.emma.line.org>
In-Reply-To: <20040907080440.GA52109@ip.net.ua> (Ruslan Ermilov's message of "Tue, 7 Sep 2004 11:04:40 %2B0300")
References:  <m3brgjqqhj.fsf@merlin.emma.line.org> <20040906212136.GA89540@cell.sick.ru> <m3u0uaj0b2.fsf@merlin.emma.line.org> <m3isaqlqbi.fsf@merlin.emma.line.org> <20040907080440.GA52109@ip.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Ermilov <ru@freebsd.org> writes:

> You updated sources, recompiled your kernel, recompiled your world with
> -DNOCLEAN and it didn't update Netgraph-related utils?  I can hardly
> believe that...  The header has changed, so all utils should have
> been recompiled (if of course you recompiled them through buildworld).

Indeed, I did things for the -BETA3 update the usual way:

# build user-space
cd /usr/src
make -DNOCLEAN buildworld
# build kernel-space
cd /sys/i386/conf
config MA5
cd ../compile/MA5
make depend
make
# install everything
make install
cd /usr/src
make installworld
# update configuration
mergemaster -i
# get kernel
reboot

I know the official way is to reboot into the new kernel before the
installworld, but the reboot and installworld together should have fixed
the problem anyways.

Running "make clean all install" in the ngctl, nghook and ppp
directories fixed the problems I was seeing.

-- 
Matthias Andree

Encrypted mail welcome: my GnuPG key ID is 0x052E7D95 (PGP/MIME preferred)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m3oekipc4j.fsf>