diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmCzVCPjgg_Un_114P8iiSwExms0G2csCA <Michele@web> | 2013-10-15 23:26:05 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-10-15 23:26:05 +0000 |
commit | 1ca7b7d37dcf8b06db1d3a50c627100a68db4760 (patch) | |
tree | 03046208eeb7028845fc0a5ce4caf6a96ce4bd56 /doc/bugs | |
parent | d4a964bdc784c6b77e133933fc5ee8f385d4dae3 (diff) |
Added a comment: details about my problem
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/cross_platform_permissions_woes/comment_2_4ae5181f8c69fbe6d16966ed6f81f119._comment | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/doc/bugs/cross_platform_permissions_woes/comment_2_4ae5181f8c69fbe6d16966ed6f81f119._comment b/doc/bugs/cross_platform_permissions_woes/comment_2_4ae5181f8c69fbe6d16966ed6f81f119._comment new file mode 100644 index 000000000..88e9d36ad --- /dev/null +++ b/doc/bugs/cross_platform_permissions_woes/comment_2_4ae5181f8c69fbe6d16966ed6f81f119._comment @@ -0,0 +1,73 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmCzVCPjgg_Un_114P8iiSwExms0G2csCA" + nickname="Michele" + subject="details about my problem" + date="2013-10-15T23:26:05Z" + content=""" +thank for your answer, but unfortunately the remote is already an ssh (although should happen most certainly via samba/cifs mount). +it happens as long as the remote is defined as root. +I suppose it could be something with my setup (although i've tried different windows/linux hosts) + +this is a transcript of recreating the problem (i've just edited user/hostname): + + Microsoft Windows [Version 6.1.7601] + C:\>git init wintest + Initialized empty Git repository in C:/wintest/.git/ + C:\>cd wintest + C:\wintest>git annex init wintest + init wintest + Detected a crippled filesystem. + Enabling direct mode. + Detected a filesystem without fifo support. + Disabling ssh connection caching. + ok + (Recording state in git...) + C:\wintest>echo \"thisisatest\">wintest + C:\wintest>git annex add wintest + add wintest (checksum...) ok + (Recording state in git...) + C:\wintest>git remote add remote ssh://me@linuxbox/home/me/testlinux + C:\wintest>ssh me@linuxbox + [me@home ~]$ git init --bare testlinux + Initialized empty Git repository in /home/me/testlinux/ + [me@home ~]$ cd testlinux/ + [me@home testlinux]$ git annex init linux + init linux ok + (Recording state in git...) + [me@home testlinux]$ exit + C:\wintest>git annex sync + commit + ok + pull remote + warning: no common commits + remote: Counting objects: 5, done. + remote: Compressing objects: 100% (3/3), done. + remote: Total 5 (delta 1), reused 0 (delta 0) + Unpacking objects: 100% (5/5), done. + From ssh://linux/home/me/testlinux + * [new branch] git-annex -> remote/git-annex + ok + (merging remote/git-annex into git-annex...) + (Recording state in git...) + push remote + Counting objects: 18, done. + Delta compression using up to 2 threads. + Compressing objects: 100% (12/12), done. + Writing objects: 100% (16/16), 1.45 KiB, done. + Total 16 (delta 2), reused 0 (delta 0) + To ssh://me@linux/home/me/testlinux + * [new branch] git-annex -> synced/git-annex + * [new branch] master -> synced/master + ok + C:\wintest>git annex copy --to remote wintest + copy wintest (checking remote...) (to remote...) + wintest + 15 100% 0.00kB/s 0:00:00 (xfer#1, to-check=0/1) + + rsync error: syntax or usage error (code 1) at /home/lapo/package/rsync-3.0.9-1/src/rsync-3.0.9/main.c(1052) [sender= + total size is 15 speedup is 0.13 + failed + git-annex: copy: 1 failed + + C:\wintest> +"""]] |