From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 26 21:18:09 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACB3016A4CE for ; Tue, 26 Oct 2004 21:18:09 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4714C43D49 for ; Tue, 26 Oct 2004 21:18:09 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.13.1) id i9QLI8Z6098153; Tue, 26 Oct 2004 16:18:08 -0500 (CDT) (envelope-from dan) Date: Tue, 26 Oct 2004 16:18:08 -0500 From: Dan Nelson To: rmkml Message-ID: <20041026211808.GA37795@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.3-BETA7 X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-hackers@freebsd.org Subject: Re: Pb seeking with less on file more size 2Go X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 21:18:09 -0000 In the last episode (Oct 27), rmkml said: > I running less with file more size 2Go > > on fbsd v4.10R > > and if execute 'G' on less cmd > > G not seek on end file ... > > Possible you have same pb/question ? I just tested it on an 8GB file, and although I don't get any error, it only seeks to ~3.7GB into the file, so the version of less that comes with 4.10 probably uses an "unsigned int" someplace. The version you get when you build the ports/misc/less port does work correctly, though. If you install that, you should be okay. -- Dan Nelson dnelson@allantgroup.com