Date: Sun, 28 Nov 2010 06:34:30 -0800 From: Jeremy Chadwick <freebsd@jdc.parodius.com> To: Jack Raats <jack@jarasoft.net> Cc: freebsd-stable@freebsd.org Subject: Re: Old system keeps coming back Message-ID: <20101128143430.GA1670@icarus.home.lan> In-Reply-To: <271B6DC6BE8C48499763FC35A23630B2@jarasc430> References: <88273506F5D045E887A02B095C5C6E6E@jarasc430> <271B6DC6BE8C48499763FC35A23630B2@jarasc430>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 28, 2010 at 03:04:31PM +0100, Jack Raats wrote: > ----- Original Message ----- From: "Jack Raats" <jack@jarasoft.net> > Subject: Old system keeps coming back > > > >At this moment I hiring a FreeBSD server running FreeBSD 7.2. > >After running cvsup, updating sources and ports, compiling the complete > >system, installing kernel and the "new world", rebooting the > >system gives the old sytem and not the freshly > >compiled FreeBSD 7.4-PRERELASE. > > It seems that dmesg gives all system info. At he end it gives the > FreeBSD 7.4-PRELEASE message. > > What the do so that dmesg gives the latest info? > /etc/motd also is not updated. How to solve this? Please follow the exact procedure documented in /usr/src/Makefile for updating your system. Do not change the order of the steps or skip steps. # 1. `cd /usr/src' (or to the directory containing your source tree). # 2. `make buildworld' # 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). # 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). # [steps 3. & 4. can be combined by using the "kernel" target] # 5. `reboot' (in single user mode: boot -s from the loader prompt). # 6. `mergemaster -p' # 7. `make installworld' # 8. `make delete-old' # 9. `mergemaster' (you may wish to use -U or -ai). # 10. `reboot' # 11. `make delete-old-libs' (in case no 3rd party program uses them anymore) -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101128143430.GA1670>
