Re: [gentoo-user] remote rsync

2006-03-12 Thread Sascha Lucas
On Sun, 12 Mar 2006, Paul Stear wrote: In KDE I can copy files using Konqueror to lan://pc2/ which shows my device.homenet.com. If I then click on the device I get 3 icons NFS SMB HTTP If I click on SMB the location changes to smb://device.homenet.com and I can copy any files I want - even link

Re: [gentoo-user] remote rsync

2006-03-12 Thread Paul Stear
On Sunday 12 Mar 2006 13:30, Tito Valentin wrote: > Does the machine belong to you? If so check if sshd is running like "ps > -eaf | grep ssh" If not, you may need to check with the Admin of the > machine. Also, your ip might be listed in the /etc/hosts.deny files to > reject any unrecognized ip

Re: [gentoo-user] remote rsync

2006-03-12 Thread Tito Valentin
Does the machine belong to you? If so check if sshd is running like "ps -eaf | grep ssh" If not, you may need to check with the Admin of the machine. Also, your ip might be listed in the /etc/hosts.deny files to reject any unrecognized ip's. You might need to be added to the hosts.allow.

Re: [gentoo-user] remote rsync

2006-03-12 Thread Paul Stear
On Sunday 12 Mar 2006 13:06, Tito Valentin wrote: > Paul, > > You could try it like this: > > rsync -Cav --delete --progress /test -e ssh lkd5f:/test > > Also, make sure that your other machine allows you to connect via ssh > ...hope this helps I tried it as you suggested but get the same errors.

Re: [gentoo-user] remote rsync

2006-03-12 Thread Tito Valentin
Paul, You could try it like this: rsync -Cav --delete --progress /test -e ssh lkd5f:/test Also, make sure that your other machine allows you to connect via ssh ...hope this helps Paul Stear wrote: Hi all, I am trying to rsync to a remote server with the command: rsync -Cav --delete --progr

[gentoo-user] remote rsync

2006-03-12 Thread Paul Stear
Hi all, I am trying to rsync to a remote server with the command: rsync -Cav --delete --progress /test lkd5f:/test but I get the following error messages: ssh: connect to host lkd5f port 22: Connection refused rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: er