From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 22 04:44:58 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05CFB106566B; Mon, 22 Nov 2010 04:44:58 +0000 (UTC) (envelope-from mdf356@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id B03DD8FC08; Mon, 22 Nov 2010 04:44:57 +0000 (UTC) Received: by iwn39 with SMTP id 39so8070743iwn.13 for ; Sun, 21 Nov 2010 20:44:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=hgykKcq+4jn11KY9lc47w1leJyXP7vREVCwutnVy/bU=; b=cgykVqwZCzJ2MUrrrAHjLdGqczUjvZs5wJwNi7y6aHUhVwqG4s0aRG4pIC0cPQrbbm DX597iFQU6U3wv0ytpBAFuwDu68msvglCi4ioKlePwsFZAWvb6lTp+X999kWGrBfKipr cwmSqUo6l+KTw0eO99j1Wah7WH1TAZ8tGUsPw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=xHMDgcebX4aC5KTKI5nRXGDtgnMkTNtMLLIcOuRV8PiPLOuNQSTpI525IaKzvSrEbx YItvPGjvxJLy+vNmDSPn7m4Bu86WrOvcEwIxyu6rmP9okSu3wBYIykFDL4I/cOMMiJIn OFqGGQbtWxBLbngSfG0Ge+olJsX27MlzF9/dk= MIME-Version: 1.0 Received: by 10.231.33.4 with SMTP id f4mr6276414ibd.147.1290401095033; Sun, 21 Nov 2010 20:44:55 -0800 (PST) Sender: mdf356@gmail.com Received: by 10.231.21.35 with HTTP; Sun, 21 Nov 2010 20:44:54 -0800 (PST) In-Reply-To: References: <733F67DF-6392-4F2E-9249-627F2F355F2A@gsoft.com.au> Date: Sun, 21 Nov 2010 20:44:54 -0800 X-Google-Sender-Auth: 6LEJpF6y5gSh-RMkTyMCNNV5tYw Message-ID: From: mdf@FreeBSD.org To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers Subject: Re: FreeBSD development on Mac OS X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2010 04:44:58 -0000 On Sun, Nov 21, 2010 at 8:02 PM, Garrett Cooper wrote= : > On Sun, Nov 21, 2010 at 7:20 PM, Daniel O'Connor = wrote: >> >> On 22/11/2010, at 13:32, mdf@freebsd.org wrote: >>> My /etc/exports file on the Mac looks like: >>> >>> /data =A0 -maproot=3Dmdf:admin =A0 =A0 =A0-network 10.211.55.0 =A0 =A0-= mask 255.255.255.0 >>> >>> as that's the IP range that parallels is using for its virtual machines= . >>> >>> But when I try to mount from FreeBSD (as root) I get this error: >>> >>> RPCPROG_MNT: RPC: Authentication error; why =3D Client credential too w= eak >> >> I just tried this on my MBP with parallels and it worked fine - I had ma= proot=3D0:0 though. >> >> Also, I mounted /Users - don't know if it makes a difference or if there= is some other thing that needs tweaking first. > > =A0 =A0In short, look at /var/log/messages on the Macbook to see what RPC > isn't happy with [1]. > HTH, > -Garrett > > 1. http://www.freebsddiary.org/nfs.php maproot=3D0:0 gives me the same error. There is no /var/log/messages on the mac, or at least not on mine. A grep for things like "credential" shows no hits anywhere in /var/log; a grep for mountd in /var/log/*.log only has hits in launchd-shutdown.log. A grep for nfsd in /var/log/*.log doesn't *seem* to have anything useful, just a few in appfirewall.log about nfsd listening on various ports. Even with the firewall off I get the same "Client credential too weak" error. I get the same error when I change /etc/exports on the Mac and /etc/fstab on the FreeBSD VM to /Users/mdf. So... I'm pretty stumped. Thanks, matthew