From owner-freebsd-sparc64@FreeBSD.ORG Sun Apr 22 07:09:13 2007 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94F5A16A400 for ; Sun, 22 Apr 2007 07:09:13 +0000 (UTC) (envelope-from carton@Ivy.NET) Received: from sakima.Ivy.NET (sakima.Ivy.NET [69.31.131.60]) by mx1.freebsd.org (Postfix) with ESMTP id 42A8813C46A for ; Sun, 22 Apr 2007 07:09:11 +0000 (UTC) (envelope-from carton@Ivy.NET) Received: from castrovalva.Ivy.NET (castrovalva.Ivy.NET [69.31.131.61]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by sakima.Ivy.NET (Postfix) with ESMTP id 3BC2B2FF65 for ; Sun, 22 Apr 2007 03:09:06 -0400 (EDT) Received: by castrovalva.Ivy.NET (Postfix, from userid 405) id D11FF12FB03; Sun, 22 Apr 2007 03:09:05 -0400 (EDT) To: freebsd-sparc64@freebsd.org References: <6d7d37410704211612u712d29ebl4722232ce8d0111d@mail.gmail.com> <6d7d37410704211742p2340707cpf27fd280a2d0f353@mail.gmail.com> From: Miles Nordin MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Sun_Apr_22_03:09:05_2007-1"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Sun, 22 Apr 2007 03:09:05 -0400 In-Reply-To: <6d7d37410704211742p2340707cpf27fd280a2d0f353@mail.gmail.com> (Didrik Madheden's message of "Sun, 22 Apr 2007 02:42:11 +0200") Message-ID: User-Agent: T-gnus/6.17.2 (based on No Gnus v0.2) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.4 (alpha--netbsd) MULE/5.0 (SAKAKI) Subject: Re: Netbooting Sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Apr 2007 07:09:13 -0000 --pgp-sign-Multipart_Sun_Apr_22_03:09:05_2007-1 Content-Type: text/plain; charset=US-ASCII >>>>> "dm" == Didrik Madheden writes: dm> I don't really know how to manage NFS. oh it's very easy, except for the locking stuff which can be a pest. see the man pages for exports(5), mount_nfs(8), and showmount(8). Edit /etc/exports, and add to /etc/rc.conf: rpcbind_enable=YES nfs_server_enable=YES mountd_enable=YES rpc_statd_enable=YES rpc_lockd_enable=YES start all that stuff (ex. by rebooting), and then use 'showmount -e localhost' to make sure it's working. Once it's running, whenever you change /etc/exports, there's no need to reboot. Instead incant '/etc/rc.d/mountd reload'. dm> Also, another problem is that I'm using my router for DHCP, ok? problem? dm> is there any way of doing this without giving extra options dm> via DHCP? no? --pgp-sign-Multipart_Sun_Apr_22_03:09:05_2007-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (NetBSD) iQCVAwUARisKEYnCBbTaW/4dAQL2MQP/QF3qHlGszNJSyeuVSgAN/6HJ0bgWC103 4VBMAXkaM4a9OpWLx7lxxkREc+ORxgSomaf6jQKRJt0DukXfkwfRAjTBYypVN3nS 7Z2ubxT4WcIU8j2Nx/5soIO4p6SgTorNyAm75irEfziUe9jMhPGCiuSh4sO3IeWm azTQhdKcA3w= =scDs -----END PGP SIGNATURE----- --pgp-sign-Multipart_Sun_Apr_22_03:09:05_2007-1--