This commit is contained in:
Joey Hess 2014-03-26 15:01:29 -04:00
parent 2f538dd65c
commit 87137a6e71
Failed to extract signature

View file

@ -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]]