From owner-freebsd-questions@FreeBSD.ORG Sun Dec 14 14:45:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7432B1065675 for ; Sun, 14 Dec 2008 14:45:46 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id BE1638FC16 for ; Sun, 14 Dec 2008 14:45:43 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id mBEEjZLE049491; Sun, 14 Dec 2008 15:45:35 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id mBEEjZi9049488; Sun, 14 Dec 2008 15:45:35 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 14 Dec 2008 15:45:35 +0100 (CET) From: Wojciech Puchar To: Roland Smith In-Reply-To: <20081214143905.GA9275@slackbox.xs4all.nl> Message-ID: <20081214154452.O49468@wojtek.tensor.gdynia.pl> References: <20081214143905.GA9275@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: send performance of rl(4) 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, 14 Dec 2008 14:45:46 -0000 > Transferring files from my desktop to my laptop with rsync (over a > point-to-point netowork connection) is extremely slow, maxing out at > around 50 kB/s and often dropping to 0. Both systems show hardly any > activity. Is this normal for rsync running over a network? There is a no. > rsync daemon running on the laptop. Network interface on the laptop is > xl(4), the desktop is rl(4). it may be problem with autoconfiguration of speed and half/full duplex. try setting it manually on one or both sides. it's unfortunately common