From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 78C111381F3 for ; Tue, 1 Oct 2013 14:20:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3A73E0C7C; Tue, 1 Oct 2013 14:20:11 +0000 (UTC) Received: from mout.perfora.net (mout.perfora.net [74.208.4.195]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80D65E0A70 for ; Tue, 1 Oct 2013 14:20:10 +0000 (UTC) Received: from localhost (66-208-231-133.ubr01a.rte20201.pa.hfc.comcastbusiness.net [66.208.231.133]) by mrelay.perfora.net (node=mrus1) with ESMTP (Nemesis) id 0MRF0p-1VGnYe1P4R-00UJvw; Tue, 01 Oct 2013 10:20:08 -0400 Date: Tue, 1 Oct 2013 09:20:06 -0500 From: Bruce Hill To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] emerge --sync issue on only one comp on LAN Message-ID: <20131001142006.GB23408@server> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Provags-ID: V02:K0:8sCxRM6Okm1SayIaPeg7SfVp1m6tACyb0lQuyfpYzkp nqMEcCUsBudlJCQqR1DG1xZDk+Dxen/kuZIIqXVhUT/ElUv7Je L8dYQHYwggMTUGDQyj0UXdrRdzHalwW4Twe5BOklR8oAFbZkjh cyLQbPQvDZvjLbzIo3B1wL78UM2+2oUKM1vRb0+jAKqo3hhKEn AuFfGt/1mzy+cLNh721X2p7YHzlBVZv/xL2eWvWwpFHoOOqOyF bSEl9IBdKgZHVbHiW+NLMLNEnM1c5FeqmdNSaOotQ3HacFvGpL rgzfxvTqUj/k/STb6i0HQubt6n3NeMoxZ0dgTxI/pBft15xcDp QGAIQqQKN9m8umAIvkTc= X-Archives-Salt: 1ec98449-4a60-493b-b55b-74857c0df4db X-Archives-Hash: 28297b6661f6d6de5b2d6d69f0a769cd There are 3 (or more) computers which sync (sometimes daily) on my LAN at work: server, router, and workstation. server has issues almost all the time getting a rsync server (for lack of better way to state it). All three comps have the exact same SYNC in make.conf: mingdao@server ~ $ grep SYNC /etc/make.conf SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" mingdao@router ~ $ grep SYNC /etc/portage/make.conf SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" mingdao@workstation ~ $ grep SYNC /etc/portage/make.conf SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" When I first noticed, it was that with the same command (alias ud) run on each computer, server *always* took a good deal longer than workstation and router. Here's the output from the emerge --sync portion of my "ud" alias today: alias ud='eix-sync && emerge -aDjuv --changed-use @world && dispatch-conf && emerge -a --depclean && revdep-rebuild -i && clear && exit' server ~ # ud * Running emerge --sync >>> Synchronization of repository 'gentoo' located in '/usr/portage'... >>> Starting rsync with rsync://128.61.111.9/gentoo-portage... >>> Checking server timestamp ... timed out rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(549) [Receiver=3.0.9] >>> Retrying... >>> Starting retry 1 of 9 with rsync://209.59.138.21/gentoo-portage >>> Checking server timestamp ... timed out rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(549) [Receiver=3.0.9] >>> Retrying... >>> Starting retry 2 of 9 with rsync://128.175.60.112/gentoo-portage >>> Checking server timestamp ... timed out rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(549) [Receiver=3.0.9] >>> Retrying... >>> Starting retry 3 of 9 with rsync://129.21.171.98/gentoo-portage >>> Checking server timestamp ... receiving incremental file list timestamp.chk Number of files: 1 Number of files transferred: 1 Total file size: 32 bytes Total transferred file size: 32 bytes Literal data: 32 bytes Matched data: 0 bytes File list size: 27 File list generation time: 0.001 seconds File list transfer time: 0.000 seconds Total bytes sent: 98 Total bytes received: 140 sent 98 bytes received 140 bytes 158.67 bytes/sec total size is 32 speedup is 0.13 receiving incremental file list router ~ # ud * Running emerge --sync >>> Synchronization of repository 'gentoo' located in '/usr/portage'... >>> Starting rsync with rsync://208.100.4.53/gentoo-portage... >>> Checking server timestamp ... Welcome! This is a gentoo-portage and CentOS mirror, hosted by Steadfast Networks! http://steadfast.net Hostname: mirror.steadfast.net & rsync11.us.gentoo.org IP Addresses: 208.100.4.53 & 2607:f128:1:3::2 Location: Chicago, IL, US Bandwidth: 1000 Mbps Hardware: Dual Opteron 2212, 8 GB RAM User Limit: 40 If you experience any trouble with this mirror, please contact mirror@steadfast.net. receiving incremental file list timestamp.chk Number of files: 1 Number of files transferred: 1 Total file size: 32 bytes Total transferred file size: 32 bytes Literal data: 32 bytes Matched data: 0 bytes File list size: 27 File list generation time: 0.001 seconds File list transfer time: 0.000 seconds Total bytes sent: 98 Total bytes received: 570 sent 98 bytes received 570 bytes 445.33 bytes/sec total size is 32 speedup is 0.05 Welcome! This is a gentoo-portage and CentOS mirror, hosted by Steadfast Networks! http://steadfast.net Hostname: mirror.steadfast.net & rsync11.us.gentoo.org IP Addresses: 208.100.4.53 & 2607:f128:1:3::2 Location: Chicago, IL, US Bandwidth: 1000 Mbps Hardware: Dual Opteron 2212, 8 GB RAM User Limit: 40 If you experience any trouble with this mirror, please contact mirror@steadfast.net. receiving incremental file list workstation ~ # ud * Running emerge --sync >>> Synchronization of repository 'gentoo' located in '/usr/portage'... >>> Starting rsync with rsync://209.221.142.124/gentoo-portage... >>> Checking server timestamp ... Gentoo Portage/CPAN rsync mirror Server: gentoo.llarian.net & cpan.llarian.net IP(s): 209.221.142.124 & 2001:5d8:11::13 Bandwidth: 1000Mbps via multiple carriers User Limit: 30 Location: Seattle, WA, USA Admin Contact: Dylan Vanderhoof receiving incremental file list timestamp.chk Number of files: 1 Number of files transferred: 1 Total file size: 32 bytes Total transferred file size: 32 bytes Literal data: 32 bytes Matched data: 0 bytes File list size: 27 File list generation time: 0.001 seconds File list transfer time: 0.000 seconds Total bytes sent: 98 Total bytes received: 392 sent 98 bytes received 392 bytes 326.67 bytes/sec total size is 32 speedup is 0.07 Gentoo Portage/CPAN rsync mirror Server: gentoo.llarian.net & cpan.llarian.net IP(s): 209.221.142.124 & 2001:5d8:11::13 Bandwidth: 1000Mbps via multiple carriers User Limit: 30 Location: Seattle, WA, USA Admin Contact: Dylan Vanderhoof receiving incremental file list Can anyone see something obvious, or tell me where to begin checking or something to change? Cheers, Bruce -- Happy Penguin Computers >') 126 Fenco Drive ( \ Tupelo, MS 38801 ^^ support@happypenguincomputers.com 662-269-2706 662-205-6424 http://happypenguincomputers.com/ A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting