From owner-freebsd-questions@FreeBSD.ORG Sun Nov 5 00:48:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4112116A407 for ; Sun, 5 Nov 2006 00:48:08 +0000 (UTC) (envelope-from jeremy@stormy.smart-serv.net) Received: from ldap.smart-serv.net (ldap.smart-serv.net [208.68.18.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id E764B43D49 for ; Sun, 5 Nov 2006 00:48:07 +0000 (GMT) (envelope-from jeremy@stormy.smart-serv.net) Received: from [192.168.0.250] (xplr-ts-v10-208-114-131-100.barrettxplore.com [208.114.131.100]) by ldap.smart-serv.net (Postfix) with ESMTP id 486D82E5FAF; Sat, 4 Nov 2006 17:48:00 -0700 (MST) Message-ID: <454D34BE.6030608@stormy.smart-serv.net> Date: Sat, 04 Nov 2006 17:47:58 -0700 From: Jeremy Johnston User-Agent: Thunderbird 1.5.0.7 (X11/20061025) MIME-Version: 1.0 To: Jeff Mohler References: <454C51F9.2050205@smart-serv.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: installworld to an NFS mount X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2006 00:48:08 -0000 I have enabled locking and I am still seeing the same error. Jeff Mohler wrote: > If you dont have locking..check it. If you -cant- mount with -L > option by hand. > > On 11/4/06, Jeremy Johnston wrote: >> Greetings everyone, >> >> I currently attempting to build and install a world from my AMD64 >> machine to a i386 machine mounted via nfs on the build machine. I've >> searched the archives and could not come up with the problem I am >> having. I have built the world using make TARGET_ARCH=i386 buildworld >> and now I am attempting make TARGET_ARCH=i386 DESTDIR=/mnt/smartserv >> installworld and it is failing with the following error: >> >> install -s -o root -g wheel -m 444 -fschg -S libcrypt.so.3 >> /mnt/smartserv/lib >> install: rename: /mnt/smartserv/lib/INS@FdY3 to >> /mnt/smartserv/lib/libcrypt.so.3: Input/output error >> *** Error code 71 >> >> I currently have the following mounts regarding this particular build: >> >> 10.0.0.2:/ on /mnt/smartserv (nfs) >> 10.0.0.2:/usr on /mnt/smartserv/usr (nfs) >> 10.0.0.2:/var on /mnt/smartserv/var (nfs) >> >> If you have any suggestions on what I could be doing wrong, or if I >> should be using a different method I would appreciate them. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >