From 9a1a4b10000159e476f5004d630fab58401ab5eb Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8" Date: Sat, 18 Jan 2014 22:08:15 +0000 Subject: --- doc/forum/Can_not_drop_unused_file.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/Can_not_drop_unused_file.mdwn diff --git a/doc/forum/Can_not_drop_unused_file.mdwn b/doc/forum/Can_not_drop_unused_file.mdwn new file mode 100644 index 000000000..8ec48eb14 --- /dev/null +++ b/doc/forum/Can_not_drop_unused_file.mdwn @@ -0,0 +1,14 @@ +I have encrypted directory remote on a usb drive over time it accumulated some unused files. I would like to drop them running, + + git annex --unused --from external + +returns a list of unused files when I try to drop them with, + + + git annex dropunused --force --from external 1-XX + +I get, + + dropunused XX (from external...) failed + +I can not seem to get rid of these files. -- cgit v1.2.3 From c8bd8b2319e0e4d8420cd2f211f108e05a582515 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sat, 18 Jan 2014 22:39:37 +0000 Subject: Added a comment --- .../comment_1_cea83dfdf4cdb4f6efb3f2b33a39a51f._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/forum/Can_not_drop_unused_file/comment_1_cea83dfdf4cdb4f6efb3f2b33a39a51f._comment diff --git a/doc/forum/Can_not_drop_unused_file/comment_1_cea83dfdf4cdb4f6efb3f2b33a39a51f._comment b/doc/forum/Can_not_drop_unused_file/comment_1_cea83dfdf4cdb4f6efb3f2b33a39a51f._comment new file mode 100644 index 000000000..4a6eacc51 --- /dev/null +++ b/doc/forum/Can_not_drop_unused_file/comment_1_cea83dfdf4cdb4f6efb3f2b33a39a51f._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.68" + subject="comment 1" + date="2014-01-18T22:39:37Z" + content=""" +One reason it might fail (especially if it's not printing any useful message beyond \"(failed)\") is if it thought the file was present in the repositort, but something has happened to it. + +So, I suggest you try: + +git annex fsck --from external + +Followed by dropping again. + +If that doesn't help, I'd recommend stracing the dropping of one of the unused files, and see what's going wrong toward the end. +"""]] -- cgit v1.2.3 From 35c29602d7de8c37306cf423d8193d5327ab8538 Mon Sep 17 00:00:00 2001 From: "https://arthur.lutz.im/" Date: Sun, 19 Jan 2014 10:53:10 +0000 Subject: added bug about .local adresses --- .../Resolve_.local_adresses_using_avahi_or_bonjour.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/Resolve_.local_adresses_using_avahi_or_bonjour.mdwn diff --git a/doc/bugs/Resolve_.local_adresses_using_avahi_or_bonjour.mdwn b/doc/bugs/Resolve_.local_adresses_using_avahi_or_bonjour.mdwn new file mode 100644 index 000000000..74966415e --- /dev/null +++ b/doc/bugs/Resolve_.local_adresses_using_avahi_or_bonjour.mdwn @@ -0,0 +1,16 @@ +### Please describe the problem. + +trying to add a remote host using its avahi local name : nas.local (for example). + +### What steps will reproduce the problem? + +add remote server, use nas.local > cannot resolve nas.local + +### What version of git-annex are you using? On what operating system? + +Version: 5.20140116-g2d9ec29 +Ubuntu + +### Please provide any additional information below. + + -- cgit v1.2.3 From fb356f15b67e59797862f5aba0bd1b21e245a987 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkq2cjugiSvKWiWmcah3CPBqviQV_cin9I" Date: Sun, 19 Jan 2014 14:13:55 +0000 Subject: Added a comment: The world of Mac --- .../comment_1_b871bf0606dc29be9b8c2e5dc150f708._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/devblog/day_99__catching_up_again/comment_1_b871bf0606dc29be9b8c2e5dc150f708._comment diff --git a/doc/devblog/day_99__catching_up_again/comment_1_b871bf0606dc29be9b8c2e5dc150f708._comment b/doc/devblog/day_99__catching_up_again/comment_1_b871bf0606dc29be9b8c2e5dc150f708._comment new file mode 100644 index 000000000..933de7873 --- /dev/null +++ b/doc/devblog/day_99__catching_up_again/comment_1_b871bf0606dc29be9b8c2e5dc150f708._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkq2cjugiSvKWiWmcah3CPBqviQV_cin9I" + nickname="Yury" + subject="The world of Mac" + date="2014-01-19T14:13:55Z" + content=""" +I think that there is nothing fundamental about Mac OS X, which would prevent one from making a clean chroot that would work for non-root users. For instance, I believe that jailkit has been reported to work just fine. The problem is that you'll have to rebuild most of the stuff you need from scratch, which is very tedious. Might be easier to find instances where Homebrew has something like -march=native added to the $CFLAGS (not that I particularly fancy Homebrew of all 'missing' package managers on OS X). + +Anyways, it sounds like I'm going to get a Mac Mini donated sometime soon and I'm curious as to what would be the best way to make use of it for the CI system... +"""]] -- cgit v1.2.3 From 43e98b41b729add95c72fc1b20e84751df3ea138 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawniCRkhl_W87gOK5eElfsef3FoUsUFpAr4" Date: Sun, 19 Jan 2014 19:17:55 +0000 Subject: create --- ..._:_handling_DCIM__47__Camera_not_being_configurable.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/bugs/Android_:_handling_DCIM__47__Camera_not_being_configurable.mdwn diff --git a/doc/bugs/Android_:_handling_DCIM__47__Camera_not_being_configurable.mdwn b/doc/bugs/Android_:_handling_DCIM__47__Camera_not_being_configurable.mdwn new file mode 100644 index 000000000..45475f740 --- /dev/null +++ b/doc/bugs/Android_:_handling_DCIM__47__Camera_not_being_configurable.mdwn @@ -0,0 +1,13 @@ +### Please describe the problem. + +In order to handle the fact that the directory where pictures are saved is not configurable on my phone, I set up a second git annex repository with the Repository group "file source". + +### What version of git-annex are you using? On what operating system? + +5.20140108-gce9652 + +### Please provide any additional information below. + +In the log, there are many "too many open files" errors like these : + +git:createProcess: runInteractiveProcess: pipe: resource exhausted (Too many open files) -- cgit v1.2.3 From 47b4d0ec8a73a094be9594c38b3659a48a0691a4 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Sun, 19 Jan 2014 22:41:36 +0100 Subject: Typo --- doc/devblog/day_99__catching_up_again.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devblog/day_99__catching_up_again.mdwn b/doc/devblog/day_99__catching_up_again.mdwn index e82c436bf..118a21f8d 100644 --- a/doc/devblog/day_99__catching_up_again.mdwn +++ b/doc/devblog/day_99__catching_up_again.mdwn @@ -7,7 +7,7 @@ fixes to make it build on all architectures again, and then the backport can be updated again too. I have been struggling with a problem with the OSX builds, which fail with -a SIGILL on some machines. It seems that homebrew likes to agressively +a SIGKILL on some machines. It seems that homebrew likes to agressively optimise things it builds, and while I have had some success with its `--build-bottle` option, something in the gnutls stack used for XMPP is still over-optimised. Waiting to hear back from Kevin on cleaning up some -- cgit v1.2.3 From 54cb6aa7796c1b812511f92c0d584997c5367795 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 19 Jan 2014 22:43:11 +0000 Subject: Added a comment --- .../comment_1_71cfedf4328eab224c7fb797c420ad0a._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/Resolve_.local_adresses_using_avahi_or_bonjour/comment_1_71cfedf4328eab224c7fb797c420ad0a._comment diff --git a/doc/bugs/Resolve_.local_adresses_using_avahi_or_bonjour/comment_1_71cfedf4328eab224c7fb797c420ad0a._comment b/doc/bugs/Resolve_.local_adresses_using_avahi_or_bonjour/comment_1_71cfedf4328eab224c7fb797c420ad0a._comment new file mode 100644 index 000000000..17fae5a3b --- /dev/null +++ b/doc/bugs/Resolve_.local_adresses_using_avahi_or_bonjour/comment_1_71cfedf4328eab224c7fb797c420ad0a._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.68" + subject="comment 1" + date="2014-01-19T22:43:10Z" + content=""" +AFAIK, this will work fine if your OS is able to resolve those addresses using its regular resolver. Works fine here. Is `libnss-mdns` installed? +"""]] -- cgit v1.2.3