From owner-freebsd-questions@FreeBSD.ORG Thu Oct 29 12:25:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7F72106566B for ; Thu, 29 Oct 2009 12:25:24 +0000 (UTC) (envelope-from bcook@poughkeepsieschools.org) Received: from a.outbound.bsdwebsolutions.com (a.outbound.bsdwebsolutions.com [64.72.68.2]) by mx1.freebsd.org (Postfix) with ESMTP id 6E0AC8FC1D for ; Thu, 29 Oct 2009 12:25:24 +0000 (UTC) Received: from mail.bsdwebsolutions.com ([64.72.68.15]) by a.outbound.bsdwebsolutions.com with esmtps (TLSv1:AES256-SHA:256) (BSD Web Solutions, Inc.) (envelope-from ) id 1N3U4B-0006jA-MQ for freebsd-questions@freebsd.org; Thu, 29 Oct 2009 08:25:23 -0400 Received: from [207.241.248.11] (port=52039 helo=mail.poughkeepsieschools.org) by mail.bsdwebsolutions.com with esmtps (TLSv1:AES256-SHA:256) (BSD WebSolutions, Inc.) (envelope-from ) id 1N3U4B-000Ike-KN for freebsd-questions@freebsd.org ; Thu, 29 Oct 2009 08:25:23 -0400 Received: from [10.20.0.10] (port=58807 helo=mbookpro.tcentral.lan) by mail.poughkeepsieschools.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (BSD WebSolutions, Inc.) (envelope-from ) id 1N3U4B-000474-CZ for freebsd-questions@freebsd.org (authenticated as bcook@poughkeepsieschools.org); Thu, 29 Oct 2009 08:25:23 -0400 Message-ID: <4AE989B3.2050304@poughkeepsieschools.org> Date: Thu, 29 Oct 2009 08:25:23 -0400 From: "B. Cook" User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4AE2E84F.6060703@poughkeepsieschools.org> <4AE2F431.7070504@poughkeepsieschools.org> <200910260338.09041.mel.flynn+fbsd.questions@mailing.thruhere.net> In-Reply-To: <200910260338.09041.mel.flynn+fbsd.questions@mailing.thruhere.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 207.241.248.11 Subject: Re: most bizarre libc.so.7 problem 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: Thu, 29 Oct 2009 12:25:24 -0000 So Yes something to do with ZFS was the culprit.. I had done a zfs upgrade -a and zpool upgrade -a in the past, but I guess I missed on the output that the / was not upgraded (of course) So that was a problem; which may not have been the right one, but it gave me something to hunt.. I had to get a snapshot cd with a livefs. kldload opensolaris and zfs and the kicker was this: zpool import -f -R /alt tank then I did the zpool upgrade -a and zfs upgrade -a when that was done I could reboot and install world successfully.. I will find out what that flag does and find another box to test this with.. Possibly the flag would have helped me install, but I could not find another way to zfs upgrade -a and get / without going to a livecd.. On 10/25/09 10:38 PM, Mel Flynn wrote: > On Saturday 24 October 2009 14:33:53 B. Cook wrote: >> B. Cook wrote, On 10/24/2009 7:43 AM: > >> 49 ===> lib/libc (install) >> 50 install -C -o root -g wheel -m 444 libc.a /usr/lib >> 51 install -C -o root -g wheel -m 444 libc_p.a /usr/lib >> 52 install -s -o root -g wheel -m 444 -fschg -S libc.so.7 /lib >> 53 install: /lib/libc.so.7: chflags: Invalid argument >> 54 *** Error code 71 > > When on ZFS, set NO_FSCHG in /etc/src.conf. For the time being, file flags are > not supported on ZFS.