From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 12:15:06 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D4F416A4CE for ; Wed, 2 Feb 2005 12:15:06 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D0F943D46 for ; Wed, 2 Feb 2005 12:15:05 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id j12CJI1A060499; Wed, 2 Feb 2005 13:19:19 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id j12CJI0I060498; Wed, 2 Feb 2005 13:19:18 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Wed, 2 Feb 2005 13:19:18 +0100 From: Ruben de Groot To: John Message-ID: <20050202121918.GA59940@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , John , freebsd-questions@freebsd.org References: <20050131171519.D13065@starfire.mn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050131171519.D13065@starfire.mn.org> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-1.1 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS,J_CHICKENPOX_35,J_CHICKENPOX_53 autolearn=failed version=3.0.1 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on ei.bzerk.org cc: freebsd-questions@freebsd.org Subject: Re: Compiling/installing ports via NFS - any gotcha's? (while building linux_base-8-8.0_6, "/usr/bin/build-locale-archive: cannot lock new archive: Operation not supported") X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 12:15:06 -0000 On Mon, Jan 31, 2005 at 05:15:19PM -0600, John typed: > I don't have enough storage on my laptop for the entire ports tree > (surprise, surprise), so I'm trying to "make install" acroread > and jdk14 via NFS mounts from a bigger server. > > I'm down to trying to get the specific version of linux_base that > it wants(and I already have the linux kld loaded and linprocfs > mounted). I have rpc.statd and rpc.lockd running on both systems. What version of FreeBSD are you running? AFAIK, rpc.lockd in 4.x only handles serverside locking, not from the client. Ruben