Advertisement
Guest User

Untitled

a guest
Aug 5th, 2017
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.06 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/fove48/.config/akonadi/akonadiserverrc':
  11. [%General]
  12. Driver=QMYSQL
  13. SizeThreshold=4096
  14. ExternalPayload=false
  15.  
  16. [QMYSQL]
  17. Name=akonadi
  18. Host=
  19. User=
  20. Password=
  21. Options="UNIX_SOCKET=/home/fove48/.local/share/akonadi/db_misc/mysql.socket"
  22. ServerPath=/usr/sbin/mysqld
  23. StartServer=true
  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'.
  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 Ver 5.1.51-log for pc-linux-gnu on i686 (Gentoo Linux mysql-5.1.51)
  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/fove48/.local/share/akonadi/db_data/mysql.err'>/home/fove48/.local/share/akonadi/db_data/mysql.err</a>&apos; contains errors.
  48.  
  49. File content of '/home/fove48/.local/share/akonadi/db_data/mysql.err':
  50. 110321 11:08:14 InnoDB: Started; log sequence number 0 515528
  51. 110321 11:08:16 [Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them
  52. 110321 11:08:16 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist
  53. 110321 11:08:16 [Note] /usr/sbin/mysqld: ready for connections.
  54. Version: '5.1.51-log' socket: '/home/fove48/.local/share/akonadi/db_misc/mysql.socket' port: 0 Gentoo Linux mysql-5.1.51
  55. 110321 19:08:25 [Warning] Aborted connection 4 to db: 'akonadi' user: 'fove48' host: '' (Got timeout reading communication packets)
  56. 110321 19:08:25 [Warning] Aborted connection 3 to db: 'akonadi' user: 'fove48' host: '' (Got timeout reading communication packets)
  57. 110321 19:08:31 [Warning] Aborted connection 5 to db: 'akonadi' user: 'fove48' host: '' (Got timeout reading communication packets)
  58. 110321 19:08:31 [Warning] Aborted connection 6 to db: 'akonadi' user: 'fove48' host: '' (Got timeout reading communication packets)
  59. 110321 19:08:32 [Warning] Aborted connection 7 to db: 'akonadi' user: 'fove48' host: '' (Got timeout reading communication packets)
  60. 110321 19:08:32 [Warning] Aborted connection 8 to db: 'akonadi' user: 'fove48' host: '' (Got timeout reading communication packets)
  61. 110321 19:08:33 [Warning] Aborted connection 9 to db: 'akonadi' user: 'fove48' host: '' (Got timeout reading communication packets)
  62. 110321 23:23:17 [Note] /usr/sbin/mysqld: Normal shutdown
  63.  
  64. 110321 23:23:17 InnoDB: Starting shutdown...
  65. 110321 23:23:20 InnoDB: Shutdown completed; log sequence number 0 517540
  66. 110321 23:23:20 [Note] /usr/sbin/mysqld: Shutdown complete
  67.  
  68.  
  69.  
  70. Test 5: SUCCESS
  71. --------
  72.  
  73. MySQL server default configuration found.
  74. Details: The default configuration for the MySQL server was found and is readable at <a href='/usr/share/config/akonadi/mysql-global.conf'>/usr/share/config/akonadi/mysql-global.conf</a>.
  75.  
  76. File content of '/usr/share/config/akonadi/mysql-global.conf':
  77. #
  78. # Global Akonadi MySQL server settings,
  79. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  80. #
  81. # Based on advice by Kris Köhntopp <kris@mysql.com>
  82. #
  83. [mysqld]
  84. skip_grant_tables
  85. skip_networking
  86.  
  87. # strict query parsing/interpretation
  88. # TODO: make Akonadi work with those settings enabled
  89. #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
  90. #sql_mode=strict_trans_tables
  91.  
  92. # use InnoDB for transactions and better crash recovery
  93. default_storage_engine=innodb
  94. # case-insensitive table names, avoids trouble on windows
  95. lower_case_table_names=1
  96. character_set_server=latin1
  97. collation_server=latin1_general_ci
  98. table_cache=200
  99. thread_cache_size=3
  100. log_bin=mysql-bin
  101. expire_logs_days=3
  102. #sync_bin_log=0
  103. # error log file name, relative to datadir
  104. log_error=mysql.err
  105. log_warnings=2
  106. # log all queries, useful for debugging but generates an enormous amount of data
  107. #log=mysql.full
  108. # log queries slower than n seconds, log file name relative to datadir (for debugging only)
  109. #log_slow_queries=mysql.slow
  110. #long_query_time=1
  111. # log queries not using indices, debug only, disable for production use
  112. #log_queries_not_using_indexes=1
  113. # maximum blob size
  114. max_allowed_packet=32M
  115. max_connections=256
  116. # makes sense when having the same query multiple times
  117. # makes no sense with prepared statements and/or transactions
  118. query_cache_type=0
  119. query_cache_size=0
  120.  
  121. innodb_file_per_table=1
  122. innodb_log_buffer_size=1M
  123. innodb_additional_mem_pool_size=1M
  124. # messure database size and adjust
  125. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
  126. innodb_buffer_pool_size=80M
  127. # 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)
  128. innodb_log_file_size=64M
  129. innodb_flush_log_at_trx_commit=2
  130.  
  131.  
  132.  
  133. Test 6: SKIP
  134. --------
  135.  
  136. MySQL server custom configuration not available.
  137. Details: The custom configuration for the MySQL server was not found but is optional.
  138.  
  139. Test 7: SUCCESS
  140. --------
  141.  
  142. MySQL server configuration is usable.
  143. Details: The MySQL server configuration was found at <a href='/home/fove48/.local/share/akonadi/mysql.conf'>/home/fove48/.local/share/akonadi/mysql.conf</a> and is readable.
  144.  
  145. File content of '/home/fove48/.local/share/akonadi/mysql.conf':
  146. #
  147. # Global Akonadi MySQL server settings,
  148. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  149. #
  150. # Based on advice by Kris Köhntopp <kris@mysql.com>
  151. #
  152. [mysqld]
  153. skip_grant_tables
  154. skip_networking
  155.  
  156. # strict query parsing/interpretation
  157. # TODO: make Akonadi work with those settings enabled
  158. #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
  159. #sql_mode=strict_trans_tables
  160.  
  161. # use InnoDB for transactions and better crash recovery
  162. default_storage_engine=innodb
  163. # case-insensitive table names, avoids trouble on windows
  164. lower_case_table_names=1
  165. character_set_server=latin1
  166. collation_server=latin1_general_ci
  167. table_cache=200
  168. thread_cache_size=3
  169. log_bin=mysql-bin
  170. expire_logs_days=3
  171. #sync_bin_log=0
  172. # error log file name, relative to datadir
  173. log_error=mysql.err
  174. log_warnings=2
  175. # log all queries, useful for debugging but generates an enormous amount of data
  176. #log=mysql.full
  177. # log queries slower than n seconds, log file name relative to datadir (for debugging only)
  178. #log_slow_queries=mysql.slow
  179. #long_query_time=1
  180. # log queries not using indices, debug only, disable for production use
  181. #log_queries_not_using_indexes=1
  182. # maximum blob size
  183. max_allowed_packet=32M
  184. max_connections=256
  185. # makes sense when having the same query multiple times
  186. # makes no sense with prepared statements and/or transactions
  187. query_cache_type=0
  188. query_cache_size=0
  189.  
  190. innodb_file_per_table=1
  191. innodb_log_buffer_size=1M
  192. innodb_additional_mem_pool_size=1M
  193. # messure database size and adjust
  194. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
  195. innodb_buffer_pool_size=80M
  196. # 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)
  197. innodb_log_file_size=64M
  198. innodb_flush_log_at_trx_commit=2
  199.  
  200.  
  201.  
  202. Test 8: SUCCESS
  203. --------
  204.  
  205. akonadictl found and usable
  206. Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully.
  207. Result:
  208. /usr/bin/akonadictl: error while loading shared libraries: libboost_program_options-mt-1_41.so.1.41.0: cannot open shared object file: No such file or directory
  209.  
  210.  
  211. Test 9: ERROR
  212. --------
  213.  
  214. Akonadi control process not registered at D-Bus.
  215. 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.
  216.  
  217. Test 10: ERROR
  218. --------
  219.  
  220. Akonadi server process not registered at D-Bus.
  221. 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.
  222.  
  223. Test 11: SUCCESS
  224. --------
  225.  
  226. Nepomuk search service registered at D-Bus.
  227. Details: The Nepomuk search service is registered at D-Bus which typically indicates it is operational.
  228.  
  229. Test 12: SKIP
  230. --------
  231.  
  232. Protocol version check not possible.
  233. Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements.
  234.  
  235. Test 13: ERROR
  236. --------
  237.  
  238. No resource agents found.
  239. 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 /usr/share/akonadi/agents'. The XDG_DATA_DIRS environment variable is set to '/usr/share:/usr/local/share:/usr/share:/usr/share/gdm', make sure this includes all paths where Akonadi agents are installed to.
  240.  
  241. Directory listing of '/usr/share/akonadi/agents':
  242. birthdaysresource.desktop
  243. contactsresource.desktop
  244. icalresource.desktop
  245. imapresource.desktop
  246. kabcresource.desktop
  247. kcalresource.desktop
  248. knutresource.desktop
  249. kolabproxyresource.desktop
  250. localbookmarksresource.desktop
  251. maildirresource.desktop
  252. maildispatcheragent.desktop
  253. mboxresource.desktop
  254. microblog.desktop
  255. mtdummyresource.desktop
  256. nepomukcalendarfeeder.desktop
  257. nepomukcontactfeeder.desktop
  258. nepomuktagresource.desktop
  259. nntpresource.desktop
  260. notesresource.desktop
  261. pop3resource.desktop
  262. vcarddirresource.desktop
  263. vcardresource.desktop
  264. Directory listing of '/usr/share/akonadi/agents':
  265. birthdaysresource.desktop
  266. contactsresource.desktop
  267. icalresource.desktop
  268. imapresource.desktop
  269. kabcresource.desktop
  270. kcalresource.desktop
  271. knutresource.desktop
  272. kolabproxyresource.desktop
  273. localbookmarksresource.desktop
  274. maildirresource.desktop
  275. maildispatcheragent.desktop
  276. mboxresource.desktop
  277. microblog.desktop
  278. mtdummyresource.desktop
  279. nepomukcalendarfeeder.desktop
  280. nepomukcontactfeeder.desktop
  281. nepomuktagresource.desktop
  282. nntpresource.desktop
  283. notesresource.desktop
  284. pop3resource.desktop
  285. vcarddirresource.desktop
  286. vcardresource.desktop
  287.  
  288. Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/local/share:/usr/share:/usr/share/gdm'
  289.  
  290. Test 14: ERROR
  291. --------
  292.  
  293. Current Akonadi server error log found.
  294. Details: The Akonadi server did report error during startup into <a href='/home/fove48/.local/share/akonadi/akonadiserver.error'>/home/fove48/.local/share/akonadi/akonadiserver.error</a>.
  295.  
  296. File content of '/home/fove48/.local/share/akonadi/akonadiserver.error':
  297. D-Bus session bus went down - quitting
  298.  
  299.  
  300. Test 15: ERROR
  301. --------
  302.  
  303. Previous Akonadi server error log found.
  304. Details: The Akonadi server did report error during its previous startup into <a href='/home/fove48/.local/share/akonadi/akonadiserver.error.old'>/home/fove48/.local/share/akonadi/akonadiserver.error.old</a>.
  305.  
  306. File content of '/home/fove48/.local/share/akonadi/akonadiserver.error.old':
  307. D-Bus session bus went down - quitting
  308.  
  309.  
  310. Test 16: ERROR
  311. --------
  312.  
  313. Current Akonadi control error log found.
  314. Details: The Akonadi control process did report error during startup into <a href='/home/fove48/.local/share/akonadi/akonadi_control.error'>/home/fove48/.local/share/akonadi/akonadi_control.error</a>.
  315.  
  316. File content of '/home/fove48/.local/share/akonadi/akonadi_control.error':
  317. Unable to register service as org.freedesktop.Akonadi.Control Maybe it's already running?
  318. "[
  319. 0: /usr/bin/akonadi_control(_Z11akBacktracev+0x35) [0x805ca35]
  320. 1: /usr/bin/akonadi_control() [0x805cef6]
  321. 2: [0xb7875400]
  322. 3: [0xb7875424]
  323. 4: /lib/libc.so.6(gsignal+0x51) [0xb72b0401]
  324. 5: /lib/libc.so.6(abort+0x182) [0xb72b1b42]
  325. 6: /usr/lib/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8c) [0xb765943c]
  326. 7: /usr/bin/akonadi_control(_ZN15FileDebugStream9writeDataEPKcx+0xc4) [0x805df74]
  327. 8: /usr/lib/qt4/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x8e) [0xb76ef7ce]
  328. 9: /usr/lib/qt4/libQtCore.so.4(+0x1036d5) [0xb76ff6d5]
  329. 10: /usr/lib/qt4/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x3d) [0xb7700bfd]
  330. 11: /usr/bin/akonadi_control(main+0x424) [0x80714f4]
  331. 12: /lib/libc.so.6(__libc_start_main+0xe6) [0xb729cbb6]
  332. 13: /usr/bin/akonadi_control() [0x8058531]
  333. ]
  334. "
  335. D-Bus session bus went down - quitting
  336.  
  337.  
  338. Test 17: SUCCESS
  339. --------
  340.  
  341. No previous Akonadi control error log found.
  342. Details: The Akonadi control process did not report any errors during its previous startup.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement