From owner-freebsd-current@FreeBSD.ORG Fri Feb 22 22:53:50 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 7D1BA16A400 for ; Fri, 22 Feb 2008 22:53:50 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from frontmail.ipactive.de (frontmail.maindns.de [85.214.95.103]) by mx1.freebsd.org (Postfix) with ESMTP id 1D33813C457 for ; Fri, 22 Feb 2008 22:53:49 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from mail.vtec.ipme.de (Q7da0.q.ppp-pool.de [89.53.125.160]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by frontmail.ipactive.de (Postfix) with ESMTP id 2D4F3128844 for ; Fri, 22 Feb 2008 23:53:42 +0100 (CET) Received: from cesar.sz.vwsoft.com (cesar.sz.vwsoft.com [192.168.16.3]) by mail.vtec.ipme.de (Postfix) with ESMTP id 08D523F64C; Fri, 22 Feb 2008 23:52:01 +0100 (CET) Message-ID: <47BF525C.6010300@vwsoft.com> Date: Fri, 22 Feb 2008 23:53:16 +0100 From: Volker User-Agent: Thunderbird 2.0.0.9 (X11/20080125) 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> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit MailScanner-NULL-Check: 1204325532.99793@K9X49Yyu6Xjt9j3crr9LLQ X-VWSoft-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com X-ipactive-MailScanner-Information: Please contact the ISP for more information X-ipactive-MailScanner: Found to be clean X-ipactive-MailScanner-From: volker@vwsoft.com Cc: Poul-Henning Kamp , freebsd-current@freebsd.org Subject: Re: 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 22:53:50 -0000 On 12/23/-58 20:59, 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. Recompiling your ports would be best but you may check installed ports first by using `/usr/ports/Tools/scripts/consistency-check' (an often overseen script). Please expect a lot of error messages as this script does the handling of symlinked files wrong (I wanted to write a patch for that problem long time ago...). You may also try a consitency check by using a shell script written by me, which is badly slow, but works similar to consistency-check: http://bsd.vwsoft.com/files/pkgcheckhealth In any doubt it is recommended to recompile ports. HTH Volker