From owner-freebsd-questions@FreeBSD.ORG Sat Jun 9 01:26:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE39216A468 for ; Sat, 9 Jun 2007 01:26:20 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 3BFD713C43E for ; Sat, 9 Jun 2007 01:26:20 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so1544790pyi for ; Fri, 08 Jun 2007 18:26:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=fQfW7X7aIGAm2P6HsRpAQkUDSFpvRxTaePerBMfZgCzlx1ppBlP2P5XoofqIiEUgrdBbUfNNTTavkI1jXGIud0TuPgclsd6JnSPC2tzbFZ4PpBQ1st4uoJJa5vDA6nF6+4X27R6V4KedkR210W5h1NSiIWs+yw8Ajb0Q5aDuZCU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=LzWbIZ+XJnx6QQSFtvTTQdluWN4Q6CgaG0WmE18Mf8Lmt4ETCd4fqdOvNhe9pgznmNeIFpnhcIQBqGEqO/o1WKZ6vLkBMvbEUX3u90arUjsXkMu8XSK2gJ/w3rhbYo0j6ZCnfqZjFVES2i2AnI2CgCrOiGQmaw9SVwAcKmMXmxY= Received: by 10.64.153.4 with SMTP id a4mr6243649qbe.1181352378721; Fri, 08 Jun 2007 18:26:18 -0700 (PDT) Received: by 10.65.204.15 with HTTP; Fri, 8 Jun 2007 18:26:18 -0700 (PDT) Message-ID: Date: Fri, 8 Jun 2007 22:26:18 -0300 From: Agus To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: rsync install md5 error 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: Sat, 09 Jun 2007 01:26:20 -0000 Hi all, I am trying to install /usr/ports/net/rsync and i am getting MD5 checksum mismatch for rsync-2.6.6.tar.gz then it says if u are sure u want to override this check, type make NO_CHECKSUM=yes.... What does it mean that the MD5 and sha256 checksums are wrong? How can i solve it?? thankss