From owner-freebsd-bugs@freebsd.org Tue Aug 18 19:50:03 2015 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E9849BD062 for ; Tue, 18 Aug 2015 19:50:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AE41B70 for ; Tue, 18 Aug 2015 19:50:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7IJo3al012307 for ; Tue, 18 Aug 2015 19:50:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 202424] [regression] fetch(1) reports "0 B 0 Bps" in the logs Date: Tue, 18 Aug 2015 19:50:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: danfe@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2015 19:50:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202424 Bug ID: 202424 Summary: [regression] fetch(1) reports "0 B 0 Bps" in the logs Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Keywords: regression Severity: Affects Many People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: danfe@FreeBSD.org Keywords: regression I've observed that with newer FreeBSD releases, fetch(1) would leave bogus transfer statistics in the logs (that is, when it's being redirected): > $ uname -rms > FreeBSD 11.0-CURRENT i386 > $ fetch http://homehost/somefile >& log > $ cat log > somefile 0 B 0 Bps Same happens on 10.X releases. While on 8.4, the output correctly lists file length and transfer speed: > $ uname -rms > FreeBSD 8.4-STABLE i386 > $ fetch http://homehost/somefile >& log > $ cat log > somefile 178 kB 11 MBps This bugs occurs independently of the shell being used (sh/tcsh/bash). -- You are receiving this mail because: You are the assignee for the bug.