diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-12 19:56:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-12 19:56:18 -0400 |
commit | 6da634b01f54fe6d29f26af94f9e2ad066e2d47d (patch) | |
tree | 9404ef9d0082dc09bcbb46389dd88990c210a622 /doc/bugs | |
parent | 7e8897c037bff318f7ff57c146023f1e69f3a1ab (diff) | |
parent | 7047bafbc47acdaaa3929dc6c8d5fa9bcbabaaa5 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Can__39__t_rename___34__here__34___repository.mdwn | 30 | ||||
-rw-r--r-- | doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn | 37 |
2 files changed, 67 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t_rename___34__here__34___repository.mdwn b/doc/bugs/Can__39__t_rename___34__here__34___repository.mdwn new file mode 100644 index 000000000..99c46c92f --- /dev/null +++ b/doc/bugs/Can__39__t_rename___34__here__34___repository.mdwn @@ -0,0 +1,30 @@ +### Please describe the problem. +Trying to rename the "here" repository fails + +### What steps will reproduce the problem? +* Start git-annex webapp in the console (for the first time, or remove old annex directory + .config/git-annex) +* In the browser window that opens click "Make repository" +* The "here" repository should show up in the dashboard +* Go to settings and select edit +* Change the repository name (e.g. to here2) and click save changes +* You should be back at the dashboard and the repository name is still "here" + + +### What version of git-annex are you using? On what operating system? +* git-annex version: 4.20130601 +* build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP DNS +* built using cabal +* on Ubuntu 13.04 32bit + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + +[2013-06-12 22:22:57 CEST] main: starting assistant version 4.20130601 +(scanning...) [2013-06-12 22:22:57 CEST] Watcher: Performing startup scan +(started...) + +# End of transcript or log. +"""]] diff --git a/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn b/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn new file mode 100644 index 000000000..54bf27710 --- /dev/null +++ b/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn @@ -0,0 +1,37 @@ +### Please describe the problem. +When using the git-annex webapp with the --listen paramter it as usual asks one to create a new repository on first startup. Selecting a repository location here and clicking "Make repository" button leads to a never ending loading browser and some git zombies. + +### What steps will reproduce the problem? +Two machines needed + +1. On machine one: git-annex webapp --listen=\<machine1-public-ip\>:34561 (you can choose another port as well) +2. On machine two: use a browser to go to the url the last step gave you +3. Click on make repository + + +### What version of git-annex are you using? On what operating system? +* git-annex version: 4.20130601 +* build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP DNS +* built using cabal +* on Ubuntu 13.04 32bit + + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + +[2013-06-12 21:59:37 CEST] main: starting assistant version 4.20130601 +WebApp crashed: unable to bind to local socket +[2013-06-12 21:59:37 CEST] WebApp: warning WebApp crashed: unable to bind to local socket + + dbus failed; falling back to mtab polling (ClientError {clientErrorMessage = "runClient: unable to determine DBUS address", clientErrorFatal = True}) + + No known network monitor available through dbus; falling back to polling +(scanning...) [2013-06-12 21:59:37 CEST] Watcher: Performing startup scan +(started...) + + +# End of transcript or log. +"""]] |