From owner-freebsd-questions Tue Apr 7 18:47:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14060 for freebsd-questions-outgoing; Tue, 7 Apr 1998 18:47:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from topgun.asiapac.net ([202.188.0.106]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14054 for ; Tue, 7 Apr 1998 18:46:58 -0700 (PDT) (envelope-from hlwong@asiapac.net) Received: from neverland.asiapac.net ([202.188.0.68]) by topgun.asiapac.net (Netscape Mail Server v2.0) with SMTP id AAA5839 for ; Wed, 8 Apr 1998 09:45:28 +0800 Message-Id: <3.0.3.32.19980408094536.008d0210@mail.asiapac.net> X-Sender: hlwong@mail.asiapac.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Wed, 08 Apr 1998 09:45:36 +0800 To: questions@FreeBSD.ORG From: Wong Horn Lim Subject: Problem of upgrade from 2.2.5_RELEASE to 2.2.6_RELEASE Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Guys, Recently I got the step by step guide on how to upgrade my freebsd 2.2.5-Release to 2.2.6-Release, and and I attach the guide below. The problem I am having is on step #7, 'make world', it fill up my /usr partition, and here is the the last few line of error message I got --------------------------------- ===> usr.bin/rlogin cc -nostdinc -O -Wall -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.bin/r login/rlogin.c /usr: write failed, file system is full /var/tmp/ccVK5098.s: Assembler messages: /var/tmp/ccVK5098.s:1463: Failed to emit an object byte: No space left on device /var/tmp/ccVK5098.s:1463: Fatal error:Can't continue *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. -------------------------------------- When I install 2.2.5-release, I am installing with source and XFreeBSD, and I have allocated 400MB for /usr partition and 250M for /usr/local Before the upgrade, the /usr is only used about 60% and about 30% for /usr/local, but during the upgrading process, my /usr is fill up, so anyone know how to continue my upgrading or any files I can delete or move to other partition (/home -- I have 1G of space) I try not to re-install 2.2.5 from my CD until i have no other choice. Please cc a copy of your reply to me if you reply to the mailing list. Thanks. Horn Wong Step by step guide to upgrade from 2.2.5-release to 2.2.6-release ====================================================== 1. pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsupit.tgz 2. Say yes to everything except to do the Update and the firewall, ports as you wish... 3. vi /etc/cvsupfile 4. change RELENG_2_2 to RELENG_2_2_6_RELEASE 5. cvsup -L 2 -g /etc/cvsupfile 6. cd /usr/src 7. make world (do not reboot afterwards, this takes a long time). 8. backup /etc/ (cd /etc; tar cvf /tempdir/etcback.tar) 9. cd /usr/src/sys/i386/conf 10. cp GENERIC MYKERNEL (your kernel) 11. vi MYKERNEL (edit as desired) 12. config MYKERNEL 13. cd ../../compile/MYKERNEL 14. make depend; make; make install 15. cd /usr/obj/etc (not sure on this one, pulling from memory) 16. rm master.passwd, group, rc.conf (look at this one and merge where necessary), and whichever other files you have modified. 17. copy to /etc the rest (with subdirectories). 18. vi /etc/fstab 19. change wd0a to wd0s1a 20. reboot the beast ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message