Advertisement
Guest User

Untitled

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