From owner-freebsd-bugs@FreeBSD.ORG Sun Aug 1 20:40:12 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D555016A4CE for ; Sun, 1 Aug 2004 20:40:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC7143D54 for ; Sun, 1 Aug 2004 20:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i71KeCIL059463 for ; Sun, 1 Aug 2004 20:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i71KeCEH059462; Sun, 1 Aug 2004 20:40:12 GMT (envelope-from gnats) Date: Sun, 1 Aug 2004 20:40:12 GMT Message-Id: <200408012040.i71KeCEH059462@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Clint Olsen Subject: Re: kern/69879: sk0 hangs moving lots of data X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clint Olsen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 20:40:12 -0000 The following reply was made to PR kern/69879; it has been noted by GNATS. From: Clint Olsen To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/69879: sk0 hangs moving lots of data Date: Sun, 1 Aug 2004 13:33:11 -0700 I think I may have some more clues as to what's happening. In the case when I was moving files, I was actually logged into the target machine, and I used ssh to get back to the source machine before running the command. Since I was copying all the files out of my home directory, I also would have clobbered my active .ssh directory and all the files in it. This may have been what led up to the hang. Nonetheless, I don't think it should put the network interface into a tizzy, though... Thanks, -Clint