Date: Fri, 20 Aug 1999 08:38:32 -0400 (EDT) From: Mikhail Teterin <mi@aldan.algebra.com> To: stable@freebsd.org Subject: installworld : problem 2 (parallelism: -j 2/3/4) Message-ID: <199908201238.IAA61761@guest.newton>
next in thread | raw e-mail | index | archive | help
Hello! On my dual CPU system installworld fails when run with -j flag. Buildworld is fine with `-j 8', but installworld does not handle even `-j 2'. Here is the tail of the -j2 run: ===> 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 ===> 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 ===> 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 ===> 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 I guess, everything shoud wait for sh (and some others) to install through the dependency mechanisms. This works fine on all of my single CPU machines -- the progrems, actually, do get installed one by one there. -mi 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?199908201238.IAA61761>