Hi there,
I'm trying to set up a new mirror, like you describe on your site: http://www.centos.org/modules/tinycontent/index.php?id=22
but for some reason after make: rsync -aqzH --delete eu.centos.org::CentOS /path/to/my/local/mirror/root
I have this error: rsync: failed to connect to eu.centos.org: Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(107) [receiver=2.6.8]
can someone help to solve this problem? DNS is not because I can ping the mirror (eu.centos.org)
Regards Nazario
Nazario Mahomed Industriestr. 21 8112 Otelfingen Tel.+41.43.8475318
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Tue, 16 May 2006, Nazario Mahomed wrote:
Hi there,
I'm trying to set up a new mirror, like you describe on your site: http://www.centos.org/modules/tinycontent/index.php?id=22
but for some reason after make: rsync -aqzH --delete eu.centos.org::CentOS /path/to/my/local/mirror/root
I have this error: rsync: failed to connect to eu.centos.org: Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(107) [receiver=2.6.8]
can someone help to solve this problem? DNS is not because I can ping the mirror (eu.centos.org)
That should be eu-msync.centos.org
Regards Lance
Regards Nazario
Nazario Mahomed Industriestr. 21 8112 Otelfingen Tel.+41.43.8475318
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
Hi Lance,
thnaks for your help, but I used the eu-msync.centos.org and still doesn't work.
I make: rsync -aqzH --delete eu-msync.centos.org::CentOS /path/to/my/local/mirror/root
and comes this error: rsync: failed to connect to eu-msync.centos.org: Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(107) [receiver=2.6.8]
what can be ? thanks in advance Nazario
--- Lance Davis lance@uklinux.net wrote:
On Tue, 16 May 2006, Nazario Mahomed wrote:
Hi there,
I'm trying to set up a new mirror, like you
describe
on your site:
http://www.centos.org/modules/tinycontent/index.php?id=22
but for some reason after make: rsync -aqzH --delete eu.centos.org::CentOS /path/to/my/local/mirror/root
I have this error: rsync: failed to connect to eu.centos.org:
Connection
timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(107) [receiver=2.6.8]
can someone help to solve this problem? DNS is not because I can ping the mirror (eu.centos.org)
That should be eu-msync.centos.org
Regards Lance
Regards Nazario
Nazario Mahomed Industriestr. 21 8112 Otelfingen Tel.+41.43.8475318
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam
protection around
http://mail.yahoo.com _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org
http://lists.centos.org/mailman/listinfo/centos-mirror
-- uklinux.net - The ISP of choice for the discerning Linux user.
CentOS-mirror mailing list CentOS-mirror@centos.org
http://lists.centos.org/mailman/listinfo/centos-mirror
Nazario Mahomed Industriestr. 21 8112 Otelfingen Tel.+41.43.8475318
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Tue, 2006-05-16 at 03:53 -0700, Nazario Mahomed wrote:
Hi Lance,
thnaks for your help, but I used the eu-msync.centos.org and still doesn't work.
I make: rsync -aqzH --delete eu-msync.centos.org::CentOS /path/to/my/local/mirror/root
and comes this error: rsync: failed to connect to eu-msync.centos.org: Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(107) [receiver=2.6.8]
what can be ? thanks in advance Nazario
The problem is that you are not able to connect to eu-msync.centos.org
You need to make sure:
1. You can look up the name eu-msync.centos.org
dig eu-msync.centos.org
2. You need to make sure your firewall on the mirror (if any) and/or your organization's firewall allows outbound connections to machines on the rsync port (port 873):
rsync eu-msync.centos.org::CentOS
(the name is case sensitive)
I have just checked all the eu-msync servers and they are online and accessible.
Thanks, Johnny Huges
--- Lance Davis lance@uklinux.net wrote:
On Tue, 16 May 2006, Nazario Mahomed wrote:
Hi there,
I'm trying to set up a new mirror, like you
describe
on your site:
http://www.centos.org/modules/tinycontent/index.php?id=22
but for some reason after make: rsync -aqzH --delete eu.centos.org::CentOS /path/to/my/local/mirror/root
I have this error: rsync: failed to connect to eu.centos.org:
Connection
timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(107) [receiver=2.6.8]
can someone help to solve this problem? DNS is not because I can ping the mirror (eu.centos.org)
That should be eu-msync.centos.org
Regards Lance
Regards Nazario
Nazario Mahomed Industriestr. 21 8112 Otelfingen Tel.+41.43.8475318
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam
protection around
http://mail.yahoo.com _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org
http://lists.centos.org/mailman/listinfo/centos-mirror
-- uklinux.net - The ISP of choice for the discerning Linux user.
CentOS-mirror mailing list CentOS-mirror@centos.org
http://lists.centos.org/mailman/listinfo/centos-mirror
Nazario Mahomed Industriestr. 21 8112 Otelfingen Tel.+41.43.8475318
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org http://lists.centos.org/mailman/listinfo/centos-mirror
Hi Lance and Johnny,
thanks for your help I must check my comapny's firewall.
regards Nazario
--- Johnny Hughes mailing-lists@hughesjr.com wrote:
On Tue, 2006-05-16 at 03:53 -0700, Nazario Mahomed wrote:
Hi Lance,
thnaks for your help, but I used the eu-msync.centos.org and still doesn't work.
I make: rsync -aqzH --delete eu-msync.centos.org::CentOS /path/to/my/local/mirror/root
and comes this error: rsync: failed to connect to eu-msync.centos.org: Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(107) [receiver=2.6.8]
what can be ? thanks in advance Nazario
The problem is that you are not able to connect to eu-msync.centos.org
You need to make sure:
- You can look up the name eu-msync.centos.org
dig eu-msync.centos.org
- You need to make sure your firewall on the
mirror (if any) and/or your organization's firewall allows outbound connections to machines on the rsync port (port 873):
rsync eu-msync.centos.org::CentOS
(the name is case sensitive)
I have just checked all the eu-msync servers and they are online and accessible.
Thanks, Johnny Huges
--- Lance Davis lance@uklinux.net wrote:
On Tue, 16 May 2006, Nazario Mahomed wrote:
Hi there,
I'm trying to set up a new mirror, like you
describe
on your site:
http://www.centos.org/modules/tinycontent/index.php?id=22
but for some reason after make: rsync -aqzH --delete eu.centos.org::CentOS /path/to/my/local/mirror/root
I have this error: rsync: failed to connect to eu.centos.org:
Connection
timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(107) [receiver=2.6.8]
can someone help to solve this problem? DNS is not because I can ping the mirror (eu.centos.org)
That should be eu-msync.centos.org
Regards Lance
Regards Nazario
Nazario Mahomed Industriestr. 21 8112 Otelfingen Tel.+41.43.8475318
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam
protection around
CentOS-mirror mailing list CentOS-mirror@centos.org
http://lists.centos.org/mailman/listinfo/centos-mirror
-- uklinux.net - The ISP of choice for the discerning Linux user.
CentOS-mirror mailing list CentOS-mirror@centos.org
http://lists.centos.org/mailman/listinfo/centos-mirror
Nazario Mahomed Industriestr. 21 8112 Otelfingen Tel.+41.43.8475318
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam
protection around
http://mail.yahoo.com _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org
http://lists.centos.org/mailman/listinfo/centos-mirror
CentOS-mirror mailing list CentOS-mirror@centos.org
http://lists.centos.org/mailman/listinfo/centos-mirror
Nazario Mahomed Industriestr. 21 8112 Otelfingen Tel.+41.43.8475318
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Hi there,
I start the rsync to synchronize with the CentOS Server in order to download the respective files. Everything starts fine, but somewhere the connection is closed with the following errors: "rsync: connection unexpectedly closed (949073556 bytes received so far) +[receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(463) +[receiver=2.6.8] rsync: connection unexpectedly closed (2281066 bytes received so far) +[generator] rsync error: error in rsync protocol data stream (code 12) at io.c(463) +[generator=2.6.8]"
can someone forwarder help ? What I have to do in order to solve this problem and have our internal mirror up2date to serve our comapny needs?
Thanks in advance Nazario
Nazario Mahomed Industriestr. 21 8112 Otelfingen Tel.+41.43.8475318
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Nazario Mahomed wrote:
Hi there,
I start the rsync to synchronize with the CentOS Server in order to download the respective files. Everything starts fine, but somewhere the connection is closed with the following errors: "rsync: connection unexpectedly closed (949073556 bytes received so far) +[receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(463) +[receiver=2.6.8] rsync: connection unexpectedly closed (2281066 bytes received so far) +[generator] rsync error: error in rsync protocol data stream (code 12) at io.c(463) +[generator=2.6.8]"
what version of rsync are you using and how was it built ?
also, whats the url to your mirror ?
Hi Karanbir, I din't setup this machine, so I don't know if the rsync was compiled or if was installed with rpm, but the version is : "rsync version 2.6.8 protocol version 29"
Regarding my url is a machine on our internet: so have a 10.xxx.xxx.xxx ip.
What we thoug is to have an internal repositoriy for our intranet servers so we make updates every day just on one machine and then all the internal servers, can on the morning or whatever sync or make updates from this up2date every nigth.
Thanks for your help ... Nazario
--- Karanbir Singh mail-lists@karan.org wrote:
Nazario Mahomed wrote:
Hi there,
I start the rsync to synchronize with the CentOS Server in order to download the respective files. Everything starts fine, but somewhere the
connection
is closed with the following errors: "rsync: connection unexpectedly closed (949073556 bytes received so far) +[receiver] rsync error: error in rsync protocol data stream
(code
- at io.c(463)
+[receiver=2.6.8] rsync: connection unexpectedly closed (2281066
bytes
received so far) +[generator] rsync error: error in rsync protocol data stream
(code
- at io.c(463)
+[generator=2.6.8]"
what version of rsync are you using and how was it built ?
also, whats the url to your mirror ?
-- Karanbir Singh : http://www.karan.org/ : 2522219@icq _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org
http://lists.centos.org/mailman/listinfo/centos-mirror
Nazario Mahomed Industriestr. 21 8112 Otelfingen Tel.+41.43.8475318
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Thu, 2006-05-18 at 08:25 -0700, Nazario Mahomed wrote:
Hi Karanbir, I din't setup this machine, so I don't know if the rsync was compiled or if was installed with rpm, but the version is : "rsync version 2.6.8 protocol version 29"
Regarding my url is a machine on our internet: so have a 10.xxx.xxx.xxx ip.
You need to pick a mirror that is close to you from here:
http://www.centos.org/modules/tinycontent/index.php?id=13
The CentOS mirrors are only supposed to be used for external public CentOS mirrors.
Each of them says this:
--------------------------------------- msync.CentOS.org rsync service ---------------------------------------
This service is intended for the sole use of the CentOS worldwide mirror network to synchronize mirrors.
Unless you are running or intending to run a listed public CentOS mirror use a mirror listed at: http://www.CentOS.org/modules/tinycontent/index.php?id=13
If you intend to populate a mirror for public use please read the notes at :- http://www.CentOS.org/modules/tinycontent/index.php?id=15
If you do use this service then it is implied that you are providing a mirror for public use and giving us authority to publicise such mirror. -------------------------------------------
You are likely to get a faster connection from an public centos mirror that is closer to you anyway.
What we thoug is to have an internal repositoriy for our intranet servers so we make updates every day just on one machine and then all the internal servers, can on the morning or whatever sync or make updates from this up2date every nigth.
Thanks for your help ... Nazario
--- Karanbir Singh mail-lists@karan.org wrote:
Nazario Mahomed wrote:
Hi there,
I start the rsync to synchronize with the CentOS Server in order to download the respective files. Everything starts fine, but somewhere the
connection
is closed with the following errors: "rsync: connection unexpectedly closed (949073556 bytes received so far) +[receiver] rsync error: error in rsync protocol data stream
(code
- at io.c(463)
+[receiver=2.6.8] rsync: connection unexpectedly closed (2281066
bytes
received so far) +[generator] rsync error: error in rsync protocol data stream
(code
- at io.c(463)
+[generator=2.6.8]"
what version of rsync are you using and how was it built ?
also, whats the url to your mirror ?
The mirror at mirror.cs.vt.edu was scheduled to move location and IP address this weekend; this has been postponed (thanks, HVAC guys).
Will reply later with more info.