From owner-freebsd-questions Thu Mar 6 7: 1:43 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 515FE37B401 for ; Thu, 6 Mar 2003 07:01:41 -0800 (PST) Received: from smtp030.tiscali.dk (smtp030.tiscali.dk [212.54.64.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C58A43FE1 for ; Thu, 6 Mar 2003 07:01:39 -0800 (PST) (envelope-from dslb@tiscali.dk) Received: from cpmail.dk.tiscali.com (mail.tiscali.dk [212.54.64.159]) by smtp030.tiscali.dk (8.12.5/8.12.5) with ESMTP id h26F1VKe007331 for ; Thu, 6 Mar 2003 16:01:37 +0100 (MET) Received: from [212.242.239.73] by cpmail.dk.tiscali.com with HTTP; Thu, 6 Mar 2003 16:00:31 +0100 Date: Thu, 6 Mar 2003 16:00:31 +0100 Message-ID: <3E4A973500004762@cpfe6.be.tisc.dk> From: dslb@tiscali.dk Subject: Re: Make installworld problem (4.7) To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all I have just surfed FreeBSD-questions@freebsd.org's arkive and could see that some of you have replied to me first post, but didn't see the "Pleas= e CC to me as I am not on the list" remark. So I will answer you now, that I have seen the mails. >From: taxman >Did single user mode help you? Sadly no :-) >From: Lowell Gilbert >Looks like one of those programs isn't there. >Can you find them in the obj tree? I will show you what is in: /usr/obj/usr/src/bin /bin and /usr/src/bin /usr/obj/usr/src/bin cat dd hostname pax rmdir chio df kill ps sh chmod domainname ln pwd sleep cp echo ls rcp stty csh ed mkdir rm sync date expr mv rmail test /bin [ dd kill ps rmdir cat df link pwd sh chio domainname ln rcp sleep chmod echo ls realpath stty cp ed mkdir red sync csh expr mv rm tcsh date hostname pax rmail unlink /usr/src/bin Makefile date hostname ps sleep Makefile.inc dd kill pwd stty cat df ln rcp sync chio domainname ls rm test chmod echo mkdir rmail cp ed mv rmdir csh expr pax sh When I "make installworld" I get a dir in /tmp with these files: loadmaster# cd /tmp/install.218/ [ chown grep mv sh awk date ln perl sysctl cat echo make pwd_mkdb chflags egrep makewhatis rm chmod find mtree sed If we take a look at the error message again: mkdir -p /tmp/install.218 for prog in [ awk cat chflags chmod chown date echo egrep find grep ln make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.218; done usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN director= y *** Error code 64 It seems like there is a problem when copying "test"? Hope this makes sence to some of you. br socketd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message