From owner-freebsd-current Wed Dec 30 18:26:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA05591 for freebsd-current-outgoing; Wed, 30 Dec 1998 18:26:01 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gina.swimsuit.internet.dk (pm35-20.image.dk [194.234.182.148]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA05574 for ; Wed, 30 Dec 1998 18:25:59 -0800 (PST) (envelope-from root@swimsuit.internet.dk) Received: from gina.swimsuit.internet.dk (gina.swimsuit.internet.dk [192.168.0.14]) by gina.swimsuit.internet.dk (8.9.1/8.9.1) with ESMTP id BAA79003 for ; Thu, 31 Dec 1998 01:45:12 +0100 (CET) (envelope-from root@swimsuit.internet.dk) Date: Thu, 31 Dec 1998 01:45:12 +0100 (CET) From: Leif Neland To: current@FreeBSD.ORG Subject: Upgrading slave Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running current on "master", a pentium II, and want to uprade "slave", a 486 to the same level. It also runs 3.0, but a few weeks earlier. I have done make world on "master", and then did mount_nfs master:/usr/src /usr/src mount_nfs master:/usr/obj /usr/obj cd /usr/src make installworld However, it fails: ===> include/rpcsvc install -C -o root -g wheel -m 444 /usr/src/include/rpcsvc/yp_prot.h /usr/src/include/rpcsvc/ypclnt.h /usr/src/include/rpcsvc/nis_db.h /usr/src/include/rpcsvc/nis_tags.h /usr/src/include/rpcsvc/nislib.h /usr/src/include/rpcsvc/bootparam_prot.x /usr/src/include/rpcsvc/key_prot.x /usr/src/include/rpcsvc/klm_prot.x /usr/src/include/rpcsvc/mount.x /usr/src/include/rpcsvc/nfs_prot.x /usr/src/include/rpcsvc/nlm_prot.x /usr/src/include/rpcsvc/rex.x /usr/src/include/rpcsvc/rnusers.x /usr/src/include/rpcsvc/rquota.x /usr/src/include/rpcsvc/rstat.x /usr/src/include/rpcsvc/rwall.x /usr/src/include/rpcsvc/sm_inter.x /usr/src/include/rpcsvc/spray.x /usr/src/include/rpcsvc/yppasswd.x /usr/src/include/rpcsvc/yp.x /usr/src/include/rpcsvc/ypxfrd.x /usr/src/include/rpcsvc/ypupdate_prot.x /usr/src/include/rpcsvc/nis.x /usr/src/include/rpcsvc/nis_cache.x /usr/src/include/rpcsvc/nis_object.x /usr/src/include/rpcsvc/nis_callback.x /usr/src/include/rpcsvc/crypt.x key_prot.h klm_prot.h mount.h nfs! _prot.h nlm_prot.h rex.h rnusers.h rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h ypxfrd.h ypupdate_prot.h nis.h nis_cache.h nis_callback.h bootparam_prot.h crypt.h /usr/include/rpcsvc install -C -o root -g wheel -m 444 key_prot.h /usr/include/rpc ===> lib ===> lib/csu/i386-elf install -c -o root -g wheel -m 444 crt1.o /usr/lib/crt1.o install -c -o root -g wheel -m 444 crtbegin.o /usr/lib/crtbegin.o install -c -o root -g wheel -m 444 crtend.o /usr/lib/crtend.o install -c -o root -g wheel -m 444 crti.o /usr/lib/crti.o install -c -o root -g wheel -m 444 crtn.o /usr/lib/crtn.o install -c -o root -g wheel -m 444 gcrt1.o /usr/lib/gcrt1.o install -c -o root -g wheel -m 444 crtbegin.so /usr/lib/crtbeginS.o install -c -o root -g wheel -m 444 crtend.so /usr/lib/crtendS.o ===> lib/libcom_err install -C -o root -g wheel -m 444 /usr/src/lib/libcom_err/com_err.h /usr/include install -c -o root -g wheel -m 444 libcom_err.a /usr/lib install -c -o root -g wheel -m 444 libcom_err_p.a /usr/lib install: libcom_err_p.a: No such file or directory *** Error code 71 Stop. *** Error code 1 Script done on Thu Dec 31 01:29:04 1998 I have even in desperation done rdist -c /usr root@slave (it took a few hours), but it fails the same place. The kernel is out of sync, because I get "ps: proc size mismatch", but I can't seem to get it in sync, when installworld fails. I'd rather not do a make world on "slave", because it is a 486 with 8MB ram... I am a little hesitant to upgrade it, because I don't think I can use a VLB Adaptec in the newer motherboards... Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message