Date: Tue, 1 Aug 2000 21:04:29 +0900 From: "H . S . YOON" <tsoi@xocah.dhs.org> To: freebsd-stable@freebsd.org Subject: Re: succeed. -_-;; Message-ID: <20000801210429.A43796@xocah.dhs.org> In-Reply-To: <75ADD7496F0BD211ADC000104B8846CF012CEEA3@rerun.lucentctc.com>; from mcambria@lucent.com on Mon, Jul 31, 2000 at 11:36:10AM -0400 References: <75ADD7496F0BD211ADC000104B8846CF012CEEA3@rerun.lucentctc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I succeeded! My step is like this.. 1. CVSuped to RELENG_4 && 'CFLAGS= -O -pipe' 'USA_RESIDENT=NO' in /etc/make.conf ( i'm not an American ) 2. cd /usr/src ; make buildworld 3. cd /usr/src/sys/i386/conf ; cp GENERIC MYKERNEL && configure MYKERNEL ; cd /usr/src ; make buildkernel KERNEL=MYKERNEL ; make installkernel KERNEL=MYKERNEL 4. cd /usr/src/sys/modules ; make install --> failed but i skipped this step 5. cd /usr/src/sbin/mknod ; make install ; make install 6. cp /usr/src/etc/MAKEDEV /dev ; sh MAKEDEV all ; ( MAKEDEV your own slice. see your own /etc/fstab ) ; change 'wd' to 'ad' in /etc/fstab 7. reboot to single user ( boot -s ) ; mount your partition with rw ( ex. /, /usr, /var, /home, etc. ) 8. cd /usr/src/gnu/usr.bin/texinfo/install-info ; make install 9. cd /usr/src ; make installworld ( if happen any ld-elf.so warning, do 'ldconfig -R /usr/obj/usr/src/lib/libc' and 'make installworld' again. ) 10. mergemaster 11. reboot( to nomal booting ) This is the steps are described in /usr/src/UPDAING. -_-; Thanx for all who have given his hands to me. Best regards, Tsoi. Thus spake Cambria, Mike (mcambria@lucent.com) ::::: : I agree. I just updated 2 machines last night. A Pentium from 3.5-Stable : and a PIII from 3.4-Stable. I had the make installworld problem on both, : but UPDATING expected the exact problem I had and suggested using ldconfig, : then redoing installworld. : : The only other snag I hit (on both systems) was on the "make install" step : for /usr/src/sys/modules. I hit a problem many others had on the -stable : mailing list. I haven't seen an "official" answer on the list yet. What I : did was just skipped this step until I was done with everything else. Then : running 4.1-Stable in multiuser mode, I simply went into : /usr/src/sys/modules, did make, then make install. : : MikeC : : Michael C. Cambria AVAYA Communication : Formerly Lucent Technologies Enterprise : Networks Group : Voice: (978) 287 - 2807 300 Baker Avenue : Fax: (978) 287 - 2810 Concord, Massachusetts 01742 : Internet: mcambria@avaya.com <mailto:mcambria@avaya.com> -- no signature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000801210429.A43796>