Advertisement
Guest User

Untitled

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