Hi all

I have just surfed [EMAIL PROTECTED]'s arkive and could see
that some of you have replied to me first post, but didn't see the "Please
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 <[EMAIL PROTECTED]>
>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 directory
*** 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to