Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2018 17:24:00 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Justin Hibbits <chmeeedalf@gmail.com>
Cc:        Luciano Mannucci <luciano@vespaperitivo.it>, FreeBSD PowerPC ML <freebsd-ppc@freebsd.org>
Subject:   Re: Keeping Freebsd 11.2 PPC up to date
Message-ID:  <20181119172400.GB72353@FreeBSD.org>
In-Reply-To: <20181119111821.4f4d576a@ralga.knownspace>
References:  <42z7tz5gL5z1ftWX@baobab.bilink.it> <20181119170952.GA63177@FreeBSD.org> <20181119111821.4f4d576a@ralga.knownspace>

index | next in thread | previous in thread | raw e-mail

On Mon, Nov 19, 2018 at 11:18:21AM -0600, Justin Hibbits wrote:
> On Mon, 19 Nov 2018 17:09:52 +0000
> Alexey Dokuchaev <danfe@freebsd.org> wrote:
> > On Mon, Nov 19, 2018 at 01:50:43PM +0100, Luciano Mannucci wrote:
> > > I'm about to put a freebsd server in production. I've installed
> > > 11.2-RELEASE from cd. I would like to know how am I supposed to
> > > keep it up-to-date, at least security wise: "svn info /usr/src"
> > > issues:
> > > 
> > > svn: E155007: '/usr/src' is not a working copy
> > 
> > That's probably because you've selected "src" distset to be unpacked
> > during the installation.  Don't do that, instead, check it out with
> > svnline(1) if you plan to track it and/or build world from it:
> > 
> > svnline co
> > svn://svn.freebsd.org/base/<branch-you-want-to-track> /usr/src
> 
> svnlite here :)

Holy shit, I've managed to mistype that twice!  Really need to check
what's going on with my brain/muscle memory!  I also often mistype
iconv(1) as "iconf" but that's probably due to plethora of <foo>conf[ig]
stuff.

> > Alternatively, you might want to chase binary updates; in this case,
> > refer to freebsd-update(8).
> 
> Unfortunately, freebsd-update doesn't work for powerpc, being Tier2
> arch.

Oh, I didn't know that, that's quite sad. :(

./danfe


home | help

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