Advertisement
Guest User

Untitled

a guest
May 21st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.53 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/jr/.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/jr/.local/share/akonadi/db_misc/mysql.socket"
  22. ServerPath=/usr/sbin/mysqld-akonadi
  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-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.41-3ubuntu11 for debian-linux-gnu on x86_64 ((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/jr/.local/share/akonadi/db_data/mysql.err'>/home/jr/.local/share/akonadi/db_data/mysql.err</a>&apos; contains errors.
  48.  
  49. File content of '/home/jr/.local/share/akonadi/db_data/mysql.err':
  50. 100426 17:01:29 [Note] Plugin 'FEDERATED' is disabled.
  51. InnoDB: Unable to lock ./ibdata1, error: 11
  52. InnoDB: Check that you do not already have another mysqld process
  53. InnoDB: using the same InnoDB data or log files.
  54. 100426 17:01:29 InnoDB: Retrying to lock the first data file
  55. InnoDB: Unable to lock ./ibdata1, error: 11
  56. InnoDB: Check that you do not already have another mysqld process
  57. InnoDB: using the same InnoDB data or log files.
  58. InnoDB: Unable to lock ./ibdata1, error: 11
  59. InnoDB: Check that you do not already have another mysqld process
  60. InnoDB: using the same InnoDB data or log files.
  61. InnoDB: Unable to lock ./ibdata1, error: 11
  62. InnoDB: Check that you do not already have another mysqld process
  63. InnoDB: using the same InnoDB data or log files.
  64. InnoDB: Unable to lock ./ibdata1, error: 11
  65. InnoDB: Check that you do not already have another mysqld process
  66. InnoDB: using the same InnoDB data or log files.
  67. InnoDB: Unable to lock ./ibdata1, error: 11
  68. InnoDB: Check that you do not already have another mysqld process
  69. InnoDB: using the same InnoDB data or log files.
  70. InnoDB: Unable to lock ./ibdata1, error: 11
  71. InnoDB: Check that you do not already have another mysqld process
  72. InnoDB: using the same InnoDB data or log files.
  73. InnoDB: Unable to lock ./ibdata1, error: 11
  74. InnoDB: Check that you do not already have another mysqld process
  75. InnoDB: using the same InnoDB data or log files.
  76. InnoDB: Unable to lock ./ibdata1, error: 11
  77. InnoDB: Check that you do not already have another mysqld process
  78. InnoDB: using the same InnoDB data or log files.
  79. InnoDB: Unable to lock ./ibdata1, error: 11
  80. InnoDB: Check that you do not already have another mysqld process
  81. InnoDB: using the same InnoDB data or log files.
  82. InnoDB: Unable to lock ./ibdata1, error: 11
  83. InnoDB: Check that you do not already have another mysqld process
  84. InnoDB: using the same InnoDB data or log files.
  85. InnoDB: Unable to lock ./ibdata1, error: 11
  86. InnoDB: Check that you do not already have another mysqld process
  87. InnoDB: using the same InnoDB data or log files.
  88. InnoDB: Unable to lock ./ibdata1, error: 11
  89. InnoDB: Check that you do not already have another mysqld process
  90. InnoDB: using the same InnoDB data or log files.
  91. InnoDB: Unable to lock ./ibdata1, error: 11
  92. InnoDB: Check that you do not already have another mysqld process
  93. InnoDB: using the same InnoDB data or log files.
  94.  
  95.  
  96. Test 5: SUCCESS
  97. --------
  98.  
  99. MySQL server default configuration found.
  100. 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>.
  101.  
  102. File content of '/etc/akonadi/mysql-global.conf':
  103. #
  104. # Global Akonadi MySQL server settings,
  105. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  106. #
  107. # Based on advice by Kris Köhntopp <kris@mysql.com>
  108. #
  109. [mysqld]
  110. skip_grant_tables
  111. skip_networking
  112.  
  113. # strict query parsing/interpretation
  114. # TODO: make Akonadi work with those settings enabled
  115. #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
  116. #sql_mode=strict_trans_tables
  117.  
  118. # use InnoDB for transactions and better crash recovery
  119. default_storage_engine=innodb
  120. # case-insensitive table names, avoids trouble on windows
  121. lower_case_table_names=1
  122. character_set_server=latin1
  123. collation_server=latin1_general_ci
  124. table_cache=200
  125. thread_cache_size=3
  126. log_bin=mysql-bin
  127. expire_logs_days=3
  128. #sync_bin_log=0
  129. # error log file name, relative to datadir
  130. log_error=mysql.err
  131. log_warnings=2
  132. # log all queries, useful for debugging but generates an enormous amount of data
  133. #log=mysql.full
  134. # log queries slower than n seconds, log file name relative to datadir (for debugging only)
  135. #log_slow_queries=mysql.slow
  136. #long_query_time=1
  137. # log queries not using indices, debug only, disable for production use
  138. #log_queries_not_using_indexes=1
  139. # maximum blob size
  140. max_allowed_packet=32M
  141. max_connections=256
  142. # makes sense when having the same query multiple times
  143. # makes no sense with prepared statements and/or transactions
  144. query_cache_type=0
  145. query_cache_size=0
  146.  
  147. innodb_file_per_table=1
  148. innodb_log_buffer_size=1M
  149. innodb_additional_mem_pool_size=1M
  150. # messure database size and adjust
  151. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
  152. innodb_buffer_pool_size=80M
  153. # 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)
  154. innodb_log_file_size=64M
  155. innodb_flush_log_at_trx_commit=2
  156.  
  157.  
  158.  
  159. Test 6: SKIP
  160. --------
  161.  
  162. MySQL server custom configuration not available.
  163. Details: The custom configuration for the MySQL server was not found but is optional.
  164.  
  165. Test 7: SUCCESS
  166. --------
  167.  
  168. MySQL server configuration is usable.
  169. Details: The MySQL server configuration was found at <a href='/home/jr/.local/share/akonadi/mysql.conf'>/home/jr/.local/share/akonadi/mysql.conf</a> and is readable.
  170.  
  171. File content of '/home/jr/.local/share/akonadi/mysql.conf':
  172. #
  173. # Global Akonadi MySQL server settings,
  174. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  175. #
  176. # Based on advice by Kris Köhntopp <kris@mysql.com>
  177. #
  178. [mysqld]
  179. skip_grant_tables
  180. skip_networking
  181.  
  182. # strict query parsing/interpretation
  183. # TODO: make Akonadi work with those settings enabled
  184. #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
  185. #sql_mode=strict_trans_tables
  186.  
  187. # use InnoDB for transactions and better crash recovery
  188. default_storage_engine=innodb
  189. # case-insensitive table names, avoids trouble on windows
  190. lower_case_table_names=1
  191. character_set_server=latin1
  192. collation_server=latin1_general_ci
  193. table_cache=200
  194. thread_cache_size=3
  195. log_bin=mysql-bin
  196. expire_logs_days=3
  197. #sync_bin_log=0
  198. # error log file name, relative to datadir
  199. log_error=mysql.err
  200. log_warnings=2
  201. # log all queries, useful for debugging but generates an enormous amount of data
  202. #log=mysql.full
  203. # log queries slower than n seconds, log file name relative to datadir (for debugging only)
  204. #log_slow_queries=mysql.slow
  205. #long_query_time=1
  206. # log queries not using indices, debug only, disable for production use
  207. #log_queries_not_using_indexes=1
  208. # maximum blob size
  209. max_allowed_packet=32M
  210. max_connections=256
  211. # makes sense when having the same query multiple times
  212. # makes no sense with prepared statements and/or transactions
  213. query_cache_type=0
  214. query_cache_size=0
  215.  
  216. innodb_file_per_table=1
  217. innodb_log_buffer_size=1M
  218. innodb_additional_mem_pool_size=1M
  219. # messure database size and adjust
  220. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
  221. innodb_buffer_pool_size=80M
  222. # 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)
  223. innodb_log_file_size=64M
  224. innodb_flush_log_at_trx_commit=2
  225.  
  226.  
  227.  
  228. Test 8: SUCCESS
  229. --------
  230.  
  231. akonadictl found and usable
  232. Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully.
  233. Result:
  234. Akonadi 1.3.1
  235.  
  236.  
  237. Test 9: SUCCESS
  238. --------
  239.  
  240. Akonadi control process registered at D-Bus.
  241. Details: The Akonadi control process is registered at D-Bus which typically indicates it is operational.
  242.  
  243. Test 10: SUCCESS
  244. --------
  245.  
  246. Akonadi server process registered at D-Bus.
  247. Details: The Akonadi server process is registered at D-Bus which typically indicates it is operational.
  248.  
  249. Test 11: SUCCESS
  250. --------
  251.  
  252. Nepomuk search service registered at D-Bus.
  253. Details: The Nepomuk search service is registered at D-Bus which typically indicates it is operational.
  254.  
  255. Test 12: SUCCESS
  256. --------
  257.  
  258. Nepomuk search service uses an appropriate backend.
  259. Details: The Nepomuk search service uses one of the recommended backends.
  260.  
  261. Test 13: SUCCESS
  262. --------
  263.  
  264. Server protocol version is recent enough.
  265. Details: The server Protocol version is 23, which equal or newer than the required version 23.
  266.  
  267. Test 14: ERROR
  268. --------
  269.  
  270. No resource agents found.
  271. 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.
  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 '/usr/share:/usr/share:/usr/local/share'
  321.  
  322. Test 15: SUCCESS
  323. --------
  324.  
  325. No current Akonadi server error log found.
  326. Details: The Akonadi server did not report any errors during its current startup.
  327.  
  328. Test 16: ERROR
  329. --------
  330.  
  331. Previous Akonadi server error log found.
  332. Details: The Akonadi server did report error during its previous startup into <a href='/home/jr/.local/share/akonadi/akonadiserver.error.old'>/home/jr/.local/share/akonadi/akonadiserver.error.old</a>.
  333.  
  334. File content of '/home/jr/.local/share/akonadi/akonadiserver.error.old':
  335. Control process died, committing suicide!
  336.  
  337.  
  338. Test 17: SUCCESS
  339. --------
  340.  
  341. No current Akonadi control error log found.
  342. Details: The Akonadi control process did not report any errors during its current startup.
  343.  
  344. Test 18: ERROR
  345. --------
  346.  
  347. Previous Akonadi control error log found.
  348. Details: The Akonadi control process did report error during its previous startup into <a href='/home/jr/.local/share/akonadi/akonadi_control.error.old'>/home/jr/.local/share/akonadi/akonadi_control.error.old</a>.
  349.  
  350. File content of '/home/jr/.local/share/akonadi/akonadi_control.error.old':
  351. D-Bus session bus went down - quitting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement