Sie sind nicht angemeldet.

21

12.10.2013, 19:34

Unter kde.4.11.1 und 4.11.2 tritt das Problem wieder auf.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
flammenflitzer olaf # eix -I mariadb
[D] dev-db/mariadb
     Available versions:  ~5.1.62 ~5.1.66 ~5.2.12 ~5.2.13 ~5.3.6 ~5.3.11 ~5.5.23 ~5.5.28 ~5.5.28a {berkdb big-tables cluster +community debug embedded extraengine jemalloc latin1 libevent max-idx-128 minimal oqgraph pbxt +perl profiling selinux sphinx ssl static systemtap tcmalloc test}
     Installed versions:  5.2.14(08:53:43 12.10.2013)(community pam perl ssl -big-tables -cluster -debug -embedded -extraengine -latin1 -libevent -max-idx-128 -minimal -oqgraph -pbxt -profiling -selinux -sphinx -static -test)
     Homepage:            http://mariadb.org/
     Description:         MariaDB is a MySQL fork with 3rd-party patches and additional storage engines merged.

flammenflitzer olaf # eix -I kde-base/kdepim-runtime
[D] kde-base/kdepim-runtime
     Available versions:  (4) 4.4.11.1^t 4.4.11.1-r1^t 4.9.3^t ~4.9.4^t (~)4.9.5^t
       {aqua debug google kdeprefix kolab}
     Installed versions:  4.11.2(4)^t(20:18:05 10.10.2013)(google -aqua -debug -facebook -kolab)
     Homepage:            http://www.kde.org/
     Description:         KDE PIM runtime plugin collection

flammenflitzer olaf # eix -I app-office/akonadi-server
[D] app-office/akonadi-server
     Available versions:  1.8.0^t 1.8.1^t {mysql postgres +sqlite test}
     Installed versions:  1.10.3(18:36:55 10.10.2013)(mysql qt4 -postgres -qt5 -sqlite -test)
     Homepage:            http://pim.kde.org/akonadi
     Description:         The server part of Akonadi

Quellcode

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
olaf@flammenflitzer ~ $ akonadictl start
Unable to register service as "org.freedesktop.Akonadi.Control.lock" Maybe it's already running?
"[
0: /usr/bin/akonadi_control(_Z11akBacktracev+0x34) [0x43dba4]
1: /usr/bin/akonadi_control() [0x43dfd1]
2: /lib64/libc.so.6(+0x37c90) [0x7f111bcf2c90]
3: /lib64/libc.so.6(gsignal+0x35) [0x7f111bcf2c15]
4: /lib64/libc.so.6(abort+0x17b) [0x7f111bcf408b]
5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7f111cd118e4]
6: /usr/bin/akonadi_control(_ZN15FileDebugStream9writeDataEPKcx+0x9b) [0x43fddb]
7: /usr/lib64/qt4/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xaf) [0x7f111cdad01f]
8: /usr/lib64/qt4/libQtCore.so.4(+0x11e602) [0x7f111cdb8602]
9: /usr/lib64/qt4/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x39) [0x7f111cdc14b9]
10: /usr/bin/akonadi_control(_ZN6QDebugD1Ev+0x3f) [0x41e2af]
11: /usr/bin/akonadi_control(main+0x33b) [0x41b02b]
12: /lib64/libc.so.6(__libc_start_main+0xed) [0x7f111bcdf60d]
13: /usr/bin/akonadi_control() [0x41b1e1]
]
"
Error: akonadi_control was started but didn't register at D-Bus session bus.
Make sure your system is set up correctly!
olaf@flammenflitzer ~ $ ps uafx | grep akonadi
olaf      4611  0.0  0.1 118936  4180 ?        Sl   19:12   0:00 /usr/bin/akonadi_control
olaf      4613  0.0  0.0      0     0 ?        Z    19:12   0:00  \_ [akonadiserver] <defunct>
olaf     13635  0.0  0.0  12624  1000 pts/6    S+   19:21   0:00      \_ grep --colour=auto akonadi
Das lösche von $HOME/.local/share/akonadi wollte ich eigentlich vermeiden. Zumal das Entfernen des Ordner nichts bringt. Habe ihn mal umbenannt, aber die Kosolenausgabe ist die gleiche.
Hier mal die Ausgabe von "Akonadi-Miniprogramm"

Quellcode

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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
Akonadi Server Self-Test Report
===============================

Test 1:  SUCCESS
--------

Database driver found.
Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration and was found on your system.

File content of '/home/olaf/.config/akonadi/akonadiserverrc':
[%General]
Driver=QMYSQL

[QMYSQL]
Name=akonadi
Host=localhost
Options="UNIX_SOCKET=/home/olaf/.local/share/akonadi/socket-flammenflitzer/mysql.socket"
ServerPath=/usr/sbin/mysqld
StartServer=false
User=akonadi
Password=akonadi-2ayz5p9

[Debug]
Tracer=null

[QPSQL]
StartServer=true
Name=akonadi
Host=
User=
Password=
Port=5432

[SQLITE]
Name=akonadi


Test 2:  SUCCESS
--------

Akonadi is not running as root
Details: Akonadi is not running as a root/administrator user, which is the recommended setup for a secure system.

Test 3:  SKIP
--------

MySQL server executable not tested.
Details: The current configuration does not require an internal MySQL server.

Test 4:  SKIP
--------

MySQL server error log not tested.
Details: The current configuration does not require an internal MySQL server.

Test 5:  SKIP
--------

MySQL server configuration not tested.
Details: The current configuration does not require an internal MySQL server.

Test 6:  SUCCESS
--------

akonadictl found and usable
Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully.
Result:
Akonadi 1.10.3


Test 7:  ERROR
--------

Akonadi control process not registered at D-Bus.
Details: The Akonadi control process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.

Test 8:  ERROR
--------

Akonadi server process not registered at D-Bus.
Details: The Akonadi server process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.

Test 9:  SUCCESS
--------

Nepomuk search service registered at D-Bus.
Details: The Nepomuk search service is registered at D-Bus which typically indicates it is operational.

Test 10:  SUCCESS
--------

Nepomuk search service uses an appropriate backend. 
Details: The Nepomuk search service uses one of the recommended backends.

Test 11:  SKIP
--------

Protocol version check not possible.
Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements.

Test 12:  ERROR
--------

No resource agents found.
Details: No resource agents have been found, Akonadi is not usable without at least one. This usually means that no resource agents are installed or that there is a setup problem. The following paths have been searched: '/usr/share/akonadi/agents'. The XDG_DATA_DIRS environment variable is set to '/usr/share:/usr/local/share:/usr/share'; make sure this includes all paths where Akonadi agents are installed.

Directory listing of '/usr/share/akonadi/agents':
akonadinepomukfeederagent.desktop
akonotesresource.desktop
archivemailagent.desktop
birthdaysresource.desktop
contactsresource.desktop
davgroupwareresource.desktop
googlecalendarresource.desktop
googlecontactsresource.desktop
icaldirresource.desktop
icalresource.desktop
imapresource.desktop
invitationsagent.desktop
kabcresource.desktop
kalarmdirresource.desktop
kalarmresource.desktop
kcalresource.desktop
kdeaccountsresource.desktop
knutresource.desktop
localbookmarksresource.desktop
maildirresource.desktop
maildispatcheragent.desktop
mailfilteragent.desktop
mboxresource.desktop
microblog.desktop
mixedmaildirresource.desktop
mtdummyresource.desktop
nepomuktagresource.desktop
newmailnotifieragent.desktop
nntpresource.desktop
notesresource.desktop
openxchangeresource.desktop
pop3resource.desktop
sendlateragent.desktop
vcarddirresource.desktop
vcardresource.desktop

Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/local/share:/usr/share'

Test 13:  ERROR
--------

Current Akonadi server error log found.
Details: The Akonadi server reported errors during its current startup. The log can be found in <a href='/home/olaf/.local/share/akonadi/akonadiserver.error'>/home/olaf/.local/share/akonadi/akonadiserver.error</a>.

File content of '/home/olaf/.local/share/akonadi/akonadiserver.error':
"[
0: akonadiserver(_Z11akBacktracev+0x34) [0x45abb4]
1: akonadiserver() [0x45afe1]
2: /lib64/libc.so.6(+0x37c90) [0x7f01d7dfdc90]
3: /lib64/libc.so.6(gsignal+0x35) [0x7f01d7dfdc15]
4: /lib64/libc.so.6(abort+0x17b) [0x7f01d7dff08b]
5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7f01d98e58e4]
6: /usr/lib64/qt4/libQtCore.so.4(+0x77a6f) [0x7f01d98e5a6f]
7: /usr/lib64/qt4/libQtCore.so.4(_Z6qFatalPKcz+0x94) [0x7f01d98e5c14]
8: akonadiserver(_ZN7Akonadi13AkonadiServer14createDatabaseEv+0x94) [0x45dec4]
9: akonadiserver(_ZN7Akonadi13AkonadiServer4initEv+0xd75) [0x4606d5]
10: /usr/lib64/qt4/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x366) [0x7f01d9a08d56]
11: /usr/lib64/qt4/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x8c) [0x7f01d99efc7c]
12: /usr/lib64/qt4/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x46a) [0x7f01d99f352a]
13: /usr/lib64/qt4/libQtCore.so.4(+0x1b0973) [0x7f01d9a1e973]
14: /usr/lib64/libglib-2.0.so.0(g_main_context_dispatch+0x133) [0x7f01d76c0b53]
15: /usr/lib64/libglib-2.0.so.0(+0x4be98) [0x7f01d76c0e98]
16: /usr/lib64/libglib-2.0.so.0(g_main_context_iteration+0x34) [0x7f01d76c0f54]
17: /usr/lib64/qt4/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x6f) [0x7f01d9a1ed9f]
18: /usr/lib64/qt4/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x32) [0x7f01d99ee7b2]
19: /usr/lib64/qt4/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xf7) [0x7f01d99eea07]
20: /usr/lib64/qt4/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x85) [0x7f01d99f3825]
21: akonadiserver(main+0x1b3) [0x4547e3]
22: /lib64/libc.so.6(__libc_start_main+0xed) [0x7f01d7dea60d]
23: akonadiserver() [0x454e31]
]
" 


Test 14:  ERROR
--------

Previous Akonadi server error log found.
Details: The Akonadi server reported errors during its previous startup. The log can be found in <a href='/home/olaf/.local/share/akonadi/akonadiserver.error.old'>/home/olaf/.local/share/akonadi/akonadiserver.error.old</a>.

File content of '/home/olaf/.local/share/akonadi/akonadiserver.error.old':
"[
0: akonadiserver(_Z11akBacktracev+0x34) [0x45abb4]
1: akonadiserver() [0x45afe1]
2: /lib64/libc.so.6(+0x37c90) [0x7f39414ebc90]
3: /lib64/libc.so.6(gsignal+0x35) [0x7f39414ebc15]
4: /lib64/libc.so.6(abort+0x17b) [0x7f39414ed08b]
5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7f3942fd38e4]
6: /usr/lib64/qt4/libQtCore.so.4(+0x77a6f) [0x7f3942fd3a6f]
7: /usr/lib64/qt4/libQtCore.so.4(_Z6qFatalPKcz+0x94) [0x7f3942fd3c14]
8: akonadiserver(_ZN7Akonadi13AkonadiServer14createDatabaseEv+0x94) [0x45dec4]
9: akonadiserver(_ZN7Akonadi13AkonadiServer4initEv+0xd75) [0x4606d5]
10: /usr/lib64/qt4/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x366) [0x7f39430f6d56]
11: /usr/lib64/qt4/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x8c) [0x7f39430ddc7c]
12: /usr/lib64/qt4/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x46a) [0x7f39430e152a]
13: /usr/lib64/qt4/libQtCore.so.4(+0x1b0973) [0x7f394310c973]
14: /usr/lib64/libglib-2.0.so.0(g_main_context_dispatch+0x133) [0x7f3940daeb53]
15: /usr/lib64/libglib-2.0.so.0(+0x4be98) [0x7f3940daee98]
16: /usr/lib64/libglib-2.0.so.0(g_main_context_iteration+0x34) [0x7f3940daef54]
17: /usr/lib64/qt4/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x6f) [0x7f394310cd9f]
18: /usr/lib64/qt4/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x32) [0x7f39430dc7b2]
19: /usr/lib64/qt4/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0xf7) [0x7f39430dca07]
20: /usr/lib64/qt4/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x85) [0x7f39430e1825]
21: akonadiserver(main+0x1b3) [0x4547e3]
22: /lib64/libc.so.6(__libc_start_main+0xed) [0x7f39414d860d]
23: akonadiserver() [0x454e31]
]
" 


Test 15:  ERROR
--------

Current Akonadi control error log found.
Details: The Akonadi control process reported errors during its current startup. The log can be found in <a href='/home/olaf/.local/share/akonadi/akonadi_control.error'>/home/olaf/.local/share/akonadi/akonadi_control.error</a>.

File content of '/home/olaf/.local/share/akonadi/akonadi_control.error':
Unable to register service as "org.freedesktop.Akonadi.Control.lock" Maybe it's already running? 
"[
0: /usr/bin/akonadi_control(_Z11akBacktracev+0x34) [0x43dba4]
1: /usr/bin/akonadi_control() [0x43dfd1]
2: /lib64/libc.so.6(+0x37c90) [0x7f111bcf2c90]
3: /lib64/libc.so.6(gsignal+0x35) [0x7f111bcf2c15]
4: /lib64/libc.so.6(abort+0x17b) [0x7f111bcf408b]
5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7f111cd118e4]
6: /usr/bin/akonadi_control(_ZN15FileDebugStream9writeDataEPKcx+0x9b) [0x43fddb]
7: /usr/lib64/qt4/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xaf) [0x7f111cdad01f]
8: /usr/lib64/qt4/libQtCore.so.4(+0x11e602) [0x7f111cdb8602]
9: /usr/lib64/qt4/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x39) [0x7f111cdc14b9]
10: /usr/bin/akonadi_control(_ZN6QDebugD1Ev+0x3f) [0x41e2af]
11: /usr/bin/akonadi_control(main+0x33b) [0x41b02b]
12: /lib64/libc.so.6(__libc_start_main+0xed) [0x7f111bcdf60d]
13: /usr/bin/akonadi_control() [0x41b1e1]
]
" 


Test 16:  ERROR
--------

Previous Akonadi control error log found.
Details: The Akonadi control process reported errors during its previous startup. The log can be found in <a href='/home/olaf/.local/share/akonadi/akonadi_control.error.old'>/home/olaf/.local/share/akonadi/akonadi_control.error.old</a>.

File content of '/home/olaf/.local/share/akonadi/akonadi_control.error.old':
Unable to register service as "org.freedesktop.Akonadi.Control.lock" Maybe it's already running? 
"[
0: /usr/bin/akonadi_control(_Z11akBacktracev+0x34) [0x43dba4]
1: /usr/bin/akonadi_control() [0x43dfd1]
2: /lib64/libc.so.6(+0x37c90) [0x7f165638fc90]
3: /lib64/libc.so.6(gsignal+0x35) [0x7f165638fc15]
4: /lib64/libc.so.6(abort+0x17b) [0x7f165639108b]
5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7f16573ae8e4]
6: /usr/bin/akonadi_control(_ZN15FileDebugStream9writeDataEPKcx+0x9b) [0x43fddb]
7: /usr/lib64/qt4/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xaf) [0x7f165744a01f]
8: /usr/lib64/qt4/libQtCore.so.4(+0x11e602) [0x7f1657455602]
9: /usr/lib64/qt4/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x39) [0x7f165745e4b9]
10: /usr/bin/akonadi_control(_ZN6QDebugD1Ev+0x3f) [0x41e2af]
11: /usr/bin/akonadi_control(main+0x33b) [0x41b02b]
12: /lib64/libc.so.6(__libc_start_main+0xed) [0x7f165637c60d]
13: /usr/bin/akonadi_control() [0x41b1e1]
]
"