On Sat, 7 Feb 2009 17:52:09 +0200, Valentin Bud <[email protected]> wrote: > elo list, > > just updated a newly installed freebsd 7.1 system and it crashed here: > > ===> rescue (install) > ===> rescue/librescue (install) > ===> rescue/rescue (install) > install -s -o root -g wheel -m 555 rescue /rescue > install: rescue: No such file or directory > *** Error code 71 > > Stop in /usr/src/rescue/rescue. > *** Error code 1
You seem to have built only parts of the source tree, i.e. because you completed a buildworld cycle when WITHOUT_RESCUE was defined. Try repeating the buildworld and installworld steps with exactly the *same* options in their environment. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
