Advertisement
Guest User

Untitled

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