Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2011 21:07:38 -0500
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        Zantgo <zantgo@gmail.com>
Cc:        "freebsd-questions@FreeBSD.org" <freebsd-questions@freebsd.org>
Subject:   Re: Problem with mergemaster-p
Message-ID:  <20111104210738.6ab7fb83@cox.net>
In-Reply-To: <BD0DC9D3-7AD9-41A3-91D8-A579BD240A8D@gmail.com>
References:  <50D1B3A8-E151-4C47-B0E7-CE1D4F1F28AC@gmail.com> <4E4C00D7-1315-4BC5-BEDA-F30DB9A6C2DE@gmail.com> <20111105022259.b663a21f.freebsd@edvax.de> <BD0DC9D3-7AD9-41A3-91D8-A579BD240A8D@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 4 Nov 2011 22:33:05 -0300
Zantgo <zantgo@gmail.com> wrote:

> Yeah!!. Thanks!, forgot to be in / usr / src.

(please don't insert spaces into pathnames; there's simply no earthly
reason for doing so, and besides that, an inadvertently place space in
certain commands can be disastrous, e.g., "rm -rf / some-dir" will
delete your entire root partition!)

As a footnote to the above:

/usr/src/Makefile is a very handy reference when you're performing a
system upgrade.  You don't need any special tools to access it, so it's
readily available to look at even in single-user mode.

cd /usr/src
more Makefile
(scroll down a bit for the list of steps that need to be performed)

But it sounds to me like you need to go back and read the Handbook some
more.  Not realizing you need to cd to /usr/src before performing a
"make installworld" would seem to indicate that you need to familiarize
yourself more with the procedure and improve your understanding of
what's actually going on.

In addition, for the same reason that /usr/src/Makefile makes a handy
reference guide while performing system upgrades, it's also a good idea
to have a text-based HTML browser installed (such as lynx or links, for
example), in case you want to refer to the Handbook or other HTML-based
documentation while the GUI is unavailable.

-- 
Conrad J. Sabatier
conrads@cox.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111104210738.6ab7fb83>