Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2012 01:03:21 +0200
From:      "Julian H. Stacey" <jhs@berklix.com>
To:        Gardner Bell <gardnerbell@gmail.com>
Cc:        Polytropon <freebsd@edvax.de>, freebsd-questions@freebsd.org
Subject:   Re: NFS Install 
Message-ID:  <201209132303.q8DN3LRx066722@fire.js.berklix.net>
In-Reply-To: Your message "Fri, 14 Sep 2012 00:13:39 %2B0200." <20120914001339.8e63c7b9.freebsd@edvax.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Gardner

Polytropon wrote:
> On Thu, 13 Sep 2012 11:29:47 -0400, Gardner Bell wrote:
> > What I'm wanting to do is build/installworld from my workstation to a
> > remote machine but both have different /etc/src.conf and kernel
> > configuration files.  Is there a way to define seperate files so I can
> > perform this upgrade without any errors?

I fairly often do make installs over amd+nfs,
a few gotchas to avoid getting caught on:
- I saw my link count break in /rescue so du exploded 
	(up by presumably about (137-1 x 4.7M )
  (Cant remember why, I just fixed it)
- Chflags bit me (maybe I didnt have the right stuff in
  /etc/exports on target. (I hate chflags. & often run chflags -R noschg / )
- If both might be i386, & target might < 686 eg 586 etc
  avoid source host having any files lurking in /usr/obj  
  that were built while /etc/make.conf (& included files)
  had a CFLAGS += -march=i686

Maybe practice on a local host first, where you can reach reset knob.

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com
 Reply below not above, like a play script.  Indent old text with "> ".
 Send plain text. Not: HTML, multipart/alternative, base64, quoted-printable.



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