Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Summary

Using rsync to attempt to create a full Revo CRAN repository mirror as described in the Revolution R Enterprise Installation Guide fails with a timeout:

$ rsync -rtlzv --delete www.revolutionanalytics.com::REVO-PKG . 
rsync: failed to connect to www.revolutionanalytics.com: Connection timed out (110) 
rsync error: error in socket IO (code 10) at clientserver.c(124) [receiver=3.0.6]

This is due to a mistake in section 4.1, step 2, of the manual which says to use the command:

# rsync -rtlzv --delete www.revolutionanalytics.com::REVO-PKG . 

There is no rsync daemon running at www.revolutionanalytics.com. The correct command should be:

# rsync -rtlzv --delete packages.revolutionanalytics.com::REVO-PKG/3.1/stable/src/contrib .

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×