close
This commit is contained in:
parent
2f538dd65c
commit
87137a6e71
1 changed files with 10 additions and 0 deletions
|
@ -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")})
|
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]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue