From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 05:56:47 2005 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 9CBE616A41C for ; Sun, 26 Jun 2005 05:56:47 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (sigma.octantis.com.au [207.44.188.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E7E43D1D for ; Sun, 26 Jun 2005 05:56:47 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 3396 invoked from network); 26 Jun 2005 15:56:47 +1000 Received: from unknown (HELO ?192.168.13.3?) (202.59.110.3) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 26 Jun 2005 15:56:46 +1000 Message-ID: <42BE4399.1030200@meijome.net> Date: Sun, 26 Jun 2005 15:56:41 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <42BE3798.1020200@meijome.net> <20050626052603.GB9894@dan.emsphone.com> In-Reply-To: <20050626052603.GB9894@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: gzip from ports vs gzip from system 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: Sun, 26 Jun 2005 05:56:47 -0000 Dan Nelson wrote: > In the last episode (Jun 26), Norberto Meijome said: > >>Hi there, >>I had to install gzip from ports as gzip from base system doesn't seem >>to support >2GB files. Now I find myself with a set of gzip utils in >>/usr/bin/ (system) and one in /usr/local/ (ports). > > > I have never had any problems with gzip and files over 2gb. Do you > have an example? > Hi Dan, neither had I until my backup script died on me. I'm still trying to figure out *where* the fault really is (dump /usr | gzip > [share via amd to Win32 NAS as NFS server, running Unix services for Windows ]). ( comments welcome on this :) no, can't get rid of Win2K NAS). I found some references to gzip and >2 GB files: - (2nd post in ) http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1119573428901+28353475&threadId=397889 - http://www.gzip.org/ But not a direct reference to gzip under freebsd. It could also be an issue with NFS (v3 from the server, but I just realised that amd may be default to v2 (which has a 2 GB limit...which has never been a problem as I've pushed 3GB files on it before). Running the script again with the gzip from ports. if it fails again i'll see when I can remount this nfs share forcing v3 thanks, Beto --- [numard@diablo] [Sun Jun 26 15:44:46 2005] ~ $ /usr/bin/gzip -V gzip 1.2.4 (18 Aug 93) Compilation options: DIRENT UTIME STDC_HEADERS HAVE_UNISTD_H ASMV [numard@diablo] [Sun Jun 26 15:49:54 2005] ~ $ /usr/local/bin/gzip -V gzip 1.3.5 (2002-09-30) Copyright 2002 Free Software Foundation Copyright 1992-1993 Jean-loup Gailly This program comes with ABSOLUTELY NO WARRANTY. You may redistribute copies of this program under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. Compilation options: DIRENT UTIME STDC_HEADERS HAVE_UNISTD_H HAVE_MEMORY_H HAVE_STRING_H HAVE_LSTAT ASMV Written by Jean-loup Gailly.