From owner-freebsd-questions@FreeBSD.ORG Thu Sep 16 14:02:51 2010 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 84A7C1065698; Thu, 16 Sep 2010 14:02:51 +0000 (UTC) (envelope-from mostafafaridi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id DE7118FC17; Thu, 16 Sep 2010 14:02:50 +0000 (UTC) Received: by wwi17 with SMTP id 17so372164wwi.31 for ; Thu, 16 Sep 2010 07:02:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=jRoA36guqSglb3GCYSHWKSlIgdluAG38zk32zJRVT8A=; b=MTZmE6bl07q6i9RtpIu4VNk8G5lV0mHki9KSsGH2y9YcTLx6OVgp3Ad7/Y9XvKfjn2 fMR0g1jhYD5vhoyiE64Osm/Bwd73zK7dwIjzShNqAw61nMA9RgFOTBdYIeL55S+vnCfi yZ9uv2MewOC6ArawGhJc6a3heVLFjXagVMMHQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=a4qgkxnHci98OiE6mI7R8ht83DBMwaiZE/wwB0PmxchR+h3h4GpUQSqpp00s7744X8 25gSp7/MpVQk//gTsFVPwJQE9E+lL3Fvs/v5GnkQw+jP1CyH5aodf+MerpJfq3k+Sgzm i71Pz1a7TZ26TNVD+w4XwQUXSOcx0a87PsNBM= Received: by 10.227.72.141 with SMTP id m13mr2762556wbj.143.1284645769853; Thu, 16 Sep 2010 07:02:49 -0700 (PDT) Received: from mfaridipc.faridi ([80.191.91.11]) by mx.google.com with ESMTPS id a1sm2345218wbb.20.2010.09.16.07.02.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Sep 2010 07:02:47 -0700 (PDT) Message-ID: <4C922272.1010805@gmail.com> Date: Thu, 16 Sep 2010 18:28:10 +0430 From: Gholam Mostafa Faridi User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.12) Gecko/20100908 Thunderbird/3.0.7 MIME-Version: 1.0 To: Pieter de Goeje References: <4C907918.7090609@gmail.com> <4C90D141.9060603@gmail.com> <201009161527.50430.pieter@degoeje.nl> In-Reply-To: <201009161527.50430.pieter@degoeje.nl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org, Edho P Arief Subject: Re: virtaullBox AMD64 32bit lib 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, 16 Sep 2010 14:02:51 -0000 On 09/16/2010 17:57, Pieter de Goeje wrote: > On Wednesday 15 September 2010 15:59:29 Gholam Mostafa Faridi wrote: > >> On 09/15/2010 13:00, Edho P Arief wrote: >> >>> sh install.sh >>> >> I download all file and go to download directory and run that command , >> for first time I do not see error and do not see messages , but when I >> run that sh install.sh again I see this error >> >> "mfaridipc# sh install.sh >> >> ./usr/lib32/libc.so.7: Could not unlink >> ./usr/lib32/libcrypt.so.5: Could not unlink >> ./usr/lib32/librt.so.1: Could not unlink >> ./usr/lib32/libthr.so.3: Could not unlink >> ./libexec/ld-elf32.so.1: Could not unlink >> tar: Error exit delayed from previous errors." >> >> and problem do not solve >> > These files have the schg flag set (see chflags(1)). This means the files are > immutable. Try removing the schg flag first: > > # chflags noschg /usr/lib32/libc.so.7 > > - Pieter > > I run this chflags noschg /usr/lib32/libc.so.7 but I see this error "/usr/lib32/libc.so.7: Could not unlink ./usr/lib32/libcrypt.so.5: Could not unlink ./usr/lib32/librt.so.1: Could not unlink ./usr/lib32/libthr.so.3: Could not unlink ./libexec/ld-elf32.so.1: Could not unlink tar: Error exit delayed from previous errors."