summaryrefslogtreecommitdiff
path: root/doc/bugs/Assistant_lost_dbus_connection_spamming_log.mdwn
blob: a4a0b0221e471e4f892cfa170b052cbd131f9f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
## 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 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]]