From owner-freebsd-questions@FreeBSD.ORG Fri May 4 16:19:19 2007 Return-Path: X-Original-To: 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 6CFF616A400 for ; Fri, 4 May 2007 16:19:19 +0000 (UTC) (envelope-from david+dated+1178726029.919f5b@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.freebsd.org (Postfix) with ESMTP id 0BE0713C44C for ; Fri, 4 May 2007 16:19:18 +0000 (UTC) (envelope-from david+dated+1178726029.919f5b@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.14.1/8.14.1) with ESMTP id l44FroeR017482 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 4 May 2007 11:53:50 -0400 (EDT) (envelope-from david+dated+1178726029.919f5b@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.14.1/8.14.1/Submit) id l44FroF6017481 for questions@freebsd.org; Fri, 4 May 2007 11:53:50 -0400 (EDT) (envelope-from david+dated+1178726029.919f5b@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1178726029.919f5b@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Fri, 04 May 2007 11:53:46 -0400 Date: Fri, 4 May 2007 11:53:44 -0400 To: Eduardo Morras Message-ID: <20070504155343.GA13432@skytracker.ca> References: <20070501195825.GA10269@skytracker.ca> <462CBDD1003FC3F4@> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <462CBDD1003FC3F4@> User-Agent: Mutt/1.4.2.1i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) From: David Banning X-Virus-Scanned: ClamAV 0.88.7/3205/Fri May 4 06:50:21 2007 on 3s1.com X-Virus-Status: Clean X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED, DK_POLICY_SIGNSOME,SPF_HELO_PASS autolearn=unavailable version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on 3s1.com Cc: questions@freebsd.org Subject: Re: can't zip large files 2gb > 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: Fri, 04 May 2007 16:19:19 -0000 > What version of gzip are you using? From www.gzip.org: > > gzip 1.2.4 may crash when an input file name is too long (over > 1020 characters). not in my case. > The buffer overflow may be exploited if gzip is > run by a server such as an ftp server. Some ftp servers allow > compression and decompression on the fly and are thus vulnerable. I'm not running it via ftp. > This patch to gzip 1.2.4 > fixes the problem. The beta version > 1.3.3 already includes a > sufficient patch; use this version if you have to handle files > larger than 2 GB. Tried that version, but still I have the same problem. A new official version of gzip will be released > soon. > > Also, check if you have compiled gzip with 64bit I/O. > Check this gzip FAQ http://www.gzip.org/#faq10 too. > > HTH > > I used their suggestion for unzip; gunzip < file.gz > file which actually completes (siting a crc error), but gives a file size 2 bites greater than the original when unzipped.