Advertisement
Guest User

Untitled

a guest
May 28th, 2017
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.56 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
  9. configuration and was found on your system.
  10.  
  11. File content of '/home/wil/.config/akonadi/akonadiserverrc':
  12. [%General]
  13. Driver=QMYSQL
  14. SizeThreshold=4096
  15. ExternalPayload=false
  16.  
  17. [QMYSQL]
  18. Name=akonadi
  19. User=
  20. Password=
  21. Options="UNIX_SOCKET=/home/wil/.local/share/akonadi/db_misc/mysql.socket"
  22. ServerPath=/usr/sbin/mysqld
  23. StartServer=true
  24. Host=
  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
  35. '/usr/sbin/mysqld'.
  36. Make sure you have the MySQL server installed, set the correct path and ensure
  37. you have the necessary read and execution rights on the server executable. The
  38. server executable is typically called 'mysqld', its locations varies depending
  39. on the distribution.
  40.  
  41. Test 3: SUCCESS
  42. --------
  43.  
  44. MySQL server is executable.
  45. Details: MySQL server found: /usr/sbin/mysqld Ver 5.1.46-1 for debian-linux-gnu
  46. on x86_64 ((Debian))
  47.  
  48.  
  49. Test 4: SUCCESS
  50. --------
  51.  
  52. MySQL server log contains no errors.
  53. Details: The MySQL server log file &apos;<a
  54. href='/home/wil/.local/share/akonadi/db_data/mysql.err'>/home/wil/.local/share/
  55. akonadi/db_data/mysql.err</a>&apos; does not contain any errors or warnings.
  56.  
  57. File content of '/home/wil/.local/share/akonadi/db_data/mysql.err':
  58. 100530 13:15:02 [Note] Plugin 'FEDERATED' is disabled.
  59. 100530 13:15:05 InnoDB: Started; log sequence number 0 157572
  60. 100530 13:15:07 [Note] /usr/sbin/mysqld: ready for connections.
  61. Version: '5.1.46-1-log' socket:
  62. '/home/wil/.local/share/akonadi/db_misc/mysql.socket' port: 0 (Debian)
  63.  
  64.  
  65. Test 5: SUCCESS
  66. --------
  67.  
  68. MySQL server default configuration found.
  69. Details: The default configuration for the MySQL server was found and is
  70. readable at <a
  71. href='/etc/akonadi/mysql-global.conf'>/etc/akonadi/mysql-global.conf</a>.
  72.  
  73. File content of '/etc/akonadi/mysql-global.conf':
  74. #
  75. # Global Akonadi MySQL server settings,
  76. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  77. #
  78. # Based on advice by Kris Köhntopp <kris@mysql.com>
  79. #
  80. [mysqld]
  81. skip_grant_tables
  82. skip_networking
  83.  
  84. # strict query parsing/interpretation
  85. # TODO: make Akonadi work with those settings enabled
  86. #sql_mode=strict_trans_tables,strict_all_tables,
  87. strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,
  88. no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,
  89. pipes_as_concat
  90. #sql_mode=strict_trans_tables
  91.  
  92. # use InnoDB for transactions and better crash recovery
  93. default_storage_engine=innodb
  94. # case-insensitive table names, avoids trouble on windows
  95. lower_case_table_names=1
  96. character_set_server=latin1
  97. collation_server=latin1_general_ci
  98. table_cache=200
  99. thread_cache_size=3
  100. log_bin=mysql-bin
  101. expire_logs_days=3
  102. #sync_bin_log=0
  103. # error log file name, relative to datadir
  104. log_error=mysql.err
  105. log_warnings=2
  106. # log all queries, useful for debugging but generates an enormous amount of data
  107. #log=mysql.full
  108. # log queries slower than n seconds, log file name relative to datadir (for
  109. debugging only)
  110. #log_slow_queries=mysql.slow
  111. #long_query_time=1
  112. # log queries not using indices, debug only, disable for production use
  113. #log_queries_not_using_indexes=1
  114. # maximum blob size
  115. max_allowed_packet=32M
  116. max_connections=256
  117. # makes sense when having the same query multiple times
  118. # makes no sense with prepared statements and/or transactions
  119. query_cache_type=0
  120. query_cache_size=0
  121.  
  122. innodb_file_per_table=1
  123. innodb_log_buffer_size=1M
  124. innodb_additional_mem_pool_size=1M
  125. # messure database size and adjust
  126. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM
  127. information_schema.tables WHERE table_schema not in ("mysql",
  128. "information_schema");
  129. innodb_buffer_pool_size=80M
  130. # size of average write burst, keep Innob_log_waits small, keep
  131. Innodb_buffer_pool_wait_free small (see show global status like "inno%", show
  132. global variables)
  133. innodb_log_file_size=64M
  134. innodb_flush_log_at_trx_commit=2
  135.  
  136.  
  137.  
  138. Test 6: SKIP
  139. --------
  140.  
  141. MySQL server custom configuration not available.
  142. Details: The custom configuration for the MySQL server was not found but is
  143. optional.
  144.  
  145. Test 7: SUCCESS
  146. --------
  147.  
  148. MySQL server configuration is usable.
  149. Details: The MySQL server configuration was found at <a
  150. href='/home/wil/.local/share/akonadi/mysql.conf'>/home/wil/.local/share/akonadi/
  151. mysql.conf</a> and is readable.
  152.  
  153. File content of '/home/wil/.local/share/akonadi/mysql.conf':
  154. #
  155. # Global Akonadi MySQL server settings,
  156. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  157. #
  158. # Based on advice by Kris Köhntopp <kris@mysql.com>
  159. #
  160. [mysqld]
  161. skip_grant_tables
  162. skip_networking
  163.  
  164. # strict query parsing/interpretation
  165. # TODO: make Akonadi work with those settings enabled
  166. #sql_mode=strict_trans_tables,strict_all_tables,
  167. strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,
  168. no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,
  169. pipes_as_concat
  170. #sql_mode=strict_trans_tables
  171.  
  172. # use InnoDB for transactions and better crash recovery
  173. default_storage_engine=innodb
  174. # case-insensitive table names, avoids trouble on windows
  175. lower_case_table_names=1
  176. character_set_server=latin1
  177. collation_server=latin1_general_ci
  178. table_cache=200
  179. thread_cache_size=3
  180. log_bin=mysql-bin
  181. expire_logs_days=3
  182. #sync_bin_log=0
  183. # error log file name, relative to datadir
  184. log_error=mysql.err
  185. log_warnings=2
  186. # log all queries, useful for debugging but generates an enormous amount of data
  187. #log=mysql.full
  188. # log queries slower than n seconds, log file name relative to datadir (for
  189. debugging only)
  190. #log_slow_queries=mysql.slow
  191. #long_query_time=1
  192. # log queries not using indices, debug only, disable for production use
  193. #log_queries_not_using_indexes=1
  194. # maximum blob size
  195. max_allowed_packet=32M
  196. max_connections=256
  197. # makes sense when having the same query multiple times
  198. # makes no sense with prepared statements and/or transactions
  199. query_cache_type=0
  200. query_cache_size=0
  201.  
  202. innodb_file_per_table=1
  203. innodb_log_buffer_size=1M
  204. innodb_additional_mem_pool_size=1M
  205. # messure database size and adjust
  206. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM
  207. information_schema.tables WHERE table_schema not in ("mysql",
  208. "information_schema");
  209. innodb_buffer_pool_size=80M
  210. # size of average write burst, keep Innob_log_waits small, keep
  211. Innodb_buffer_pool_wait_free small (see show global status like "inno%", show
  212. global variables)
  213. innodb_log_file_size=64M
  214. innodb_flush_log_at_trx_commit=2
  215.  
  216.  
  217.  
  218. Test 8: SUCCESS
  219. --------
  220.  
  221. akonadictl found and usable
  222. Details: The program '/usr/bin/akonadictl' to control the Akonadi server was
  223. found and could be executed successfully.
  224. Result:
  225. Akonadi 1.3.1
  226.  
  227.  
  228. Test 9: SUCCESS
  229. --------
  230.  
  231. Akonadi control process registered at D-Bus.
  232. Details: The Akonadi control process is registered at D-Bus which typically
  233. indicates it is operational.
  234.  
  235. Test 10: SUCCESS
  236. --------
  237.  
  238. Akonadi server process registered at D-Bus.
  239. Details: The Akonadi server process is registered at D-Bus which typically
  240. indicates it is operational.
  241.  
  242. Test 11: SUCCESS
  243. --------
  244.  
  245. Nepomuk search service registered at D-Bus.
  246. Details: The Nepomuk search service is registered at D-Bus which typically
  247. indicates it is operational.
  248.  
  249. Test 12: SUCCESS
  250. --------
  251.  
  252. Nepomuk search service uses an appropriate backend.
  253. Details: The Nepomuk search service uses one of the recommended backends.
  254.  
  255. Test 13: SKIP
  256. --------
  257.  
  258. Protocol version check not possible.
  259. Details: Without a connection to the server it is not possible to check if the
  260. protocol version meets the requirements.
  261.  
  262. Test 14: ERROR
  263. --------
  264.  
  265. No resource agents found.
  266. Details: No resource agents have been found, Akonadi is not usable without at
  267. least one. This usually means that no resource agents are installed or that
  268. there is a setup problem. The following paths have been searched:
  269. '/usr/share/akonadi/agents /usr/share/akonadi/agents'. The XDG_DATA_DIRS
  270. environment variable is set to '/usr/share:/usr/share:/usr/local/share', make
  271. sure this includes all paths where Akonadi agents are installed to.
  272.  
  273. Directory listing of '/usr/share/akonadi/agents':
  274. birthdaysresource.desktop
  275. contactsresource.desktop
  276. icalresource.desktop
  277. imapresource.desktop
  278. kabcresource.desktop
  279. kcalresource.desktop
  280. knutresource.desktop
  281. kolabproxyresource.desktop
  282. localbookmarksresource.desktop
  283. maildirresource.desktop
  284. maildispatcheragent.desktop
  285. mboxresource.desktop
  286. microblog.desktop
  287. mtdummyresource.desktop
  288. nepomukcalendarfeeder.desktop
  289. nepomukcontactfeeder.desktop
  290. nepomuktagresource.desktop
  291. nntpresource.desktop
  292. notesresource.desktop
  293. pop3resource.desktop
  294. vcarddirresource.desktop
  295. vcardresource.desktop
  296. Directory listing of '/usr/share/akonadi/agents':
  297. birthdaysresource.desktop
  298. contactsresource.desktop
  299. icalresource.desktop
  300. imapresource.desktop
  301. kabcresource.desktop
  302. kcalresource.desktop
  303. knutresource.desktop
  304. kolabproxyresource.desktop
  305. localbookmarksresource.desktop
  306. maildirresource.desktop
  307. maildispatcheragent.desktop
  308. mboxresource.desktop
  309. microblog.desktop
  310. mtdummyresource.desktop
  311. nepomukcalendarfeeder.desktop
  312. nepomukcontactfeeder.desktop
  313. nepomuktagresource.desktop
  314. nntpresource.desktop
  315. notesresource.desktop
  316. pop3resource.desktop
  317. vcarddirresource.desktop
  318. vcardresource.desktop
  319.  
  320. Environment variable XDG_DATA_DIRS is set to
  321. '/usr/share:/usr/share:/usr/local/share'
  322.  
  323. Test 15: SUCCESS
  324. --------
  325.  
  326. No current Akonadi server error log found.
  327. Details: The Akonadi server did not report any errors during its current
  328. startup.
  329.  
  330. Test 16: ERROR
  331. --------
  332.  
  333. Previous Akonadi server error log found.
  334. Details: The Akonadi server did report error during its previous startup into <a
  335. href='/home/wil/.local/share/akonadi/akonadiserver.error.old'>/home/wil/.local/
  336. share/akonadi/akonadiserver.error.old</a>.
  337.  
  338. File content of '/home/wil/.local/share/akonadi/akonadiserver.error.old':
  339. D-Bus session bus went down - quitting
  340.  
  341.  
  342. Test 17: SUCCESS
  343. --------
  344.  
  345. No current Akonadi control error log found.
  346. Details: The Akonadi control process did not report any errors during its
  347. current startup.
  348.  
  349. Test 18: ERROR
  350. --------
  351.  
  352. Previous Akonadi control error log found.
  353. Details: The Akonadi control process did report error during its previous
  354. startup into <a
  355. href='/home/wil/.local/share/akonadi/akonadi_control.error.old'>/home/wil/.local
  356. /share/akonadi/akonadi_control.error.old</a>.
  357.  
  358. File content of '/home/wil/.local/share/akonadi/akonadi_control.error.old':
  359. D-Bus session bus went down - quitting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement