Advertisement
Guest User

Untitled

a guest
May 6th, 2017
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.65 KB | None | 0 0
  1. Akonadi Server Self-Test Report
  2. ===============================
  3.  
  4. Test 1: ERROR
  5. --------
  6.  
  7. Database driver not found.
  8. Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration.
  9. The following drivers are installed: QSQLITE, QODBC3, QODBC, QPSQL7, QPSQL.
  10. Make sure the required driver is installed.
  11.  
  12. File content of '/home/akurei/.config/akonadi/akonadiserverrc':
  13. [QMYSQL]
  14. StartServer=true
  15. ServerPath=/usr/bin/mysql
  16. Name=akonadi
  17. Host=
  18. User=
  19. Password=
  20. Options=
  21.  
  22.  
  23. Test 2: WARNING
  24. --------
  25.  
  26. MySQL found with unexpected name.
  27. Details: You currently have configured Akonadi to use the MySQL server '/usr/bin/mysql'.
  28. 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.
  29.  
  30. Test 3: SUCCESS
  31. --------
  32.  
  33. MySQL server is executable.
  34. Details: MySQL server found: /usr/bin/mysql Ver 14.12 Distrib 5.0.77, for pc-linux-gnu (i686) using readline 5.2
  35.  
  36.  
  37. Test 4: SUCCESS
  38. --------
  39.  
  40. No current MySQL error log found.
  41. Details: The MySQL server did not report any errors during this startup into '/home/akurei/.local/share/akonadi/db_data/mysql.err'.
  42.  
  43. Test 5: SUCCESS
  44. --------
  45.  
  46. MySQL server default configuration found.
  47. 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>.
  48.  
  49. File content of '/usr/share/config/akonadi/mysql-global.conf':
  50. #
  51. # Global Akonadi MySQL server settings,
  52. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  53. #
  54. # Based on advice by Kris Köhntopp <kris@mysql.com>
  55. #
  56. [mysqld]
  57. skip_grant_tables
  58. skip_networking
  59.  
  60. # strict query parsing/interpretation
  61. # TODO: make Akonadi work with those settings enabled
  62. #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
  63. #sql_mode=strict_trans_tables
  64.  
  65. # use InnoDB for transactions and better crash recovery
  66. default_storage_engine=innodb
  67. # case-insensitive table names, avoids trouble on windows
  68. lower_case_table_names=1
  69. character_set_server=latin1
  70. collation_server=latin1_general_ci
  71. table_cache=200
  72. thread_cache_size=3
  73. log_bin=mysql-bin
  74. expire_logs_days=3
  75. #sync_bin_log=0
  76. # error log file name, relative to datadir
  77. log_error=mysql.err
  78. log_warnings=2
  79. # log all queries, useful for debugging but generates an enormous amount of data
  80. #log=mysql.full
  81. # log queries slower than n seconds, log file name relative to datadir
  82. log_slow_queries=mysql.slow
  83. long_query_time=1
  84. # log queries not using indices, debug only, disable for production use
  85. log_queries_not_using_indexes=1
  86. # maximum blob size
  87. max_allowed_packet=32M
  88. max_connections=256
  89. # makes sense when having the same query multiple times
  90. # makes no sense with prepared statements and/or transactions
  91. query_cache_type=0
  92. query_cache_size=0
  93.  
  94. innodb_file_per_table=1
  95. innodb_log_buffer_size=1M
  96. innodb_additional_mem_pool_size=1M
  97. # messure database size and adjust
  98. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
  99. innodb_buffer_pool_size=80M
  100. # 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)
  101. innodb_log_file_size=64M
  102. innodb_flush_log_at_trx_commit=2
  103.  
  104.  
  105.  
  106. Test 6: SUCCESS
  107. --------
  108.  
  109. MySQL server custom configuration found.
  110. Details: The custom configuration for the MySQL server was found and is readable at <a href='/home/akurei/.config/akonadi/mysql-local.conf'>/home/akurei/.config/akonadi/mysql-local.conf</a>
  111.  
  112. File content of '/home/akurei/.config/akonadi/mysql-local.conf':
  113. user=root
  114.  
  115.  
  116. Test 7: ERROR
  117. --------
  118.  
  119. MySQL server configuration not found or not readable.
  120. Details: The MySQL server configuration was not found or is not readable.
  121.  
  122. Test 8: SUCCESS
  123. --------
  124.  
  125. akonadictl found and usable
  126. Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully.
  127. Result:
  128. Akonadi Control: stopped
  129. Akonadi Server: stopped
  130.  
  131.  
  132. Test 9: ERROR
  133. --------
  134.  
  135. Akonadi control process not registered at D-Bus.
  136. 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.
  137.  
  138. Test 10: ERROR
  139. --------
  140.  
  141. Akonadi server process not registered at D-Bus.
  142. 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.
  143.  
  144. Test 11: SKIP
  145. --------
  146.  
  147. Protocol version check not possible.
  148. Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements.
  149.  
  150. Test 12: ERROR
  151. --------
  152.  
  153. No resource agents found.
  154. 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.
  155.  
  156. Directory listing of '/usr/share/akonadi/agents':
  157. distlistresource.desktop
  158. icalresource.desktop
  159. imaplibresource.desktop
  160. kabcresource.desktop
  161. kcalresource.desktop
  162. knutresource.desktop
  163. localbookmarksresource.desktop
  164. maildirresource.desktop
  165. mailthreaderagent.desktop
  166. nepomukcontactfeeder.desktop
  167. nepomukemailfeeder.desktop
  168. nepomuktagresource.desktop
  169. nntpresource.desktop
  170. strigifeeder.desktop
  171. vcarddirresource.desktop
  172. vcardresource.desktop
  173.  
  174. Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/local/share'
  175.  
  176. Test 13: ERROR
  177. --------
  178.  
  179. Current Akonadi server error log found.
  180. Details: The Akonadi server did report error during startup into <a href='/home/akurei/.local/share/akonadi/akonadiserver.error'>/home/akurei/.local/share/akonadi/akonadiserver.error</a>.
  181.  
  182. File content of '/home/akurei/.local/share/akonadi/akonadiserver.error':
  183. Database driver "QMYSQL" was not found.
  184. Available drivers are: ("QSQLITE", "QODBC3", "QODBC", "QPSQL7", "QPSQL")
  185. Falling back to database driver "QMYSQL"
  186. Database driver "QMYSQL" was not found.
  187. Available drivers are: ("QSQLITE", "QODBC3", "QODBC", "QPSQL7", "QPSQL")
  188. No usable database driver found.
  189. "[
  190. 0: akonadiserver(_Z10kBacktracev+0x35) [0x80529f5]
  191. 1: akonadiserver [0x8052ed6]
  192. 2: [0xb7fec400]
  193. 3: [0xb7fec424]
  194. 4: /lib/libc.so.6(gsignal+0x50) [0xb77d6790]
  195. 5: /lib/libc.so.6(abort+0x188) [0xb77d80c8]
  196. 6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8d) [0xb7b430bd]
  197. 7: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xc4) [0x8054264]
  198. 8: /usr/lib/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x9e) [0xb7bd644e]
  199. 9: /usr/lib/libQtCore.so.4 [0xb7be34be]
  200. 10: /usr/lib/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x68) [0xb7be37d8]
  201. 11: akonadiserver(_ZN6QDebugD1Ev+0x44) [0x804d8e4]
  202. 12: /usr/lib/libakonadiprivate.so.1(_ZN14DbConfigStaticC1Ev+0x24e2) [0xb7f91ce2]
  203. 13: /usr/lib/libakonadiprivate.so.1 [0xb7f8d5a7]
  204. 14: /usr/lib/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x67) [0xb7f15237]
  205. 15: /usr/lib/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x56) [0xb7f16346]
  206. 16: akonadiserver(main+0x311) [0x804cfe1]
  207. 17: /lib/libc.so.6(__libc_start_main+0xe5) [0xb77c26c5]
  208. 18: akonadiserver [0x804cc01]
  209. ]
  210. "
  211.  
  212.  
  213. Test 14: ERROR
  214. --------
  215.  
  216. Previous Akonadi server error log found.
  217. Details: The Akonadi server did report error during its previous startup into <a href='/home/akurei/.local/share/akonadi/akonadiserver.error.old'>/home/akurei/.local/share/akonadi/akonadiserver.error.old</a>.
  218.  
  219. File content of '/home/akurei/.local/share/akonadi/akonadiserver.error.old':
  220. Database driver "QMYSQL" was not found.
  221. Available drivers are: ("QSQLITE", "QODBC3", "QODBC", "QPSQL7", "QPSQL")
  222. Falling back to database driver "QMYSQL"
  223. Database driver "QMYSQL" was not found.
  224. Available drivers are: ("QSQLITE", "QODBC3", "QODBC", "QPSQL7", "QPSQL")
  225. No usable database driver found.
  226. "[
  227. 0: akonadiserver(_Z10kBacktracev+0x35) [0x80529f5]
  228. 1: akonadiserver [0x8052ed6]
  229. 2: [0xb7f27400]
  230. 3: [0xb7f27424]
  231. 4: /lib/libc.so.6(gsignal+0x50) [0xb7711790]
  232. 5: /lib/libc.so.6(abort+0x188) [0xb77130c8]
  233. 6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8d) [0xb7a7e0bd]
  234. 7: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xc4) [0x8054264]
  235. 8: /usr/lib/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x9e) [0xb7b1144e]
  236. 9: /usr/lib/libQtCore.so.4 [0xb7b1e4be]
  237. 10: /usr/lib/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x68) [0xb7b1e7d8]
  238. 11: akonadiserver(_ZN6QDebugD1Ev+0x44) [0x804d8e4]
  239. 12: /usr/lib/libakonadiprivate.so.1(_ZN14DbConfigStaticC1Ev+0x24e2) [0xb7eccce2]
  240. 13: /usr/lib/libakonadiprivate.so.1 [0xb7ec85a7]
  241. 14: /usr/lib/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x67) [0xb7e50237]
  242. 15: /usr/lib/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x56) [0xb7e51346]
  243. 16: akonadiserver(main+0x311) [0x804cfe1]
  244. 17: /lib/libc.so.6(__libc_start_main+0xe5) [0xb76fd6c5]
  245. 18: akonadiserver [0x804cc01]
  246. ]
  247. "
  248.  
  249.  
  250. Test 15: SUCCESS
  251. --------
  252.  
  253. No current Akonadi control error log found.
  254. Details: The Akonadi control process did not report any errors during its current startup.
  255.  
  256. Test 16: SUCCESS
  257. --------
  258.  
  259. No previous Akonadi control error log found.
  260. Details: The Akonadi control process did not report any errors during its previous startup.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement