From owner-freebsd-questions@FreeBSD.ORG Sat Jun 9 01:30:32 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 7555916A400 for ; Sat, 9 Jun 2007 01:30:32 +0000 (UTC) (envelope-from jahilliya@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 2DD6A13C45B for ; Sat, 9 Jun 2007 01:30:31 +0000 (UTC) (envelope-from jahilliya@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so275344anc for ; Fri, 08 Jun 2007 18:30:31 -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:cc:in-reply-to:mime-version:content-type:references; b=lc9RdEyQJ0BX0DfnnZHUGwXs7ei2grNRTAUHaQ1oJ4RMT5PaNbJ6eYcxeMQY8rO8YQy7+cSmq+KQYY+TLgSUdAlWPVinSTnmKgy1qbyb4JmDlJRHW7KmTRT45H9l+U+VJPKsAhFUiohPXJVQmpgL0eEF1Vuh8IKy1h7GgU/b8fY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=eSOXbkV1SESrysvr8KLC8pyK2xXVmrbzX7v3MZoM3ejmjtMKidU7Kk+EgiskNwKDcUcSrpk6tStQOnMlbSHhMrTB6DtDmv1dONaXFs2z9SmXicdRb+VV4rkVkIAUo2Jw27WE2/DmatpW9jq+grpHnoSqpECob041fZleGvk5rek= Received: by 10.100.92.17 with SMTP id p17mr2131475anb.1181352631380; Fri, 08 Jun 2007 18:30:31 -0700 (PDT) Received: by 10.100.124.4 with HTTP; Fri, 8 Jun 2007 18:30:31 -0700 (PDT) Message-ID: Date: Sat, 9 Jun 2007 09:30:31 +0800 From: "Daniel Marsh" To: Agus In-Reply-To: MIME-Version: 1.0 References: 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 Cc: freebsd-questions Subject: Re: 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:30:32 -0000 On 6/9/07, Agus wrote: > > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > It basically means the file that it downloaded is bad, try deleting the rsync-2.6.6.tar.gz from /usr/ports/distfiles/ and if that doesn't work try downloading that same file manually.