From owner-freebsd-arm@FreeBSD.ORG Wed Dec 16 12:06:09 2009 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DCCC1065670 for ; Wed, 16 Dec 2009 12:06:09 +0000 (UTC) (envelope-from bebahu@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 6F9618FC16 for ; Wed, 16 Dec 2009 12:06:08 +0000 (UTC) Received: by fxm27 with SMTP id 27so826149fxm.3 for ; Wed, 16 Dec 2009 04:06:07 -0800 (PST) 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=kCYSMAF3J1GqsiN0FJGHaTotk0gmH/CujjwvmWqlP+M=; b=vTuD/YwHeoH18QqYMsJgxcp0ZXOYlKRXYwNpbsZ9TbrgfIioT8hRVHlzR2FV0Lurbr XT8JXbIV0rppT4LQTIoEC1OoB8YnFawHAKFTrEubaElawPE69WF4S7m0AUiy9F2nwR53 +mZ/fdvh68eEEWSwKS7dHE6lNEPlZrn858f7g= 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=me6VEzvW0YrhtWKRSJ+P24Tv7fmnWpbEcSJGsBz8q6B1Y4rChfFmxvonqGzpS2jQvR D4Rr6/0Od+fnPZbYgY7NGIUJePv9nnM7XqmCPwTWwQAlC66Ra1yJbC6MawbqXbeUy87m l4MzdAtjEaAQ+K9zlynoTBwrgEgcxWoP3FXyI= Received: by 10.223.95.76 with SMTP id c12mr1109183fan.41.1260963365412; Wed, 16 Dec 2009 03:36:05 -0800 (PST) Received: from ?192.168.0.197? (dsl5402D7EB.pool.t-online.hu [84.2.215.235]) by mx.google.com with ESMTPS id 16sm282845fxm.8.2009.12.16.03.36.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 16 Dec 2009 03:36:02 -0800 (PST) Message-ID: <4B28C608.1070802@gmail.com> Date: Wed, 16 Dec 2009 12:35:36 +0100 From: bebahu@gmail.com User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-arm@freebsd.org References: <26803523.post@talk.nabble.com> In-Reply-To: <26803523.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: RuiDC Subject: fetch data corruption on local fs (was: Re: problem setting up ports) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2009 12:06:09 -0000 Hi, I have seen the same problem. Fetch is corrupting downloads to local filesystems. You can try it on an NFS mount or mount your local fs with "-o sync". As i have seen there are n x 32bytes of corrupt chunks in the downloaded file. I hope it correlate with something, but have no time to dig deeper. Also note cp, scp does not corrupts data so fetch does something alternatively. Balazs. RuiDC wrote: > After much battling, and courtesy of some recently uploaded patch files, i've > got FreeBSD8 working on the plug. > However, upon trying to set up ports using portsnap - which fails > consistently but at varying places in the untar, i've now also got errors > unzipping ports.tar.gz: > > > splug# fetch ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz > splug# gunzip ports.tar.gz > gunzip: invalid compressed data--crc error > gunzip: ports.tar.gz: uncompress failed > > > the same file extracts fine on an i386 machine. > Has anybody got any ideas how to debug this? > > Regards, > RuiDC