Date: Wed, 18 Aug 1999 08:07:34 +0100 From: Ben Smithurst <ben@scientia.demon.co.uk> To: mcwong@ascend.com Cc: questions@freebsd.org Subject: Re: Safe upgrade from 2.2.5 --> 3.2 ? Message-ID: <19990818080734.A4333@lithium.scientia.demon.co.uk> In-Reply-To: <882567D0.0045C726.00@colton.ascend.com> References: <882567D0.0045C726.00@colton.ascend.com>
next in thread | previous in thread | raw e-mail | index | archive | help
mcwong@ascend.com wrote: > Is there any safe and reliable way of ugrading from 2.2.5 to 3.2 ? > Is there any upgrade utility/script available which has been tested > with success ? I recently upgraded from 2.2.6 to 3.2, which shouldn't be too different to 2.2.5 to 3.2. What I did was NFS mount /usr/src and do `make aout-to-elf-build', then `make aout-to-elf-install'. (I know I could do these in one step, `make aout-to-elf', but I like to do it separately.) It wasn't flawless for me though, but there were only minor problems. I think the main thing I forgot to do was upgrade /etc before rebooting, which meant that the ELF libraries weren't set up by ldconfig (or it might have been the a.out libraries, I can't remember). If you upgrade /etc/rc* (being careful not to clobber any changes you've made), and do `make aout-to-elf', you *should* get a working 3.2 system. There's no guarantee though, something could go wrong, so it would be a good idea to try it on a non-production system first. -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk 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?19990818080734.A4333>