Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
149527e666
7 changed files with 75 additions and 1 deletions
24
doc/bugs/Can__39__t_set_up_rsync.net_repo_on_OS_X_10.9.mdwn
Normal file
24
doc/bugs/Can__39__t_set_up_rsync.net_repo_on_OS_X_10.9.mdwn
Normal file
|
@ -0,0 +1,24 @@
|
|||
### Please describe the problem.
|
||||
|
||||
I can't seem to add the rsync.net remote on an OS X 10.9 machine running git-annex assistant version 5.20140128-g0ac94c3. The process complains about a missing `/usr/libexec/ssh-askpass` in the logs, and after a few retries rsync.net locks me out. This program doesn't exist on my system.
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
1. Click "Add another repository"
|
||||
2. Pick rsync.net
|
||||
3. Enter the credentials I got in the email from rsync.net
|
||||
4. Click "Use this rsync repository"
|
||||
|
||||
The resulting logs will state that `/usr/libexec/ssh-askpass` can't be found.
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
|
||||
git-annex assistant version 5.20140128-g0ac94c3 on OS X 10.9.1.
|
||||
|
||||
### Please provide any additional information below.
|
||||
|
||||
I think I have found a workaround in creating that program as a shell script which echoes my password to stdout, but can't test right now because rsync.net have wisely ratelimited my password login attempts. (-:
|
||||
|
||||
I'll update this page if I can confirm the workaround works.
|
||||
|
||||
(I fully intend to roll that password as soon as I'm in, so no worries about a stale password falling into evildoers' hands.)
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://launchpad.net/~maestro-alubia"
|
||||
nickname="maestro-alubia"
|
||||
subject="comment 2"
|
||||
date="2014-01-30T20:50:32Z"
|
||||
content="""
|
||||
I did not configure any archive repositories or directories. But I just noticed my repository changed to \"unwanted\" in webapp. I am pretty sure I did not set this... I will set it back to manual now and see if this problem occurs again. But anyway, thanks for your help so far!
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="Hanno"
|
||||
ip="85.183.3.94"
|
||||
subject="comment 3"
|
||||
date="2014-01-31T10:39:47Z"
|
||||
content="""
|
||||
The folder contains a bit more than 15000 files (counted with find -type f)
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue