From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 1 19:52:31 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EFCD22A for ; Sun, 1 Jun 2014 19:52:31 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 395E92B30 for ; Sun, 1 Jun 2014 19:52:30 +0000 (UTC) Received: from AlfredMacbookAir.local (c-76-21-10-192.hsd1.ca.comcast.net [76.21.10.192]) by elvis.mu.org (Postfix) with ESMTPSA id 9B6301A3C1B; Sun, 1 Jun 2014 12:52:30 -0700 (PDT) Message-ID: <538B8494.3040701@mu.org> Date: Sun, 01 Jun 2014 12:52:52 -0700 From: Alfred Perlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Jordan Hubbard Subject: Re: Upgrading an i386 machine from amd64. References: <538B61EC.9000403@mu.org> <5B82C892-12A4-4251-B3D2-A6D3EAAF90F9@dataix.net> <538B6FCC.9090301@mu.org> <538B761C.7060300@mu.org> <50E51CBE-7F7B-4093-86A5-320ACE81072E@dataix.net> <538B7937.2030104@mu.org> <098847BE-04B5-4E6F-98B8-87B5C7055C69@mail.turbofuzz.com> In-Reply-To: <098847BE-04B5-4E6F-98B8-87B5C7055C69@mail.turbofuzz.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2014 19:52:31 -0000 On 6/1/14, 12:45 PM, Jordan Hubbard wrote: > On Jun 1, 2014, at 12:04 PM, Alfred Perlstein wrote: > >> Unfortunately I'm doing it over NFS and I don't think we support chflags over NFS (not even with an extension). > Try the installworld with NO_FSCHG=yes > > I think that catches at least 7 of the 8 places that need to be conditionalized. :) > > - Jordan > Thanks Jordan, I did wind up using that, but NFS still was giving me: install -C -o root -g wheel -m 444 libcrypt.a /usr/soekris/usr/lib install -C -o root -g wheel -m 444 libcrypt_p.a /usr/soekris/usr/lib install -s -o root -g wheel -m 444 -fschg libcrypt.so.5 /usr/soekris/lib install: /usr/soekris/lib/libcrypt.so.5: Input/output error *** Error code 71 This was using a FreeBSD 11 client to install into the FreeBSD 10 server's root. It's either an NFS bug or something broken in 10.x AND 9.x servers AND/OR 11.x clients. Nothing in dmesg or on the console so... -Alfred