From owner-freebsd-questions@FreeBSD.ORG Tue Apr 25 22:51:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29A7716A407 for ; Tue, 25 Apr 2006 22:51:25 +0000 (UTC) (envelope-from ben@spooty.net) Received: from swift.swiftnames.com (swift.swiftnames.com [205.214.82.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD15043D45 for ; Tue, 25 Apr 2006 22:51:24 +0000 (GMT) (envelope-from ben@spooty.net) Received: from cpc2-brig8-0-0-cust625.brig.cable.ntl.com ([81.98.162.114] helo=[192.168.1.101]) by swift.swiftnames.com with esmtpa (Exim 4.44) id 1FYWNK-0005n8-8W; Tue, 25 Apr 2006 16:51:18 -0600 From: Ben Paley To: "Dominique Goncalves" Date: Tue, 25 Apr 2006 22:51:03 +0000 User-Agent: KMail/1.9.1 References: <200604201017.48209.ben@spooty.net> <200604251541.19053.ben@spooty.net> <7daacbbe0604251019p652bb1e6w1ca6d4dfbc2b6921@mail.gmail.com> In-Reply-To: <7daacbbe0604251019p652bb1e6w1ca6d4dfbc2b6921@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604252251.07794.ben@spooty.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - swift.swiftnames.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spooty.net X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Questions Subject: Re: Horrible: Apache corrupting files? 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: Tue, 25 Apr 2006 22:51:25 -0000 On Tuesday 25 April 2006 17:19, Dominique Goncalves wrote: > What version of apache are you using? apache-2.0.55_4 > I've already see corruption file when I was tried to share xml podcast > between my FreeBSD 6.1 and Sony PSP, with Apache 2.2.0 > > $ ls -l test.xml > -r--r--r-- 1 dom dom 5725 Mar 11 17:47 test.xml > > before download > $ md5 test.xml > MD5 (test.xml) = 25ed4336e8906e64bd05ebea990d29a0 > > after download > $ md5 test.xml > MD5 (test.xml) = ef0918bc4f7aa323eb6c41768092488e > > And after each access the MD5sum change ... This sounds exactly like what is happening to me. Does it happen to every file, or just a few? Or just one? If the problem is Apache, though, it doesn't explain the other problems I've been having, like the corrupted ftp uploads. Perhaps they are unrelated? Or perhaps Apache is not the problem? Or maybe I've been cursed for having an operating system of which the logo is a devil ;-) > Try to ask directly on the freebsd-apache mailing list. OK, I'll try that too, thanks for the tip. Cheers, Ben