"Jack Raats" <[email protected]> writes: > ----- Original Message ----- > From: "Jack Raats" <[email protected]> > 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?
It's a memory buffer in the kernel. Powering the machine down will clear it. > /etc/motd also is not updated. How to solve this? That should be done automatically on boot, unless you've done something specifically to disable it. Make sure /etc/rc.d/motd is present, standard, and nothing in rc.conf (et.al.) is affecting it. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
