This commit is contained in:
parent
2412b7e689
commit
c093839a40
1 changed files with 14 additions and 0 deletions
14
doc/bugs/Trouble_initializing_git_annex_on_NFS.mdwn
Normal file
14
doc/bugs/Trouble_initializing_git_annex_on_NFS.mdwn
Normal file
|
@ -0,0 +1,14 @@
|
|||
The following occurs in a directory that is shared on an NFS server:
|
||||
|
||||
/media/mybook/movies $ git init
|
||||
Initialized empty Git repository in /media/mybook/movies/.git/
|
||||
/media/mybook/movies $ git annex init mybook-movies
|
||||
init mybook-movies
|
||||
git-annex: waitToSetLock: resource exhausted (No locks available)
|
||||
failed
|
||||
git-annex: init: 1 failed
|
||||
/media/mybook/movies $
|
||||
|
||||
This happens reliably. Is there any way around it? I have shell
|
||||
access on the NFS server, but it is a NAS, so I don't think it is
|
||||
capable of running git-annex.
|
Loading…
Reference in a new issue