Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2008 21:35:46 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Bernard Dugas <bernard@dugas-family.org>
Cc:        freebsd-questions@freebsd.org, vince@unsane.co.uk
Subject:   Re: Optimising NFS for system files
Message-ID:  <495A9432.5070401@infracaninophile.co.uk>
In-Reply-To: <495A8D31.8060406@dugas-family.org>
References:  <20081216094719.EDCEE1065675@hub.freebsd.org>	<495930E4.1030501@dugas-family.org>	<20081229230115.F68805@wojtek.tensor.gdynia.pl> <495A8D31.8060406@dugas-family.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig0ADC47AE3CDE058AD70C92D4
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable

Bernard Dugas wrote:

> But :
> nfsserver# ifconfig re0 -mtu 7422
> ifconfig: -mtu: bad value
> nfsserver# ifconfig re0 -mtu 7421
> ifconfig: -mtu: bad value

Syntax error on the ifconfig command line:

% ifconfig de0=20
de0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 15=
00
	[...]
% sudo ifconfig de0 mtu 1460=20
% ifconfig de0
de0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 14=
60
        [...]
% sudo ifconfig de0 mtu 1500
% sudo ifconfig de0 -mtu 1460
ifconfig: -mtu: bad value

It's 'mtu NNNN' not '-mtu NNNN'

	Cheers,

	Matthew


--=20
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW


--------------enig0ADC47AE3CDE058AD70C92D4
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAklalDgACgkQ8Mjk52CukIx3dgCeNHUyuG9asePilTPXEky4+MEb
DtoAnAoWAQLKu1g3hDlTrr9+mKFYgaiD
=b6h0
-----END PGP SIGNATURE-----

--------------enig0ADC47AE3CDE058AD70C92D4--



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