From owner-freebsd-questions@FreeBSD.ORG Tue Sep 1 23:11:27 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D55610656F8 for ; Tue, 1 Sep 2009 23:11:27 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: from mail-yw0-f191.google.com (mail-yw0-f191.google.com [209.85.211.191]) by mx1.freebsd.org (Postfix) with ESMTP id 4A5C88FC18 for ; Tue, 1 Sep 2009 23:11:27 +0000 (UTC) Received: by ywh29 with SMTP id 29so580255ywh.33 for ; Tue, 01 Sep 2009 16:11:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Qso8kjvBsNpETAk45SCatH904as/XJK2vwN0F3oh6Gg=; b=hP7hwZcLR1z/YHruFkYiN7OvSXgUDClHf3qbAP9Ksi+EhqDDgAyq7juEoSrorTGFqq uYQgi6y5380/ClK1+7Is7SEOa2yk81W7KcVHg/9d7htqmjWPGTlH/OexDlnn4/rJ2Hzm Cg5XdJdGT2hf6ZmtMWyPk33+O64e1unh+biLo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=H29AACnIx5bh9tW6JVVdNmyzWNgj26ZC0z/57LCyPy3D48XbDQQkq+3PdFxbMaM/BP cCi+W94heHcw9HlUBw9FZ+IqsS9IUu7gLblCSw8jrK64WJ+YIu1s2yd9dVzP6kUJoVj8 7xeLI79PxuX40qcWqoYmll9+0c8Z5P4WGmwBI= MIME-Version: 1.0 Received: by 10.150.235.8 with SMTP id i8mr11344000ybh.309.1251845438725; Tue, 01 Sep 2009 15:50:38 -0700 (PDT) In-Reply-To: References: Date: Tue, 1 Sep 2009 15:50:36 -0700 Message-ID: <57d710000909011550y5fa19a7ex821cf7ec9d6573f5@mail.gmail.com> From: pete wright To: patrick Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions Subject: Re: Mounting an NFS volume served by Mac OS X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2009 23:11:27 -0000 On Tue, Sep 1, 2009 at 3:20 PM, patrick wrote: > I'm wondering if anyone has had any success in mounting an NFS export > from a Mac OS X machine on FreeBSD 7.2? When I try, I get: > > RPCPROG_MNT: RPC: Authentication error; why =3D Client credential too wea= k > > The man page for exports on Mac OS X has: > > =A0 =A0 -sec=3Dmechanism1:mechanism2... This option specifies one or more > security mechanisms > =A0 =A0 required for access to the exported directory. =A0The security > mechanisms currently > =A0 =A0 supported are krb5p, krb5i, krb5, and sys. =A0Multiple security > mechanisms can be spec- > =A0 =A0 ified as a colon separated list, and should be in the order of > most preferred to > =A0 =A0 least preferred. =A0In the absence of this option, the security > mechanism defaults to > =A0 =A0 sys. > > > My export does not specify this, so "sys" is what is being used. Not > exactly sure what that means... I don't see any options in > mount_nfs(8) on the FreeBSD side that has anything to do with > authentication or security mechanisms... > > Any suggestions would be greatly appreciated! > which version of NFS are you using on the server side, which version are you attempting to use on the client side. also, it may be helpful if you post your /etc/exports file from your server (or what ever configuration you are using on the OSX server) and your mount command that is failing. -pete --=20 pete wright www.nycbug.org