summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar 5XwgD <5XwgD@web>2017-02-01 09:42:33 +0000
committerGravatar admin <admin@branchable.com>2017-02-01 09:42:33 +0000
commit964d2cf4f3feb659ea43bbf29cd3279ebd3fb837 (patch)
treef7f7492c8f948bdbf47c99d676a52cbf370e33d2 /doc
parentfdf7c25fbb064a3b277b4628f7a65d397ba2812d (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/git_annex_init_timeout.mdwn43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/forum/git_annex_init_timeout.mdwn b/doc/forum/git_annex_init_timeout.mdwn
new file mode 100644
index 000000000..5bd64f943
--- /dev/null
+++ b/doc/forum/git_annex_init_timeout.mdwn
@@ -0,0 +1,43 @@
+I'm trying git-annex for the first time and having some issues.
+
+I have a WD MyBook 2TB Cloud Drive and using OSX Sierra.
+
+I want to create an Annex on one the NAS smb shares and then a Amazon Cloud Drive replica for offsite backup.
+
+When I run `git annex init` from the mounted share in OSX it fails with the below:
+
+```
+git-annex init
+init
+ Detected a filesystem without POSIX fcntl lock support.
+
+ Enabling annex.pidlock.
+
+ Detected a filesystem without fifo support.
+
+ Disabling ssh connection caching.
+
+ Detected a crippled filesystem.
+
+ Disabling core.symlinks.
+
+ Enabling direct mode.
+A300 second timeout exceeded while waiting for pid lock file .git/annex/pidlock
+```
+
+Below are the results of `git-annex version`
+
+```
+git-annex version: 6.20170101
+build flags: Assistant Webapp Pairing Testsuite S3(multipartupload)(storageclasses) WebDAV FsEvents ConcurrentOutput TorrentParser MagicMime Feeds Quvi
+key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL
+remote types: git gcrypt p2p S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external
+local repository version: 5
+supported repository versions: 3 5 6
+upgrade supported from repository versions: 0 1 2 3 4 5
+operating system: darwin x86_64
+```
+
+
+
+Is it possible to have an annex on a SMB share?