Advertisement
Guest User

Untitled

a guest
May 20th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.64 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/ralf/.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/ralf/.local/share/akonadi/db_misc/mysql.socket"
  22. ServerPath=/usr/sbin/mysqld-akonadi
  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-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 i486 ((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/ralf/.local/share/akonadi/db_data/mysql.err'>/home/ralf/.local/share/akonadi/db_data/mysql.err</a>&apos; contains errors.
  48.  
  49. File content of '/home/ralf/.local/share/akonadi/db_data/mysql.err':
  50. 100421 16:18:09 [Note] Plugin 'FEDERATED' is disabled.
  51. InnoDB: The log sequence number in ibdata files does not match
  52. InnoDB: the log sequence number in the ib_logfiles!
  53. 100421 16:18:09 InnoDB: Database was not shut down normally!
  54. InnoDB: Starting crash recovery.
  55. InnoDB: Reading tablespace information from the .ibd files...
  56. InnoDB: Restoring possible half-written data pages from the doublewrite
  57. InnoDB: buffer...
  58. InnoDB: Last MySQL binlog file position 0 207086, file name ./mysql-bin.000045
  59. 100421 16:18:10 InnoDB: Started; log sequence number 0 6620064
  60. 100421 16:18:11 [Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them
  61. 100421 16:18:11 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist
  62. 100421 16:18:11 [Note] /usr/sbin/mysqld-akonadi: ready for connections.
  63. Version: '5.1.41-3ubuntu11-log' socket: '/home/ralf/.local/share/akonadi/db_misc/mysql.socket' port: 0 (Ubuntu)
  64.  
  65.  
  66. Test 5: SUCCESS
  67. --------
  68.  
  69. MySQL server default configuration found.
  70. 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>.
  71.  
  72. File content of '/etc/akonadi/mysql-global.conf':
  73. #
  74. # Global Akonadi MySQL server settings,
  75. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  76. #
  77. # Based on advice by Kris Köhntopp <kris@mysql.com>
  78. #
  79. [mysqld]
  80. skip_grant_tables
  81. skip_networking
  82.  
  83. # strict query parsing/interpretation
  84. # TODO: make Akonadi work with those settings enabled
  85. #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
  86. #sql_mode=strict_trans_tables
  87.  
  88. # use InnoDB for transactions and better crash recovery
  89. default_storage_engine=innodb
  90. # case-insensitive table names, avoids trouble on windows
  91. lower_case_table_names=1
  92. character_set_server=latin1
  93. collation_server=latin1_general_ci
  94. table_cache=200
  95. thread_cache_size=3
  96. log_bin=mysql-bin
  97. expire_logs_days=3
  98. #sync_bin_log=0
  99. # error log file name, relative to datadir
  100. log_error=mysql.err
  101. log_warnings=2
  102. # log all queries, useful for debugging but generates an enormous amount of data
  103. #log=mysql.full
  104. # log queries slower than n seconds, log file name relative to datadir (for debugging only)
  105. #log_slow_queries=mysql.slow
  106. #long_query_time=1
  107. # log queries not using indices, debug only, disable for production use
  108. #log_queries_not_using_indexes=1
  109. # maximum blob size
  110. max_allowed_packet=32M
  111. max_connections=256
  112. # makes sense when having the same query multiple times
  113. # makes no sense with prepared statements and/or transactions
  114. query_cache_type=0
  115. query_cache_size=0
  116.  
  117. innodb_file_per_table=1
  118. innodb_log_buffer_size=1M
  119. innodb_additional_mem_pool_size=1M
  120. # messure database size and adjust
  121. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
  122. innodb_buffer_pool_size=80M
  123. # 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)
  124. innodb_log_file_size=64M
  125. innodb_flush_log_at_trx_commit=2
  126.  
  127.  
  128.  
  129. Test 6: SKIP
  130. --------
  131.  
  132. MySQL server custom configuration not available.
  133. Details: The custom configuration for the MySQL server was not found but is optional.
  134.  
  135. Test 7: SUCCESS
  136. --------
  137.  
  138. MySQL server configuration is usable.
  139. Details: The MySQL server configuration was found at <a href='/home/ralf/.local/share/akonadi/mysql.conf'>/home/ralf/.local/share/akonadi/mysql.conf</a> and is readable.
  140.  
  141. File content of '/home/ralf/.local/share/akonadi/mysql.conf':
  142. #
  143. # Global Akonadi MySQL server settings,
  144. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  145. #
  146. # Based on advice by Kris Köhntopp <kris@mysql.com>
  147. #
  148. [mysqld]
  149. skip_grant_tables
  150. skip_networking
  151.  
  152. # strict query parsing/interpretation
  153. # TODO: make Akonadi work with those settings enabled
  154. #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
  155. #sql_mode=strict_trans_tables
  156.  
  157. # use InnoDB for transactions and better crash recovery
  158. default_storage_engine=innodb
  159. # case-insensitive table names, avoids trouble on windows
  160. lower_case_table_names=1
  161. character_set_server=latin1
  162. collation_server=latin1_general_ci
  163. table_cache=200
  164. thread_cache_size=3
  165. log_bin=mysql-bin
  166. expire_logs_days=3
  167. #sync_bin_log=0
  168. # error log file name, relative to datadir
  169. log_error=mysql.err
  170. log_warnings=2
  171. # log all queries, useful for debugging but generates an enormous amount of data
  172. #log=mysql.full
  173. # log queries slower than n seconds, log file name relative to datadir (for debugging only)
  174. #log_slow_queries=mysql.slow
  175. #long_query_time=1
  176. # log queries not using indices, debug only, disable for production use
  177. #log_queries_not_using_indexes=1
  178. # maximum blob size
  179. max_allowed_packet=32M
  180. max_connections=256
  181. # makes sense when having the same query multiple times
  182. # makes no sense with prepared statements and/or transactions
  183. query_cache_type=0
  184. query_cache_size=0
  185.  
  186. innodb_file_per_table=1
  187. innodb_log_buffer_size=1M
  188. innodb_additional_mem_pool_size=1M
  189. # messure database size and adjust
  190. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
  191. innodb_buffer_pool_size=80M
  192. # 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)
  193. innodb_log_file_size=64M
  194. innodb_flush_log_at_trx_commit=2
  195.  
  196.  
  197.  
  198. Test 8: SUCCESS
  199. --------
  200.  
  201. akonadictl found and usable
  202. Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully.
  203. Result:
  204. Akonadi 1.3.1
  205.  
  206.  
  207. Test 9: SUCCESS
  208. --------
  209.  
  210. Akonadi control process registered at D-Bus.
  211. Details: The Akonadi control process is registered at D-Bus which typically indicates it is operational.
  212.  
  213. Test 10: SUCCESS
  214. --------
  215.  
  216. Akonadi server process registered at D-Bus.
  217. Details: The Akonadi server process is registered at D-Bus which typically indicates it is operational.
  218.  
  219. Test 11: ERROR
  220. --------
  221.  
  222. Nepomuk search service not registered at D-Bus.
  223. Details: The Nepomuk search service is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.
  224.  
  225. Test 12: SKIP
  226. --------
  227.  
  228. Protocol version check not possible.
  229. Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements.
  230.  
  231. Test 13: ERROR
  232. --------
  233.  
  234. No resource agents found.
  235. 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/share:/usr/local/share', make sure this includes all paths where Akonadi agents are installed to.
  236.  
  237. Directory listing of '/usr/share/akonadi/agents':
  238. birthdaysresource.desktop
  239. contactsresource.desktop
  240. icalresource.desktop
  241. imapresource.desktop
  242. kabcresource.desktop
  243. kcalresource.desktop
  244. knutresource.desktop
  245. kolabproxyresource.desktop
  246. localbookmarksresource.desktop
  247. maildirresource.desktop
  248. maildispatcheragent.desktop
  249. mboxresource.desktop
  250. microblog.desktop
  251. mtdummyresource.desktop
  252. nepomukcalendarfeeder.desktop
  253. nepomukcontactfeeder.desktop
  254. nepomuktagresource.desktop
  255. nntpresource.desktop
  256. notesresource.desktop
  257. pop3resource.desktop
  258. vcarddirresource.desktop
  259. vcardresource.desktop
  260. Directory listing of '/usr/share/akonadi/agents':
  261. birthdaysresource.desktop
  262. contactsresource.desktop
  263. icalresource.desktop
  264. imapresource.desktop
  265. kabcresource.desktop
  266. kcalresource.desktop
  267. knutresource.desktop
  268. kolabproxyresource.desktop
  269. localbookmarksresource.desktop
  270. maildirresource.desktop
  271. maildispatcheragent.desktop
  272. mboxresource.desktop
  273. microblog.desktop
  274. mtdummyresource.desktop
  275. nepomukcalendarfeeder.desktop
  276. nepomukcontactfeeder.desktop
  277. nepomuktagresource.desktop
  278. nntpresource.desktop
  279. notesresource.desktop
  280. pop3resource.desktop
  281. vcarddirresource.desktop
  282. vcardresource.desktop
  283.  
  284. Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/share:/usr/local/share'
  285.  
  286. Test 14: SUCCESS
  287. --------
  288.  
  289. No current Akonadi server error log found.
  290. Details: The Akonadi server did not report any errors during its current startup.
  291.  
  292. Test 15: SUCCESS
  293. --------
  294.  
  295. No previous Akonadi server error log found.
  296. Details: The Akonadi server did not report any errors during its previous startup.
  297.  
  298. Test 16: SUCCESS
  299. --------
  300.  
  301. No current Akonadi control error log found.
  302. Details: The Akonadi control process did not report any errors during its current startup.
  303.  
  304. Test 17: SUCCESS
  305. --------
  306.  
  307. No previous Akonadi control error log found.
  308. Details: The Akonadi control process did not report any errors during its previous startup.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement