Valentin Bud said: > 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 > > Stop in /usr/src/rescue. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > I have updated the sources using the csup method then > # make buildkernel KERNCONF=CUSTOMISED > # make installkernel KERNCONF=CUSTOMISED > # mergemaster -p > reboot > #make installworld >
Was this during buildworld or installworld? > # uname -a > FreeBSD server.xxx.com 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Sat Feb 7 > 15:47:11 EET 2009 > > # ls -al / > output omitted for brevity > ... > drwxr-xr-x 2 root wheel 2560 Feb 7 14:54 rescue > > # ls -al /usr/src/rescue > total 12 > drwxr-xr-x 4 root wheel 512 Feb 7 13:45 . > drwxr-xr-x 22 root wheel 512 Feb 7 13:50 .. > -rw-r--r-- 1 root wheel 133 Nov 25 04:59 Makefile > -rw-r--r-- 1 root wheel 1603 Nov 25 04:59 README > drwxr-xr-x 2 root wheel 512 Feb 7 13:45 librescue > drwxr-xr-x 2 root wheel 512 Feb 7 13:45 rescue > > Now the question is what can i do next? > What does `ls -al /rescue' show? Regards, -- Glen Barber _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
