Advertisement
Guest User

Untitled

a guest
May 4th, 2017
569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 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/guillaume/.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/guillaume/.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.42 for pc-linux-gnu on i686 (Source distribution)
  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/guillaume/.local/share/akonadi/db_data/mysql.err'>/home/guillaume/.local/share/akonadi/db_data/mysql.err</a>&apos; contains errors.
  48.  
  49. File content of '/home/guillaume/.local/share/akonadi/db_data/mysql.err':
  50. 100127 19:47:25 [Note] Plugin 'FEDERATED' is disabled.
  51. 100127 19:47:25 [Note] Plugin 'ndbcluster' is disabled.
  52. 100127 19:47:26 InnoDB: Started; log sequence number 0 121767
  53. 100127 19:47:26 [Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them
  54. 100127 19:47:26 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist
  55. 100127 19:47:26 [Note] /usr/sbin/mysqld: ready for connections.
  56. Version: '5.1.42-log' socket: '/home/guillaume/.local/share/akonadi/db_misc/mysql.socket' port: 0 Source distribution
  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='/usr/share/config/akonadi/mysql-global.conf'>/usr/share/config/akonadi/mysql-global.conf</a>.
  64.  
  65. File content of '/usr/share/config/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/guillaume/.local/share/akonadi/mysql.conf'>/home/guillaume/.local/share/akonadi/mysql.conf</a> and is readable.
  133.  
  134. File content of '/home/guillaume/.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.3.0
  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: SUCCESS
  213. --------
  214.  
  215. Nepomuk search service registered at D-Bus.
  216. Details: The Nepomuk search service is registered at D-Bus which typically indicates it is operational.
  217.  
  218. Test 12: SUCCESS
  219. --------
  220.  
  221. Nepomuk search service uses an appropriate backend.
  222. Details: The Nepomuk search service uses one of the recommended backends.
  223.  
  224. Test 13: SKIP
  225. --------
  226.  
  227. Protocol version check not possible.
  228. Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements.
  229.  
  230. Test 14: ERROR
  231. --------
  232.  
  233. No resource agents found.
  234. 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'. The XDG_DATA_DIRS environment variable is set to '/usr/share:/usr/local/share', make sure this includes all paths where Akonadi agents are installed to.
  235.  
  236. Directory listing of '/usr/share/akonadi/agents':
  237. nepomukemailfeeder.desktop
  238.  
  239. Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/local/share'
  240.  
  241. Test 15: SUCCESS
  242. --------
  243.  
  244. No current Akonadi server error log found.
  245. Details: The Akonadi server did not report any errors during its current startup.
  246.  
  247. Test 16: ERROR
  248. --------
  249.  
  250. Previous Akonadi server error log found.
  251. Details: The Akonadi server did report error during its previous startup into <a href='/home/guillaume/.local/share/akonadi/akonadiserver.error.old'>/home/guillaume/.local/share/akonadi/akonadiserver.error.old</a>.
  252.  
  253. File content of '/home/guillaume/.local/share/akonadi/akonadiserver.error.old':
  254. Control process died, committing suicide!
  255.  
  256.  
  257. Test 17: ERROR
  258. --------
  259.  
  260. Current Akonadi control error log found.
  261. Details: The Akonadi control process did report error during startup into <a href='/home/guillaume/.local/share/akonadi/akonadi_control.error'>/home/guillaume/.local/share/akonadi/akonadi_control.error</a>.
  262.  
  263. File content of '/home/guillaume/.local/share/akonadi/akonadi_control.error':
  264. Unable to register service: ""
  265. "[
  266. 0: akonadi_control(_Z11akBacktracev+0x35) [0x805c535]
  267. 1: akonadi_control() [0x805c9fe]
  268. 2: [0xb7813400]
  269. 3: [0xb7813424]
  270. 4: /lib/libc.so.6(gsignal+0x51) [0xb725d571]
  271. 5: /lib/libc.so.6(abort+0x182) [0xb725ed72]
  272. 6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x84) [0xb75d7064]
  273. 7: akonadi_control(_ZN15FileDebugStream9writeDataEPKcx+0xc4) [0x805d904]
  274. 8: /usr/lib/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x8e) [0xb766f1ee]
  275. 9: /usr/lib/libQtCore.so.4(+0x107935) [0xb7681935]
  276. 10: /usr/lib/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x3d) [0xb7682e5d]
  277. 11: akonadi_control(main+0x1e1) [0x8072441]
  278. 12: /lib/libc.so.6(__libc_start_main+0xe6) [0xb7249b86]
  279. 13: akonadi_control() [0x8057571]
  280. ]
  281. "
  282.  
  283.  
  284. Test 18: SUCCESS
  285. --------
  286.  
  287. No previous Akonadi control error log found.
  288. Details: The Akonadi control process did not report any errors during its previous startup.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement