Re: who has experience about updating freebsd from 4.11 to 5.x

2005-09-06 Thread liguoqiang\(126\)
nt: Monday, September 05, 2005 9:56 PM Subject: Re: who has experience about updating freebsd from 4.11 to 5.x > Hi! > > > I update my freebsd ver 4.11 by cvsup src-all tree. > > It's successfully as below: > > make buildworld > > make buildkernel

Re: who has experience about updating freebsd from 4.11 to 5.x

2005-09-06 Thread Jan Grant
On Mon, 5 Sep 2005 [EMAIL PROTECTED] wrote: > Quoting "liguoqiang\(126\)" <[EMAIL PROTECTED]>: > > > Hi, all: > > I update my freebsd ver 4.11 by cvsup src-all tree. > > It's successfully as below: > > make buildworld > > make buildkernel > > make installkernel > > But some errors app

Re: who has experience about updating freebsd from 4.11 to 5.x

2005-09-05 Thread Björn König
Hello, Read also http://www.freebsd.org/releases/5.4R/migration-guide.html Best Regards Björn ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: who has experience about updating freebsd from 4.11 to 5.x

2005-09-05 Thread Kurt Jaeger
Hi! > I update my freebsd ver 4.11 by cvsup src-all tree. > It's successfully as below: > make buildworld > make buildkernel > make installkernel > But some errors appear when i make installworld: Our process for this type of upgrade is: cd /usr/src cvsup -L 2 -g /root/stable-s

Re: who has experience about updating freebsd from 4.11 to 5.x

2005-09-05 Thread jl
Quoting "liguoqiang\(126\)" <[EMAIL PROTECTED]>: Hi, all: I update my freebsd ver 4.11 by cvsup src-all tree. It's successfully as below: make buildworld make buildkernel make installkernel But some errors appear when i make installworld: It has been my experience that updating fr

Re: who has experience about updating freebsd from 4.11 to 5.x

2005-09-05 Thread Mathijs Brands
liguoqiang(126) wrote: >Hi, all: > I update my freebsd ver 4.11 by cvsup src-all tree. > It's successfully as below: > make buildworld > make buildkernel > make installkernel >But some errors appear when i make installworld: > > Have you tried running 'mergemaster -p' before the ins

who has experience about updating freebsd from 4.11 to 5.x

2005-09-05 Thread liguoqiang\(126\)
Hi, all: I update my freebsd ver 4.11 by cvsup src-all tree. It's successfully as below: make buildworld make buildkernel make installkernel But some errors appear when i make installworld: ___ freebsd-stable@freebsd.org mailing list htt