Date: Sun, 23 Feb 2003 05:09:48 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Chris Pepper <pepper@reppep.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ps: proc size mismatch Message-ID: <20030223030948.GA13580@gothmog.gr> In-Reply-To: <p06000501ba734f650c07@[66.92.104.201]> References: <p06000501ba734f650c07@[66.92.104.201]>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-02-22 21:24, Chris Pepper <pepper@reppep.com> wrote: > Commands I ran to update (in December successfully, and twice > unsuccessfully this month): > > # more Makefile UPDATING > # mergemaster -p ; make buildworld > ~/buildworld-20030221.log ; make > buildkernel > ~/buildkernel-20030221.log # mergemaster found no > changes > # mergemaster -p # no changes found > # make installkernel The proc size mismatch you're seeing is because your kernel and userland is not in sync. Reboot. Enter single user mode. Run 'installworld'. If you suspect 'installworld' can fail in the middle of it all, and leave you with a useless installation, half-updated and half-not, then make sure you have about 300 MB of free space in /somewhere and run: # cd /usr/src # make DESTDIR=/somewhere installworld if this works fine, then youcan safely delete everything in /somewhere and run the real 'installworld' without DESTDIR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030223030948.GA13580>