From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E0UfA-0000Bd-Is for garchives@archives.gentoo.org; Thu, 04 Aug 2005 01:36:52 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j741ZLqZ008870; Thu, 4 Aug 2005 01:35:21 GMT Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j741Vi8w011468 for ; Thu, 4 Aug 2005 01:31:45 GMT Received: by zproxy.gmail.com with SMTP id x7so182013nzc for ; Wed, 03 Aug 2005 18:32:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=a8rfcRvrrFYBDLpcV3CT6izSUitOS5bcrVTYQeBLEsEaI50NoJcOgkCgpPGXu/1/GvGQITCCu0i7YkZEhOAB3VqVQsQHqtLUx6gP8C9w7EfSXLbfXlqHPck5haXCSgJMUjj035mdBXGFUdj8vHPcxYLQcBrWQIT5zDFpQVcvkWI= Received: by 10.36.19.10 with SMTP id 10mr580461nzs; Wed, 03 Aug 2005 18:32:20 -0700 (PDT) Received: by 10.36.9.6 with HTTP; Wed, 3 Aug 2005 18:32:20 -0700 (PDT) Message-ID: <558b73fb05080318321c449dff@mail.gmail.com> Date: Wed, 3 Aug 2005 21:32:20 -0400 From: Michael Crute To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] updating mostly identical systems In-Reply-To: <42F16B43.1010307@harvee.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_941_1971367.1123119140560" References: <42F0D771.2060606@harvee.org> <20050803155432.56ad50e5@hactar.digimed.co.uk> <558b73fb05080308349b07070@mail.gmail.com> <42F0E7F5.1080906@harvee.org> <42F16B43.1010307@harvee.org> X-Archives-Salt: ef3a083f-c5b8-4e4d-968d-f99c8f222bba X-Archives-Hash: b4193242e946f9cde3931a0b571067ad ------=_Part_941_1971367.1123119140560 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hmm not to be insulting but: * Is NFS Running * Is there a firewall on either host (and if so are the ports for NFS=20 opened) If all is good there then my last think would be why not just put your moun= t=20 in fstab and skip the automounter jazz? -Mike On 8/3/05, Eric S. Johansson wrote: >=20 > Eric S. Johansson wrote: > > Michael Crute wrote: > > > >> Have you seen the build host tutorial on the wiki? > >> http://gentoo-wiki.com/HOWTO_Create_A_Build_Host > >> > >> -Mike > >> > > > > no I had not. look like just what I need. also looks like putting it > > in place would be faster than waiting for the current set of updates to > > finish. >=20 > setup according to the build a host directions but automounter isn't > working. It's probably a typo but it's escaping me >=20 > on build host: >=20 > xeno linux-2.6.10-xenU # showmount -e > Export list for xeno: > /usr/portage/distfiles *.harvee.org > /build/gentoo/i686/var/lib/portage *.harvee.org > /build/gentoo/i686/usr/portage/packages *.harvee.org >=20 > should be open to any machine within my network >=20 > on build client: >=20 > harvee-xeno ~ # more /etc/autofs/auto.master > # $Id: auto.master,v 1.3 2004/12/09 08:25:48 robbat2 Exp $ > # Sample auto.master file > # Format of this file: > # mountpoint map options > # For details of the format look at autofs(8). > #/net /etc/autofs/auto.net > #/misc /etc/autofs/auto.misc > #/home /etc/autofs/auto.home >=20 > /misc /etc/autofs/auto.misc --timeout=3D600 --ghost > harvee-xeno ~ # >=20 > harvee-xeno ~ # more /etc/autofs/auto.misc > distfiles -fstype=3Dnfs,bg,hard xeno:/usr/portage/distfiles > packages -fstype=3Dnfs,bg,hard > xeno:/build/gentoo/i686/usr/portage/packages > var_lib_portage -fstype=3Dnfs,bg,hard=20 > xeno:/build/gentoo/i686/var/lib/portage >=20 > basically the same as the documentation. I only substituted build for > mnt. the how-to on using automounter gives some sketchy instructions > but nothing on debugging or diagnostics. >=20 > Any suggestions or should I go dig out my circa 1992 O'Reilly NFS book? >=20 > ---eric >=20 > -- > gentoo-user@gentoo.org mailing list >=20 >=20 --=20 ________________________________ Michael E. Crute Software Developer SoftGroup Development Corporation "In a world without walls and fences, who needs windows and gates?" ------=_Part_941_1971367.1123119140560 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hmm not to be insulting but:
* Is NFS Running
* Is there a firewall on either host (and if so are the ports for NFS opene= d)

If all is good there then my last think would be why not just put your moun= t in fstab and skip the automounter jazz?

-Mike

On 8/3/05, Eric S. Johansson <esj= @harvee.org> wrote:
Eric S. Johansson wrote:
> Michael Crute wrote:
>
>> H= ave you seen the build host tutorial on the wiki?
>> http://gentoo-wiki.com/HOWT= O_Create_A_Build_Host
>>
>> -Mike
>>
>
> no I had not= .  look like just what I need.  also looks like putting= it
> in place would be faster than waiting for the current set of up= dates to
> finish.

setup according to the build a host directions but automounter isn'= t
working.  It's probably a typo but it's escaping me

o= n build host:

xeno linux-2.6.10-xenU # showmount -e
Export list f= or xeno:
/usr/portage/distfiles        &= nbsp;         *.harvee.org
= /build/gentoo/i686/var/lib/portage      *.har= vee.org
/build/gentoo/i686/usr/portage/packages *.harvee.org

shou= ld be open to any machine within my network

on build client:

harvee-xeno ~ # more /etc/autofs/auto.maste= r
# $Id: auto.master,v 1.3 2004/12/09 08:25:48 robbat2 Exp $
# Sample= auto.master file
# Format of this file:
# mountpoint map options
# For details of the format look at autofs(8).
#/net   /et= c/autofs/auto.net
#/misc  /etc/autofs/auto.misc
#/home = ; /etc/autofs/auto.home

/misc /etc/autofs/auto.misc --timeout= =3D600  --ghost
harvee-xeno ~ #

harvee-xeno ~ # more /etc/autofs/auto.misc
distfiles  =      -fstype=3Dnfs,bg,hard xeno:/usr/portage/distfiles<= br>packages        -fstype=3Dnfs,bg= ,hard
xeno:/build/gentoo/i686/usr/portage/packages
var_lib_portage -f= stype=3Dnfs,bg,hard xeno:/build/gentoo/i686/var/lib/portage

basically the same as the documentation.  I only substitu= ted build for
mnt.  the how-to on using automounter gives some= sketchy instructions
but nothing on debugging or diagnostics.

An= y suggestions or should I go dig out my circa 1992 O'Reilly NFS book?

---eric

--
gent= oo-user@gentoo.org mailing list




--
________________________________
Michael E. Crute Software Developer
SoftGroup Development Corporation

"In a w= orld without walls and fences, who needs windows and gates?" ------=_Part_941_1971367.1123119140560-- -- gentoo-user@gentoo.org mailing list