diff options
author | Greg Grossmeier <greg@grossmeier.net> | 2014-01-04 23:14:44 -0800 |
---|---|---|
committer | Greg Grossmeier <greg@grossmeier.net> | 2014-01-04 23:14:44 -0800 |
commit | efe4e2f7a1905224a67e4154e11d4a161a8243ab (patch) | |
tree | da2d61146181f9c1befdac0cc04f1754b716f047 /doc | |
parent | cb29393c83de9255109769d7b9c4b5b0f2d26bcc (diff) |
bug report
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Assistant_lost_dbus_connection_spamming_log.mdwn | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/doc/bugs/Assistant_lost_dbus_connection_spamming_log.mdwn b/doc/bugs/Assistant_lost_dbus_connection_spamming_log.mdwn new file mode 100644 index 000000000..3790548a2 --- /dev/null +++ b/doc/bugs/Assistant_lost_dbus_connection_spamming_log.mdwn @@ -0,0 +1,78 @@ +## what +After starting the assistant, daemon.log is being spammed with "accept: unsupported operation (Function not implemented)" due to dbus failing. + +## version +[[!format sh """ +$ git-annex version +git-annex version: 5.20131224-g6ca5271 +"""]] +(The armel standalone) + +## question +Is this detrimental to the assistant? + +## partial daemon.log +[[!format sh """ +[2014-01-04 23:03:34 PST] main: starting assistant version 5.20131224-g6ca5271 +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +[ +2f0a 1i 4ld-eb0du1 s-t 0of4 a ai2dl3de: d0w;3a :tf3ca5hl lPoiSnnT g]d ibTrarecacknt sotfroey r mS/tcva +olnifeingt/Egrirto-raMnensesxa g(e/ v=a r"/rsuenrCvliiceenst/:h oumneasb/lger etgo/ .dceotnefrimgi/ngei + +xi s tl o(sNto dsbuucsh cfoinlnee cotri odni;r efcatlolriyn)g) +back to polling (SocketError {socketErrorMessage = "connect: does not exist (No such file or directory)" + +Already up-to-date. +accept: unsupported operation (Function not implemented) +(scanning...) [2014-01-04 23:03:36 PST] Watcher: Performing startup scan +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +Everything up-to-date +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) +accept: unsupported operation (Function not implemented) + + lost dbus connection; falling back to polling (SocketError {socketErrorMessage = "connect: does not ex +"""]] |