From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 17 07:34:09 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D18B416A4CE for ; Fri, 17 Dec 2004 07:34:09 +0000 (GMT) Received: from rockridge.uits.indiana.edu (rockridge.uits.indiana.edu [129.79.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 764AE43D55 for ; Fri, 17 Dec 2004 07:34:09 +0000 (GMT) (envelope-from dmschei@attglobal.net) Received: from mail-relay.iu.edu (logchain.uits.indiana.edu [129.79.1.77]) iBH7Y5e0015498; Fri, 17 Dec 2004 02:34:06 -0500 (EST) Received: from [10.0.1.4] (scheidt-rout.canopy.nd.edu [129.74.98.169] (may be forged)) (authenticated bits=0)iBH7Y5sY018771; Fri, 17 Dec 2004 02:34:05 -0500 (EST) Message-ID: <41C28BED.9070508@attglobal.net> Date: Fri, 17 Dec 2004 02:34:05 -0500 From: David Scheidt User-Agent: Mozilla Thunderbird 0.9 (X11/20041203) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matt References: <6677006$110312327941c0534f330ab0.72328144@config22.schlund.de> <41C24EB5.8050603@comcast.net> In-Reply-To: <41C24EB5.8050603@comcast.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org Subject: Re: nfs within jail X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 07:34:09 -0000 Matt wrote: > stefan.schmidt@stadtbuch.de wrote: > >> Matt, >> >> there's nfsshell, an FTP-like client. >> just google for nfsshell. >> >> Won't help in case of NFS4, I guess :-( >> >> Stefan >> >> >> > Thanks. I'd like to try the nfsshell, but I can't get it to build. > It doesn't appear to be a port either. I'm an amateur C coder at > best. Could someone take a quick look? It's a very small program. > Sources are here: http://www.cs.vu.nl/pub/leendert/nfsshell.tar.gz > Release doesn't use autoconfig. Build dies with error: > > nfs.c:53:27: sys/sysmacros.h: No such file or directory > Commenting this line out is sufficent to compile. You then need to change the LIBS line in the make file, removing -lsocket, -lnsl, and -lrpcsoc. That's enough to make it link. I'm unable to actually see if it'll work, though. David