From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 18 03:52:03 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 1EE1C16A4CE for ; Sat, 18 Dec 2004 03:52:03 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8344A43D48 for ; Sat, 18 Dec 2004 03:52:02 +0000 (GMT) (envelope-from mhersant@comcast.net) Received: from [192.168.2.102] (c-24-22-136-36.client.comcast.net[24.22.136.36]) by comcast.net (sccrmhc11) with ESMTP id <2004121803520101100b2ntue>; Sat, 18 Dec 2004 03:52:02 +0000 Message-ID: <41C3A965.90400@comcast.net> Date: Fri, 17 Dec 2004 19:52:05 -0800 From: Matt User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: hackers@freebsd.org References: <6677006$110312327941c0534f330ab0.72328144@config22.schlund.de> <41C24EB5.8050603@comcast.net> <41C28BED.9070508@attglobal.net> In-Reply-To: <41C28BED.9070508@attglobal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Sat, 18 Dec 2004 03:52:03 -0000 David Scheidt wrote: > 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 > > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to > "freebsd-hackers-unsubscribe@freebsd.org" > Thanks, this worked. Application is fully functional.