From: Bruce Hill <daddy@happypenguincomputers.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] emerge --sync issue on only one comp on LAN
Date: Tue, 1 Oct 2013 09:20:06 -0500 [thread overview]
Message-ID: <20131001142006.GB23408@server> (raw)
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 <llarian@llarian.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: 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 <llarian@llarian.net>
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
next reply other threads:[~2013-10-01 14:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-01 14:20 Bruce Hill [this message]
2013-10-01 14:25 ` [gentoo-user] emerge --sync issue on only one comp on LAN Alan McKinnon
2013-10-01 15:17 ` Greg Turner
2013-10-01 15:45 ` Alan McKinnon
2013-10-02 17:37 ` Paul Hartman
2013-10-02 21:51 ` Alan McKinnon
2013-10-03 16:57 ` Paul Hartman
2013-10-03 18:53 ` Alan McKinnon
2013-10-02 18:48 ` Bruce Hill
2013-10-02 21:54 ` Alan McKinnon
2013-10-03 2:56 ` Bruce Hill
2013-10-05 13:56 ` Mick
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131001142006.GB23408@server \
--to=daddy@happypenguincomputers.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox