From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 22 03:02:48 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 E2757106564A for ; Mon, 22 Nov 2010 03:02:48 +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 AA7F78FC08 for ; Mon, 22 Nov 2010 03:02:48 +0000 (UTC) Received: by iwn39 with SMTP id 39so7986832iwn.13 for ; Sun, 21 Nov 2010 19:02:48 -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:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=Dg2YMoaYFA9u6FXLPAKFuibm2TXY9glD026QaWFNXqA=; b=tLZre3CqyvAWmccvn3MJuGNQzjx0ovSzWZW7zsQHB5EJ+p9VNS4uZaCAjxaW+wRmQv J/DTymza/ZRDX5ehnF6TzgEwRHtM8/0pgGocgSszvuDQ3M7iNM9Q25yOyqqqlEqhbj+1 jryjxCisQkX1qxXXqsTaNHUzemhbhJDqMjwK0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=c8m43WU9f1OPjm3Cha8ErGSbgCgbTRX6uwEszzf8PL/g0nv5MVlQQqA5f28FAbf5mH DbHoxrxdUnxu5aN/ZbsQzSkUXFmI2Wu8HL5v/04pOeYLHfr23mzbZp6M4Aybe3XwU55x veCPBUTPrVWReNPRDW01cup0PKraMjvELCCKA= MIME-Version: 1.0 Received: by 10.231.156.139 with SMTP id x11mr6307404ibw.22.1290394967844; Sun, 21 Nov 2010 19:02:47 -0800 (PST) Sender: mdf356@gmail.com Received: by 10.231.21.35 with HTTP; Sun, 21 Nov 2010 19:02:47 -0800 (PST) Date: Sun, 21 Nov 2010 19:02:47 -0800 X-Google-Sender-Auth: _hpHqCqi6BxFrgwXk6nqB2eE1GE Message-ID: From: mdf@FreeBSD.org To: freebsd-hackers Content-Type: text/plain; charset=ISO-8859-1 Subject: 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 03:02:49 -0000 (Taking to -hackers by request) My old (Ubuntu) laptop died and I have replaced it with a Macbook Air. I know from visual inspection at BSDCan that 50% of the attending developers own a Mac laptop of some kind. However, I've been a bit stumped on how to share the source code from my Mac with the FreeBSD virtual machine. When I was using Linux it was relatively easy; I exported a directory and mounted it with NFS. Using my Mac as a NFS server hasn't yet worked. The google is mostly coming up empty for me in terms of help. My /etc/exports file on the Mac looks like: /data -maproot=mdf:admin -network 10.211.55.0 -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 = Client credential too weak Again, the google hits for this error message haven't given me anything helpful. I tried taking out the maproot option but I get the same error. Immediately after a "nfsd restart" I get a RPCPROG_NFS: RPC: Program not registered error, but that clears up and then I'm back to Client credential too weak. I don't know if this is a client or server issue, but I don't recall that I'm doing anything differently on the FreeBSD VM side except that I'm trying it through Parallels instead of VMware or VirtualBox at the moment. So... any thoughts as to what else I need to do on the server side? Thanks, matthew