Advertisement
Guest User

Untitled

a guest
Jun 5th, 2017
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.88 KB | None | 0 0
  1. Akonadi Server Self-Test Report
  2. ===============================
  3.  
  4. Test 1: SUCCESS
  5. --------
  6.  
  7. Database driver found.
  8. Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration and was found on your system.
  9.  
  10. File content of '/home/nicofrand/.config/akonadi/akonadiserverrc':
  11. [%General]
  12. Driver=QMYSQL
  13. SizeThreshold=4096
  14. ExternalPayload=false
  15.  
  16. [QMYSQL]
  17. Name=akonadi
  18. User=
  19. Password=
  20. Options="UNIX_SOCKET=/home/nicofrand/.local/share/akonadi/db_misc/mysql.socket"
  21. ServerPath=/usr/sbin/mysqld-akonadi
  22. StartServer=true
  23. Host=
  24.  
  25. [Debug]
  26. Tracer=null
  27.  
  28.  
  29. Test 2: SUCCESS
  30. --------
  31.  
  32. MySQL server found.
  33. Details: You currently have configured Akonadi to use the MySQL server '/usr/sbin/mysqld-akonadi'.
  34. Make sure you have the MySQL server installed, set the correct path and ensure you have the necessary read and execution rights on the server executable. The server executable is typically called 'mysqld', its locations varies depending on the distribution.
  35.  
  36. Test 3: SUCCESS
  37. --------
  38.  
  39. MySQL server is executable.
  40. Details: MySQL server found: /usr/sbin/mysqld-akonadi Ver 5.1.41-3ubuntu11 for debian-linux-gnu on x86_64 ((Ubuntu))
  41.  
  42.  
  43. Test 4: ERROR
  44. --------
  45.  
  46. MySQL server log contains errors.
  47. Details: The MySQL server error log file &apos;<a href='/home/nicofrand/.local/share/akonadi/db_data/mysql.err'>/home/nicofrand/.local/share/akonadi/db_data/mysql.err</a>&apos; contains errors.
  48.  
  49. File content of '/home/nicofrand/.local/share/akonadi/db_data/mysql.err':
  50. 100720 19:02:29 [Note] Plugin 'FEDERATED' is disabled.
  51. InnoDB: Unable to lock ./ibdata1, error: 11
  52. InnoDB: Check that you do not already have another mysqld process
  53. InnoDB: using the same InnoDB data or log files.
  54. 100720 19:02:29 InnoDB: Retrying to lock the first data file
  55. InnoDB: Unable to lock ./ibdata1, error: 11
  56. InnoDB: Check that you do not already have another mysqld process
  57. InnoDB: using the same InnoDB data or log files.
  58. InnoDB: Unable to lock ./ibdata1, error: 11
  59. InnoDB: Check that you do not already have another mysqld process
  60. InnoDB: using the same InnoDB data or log files.
  61. InnoDB: Unable to lock ./ibdata1, error: 11
  62. InnoDB: Check that you do not already have another mysqld process
  63. InnoDB: using the same InnoDB data or log files.
  64. InnoDB: Unable to lock ./ibdata1, error: 11
  65. InnoDB: Check that you do not already have another mysqld process
  66. InnoDB: using the same InnoDB data or log files.
  67. InnoDB: Unable to lock ./ibdata1, error: 11
  68. InnoDB: Check that you do not already have another mysqld process
  69. InnoDB: using the same InnoDB data or log files.
  70. InnoDB: Unable to lock ./ibdata1, error: 11
  71. InnoDB: Check that you do not already have another mysqld process
  72. InnoDB: using the same InnoDB data or log files.
  73. InnoDB: Unable to lock ./ibdata1, error: 11
  74. InnoDB: Check that you do not already have another mysqld process
  75. InnoDB: using the same InnoDB data or log files.
  76. InnoDB: Unable to lock ./ibdata1, error: 11
  77. InnoDB: Check that you do not already have another mysqld process
  78. InnoDB: using the same InnoDB data or log files.
  79. InnoDB: Unable to lock ./ibdata1, error: 11
  80. InnoDB: Check that you do not already have another mysqld process
  81. InnoDB: using the same InnoDB data or log files.
  82. InnoDB: Unable to lock ./ibdata1, error: 11
  83. InnoDB: Check that you do not already have another mysqld process
  84. InnoDB: using the same InnoDB data or log files.
  85. InnoDB: Unable to lock ./ibdata1, error: 11
  86. InnoDB: Check that you do not already have another mysqld process
  87. InnoDB: using the same InnoDB data or log files.
  88. InnoDB: Unable to lock ./ibdata1, error: 11
  89. InnoDB: Check that you do not already have another mysqld process
  90. InnoDB: using the same InnoDB data or log files.
  91. InnoDB: Unable to lock ./ibdata1, error: 11
  92. InnoDB: Check that you do not already have another mysqld process
  93. InnoDB: using the same InnoDB data or log files.
  94. InnoDB: Unable to lock ./ibdata1, error: 11
  95. InnoDB: Check that you do not already have another mysqld process
  96. InnoDB: using the same InnoDB data or log files.
  97. InnoDB: Unable to lock ./ibdata1, error: 11
  98. InnoDB: Check that you do not already have another mysqld process
  99. InnoDB: using the same InnoDB data or log files.
  100. InnoDB: Unable to lock ./ibdata1, error: 11
  101. InnoDB: Check that you do not already have another mysqld process
  102. InnoDB: using the same InnoDB data or log files.
  103.  
  104.  
  105. Test 5: SUCCESS
  106. --------
  107.  
  108. MySQL server default configuration found.
  109. Details: The default configuration for the MySQL server was found and is readable at <a href='/etc/akonadi/mysql-global.conf'>/etc/akonadi/mysql-global.conf</a>.
  110.  
  111. File content of '/etc/akonadi/mysql-global.conf':
  112. #
  113. # Global Akonadi MySQL server settings,
  114. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  115. #
  116. # Based on advice by Kris Köhntopp <kris@mysql.com>
  117. #
  118. [mysqld]
  119. skip_grant_tables
  120. skip_networking
  121.  
  122. # strict query parsing/interpretation
  123. # TODO: make Akonadi work with those settings enabled
  124. #sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat
  125. #sql_mode=strict_trans_tables
  126.  
  127. # use InnoDB for transactions and better crash recovery
  128. default_storage_engine=innodb
  129. # case-insensitive table names, avoids trouble on windows
  130. lower_case_table_names=1
  131. character_set_server=latin1
  132. collation_server=latin1_general_ci
  133. table_cache=200
  134. thread_cache_size=3
  135. log_bin=mysql-bin
  136. expire_logs_days=3
  137. #sync_bin_log=0
  138. # error log file name, relative to datadir
  139. log_error=mysql.err
  140. log_warnings=2
  141. # log all queries, useful for debugging but generates an enormous amount of data
  142. #log=mysql.full
  143. # log queries slower than n seconds, log file name relative to datadir (for debugging only)
  144. #log_slow_queries=mysql.slow
  145. #long_query_time=1
  146. # log queries not using indices, debug only, disable for production use
  147. #log_queries_not_using_indexes=1
  148. # maximum blob size
  149. max_allowed_packet=32M
  150. max_connections=256
  151. # makes sense when having the same query multiple times
  152. # makes no sense with prepared statements and/or transactions
  153. query_cache_type=0
  154. query_cache_size=0
  155.  
  156. innodb_file_per_table=1
  157. innodb_log_buffer_size=1M
  158. innodb_additional_mem_pool_size=1M
  159. # messure database size and adjust
  160. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
  161. innodb_buffer_pool_size=80M
  162. # size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables)
  163. innodb_log_file_size=64M
  164. innodb_flush_log_at_trx_commit=2
  165.  
  166.  
  167.  
  168. Test 6: SKIP
  169. --------
  170.  
  171. MySQL server custom configuration not available.
  172. Details: The custom configuration for the MySQL server was not found but is optional.
  173.  
  174. Test 7: SUCCESS
  175. --------
  176.  
  177. MySQL server configuration is usable.
  178. Details: The MySQL server configuration was found at <a href='/home/nicofrand/.local/share/akonadi/mysql.conf'>/home/nicofrand/.local/share/akonadi/mysql.conf</a> and is readable.
  179.  
  180. File content of '/home/nicofrand/.local/share/akonadi/mysql.conf':
  181. #
  182. # Global Akonadi MySQL server settings,
  183. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  184. #
  185. # Based on advice by Kris Köhntopp <kris@mysql.com>
  186. #
  187. [mysqld]
  188. skip_grant_tables
  189. skip_networking
  190.  
  191. # strict query parsing/interpretation
  192. # TODO: make Akonadi work with those settings enabled
  193. #sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat
  194. #sql_mode=strict_trans_tables
  195.  
  196. # use InnoDB for transactions and better crash recovery
  197. default_storage_engine=innodb
  198. # case-insensitive table names, avoids trouble on windows
  199. lower_case_table_names=1
  200. character_set_server=latin1
  201. collation_server=latin1_general_ci
  202. table_cache=200
  203. thread_cache_size=3
  204. log_bin=mysql-bin
  205. expire_logs_days=3
  206. #sync_bin_log=0
  207. # error log file name, relative to datadir
  208. log_error=mysql.err
  209. log_warnings=2
  210. # log all queries, useful for debugging but generates an enormous amount of data
  211. #log=mysql.full
  212. # log queries slower than n seconds, log file name relative to datadir (for debugging only)
  213. #log_slow_queries=mysql.slow
  214. #long_query_time=1
  215. # log queries not using indices, debug only, disable for production use
  216. #log_queries_not_using_indexes=1
  217. # maximum blob size
  218. max_allowed_packet=32M
  219. max_connections=256
  220. # makes sense when having the same query multiple times
  221. # makes no sense with prepared statements and/or transactions
  222. query_cache_type=0
  223. query_cache_size=0
  224.  
  225. innodb_file_per_table=1
  226. innodb_log_buffer_size=1M
  227. innodb_additional_mem_pool_size=1M
  228. # messure database size and adjust
  229. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
  230. innodb_buffer_pool_size=80M
  231. # size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables)
  232. innodb_log_file_size=64M
  233. innodb_flush_log_at_trx_commit=2
  234.  
  235.  
  236.  
  237. Test 8: SUCCESS
  238. --------
  239.  
  240. akonadictl found and usable
  241. Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully.
  242. Result:
  243. Akonadi 1.3.1
  244.  
  245.  
  246. Test 9: SUCCESS
  247. --------
  248.  
  249. Akonadi control process registered at D-Bus.
  250. Details: The Akonadi control process is registered at D-Bus which typically indicates it is operational.
  251.  
  252. Test 10: ERROR
  253. --------
  254.  
  255. Akonadi server process not registered at D-Bus.
  256. 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.
  257.  
  258. Test 11: SUCCESS
  259. --------
  260.  
  261. Nepomuk search service registered at D-Bus.
  262. Details: The Nepomuk search service is registered at D-Bus which typically indicates it is operational.
  263.  
  264. Test 12: SUCCESS
  265. --------
  266.  
  267. Nepomuk search service uses an appropriate backend.
  268. Details: The Nepomuk search service uses one of the recommended backends.
  269.  
  270. Test 13: SKIP
  271. --------
  272.  
  273. Protocol version check not possible.
  274. Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements.
  275.  
  276. Test 14: SUCCESS
  277. --------
  278.  
  279. Resource agents found.
  280. Details: At least one resource agent has been found.
  281.  
  282. Directory listing of '/usr/share/akonadi/agents':
  283. birthdaysresource.desktop
  284. contactsresource.desktop
  285. icalresource.desktop
  286. imapresource.desktop
  287. kabcresource.desktop
  288. kcalresource.desktop
  289. knutresource.desktop
  290. kolabproxyresource.desktop
  291. localbookmarksresource.desktop
  292. maildirresource.desktop
  293. maildispatcheragent.desktop
  294. mboxresource.desktop
  295. microblog.desktop
  296. mtdummyresource.desktop
  297. nepomukcalendarfeeder.desktop
  298. nepomukcontactfeeder.desktop
  299. nepomuktagresource.desktop
  300. nntpresource.desktop
  301. notesresource.desktop
  302. pop3resource.desktop
  303. vcarddirresource.desktop
  304. vcardresource.desktop
  305. Directory listing of '/usr/share/akonadi/agents':
  306. birthdaysresource.desktop
  307. contactsresource.desktop
  308. icalresource.desktop
  309. imapresource.desktop
  310. kabcresource.desktop
  311. kcalresource.desktop
  312. knutresource.desktop
  313. kolabproxyresource.desktop
  314. localbookmarksresource.desktop
  315. maildirresource.desktop
  316. maildispatcheragent.desktop
  317. mboxresource.desktop
  318. microblog.desktop
  319. mtdummyresource.desktop
  320. nepomukcalendarfeeder.desktop
  321. nepomukcontactfeeder.desktop
  322. nepomuktagresource.desktop
  323. nntpresource.desktop
  324. notesresource.desktop
  325. pop3resource.desktop
  326. vcarddirresource.desktop
  327. vcardresource.desktop
  328.  
  329. Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/share:/usr/local/share'
  330.  
  331. Test 15: SUCCESS
  332. --------
  333.  
  334. No current Akonadi server error log found.
  335. Details: The Akonadi server did not report any errors during its current startup.
  336.  
  337. Test 16: ERROR
  338. --------
  339.  
  340. Previous Akonadi server error log found.
  341. Details: The Akonadi server did report error during its previous startup into <a href='/home/nicofrand/.local/share/akonadi/akonadiserver.error.old'>/home/nicofrand/.local/share/akonadi/akonadiserver.error.old</a>.
  342.  
  343. File content of '/home/nicofrand/.local/share/akonadi/akonadiserver.error.old':
  344. Database error: Cannot open database.
  345. Last driver error: "QMYSQL: Unable to connect"
  346. Last database error: "Access denied for user 'nicofrand'@'localhost' (using password: NO)"
  347. Unable to open database "Access denied for user 'nicofrand'@'localhost' (using password: NO) QMYSQL: Unable to connect"
  348. "[
  349. 0: akonadiserver(_Z11akBacktracev+0x39) [0x40b739]
  350. 1: akonadiserver() [0x40bc7a]
  351. 2: /lib/libc.so.6(+0x33af0) [0x7f73fa333af0]
  352. 3: /lib/libc.so.6(gsignal+0x35) [0x7f73fa333a75]
  353. 4: /lib/libc.so.6(abort+0x180) [0x7f73fa3375c0]
  354. 5: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7f73fb51ada4]
  355. 6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xa8) [0x40cd88]
  356. 7: /usr/lib/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x77) [0x7f73fb5a9967]
  357. 8: /usr/lib/libQtCore.so.4(+0x10e1d9) [0x7f73fb5b71d9]
  358. 9: /usr/lib/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x39) [0x7f73fb5b83d9]
  359. 10: akonadiserver(_ZN6QDebugD1Ev+0x49) [0x4071b9]
  360. 11: /usr/lib/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x55a) [0x7f73fb98ceda]
  361. 12: /usr/lib/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x4a) [0x7f73fb98dd1a]
  362. 13: akonadiserver(main+0x429) [0x406539]
  363. 14: /lib/libc.so.6(__libc_start_main+0xfd) [0x7f73fa31ec4d]
  364. 15: akonadiserver() [0x406019]
  365. ]
  366. "
  367.  
  368.  
  369. Test 17: ERROR
  370. --------
  371.  
  372. Current Akonadi control error log found.
  373. Details: The Akonadi control process did report error during startup into <a href='/home/nicofrand/.local/share/akonadi/akonadi_control.error'>/home/nicofrand/.local/share/akonadi/akonadi_control.error</a>.
  374.  
  375. File content of '/home/nicofrand/.local/share/akonadi/akonadi_control.error':
  376. Unable to register service as org.freedesktop.Akonadi.Control Maybe it's already running?
  377. "[
  378. 0: /usr/bin/akonadi_control(_Z11akBacktracev+0x39) [0x416779]
  379. 1: /usr/bin/akonadi_control() [0x416cba]
  380. 2: /lib/libc.so.6(+0x33af0) [0x7fc167257af0]
  381. 3: /lib/libc.so.6(gsignal+0x35) [0x7fc167257a75]
  382. 4: /lib/libc.so.6(abort+0x180) [0x7fc16725b5c0]
  383. 5: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7fc16843eda4]
  384. 6: /usr/bin/akonadi_control(_ZN15FileDebugStream9writeDataEPKcx+0xa8) [0x417dc8]
  385. 7: /usr/lib/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x77) [0x7fc1684cd967]
  386. 8: /usr/lib/libQtCore.so.4(+0x10e1d9) [0x7fc1684db1d9]
  387. 9: /usr/lib/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x39) [0x7fc1684dc3d9]
  388. 10: /usr/bin/akonadi_control(main+0x466) [0x42bab6]
  389. 11: /lib/libc.so.6(__libc_start_main+0xfd) [0x7fc167242c4d]
  390. 12: /usr/bin/akonadi_control() [0x4120b9]
  391. ]
  392. "
  393.  
  394.  
  395. Test 18: ERROR
  396. --------
  397.  
  398. Previous Akonadi control error log found.
  399. Details: The Akonadi control process did report error during its previous startup into <a href='/home/nicofrand/.local/share/akonadi/akonadi_control.error.old'>/home/nicofrand/.local/share/akonadi/akonadi_control.error.old</a>.
  400.  
  401. File content of '/home/nicofrand/.local/share/akonadi/akonadi_control.error.old':
  402. Unable to register service as org.freedesktop.Akonadi.Control Maybe it's already running?
  403. "[
  404. 0: /usr/bin/akonadi_control(_Z11akBacktracev+0x39) [0x416779]
  405. 1: /usr/bin/akonadi_control() [0x416cba]
  406. 2: /lib/libc.so.6(+0x33af0) [0x7ffa9ce03af0]
  407. 3: /lib/libc.so.6(gsignal+0x35) [0x7ffa9ce03a75]
  408. 4: /lib/libc.so.6(abort+0x180) [0x7ffa9ce075c0]
  409. 5: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7ffa9dfeada4]
  410. 6: /usr/bin/akonadi_control(_ZN15FileDebugStream9writeDataEPKcx+0xa8) [0x417dc8]
  411. 7: /usr/lib/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x77) [0x7ffa9e079967]
  412. 8: /usr/lib/libQtCore.so.4(+0x10e1d9) [0x7ffa9e0871d9]
  413. 9: /usr/lib/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x39) [0x7ffa9e0883d9]
  414. 10: /usr/bin/akonadi_control(main+0x466) [0x42bab6]
  415. 11: /lib/libc.so.6(__libc_start_main+0xfd) [0x7ffa9cdeec4d]
  416. 12: /usr/bin/akonadi_control() [0x4120b9]
  417. ]
  418. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement