Advertisement
Guest User

Untitled

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