Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 2004 21:05:44 -0400
From:      Parv <parv@pair.com>
To:        Max Clements <clementsm@africanchildrenschoir.com>
Cc:        questions@freebsd.org
Subject:   Re: Installworld fails...
Message-ID:  <20040429010544.GC1507@moo.holy.cow>
In-Reply-To: <4090383D.4060409@africanchildrenschoir.com>
References:  <4090383D.4060409@africanchildrenschoir.com>

next in thread | previous in thread | raw e-mail | index | archive | help
in message <4090383D.4060409@africanchildrenschoir.com>,
wrote Max Clements thusly...
>
> I know I am overlooking something obvious with this question but some 
> other eyes would probably spot the error in a sec. My installworld is 
> failing as follows:
> 
> mkdir -p /tmp/install.45460
> for prog in [ awk cap_mkdb cat chflags chmod chown  date echo egrep find 
> grep  ln make makewhati
> s mkdir mtree mv perl pwd_mkdb rm sed sh sysctl  test true uname wc zic; 
> do  cp `which
> $prog` /tmp/install.45460;  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
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.

Did you have /tmp mounted read+write befoere starting the install?
Well, that has been the operator error whenever installworld fails
here (w/ similar message).


  - Parv

-- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040429010544.GC1507>