From owner-freebsd-current@FreeBSD.ORG Fri Feb 22 19:10:56 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80CC816A40B for ; Fri, 22 Feb 2008 19:10:56 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8C87D13C4DD; Fri, 22 Feb 2008 19:10:53 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47BF1E3B.80108@FreeBSD.org> Date: Fri, 22 Feb 2008 20:10:51 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Achilleas Mantzios References: <74067.1203596816@critter.freebsd.dk> <200802221147.45159.achill@matrix.gatewaynet.com> In-Reply-To: <200802221147.45159.achill@matrix.gatewaynet.com> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 8bit Cc: Poul-Henning Kamp , freebsd-current@freebsd.org Subject: Re: Crazy md5, sha256, bzip2 behaviour, frequent crashes RAM problem? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 19:10:56 -0000 Achilleas Mantzios wrote: > Στις Thursday 21 February 2008 14:26:56 ο/η Poul-Henning Kamp έγραψε: >> In message <200802211406.40612.achill@matrix.gatewaynet.com>, Achilleas Mantzio >> s writes: >>> Hi, >>> i've struggling to build sysutils/coreutils and a crazy thing happens: >>> each time i do >>> fetch ftp://ftp.gnu.org/gnu/coreutils/coreutils-6.9.tar.bz2 >>> and while ls -l gives the exact same size (5384378), md5,sha256 give different checksums each time! >> Bad hardware. >> > > Indeed. Changing memory dims and the port built/installed ok. > What worries me, is if i can trust the system as is, (while i have some 600 ports installed) > or rebuild everything. > artsd from kde behaves in a strange way (noatun skiping every 2nd second of mp3), > and i wander that if a rebuild of artsd solves the problem, then maybe i might worry > of the correctness of the whole system. It is very likely that many other things you created on this system (e.g. compiled binaries, modified files, etc) are also corrupted. A complete rebuild or reinstall would be a good idea. Kris