Hello-
I am trying to get some files in /share/1000/Videos to my Ubuntu desktop. If I
try using Nautilus from the Ubuntu side, I get a failure because of "permission
denied" when I try to paste in in.
So, I used ipkg to install rsync, but run into errors:
/opt/bin/rsync -rav --progress /share/1000/Videos/00148.MTS
jross@...:/home/jross/Sony_Videos
rsync: Failed to exec ssh: No such file or directory (2)
rsync error: error in IPC code (code 14) at pipe.c(84) [sender=3.0.6]
rsync: writefd_unbuffered failed to write 4 bytes to socket [sender]: Broken
pipe (32)
rsync error: error in IPC code (code 14) at io.c(1525) [sender=3.0.6
Since I also use ipkg to intstall openssh, I next tried scp but it hangs:
Executing: program /opt/bin/ssh host 192.168.2.6, user jross, command scp -v -t
/home/jross
OpenSSH_5.2p1, OpenSSL 0.9.7m 23 Feb 2007
debug1: Reading configuration data /opt/etc/openssh/ssh_config
debug1: Connecting to 192.168.2.6 [192.168.2.6] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /.ssh/identity type -1
debug1: identity file /.ssh/id_rsa type -1
debug1: identity file /.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1
Debian-5ubuntu1
debug1: match: OpenSSH_5.1p1 Debian-5ubuntu1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
(hangs forever at this point)
Once I have these files safely off, I'm going to install Debian. My idea for
this NAS was to share files between four Ubuntu and one Mac desktop.
Thanks,
John