CVNRneuroimaging / infrastructure

Issue tracking, system documentation and configs for operations side of the neuroimaging core @ Atlanta VA CVNR / Emory University
3 stars 2 forks source link

rsync to pano: am I having a stroke #148

Closed stowler closed 8 years ago

stowler commented 8 years ago

Hi Rob. Can you please confirm that I'm not having a stroke?

Error on host I'm trying to send from (AREF OS X):

[14:35:05]-[stowler-local]-at-[hal]-in-[/data/panolocal]
$ rsync -avR --progress tmp* stowler-local@pano.birc.emory.edu:${HOME}/tempNetworkXferIntoPano20150901/
Ubuntu 14.04.3 LTS pano.birc.emory.edu ssh-pty

sending incremental file list
rsync: mkdir "/Users/stowler-local/tempNetworkXferIntoPano20150901" failed: No such file or directory (2)
rsync error: error in file IO (code 11) at main.c(674) [Receiver=3.1.0]
rsync: [sender] write error: Broken pipe (32)

Proof that the target directory exists on the receiving side (pano):

[14:42:15]-[stowler-local]-at-[pano]-in-[~]
$ ls -ald tempNetworkXferIntoPano20150901
drwxrwxr-x 2 stowler-local stowler-local 4096 Sep  1 14:33 tempNetworkXferIntoPano20150901

cc: @rrmm

kmcgregor123456 commented 8 years ago

recommend you use /tmp/ unless the datasets are over 300GB

Keith McGregor, PhD VA RR&D Atlanta CoE Emory University 352.359.8084 www.varrd.emory.edu


From: Stephen Towler [notifications@github.com] Sent: Tuesday, September 01, 2015 2:44 PM To: CVNRneuroimaging/infrastructure Subject: [infrastructure] rsync to pano: am I having a stroke (#148)

Hi Rob. Can you please that I'm not having a stroke?

Error on host I'm trying to send from (AREF OS X):

[14:35:05]-[stowler-local]-at-[hal]-in-[/data/panolocal] $ rsync -avR --progress tmp* stowler-local@pano.birc.emory.edu:${HOME}/tempNetworkXferIntoPano20150901/ Ubuntu 14.04.3 LTS pano.birc.emory.edu ssh-pty

sending incremental file list rsync: mkdir "/Users/stowler-local/tempNetworkXferIntoPano20150901" failed: No such file or directory (2) rsync error: error in file IO (code 11) at main.c(674) [Receiver=3.1.0] rsync: [sender] write error: Broken pipe (32)

Proof that the target directory exists on the receiving side (pano):

[14:42:15]-[stowler-local]-at-[pano]-in-[~] $ ls -ald tempNetworkXferIntoPano20150901 drwxrwxr-x 2 stowler-local stowler-local 4096 Sep 1 14:33 tempNetworkXferIntoPano20150901

cc: @rrmmhttps://github.com/rrmm

— Reply to this email directly or view it on GitHubhttps://github.com/CVNRneuroimaging/infrastructure/issues/148.


This e-mail message (including any attachments) is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message (including any attachments) is strictly prohibited.

If you have received this message in error, please contact the sender by reply e-mail message and destroy all copies of the original message (including attachments).

rrmm commented 8 years ago

look at the HOME variable. Looks like /Users vs /home

stowler commented 8 years ago

Thanks Keith and Rob. Such a dumb moment on my part. At the time I worked around it by sending to a non-$HOME location on hippoback, but thanks for confirming that I'm not crazy -ST