From owner-freebsd-stable Tue Aug 1 5: 4:30 2000 Delivered-To: freebsd-stable@freebsd.org Received: from xocah.dhs.org (s210-181-113-213.thrunet.ne.kr [210.181.113.213]) by hub.freebsd.org (Postfix) with ESMTP id 4A4DD37B938 for ; Tue, 1 Aug 2000 05:04:26 -0700 (PDT) (envelope-from tsoi@xocah.dhs.org) Received: (from tsoi@localhost) by xocah.dhs.org (8.9.3/8.9.3) id VAA43910 for freebsd-stable@freebsd.org; Tue, 1 Aug 2000 21:04:29 +0900 (KST) (envelope-from tsoi) Date: Tue, 1 Aug 2000 21:04:29 +0900 From: "H . S . YOON" To: freebsd-stable@freebsd.org Subject: Re: succeed. -_-;; Message-ID: <20000801210429.A43796@xocah.dhs.org> Reply-To: "H . S . YOON" References: <75ADD7496F0BD211ADC000104B8846CF012CEEA3@rerun.lucentctc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <75ADD7496F0BD211ADC000104B8846CF012CEEA3@rerun.lucentctc.com>; from mcambria@lucent.com on Mon, Jul 31, 2000 at 11:36:10AM -0400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 -- no signature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message