rsync error on Downloading
Posted
by
Chandan
on Server Fault
See other posts from Server Fault
or by Chandan
Published on 2012-10-25T16:19:47Z
Indexed on
2012/10/25
17:02 UTC
Read the original article
Hit count: 160
ubuntu
Sir
I am trying to setup a Rsyncmirror on my mount drive /mnt/Mirror/ubuntu_mirror .so I am trying the command
rsync -a --bwlimit=128 rsync://archive.ubuntu.com/ubuntu /mnt/Mirror/ubuntu_mirror
but it shows error
rsync: getaddrinfo: archive.ubuntu.com 873: Name or service not known rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.9]
can anyone help me.. Thanks.
© Server Fault or respective owner