From owner-freebsd-stable@FreeBSD.ORG Mon Aug 14 17:29:05 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EC6316A4DD for ; Mon, 14 Aug 2006 17:29:05 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9675743D46 for ; Mon, 14 Aug 2006 17:29:04 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (nefezk@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id k7EHSv3H097756 for ; Mon, 14 Aug 2006 19:29:03 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id k7EHSvww097755; Mon, 14 Aug 2006 19:28:57 +0200 (CEST) (envelope-from olli) Date: Mon, 14 Aug 2006 19:28:57 +0200 (CEST) Message-Id: <200608141728.k7EHSvww097755@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG In-Reply-To: <20060814171221.GF8659@dimma.mow.oilspace.com> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.8.0-20051224 ("Ronay") (UNIX) (FreeBSD/4.11-STABLE (i386)) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Mon, 14 Aug 2006 19:29:03 +0200 (CEST) Cc: Subject: Re: installword with DESTDIR=/nfs doesn't work? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-stable@FreeBSD.ORG List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Aug 2006 17:29:05 -0000 Dmitriy Kirhlarov wrote: > Oliver Fromme wrote: > > Hi, > > > > I just tried to do a "make installworld" with DESTDIR set > > to a directory on an NFS server. It broke like this: > > > > ===> lib/libcom_err/doc (install) > > lockf -k /mnt/data/6.1-TEST/original-tree/usr/share/info/dir install-info --quiet --defsection="Programming & development tools." --defentry="* libcom_err: (com_err). A Common Error Description Library for UNIX." com_err.info /mnt/data/6.1-TEST/original-tree/usr/share/info/dir > > lockf: cannot open /mnt/data/6.1-TEST/original-tree/usr/share/info/dir: Operation not supported > > *** Error code 73 > > Stop in /usr/src/lib/libcom_err/doc. > > *** Error code 1 > > > > Am I missing something? Is installworld over NFS supported > > at all? I could swear I have done it before ... > > Look like you need rpc.lockd(8) I think rpc.lockd(8) is only required for the NFS server, not for the client, right? (The NFS server is a NetApp Filer, by the way. The client is running RELENG_6.) Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "The scanf() function is a large and complex beast that often does something almost but not quite entirely unlike what you desired." -- Chris Torek