blob: 3790548a2c9e48b893658755eb4999b64f12e064 (
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
|
## 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
"""]]
|