From owner-freebsd-doc@FreeBSD.ORG Mon Feb 9 13:40:29 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C2CB16A4CE for ; Mon, 9 Feb 2004 13:40:29 -0800 (PST) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE4743D1D for ; Mon, 9 Feb 2004 13:40:29 -0800 (PST) (envelope-from setantae@submonkey.net) Received: from cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com ([81.103.67.204] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.30; FreeBSD) id 1AqJ8l-000BR0-Vx; Mon, 09 Feb 2004 21:40:28 +0000 Received: from setantae by shrike.submonkey.net with local (Exim 4.30; FreeBSD) id 1AqJ8j-000MTx-QP; Mon, 09 Feb 2004 21:40:25 +0000 Date: Mon, 9 Feb 2004 21:40:25 +0000 From: Ceri Davies To: Rob Message-ID: <20040209214025.GI449@submonkey.net> Mail-Followup-To: Ceri Davies , Rob , freebsd-doc@freebsd.org References: <402624E2.8010607@users.sourceforge.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qVHblb/y9DPlgkHs" Content-Disposition: inline In-Reply-To: <402624E2.8010607@users.sourceforge.net> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: freebsd-doc@freebsd.org Subject: Re: Handbook 19.7 Diskless Operation: bug in configuring swap text X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 21:40:29 -0000 --qVHblb/y9DPlgkHs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 08, 2004 at 09:00:34PM +0900, Rob wrote: >=20 > Hi, >=20 > Section "19.7.1.6 Configuring Swap", on diskless operation, has a mistake, > that drove me almost crazy. It says there: >=20 > ---------------------------------------------------------------- >=20 > /etc/bootptab would use the following syntax instead: >=20 > T128=3D"192.168.4.4:/netswapvolume/netswap":T129=3D64000 >=20 > ---------------------------------------------------------------- >=20 > The T129 here is totally wrong, because this T129 is a syntax error and= =20 > stops > bootpd from working properly! >=20 > The syntax for Tn tag is something like: > n is an RFC1084 vendor field tag number [...] The generic data may be > represented as either a stream of hexadecimal numbers or as a quoted= =20 > string > of ASCII characters. > So the second line above should be replaced by: >=20 > T128=3D"192.168.4.4:/netswapvolume/netswap":T129=3D0000fa00 Rob, would an equivalent be: T128=3D"192.168.4.4:/netswapvolume/netswap":T129=3D"64000" I think that would be clearer for most users. Ceri --=20 --qVHblb/y9DPlgkHs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAJ/5JocfcwTS3JF8RAq1xAKCTGtfQqkF796iEgc9ibUaLZIEfnwCdGlnc ACFdIQ2do5QQKnsnD2NkVy4= =84qc -----END PGP SIGNATURE----- --qVHblb/y9DPlgkHs--