That didn't fix it. Same problem. Perhaps rsyncd is not being run by xinetd? Can you see if its started? Check to see if there is a /etc/init.d/rsyncd file. If there is, and its not already running, try: /etc/init.d/rsyncd start otherwise: /etc/init.d/rsyncd restart Also, could you run "/sbin/chkconfig --list" and make sure the settings for rsyncd are "on" for each of init levels 2,3,4, and 5? Other possibilities: firewall rule changes on zion? Is port 873 open? firewall rule changes on uiuc net? Is port 873 open to zion? Reid. On Mon, 2004-08-16 at 10:00, Misha Brukman wrote:> On Mon, Aug 16, 2004 at 09:56:57AM -0700, Reid Spencer wrote: > > And here's why: > > > > > rsync -az --delete --exclude='#*' --stats --bwlimit=256 rsync://llvm.cs.uiuc.edu/LLVM/ /home/llvm/cvs > > > rsync: failed to connect to llvm.cs.uiuc.edu: Connection refused > > > rsync error: error in socket IO (code 10) at clientserver.c(83) > > > > John, can you please look into this? Most likely the xinetd needs to be > > restarted. > > xinetd has been restarted.-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040816/5c1027ba/attachment.sig>
Chris Lattner wrote:> On Mon, 16 Aug 2004, Reid Spencer wrote: > > >>That didn't fix it. Same problem. >> >>Perhaps rsyncd is not being run by xinetd? Can you see if its started? >>Check to see if there is a /etc/init.d/rsyncd file. If there is, and its >>not already running, try: >> /etc/init.d/rsyncd start >>otherwise: >> /etc/init.d/rsyncd restart > > > It's up now. > > >>Also, could you run "/sbin/chkconfig --list" and make sure the settings >>for rsyncd are "on" for each of init levels 2,3,4, and 5? > > > Yup, that was the problem. Fixed. > > -Chris >So, is it working now? I'm trying to rsync with the command line Reid gave, but it's either taking a long time or it's not working. -- John T. -- ********************************************************************* * John T. Criswell Email: criswell at uiuc.edu * * Research Programmer * * University of Illinois at Urbana-Champaign * * * * "It's today!" said Piglet. "My favorite day," said Pooh. * *********************************************************************
On Mon, 16 Aug 2004, Reid Spencer wrote:> That didn't fix it. Same problem. > > Perhaps rsyncd is not being run by xinetd? Can you see if its started? > Check to see if there is a /etc/init.d/rsyncd file. If there is, and its > not already running, try: > /etc/init.d/rsyncd start > otherwise: > /etc/init.d/rsyncd restartIt's up now.> Also, could you run "/sbin/chkconfig --list" and make sure the settings > for rsyncd are "on" for each of init levels 2,3,4, and 5?Yup, that was the problem. Fixed. -Chris -- http://llvm.org/ http://nondot.org/sabre/