Date: Tue, 9 Apr 2002 01:19:24 +0100 From: John <lists@shell.reiteration.net> To: Roger Williams <rogerw1962@hotmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: make installworld doesn't Message-ID: <20020409011924.B3939@shell.reiteration.net> In-Reply-To: <F172AwhFj3NAah6gz9O0000608a@hotmail.com>; from rogerw1962@hotmail.com on Mon, Apr 08, 2002 at 12:45:00PM -0400 References: <F172AwhFj3NAah6gz9O0000608a@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 08, 2002 at 12:45:00PM -0400, Roger Williams wrote: > more than 10 failures the "freebsd suggested way" with doing nothing > different. But dont forget to update your pw file and group file to include > the new mail user smmsp and use "mergemaster -v" at the end (this will > update your /etc dir and do MAKEDEV if needed). Many things are different > this time around. > Unfortunately, make world stuck in the *exact* same place as well :( -------------------------------------------------------------- >>> Making hierarchy -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 hierarchy cd /usr/src/etc; make distrib-dirs set - `grep "^[a-zA-Z]" /usr/src/etc/locale.deprecated`; while [ $# -gt 0 ] ; do for dir in /usr/share/locale /usr/share/nls /usr/local/share/nls; do test -d /${dir} && cd /${dir}; test -L "$2" && rm -rf "$2"; test \! -L "$1" && test -d "$1" && mv "$1" "$2"; done; shift; shift; done mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / maybe the best bet is a restore from backup? The most frustrating thing is that the process just hangs .. nothing in logs at all. The box itself carries on its merry way. However, I bet that if the box is rebooted, it won't come back up again without major surgery. Next step is to stop following stable and to redownload version plus bugfixes of 4.5. (once I discover the cvsup version syntax :)). If that fails, its the backups (which I dont really want to do as they are a month old...) -- John - jfm@reiteration.net - http://www.reiteration.net/~jfm For PGP public key finger jfm@reiteration.net or see webpage To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020409011924.B3939>