Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...This site is truly a marvel. Without a doubt the most comprehensive, friendly and just plain useful resource of its kind..."

Geography

Where in the world do Tek-Tips members come from?

not able to rsync, receiving rsync error: error in socket IO (code 10)

Pipeops (MIS)
12 Jan 11 17:38
I am trying to rsync files from the source server using the following command:

/usr/bin/rsync --verbose --times --partial --recursive --password-file=/etc/rsync.secret --include=* /tmp/directory/ rsync://user@remoteserver:/tmp/directory

I receive the following error:

rsync: failed to connect to emoteserver: Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(94)

My firewall logs are telling me the following:
firewall: Invalid transport field for protocol=TCP, from sourceserver/38108 to remoteserver/0

I cannot understand what i am doing wrong. I also disabled all iptables but no luck.

Here is my rsynd.conf file of remoteserver:
#/etc/rsyncd.conf
secrets file = /etc/rsyncd.secrets
max connections = 4
read only = yes
list = no
uid = nobody
gid = nobody

[tmp_directory]
auth users = exa
path = /tmp/directory
transfer logging = no
hosts allow = sourceserver

var/log messages do not see any connections from the source server as well.

Any help is much appreciated! Thanks -Pipeops








Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close