From 3c4cb7e9578483445831926e0ef04fa6dd7a7fc4 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Mon, 24 Sep 2018 18:05:15 +0000 Subject: [PATCH] Added a comment --- ...t_5_a14f999b63905c1f29999bd68ded42f2._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/get_over_ssh_fails_with___fd__58__19__58___hClose__58___resource_vanished/comment_5_a14f999b63905c1f29999bd68ded42f2._comment diff --git a/doc/bugs/get_over_ssh_fails_with___fd__58__19__58___hClose__58___resource_vanished/comment_5_a14f999b63905c1f29999bd68ded42f2._comment b/doc/bugs/get_over_ssh_fails_with___fd__58__19__58___hClose__58___resource_vanished/comment_5_a14f999b63905c1f29999bd68ded42f2._comment new file mode 100644 index 0000000000..239e4e32fd --- /dev/null +++ b/doc/bugs/get_over_ssh_fails_with___fd__58__19__58___hClose__58___resource_vanished/comment_5_a14f999b63905c1f29999bd68ded42f2._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 5" + date="2018-09-24T18:05:15Z" + content=""" +FWIW, here is what I see if I just try to invoke directly +[[!format sh \"\"\" +$> ssh bids@rolando.cns -T git-annex-shell 'p2pstdio' '/inbox/BIDS/dbic/QA' '--debug' 'ba8f2cea-f229-422c-82be-6580e5e07ed5' --uuid 6384a551-a41d-4290-b186-9258befede97 +... +fatal: Run with no arguments or with -c cmd +git-annex-shell: git-shell failed +1 5358 ->1 +\"\"\"]] +so - exit code is `1` (happen annex decides on exit code about availability of p2pstdio) +"""]]