Advertisement
Guest User

Untitled

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