Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Nov 1999 21:53:22 -0800 (PST)
From:      Annelise Anderson <andrsn@andrsn.stanford.edu>
To:        =?ISO-8859-1?Q?=B6=B3=B9q=A4=A7=AD=B7_Michael_Wu?= <keichii@mail.utexas.edu>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Installworld fails repeatedly
Message-ID:  <Pine.BSF.4.10.9911142148030.78403-100000@andrsn.stanford.edu>
In-Reply-To: <000f01bf2e06$3de89f40$5ad1c026@keichii>

next in thread | previous in thread | raw e-mail | index | archive | help
I don't know why this is trying to execute the sh shell instead
of installing it.

But you could go to /usr/src/bin/sh and do make install, which
will probably install the sh shell for you successfully.=20
Whether or not that works, you could use the -m switch to make,
which allows it to continue in spite of errors.  If you do this
you should definitely create a log file to read later, to see
what other errors occurred.

make -m installworld >& install.out&  (for some shells--csh,
tcsh, zsh--not for sh or bash though)

You might try it first without the -j switch; I don't think that's
going to do much for you in this case anyway.

Annelise

On Sat, 13 Nov 1999, =B6=B3=B9q=A4=A7=AD=B7 Michael Wu wrote:

> Hi guys,
>=20
>   I was rebuilding a box completely and did a
> clean install. [format hd then FTPed]
> I installed 3.3-release successfully. Thereafter,
> I immediately installed
> cvsup-bin via /stand/sysinstall and supped
> 3.3-stable.
> I edited /etc/make.conf to remove -O2 optimization
> and to have option NOSENDMAIL
> I do make -j4 buildworld, which completes fine and
> happy.
>=20
> When I do make -j4 installworld, I keep getting
> the following error:
> This problem is repeatable and I have done several
> complete reinstalls.
> The box is an old pentium100mhz, brand new 64mb
> ram and brand new 2gb hd
> The same configuration has been running 3.3-stable
> before, I just wanted to make it more secure.
> I would appreciate any help that comes my way.
> Thank you
>=20
> /usr/share/man/man1/red.1.gz ->
> /usr/share/man/man1/ed.1.gz
> /bin/red -> /bin/ed
> =3D=3D=3D> bin/expr
> install -c -s -o root -g wheel -m 555   expr /bin
> install -c -o root -g wheel -m 444 expr.1.gz
> /usr/share/man/man1
> =3D=3D=3D> bin/hostname
> install -c -s -o root -g wheel -m 555   hostname
> /bin
> install -c -o root -g wheel -m 444 hostname.1.gz
> /usr/share/man/man1
> =3D=3D=3D> bin/kill
> install -c -s -o root -g wheel -m 555   kill /bin
> install -c -o root -g wheel -m 444 kill.1.gz
> /usr/share/man/man1
> =3D=3D=3D> bin/ln
> install -c -s -o root -g wheel -m 555   ln /bin
> install -c -o root -g wheel -m 444 ln.1.gz
> /usr/share/man/man1
> install -c -o root -g wheel -m 444 symlink.7.gz
> /usr/share/man/man7
> =3D=3D=3D> bin/ls
> install -c -s -o root -g wheel -m 555   ls /bin
> install -c -o root -g wheel -m 444 ls.1.gz
> /usr/share/man/man1
> =3D=3D=3D> bin/mkdir
> install -c -s -o root -g wheel -m 555   mkdir /bin
> install -c -o root -g wheel -m 444 mkdir.1.gz
> /usr/share/man/man1
> =3D=3D=3D> bin/mv
> install -c -s -o root -g wheel -m 555   mv /bin
> install -c -o root -g wheel -m 444 mv.1.gz
> /usr/share/man/man1
> =3D=3D=3D> bin/pax
> install -c -s -o root -g wheel -m 555   pax /bin
> install -c -o root -g wheel -m 444 pax.1.gz
> /usr/share/man/man1
> =3D=3D=3D> bin/ps
> install -c -s -o root -g kmem -m 2555   ps /bin
> install -c -o root -g wheel -m 444 ps.1.gz
> /usr/share/man/man1
> =3D=3D=3D> bin/pwd
> install -c -s -o root -g wheel -m 555   pwd /bin
> install -c -o root -g wheel -m 444 pwd.1.gz
> /usr/share/man/man1
> =3D=3D=3D> bin/rcp
> install -c -s -o root -g wheel -m 4555  -fschg rcp
> /bin
> install -c -o root -g wheel -m 444 rcp.1.gz
> /usr/share/man/man1
> =3D=3D=3D> bin/rm
> install -c -s -o root -g wheel -m 555   rm /bin
> install -c -o root -g wheel -m 444 rm.1.gz
> /usr/share/man/man1
> =3D=3D=3D> bin/rmdir
> install -c -s -o root -g wheel -m 555   rmdir /bin
> install -c -o root -g wheel -m 444 rmdir.1.gz
> /usr/share/man/man1
> =3D=3D=3D> bin/sh
> install -c -s -o root -g wheel -m 555   sh /bin
> Could not execute shell
> *** Error code 1
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
>=20
>=20
>=20
>=20
>=20
>=20
>=20
> Michael Chin-Yuan Wu <keichii@mail.utexas.edu>
> =B9]=A4M=B6Q=A4@=B3=CE=A1M=B9=DA=B7Q=B8u=A8}=B9=CF=A1C
> Strive for the very best, the outcome is not
> important.
> FreeBSD - Service Pack FFFF For NT / Ultimate
> Patch for Linux
> --
>=20
>=20
>=20
>=20
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
>=20



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9911142148030.78403-100000>