From owner-freebsd-current@freebsd.org Tue Jan 12 19:21:14 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A6F5A66772 for ; Tue, 12 Jan 2016 19:21:14 +0000 (UTC) (envelope-from tvijlbrief@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D89F31B82; Tue, 12 Jan 2016 19:21:13 +0000 (UTC) (envelope-from tvijlbrief@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id f206so267329531wmf.0; Tue, 12 Jan 2016 11:21:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=I/3zjGoagP9N8GMSIIqPfRcOggx3Kf+P7tm062JAlmo=; b=XeTZZ7+qzMSBK0JujXLyn8JMYG27ALYqZB03JWEn/MySSzMpgFYM1ZyhFQFa06y9mD 5CErUiomVKbctPIF4if5Vt2vy68KtIapsgin6fju9VAppTqmpTVzjol9CPQGdQigGJzN AAJGhBMLN47vj0i/gp3Gp/nTrWMHFVCCHsY/4Usz79RLGbll3qtYwPtNeBAuqs3HkXIN GMfMHVkkjXmCseCV8DV7VS9LMUXVyryI3NPITIJGCf0qM/k8ewE7BYWd7eD95hDwOr68 1xBOcK8fe86C4EHs83w1kZTCUxMCNyUZ8qbyo0/cCZiHAx7HJKOmAGkhVTO0/3Jfz6yg rd8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; bh=I/3zjGoagP9N8GMSIIqPfRcOggx3Kf+P7tm062JAlmo=; b=bNcgUEW/Ltj/nyK8h43bF5fPERyExXc3kvp/gcK2KXSMQbhvXolpfv1Bz4pCwM5tEl O09uGxnu5V+6spJUkQUJ0ellhjwnZGPHA2tT4EkNiboh0vB7zTNDlTFj9Zf0TQl8N5y4 eAEM9demmSwK6FWst4Ki0QPexFPGtkZxlBU8HaN8xtI2gEExgxT2/FeIR3im+ZDrWUIM WGlcOZvS2hL0fs2W96Qqg889RG+G4dckHB6H23LipVZbycCSBZqS8pQiQpd3X9Z+DAW5 r92IDBg+WtLtEmhGKZxFZldm25rS0dZI1WFhWUVIWQ4r1tVS6o0AZ9ihEb1bNLdkCwJ2 5GsA== X-Gm-Message-State: ALoCoQngDdF9bEBO9BN6NN/AYUr0qbsdfOTX8deX8heqHKRAjmQe1cfxGMgbbWyY8RaP9uwoA3ZA/5bNj2REN2LYyxCWBYD50w== X-Received: by 10.28.141.10 with SMTP id p10mr20692957wmd.83.1452626471800; Tue, 12 Jan 2016 11:21:11 -0800 (PST) MIME-Version: 1.0 References: <935599D8-FAC0-4ED3-BC1F-5E2AA6C8ABCE@gmail.com> In-Reply-To: <935599D8-FAC0-4ED3-BC1F-5E2AA6C8ABCE@gmail.com> From: Tom Vijlbrief Date: Tue, 12 Jan 2016 19:21:01 +0000 Message-ID: Subject: Re: Installworld fails with TMPDIR pointing to NFS mounted directory To: NGie Cooper Cc: freebsd-current@freebsd.org, bdrewery@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 19:21:14 -0000 Op di 12 jan. 2016 om 18:08 schreef NGie Cooper : > > > On Jan 12, 2016, at 08:42, Tom Vijlbrief wrote: > > > > If have this issue with 11-CURRENT on my raspberry 1 and 2, but I do not > > think it is raspberry related or even 11-CURRENT related. > > > > export TMPDIR=/media/usbdisk/tmp > > > > make installword MAKEOBJDIRPREFIX=/media/swan/obj > > Hi Tom, > MAKEOBJDIRPREFIX should always be set via the environment, not the > command line, e.g. > > export MAKEOBJDIRPREFIX=/media/swan/obj > make installworld > > Cheers, > -NGie I think I actually did the export and not as I typed in my mail, the export is in my shell history :-) I also added: rpc_lockd_enable="YES" to my /etc/rc.conf and rebooted (rpc.lockd is now running) as Bryan suggested, but I don't think that it is needed if the only client accessing the NFS tmp dir is the local client? [root@rpibsd /media/swan/src]# env | grep swan TMPDIR=/media/swan/tmp PWD=/media/swan/src MAKEOBJDIRPREFIX=/media/swan/obj make installworld DESTDIR=/d/root11 Same result: ===> etc/sendmail (install) cd /media/swan/src/etc/../share/man; make makedb makewhatis /d/root11/usr/share/man makewhatis /d/root11/usr/share/openssl/man rm: /media/swan/tmp/install.sy3BjziY/locale/en_US.UTF-8: Directory not empty rm: /media/swan/tmp/install.sy3BjziY/locale: Directory not empty rm: /media/swan/tmp/install.sy3BjziY: Directory not empty *** Error code 1 Stop. make[1]: stopped in /media/swan/src *** Error code 1 Stop. make: stopped in /media/swan/src [root@rpibsd /media/swan/src]#