diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-26 15:01:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-26 15:01:29 -0400 |
commit | 0002e969a7a0bb9bf123463fbf858cb07a59333c (patch) | |
tree | 50fe9de1f86a44de1e5d982624a3c8b96197b872 | |
parent | 0937413b678c9c4d04d0d69bf9ba673a8a0f7ab3 (diff) |
close
-rw-r--r-- | doc/bugs/Assistant_lost_dbus_connection_spamming_log.mdwn | 10 |
1 files changed, 10 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 index 3b50742fd..a4a0b0221 100644 --- a/doc/bugs/Assistant_lost_dbus_connection_spamming_log.mdwn +++ b/doc/bugs/Assistant_lost_dbus_connection_spamming_log.mdwn @@ -76,3 +76,13 @@ accept: unsupported operation (Function not implemented) lost dbus connection; falling back to polling (SocketError {socketErrorMessage = "connect: does not exist (No such file or directory)", socketErrorFatal = True, socketErrorAddress = Just (Address "unix:path=/var/run/dbus/system_bus_socket")}) """]] + +> [[done]]; This turned out to not be dbus related, but the http server failing, +> and I fixed that bug. +> +> AFAICS the user running git-annex did not have their own dbus daemon +> running, and that's why the low-volume dbus messages come up. +> Probably because this is an embedded device, and so no desktop +> environment. git-annex only uses dbus for detecting network connection +> changes and removable media mounts. None of which probably matter in an +> embedded environment. --[[Joey]] |