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 <gentoo-user@lists.gentoo.org>; Thu, 4 Aug 2005 01:31:45 GMT Received: by zproxy.gmail.com with SMTP id x7so182013nzc for <gentoo-user@lists.gentoo.org>; 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 <mcrute@gmail.com> 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: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> 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 <esj@harvee.org> 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:<br> * Is NFS Running<br> * Is there a firewall on either host (and if so are the ports for NFS opene= d)<br> <br> 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?<br> <br> -Mike<br><br><div><span class=3D"gmail_quote">On 8/3/05, <b class=3D"gmail_= sendername">Eric S. Johansson</b> <<a href=3D"mailto:esj@harvee.org">esj= @harvee.org</a>> wrote:</span><blockquote class=3D"gmail_quote" style=3D= "border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padd= ing-left: 1ex;"> Eric S. Johansson wrote:<br>> Michael Crute wrote:<br>><br>>> H= ave you seen the build host tutorial on the wiki?<br>>> <a href=3D"ht= tp://gentoo-wiki.com/HOWTO_Create_A_Build_Host">http://gentoo-wiki.com/HOWT= O_Create_A_Build_Host </a><br>>><br>>> -Mike<br>>><br>><br>> no I had not= . look like just what I need. also looks like putting= it<br>> in place would be faster than waiting for the current set of up= dates to<br>> finish. <br><br>setup according to the build a host directions but automounter isn'= t<br>working. It's probably a typo but it's escaping me<br><br>o= n build host:<br><br>xeno linux-2.6.10-xenU # showmount -e<br>Export list f= or xeno: <br>/usr/portage/distfiles &= nbsp; *.harvee.org<br>= /build/gentoo/i686/var/lib/portage *.har= vee.org<br>/build/gentoo/i686/usr/portage/packages *.harvee.org<br><br>shou= ld be open to any machine within my network <br><br>on build client:<br><br>harvee-xeno ~ # more /etc/autofs/auto.maste= r<br># $Id: auto.master,v 1.3 2004/12/09 08:25:48 robbat2 Exp $<br># Sample= auto.master file<br># Format of this file:<br># mountpoint map options <br># For details of the format look at autofs(8).<br>#/net /et= c/autofs/auto.net<br>#/misc /etc/autofs/auto.misc<br>#/home = ; /etc/autofs/auto.home<br><br>/misc /etc/autofs/auto.misc --timeout= =3D600 --ghost<br>harvee-xeno ~ # <br><br>harvee-xeno ~ # more /etc/autofs/auto.misc<br>distfiles = -fstype=3Dnfs,bg,hard xeno:/usr/portage/distfiles<= br>packages -fstype=3Dnfs,bg= ,hard<br>xeno:/build/gentoo/i686/usr/portage/packages<br>var_lib_portage -f= stype=3Dnfs,bg,hard xeno:/build/gentoo/i686/var/lib/portage <br><br>basically the same as the documentation. I only substitu= ted build for<br>mnt. the how-to on using automounter gives some= sketchy instructions<br>but nothing on debugging or diagnostics.<br><br>An= y suggestions or should I go dig out my circa 1992 O'Reilly NFS book? <br><br>---eric<br><br>--<br><a href=3D"mailto:gentoo-user@gentoo.org">gent= oo-user@gentoo.org</a> mailing list<br><br></blockquote></div><br><br clear= =3D"all"><br>-- <br>________________________________<br>Michael E. Crute<br= > Software Developer<br>SoftGroup Development Corporation<br><br>"In a w= orld without walls and fences, who needs windows and gates?" ------=_Part_941_1971367.1123119140560-- -- gentoo-user@gentoo.org mailing list