Re: recurring installworld problem

2003-11-17 Thread masta
Scott Likens wrote: > On Mon, 2003-11-17 at 16:19, Aron HÃ¥kanson wrote: > >>Tis 2003-11-18 klockan 00.25 skrev [EMAIL PROTECTED]: >>>cvsup >>>make buildworld >>>make buildkernel >>>make installkernel >>>-- reboot -- >>>make installworld >>> >>... >>>/usr/src/bin/csh/../../contrib/tcsh/comple

Re: recurring installworld problem

2003-11-17 Thread Aron Håkanson
Tis 2003-11-18 klockan 01.45 skrev Scott Likens: > On Mon, 2003-11-17 at 16:19, Aron Håkanson wrote: > > Tis 2003-11-18 klockan 00.25 skrev [EMAIL PROTECTED]: > > > Hey all... > > > > > > Been trying to get 5.1-CURRENT installed since thursday. > > > > > > This is my procedure: > > > > > > cvsup

Re: recurring installworld problem

2003-11-17 Thread Scott Likens
On Mon, 2003-11-17 at 16:19, Aron HÃ¥kanson wrote: > Tis 2003-11-18 klockan 00.25 skrev [EMAIL PROTECTED]: > > Hey all... > > > > Been trying to get 5.1-CURRENT installed since thursday. > > > > This is my procedure: > > > > cvsup > > make buildworld > > make buildkernel > > make installkernel

Re: recurring installworld problem

2003-11-17 Thread Michael Collette
That's exactly opposite of what UPDATING states. I don't intend to nit pick the point, but I'm about to dig back into this tonight and I'm curious as to which order to run things in. According the the note in UPDATING, you should build world, build and install kernel, reboot, then lastly insta

Re: recurring installworld problem

2003-11-17 Thread Aron Håkanson
Tis 2003-11-18 klockan 00.25 skrev [EMAIL PROTECTED]: > Hey all... > > Been trying to get 5.1-CURRENT installed since thursday. > > This is my procedure: > > cvsup > make buildworld > make buildkernel > make installkernel > -- reboot -- > make installworld > > This is the error I've been gettin

Re: recurring installworld problem

2003-11-17 Thread Lanny Baron
Hey, 1) cvsup 2) make buildworld 3) make installworld 4) make kernel KERNCONF=KERNNAME or cd /sys/i386/conf; config KERNNAME cd ../compile/KERNNAME make depend && make && make install && shutdown -r now POOF! Your done :) Hope that helps. Lanny On Mon, 2003-11-17 at 18:25, [EMAIL PROTECTED] wr

recurring installworld problem

2003-11-17 Thread freebsd
Hey all... Been trying to get 5.1-CURRENT installed since thursday. This is my procedure: cvsup make buildworld make buildkernel make installkernel -- reboot -- make installworld This is the error I've been getting (probably 25x since thursday... yes.. 25 fresh installs since then) ===> bin/rc