Advertisement
Guest User

bluenuht

a guest
Jul 16th, 2010
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.07 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/rednuht/.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/rednuht/.local/share/akonadi/db_misc/mysql.socket"
  21. ServerPath=/usr/sbin/mysqld
  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'.
  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 Ver 5.0.90-log for pc-linux-gnu on x86_64 (Gentoo Linux mysql-5.0.90-r2)
  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/rednuht/.local/share/akonadi/db_data/mysql.err'>/home/rednuht/.local/share/akonadi/db_data/mysql.err</a>&apos; does not contain any errors or warnings.
  48.  
  49. File content of '/home/rednuht/.local/share/akonadi/db_data/mysql.err':
  50. InnoDB: The InnoDB memory heap is disabled
  51. InnoDB: use atomic builtins.
  52.  
  53.  
  54. Test 5: SUCCESS
  55. --------
  56.  
  57. MySQL server default configuration found.
  58. 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>.
  59.  
  60. File content of '/usr/share/config/akonadi/mysql-global.conf':
  61. #
  62. # Global Akonadi MySQL server settings,
  63. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  64. #
  65. # Based on advice by Kris Köhntopp <kris@mysql.com>
  66. #
  67. [mysqld]
  68. skip_grant_tables
  69. skip_networking
  70.  
  71. # strict query parsing/interpretation
  72. # TODO: make Akonadi work with those settings enabled
  73. #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
  74. #sql_mode=strict_trans_tables
  75.  
  76. # use InnoDB for transactions and better crash recovery
  77. default_storage_engine=innodb
  78. # case-insensitive table names, avoids trouble on windows
  79. lower_case_table_names=1
  80. character_set_server=latin1
  81. collation_server=latin1_general_ci
  82. table_cache=200
  83. thread_cache_size=3
  84. log_bin=mysql-bin
  85. expire_logs_days=3
  86. #sync_bin_log=0
  87. # error log file name, relative to datadir
  88. log_error=mysql.err
  89. log_warnings=2
  90. # log all queries, useful for debugging but generates an enormous amount of data
  91. #log=mysql.full
  92. # log queries slower than n seconds, log file name relative to datadir (for debugging only)
  93. #log_slow_queries=mysql.slow
  94. #long_query_time=1
  95. # log queries not using indices, debug only, disable for production use
  96. #log_queries_not_using_indexes=1
  97. # maximum blob size
  98. max_allowed_packet=32M
  99. max_connections=256
  100. # makes sense when having the same query multiple times
  101. # makes no sense with prepared statements and/or transactions
  102. query_cache_type=0
  103. query_cache_size=0
  104.  
  105. innodb_file_per_table=1
  106. innodb_log_buffer_size=1M
  107. innodb_additional_mem_pool_size=1M
  108. # messure database size and adjust
  109. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
  110. innodb_buffer_pool_size=80M
  111. # 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)
  112. innodb_log_file_size=64M
  113. innodb_flush_log_at_trx_commit=2
  114.  
  115.  
  116.  
  117. Test 6: SKIP
  118. --------
  119.  
  120. MySQL server custom configuration not available.
  121. Details: The custom configuration for the MySQL server was not found but is optional.
  122.  
  123. Test 7: SUCCESS
  124. --------
  125.  
  126. MySQL server configuration is usable.
  127. Details: The MySQL server configuration was found at <a href='/home/rednuht/.local/share/akonadi/mysql.conf'>/home/rednuht/.local/share/akonadi/mysql.conf</a> and is readable.
  128.  
  129. File content of '/home/rednuht/.local/share/akonadi/mysql.conf':
  130. #
  131. # Global Akonadi MySQL server settings,
  132. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  133. #
  134. # Based on advice by Kris Köhntopp <kris@mysql.com>
  135. #
  136. [mysqld]
  137. skip_grant_tables
  138. skip_networking
  139.  
  140. # strict query parsing/interpretation
  141. # TODO: make Akonadi work with those settings enabled
  142. #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
  143. #sql_mode=strict_trans_tables
  144.  
  145. # use InnoDB for transactions and better crash recovery
  146. #default_storage_engine=innodb
  147. # case-insensitive table names, avoids trouble on windows
  148. lower_case_table_names=1
  149. character_set_server=latin1
  150. collation_server=latin1_general_ci
  151. table_cache=200
  152. thread_cache_size=3
  153. log_bin=mysql-bin
  154. expire_logs_days=3
  155. #sync_bin_log=0
  156. # error log file name, relative to datadir
  157. log_error=mysql.err
  158. log_warnings=2
  159. # log all queries, useful for debugging but generates an enormous amount of data
  160. #log=mysql.full
  161. # log queries slower than n seconds, log file name relative to datadir (for debugging only)
  162. #log_slow_queries=mysql.slow
  163. #long_query_time=1
  164. # log queries not using indices, debug only, disable for production use
  165. #log_queries_not_using_indexes=1
  166. # maximum blob size
  167. max_allowed_packet=32M
  168. max_connections=256
  169. # makes sense when having the same query multiple times
  170. # makes no sense with prepared statements and/or transactions
  171. query_cache_type=0
  172. query_cache_size=0
  173.  
  174. innodb_file_per_table=1
  175. innodb_log_buffer_size=1M
  176. innodb_additional_mem_pool_size=1M
  177. # messure database size and adjust
  178. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
  179. innodb_buffer_pool_size=80M
  180. # 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)
  181. innodb_log_file_size=64M
  182. innodb_flush_log_at_trx_commit=2
  183.  
  184.  
  185.  
  186. Test 8: SUCCESS
  187. --------
  188.  
  189. akonadictl found and usable
  190. Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully.
  191. Result:
  192. Akonadi 1.3.1
  193.  
  194.  
  195. Test 9: ERROR
  196. --------
  197.  
  198. Akonadi control process not registered at D-Bus.
  199. 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.
  200.  
  201. Test 10: ERROR
  202. --------
  203.  
  204. Akonadi server process not registered at D-Bus.
  205. 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.
  206.  
  207. Test 11: ERROR
  208. --------
  209.  
  210. Nepomuk search service not registered at D-Bus.
  211. Details: The Nepomuk search service is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.
  212.  
  213. Test 12: SKIP
  214. --------
  215.  
  216. Protocol version check not possible.
  217. Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements.
  218.  
  219. Test 13: ERROR
  220. --------
  221.  
  222. No resource agents found.
  223. 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/local/share:/usr/share:/usr/share/gdm', make sure this includes all paths where Akonadi agents are installed to.
  224.  
  225. Directory listing of '/usr/share/akonadi/agents':
  226. birthdaysresource.desktop
  227. contactsresource.desktop
  228. icalresource.desktop
  229. imapresource.desktop
  230. kabcresource.desktop
  231. kcalresource.desktop
  232. knutresource.desktop
  233. kolabproxyresource.desktop
  234. localbookmarksresource.desktop
  235. maildirresource.desktop
  236. maildispatcheragent.desktop
  237. mboxresource.desktop
  238. microblog.desktop
  239. mtdummyresource.desktop
  240. nepomukcalendarfeeder.desktop
  241. nepomukcontactfeeder.desktop
  242. nepomuktagresource.desktop
  243. nntpresource.desktop
  244. notesresource.desktop
  245. pop3resource.desktop
  246. vcarddirresource.desktop
  247. vcardresource.desktop
  248.  
  249. Environment variable XDG_DATA_DIRS is set to '/usr/local/share:/usr/share:/usr/share/gdm'
  250.  
  251. Test 14: ERROR
  252. --------
  253.  
  254. Current Akonadi server error log found.
  255. Details: The Akonadi server did report error during startup into <a href='/home/rednuht/.local/share/akonadi/akonadiserver.error'>/home/rednuht/.local/share/akonadi/akonadiserver.error</a>.
  256.  
  257. File content of '/home/rednuht/.local/share/akonadi/akonadiserver.error':
  258. "Unable to add column 'version' to table 'SchemaVersionTable'.
  259. Query error: 'Incorrect information in file: './akonadi/schemaversiontable.frm' QMYSQL: Unable to execute query'"
  260. Unable to initialize database.
  261. "[
  262. 0: akonadiserver(_Z11akBacktracev+0x39) [0x40ba99]
  263. 1: akonadiserver() [0x40bfca]
  264. 2: /lib/libc.so.6(+0x324d0) [0x7fba7ffb44d0]
  265. 3: /lib/libc.so.6(gsignal+0x35) [0x7fba7ffb4445]
  266. 4: /lib/libc.so.6(abort+0x181) [0x7fba7ffb5941]
  267. 5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x7d) [0x7fba81e998ad]
  268. 6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xab) [0x40ce3b]
  269. 7: /usr/lib64/qt4/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x80) [0x7fba81f27ad0]
  270. 8: /usr/lib64/qt4/libQtCore.so.4(+0x10f5ba) [0x7fba81f375ba]
  271. 9: /usr/lib64/qt4/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x39) [0x7fba81f39379]
  272. 10: akonadiserver(_ZN6QDebugD1Ev+0x4a) [0x40749a]
  273. 11: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x5fa) [0x7fba8230c9da]
  274. 12: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47) [0x7fba8230d797]
  275. 13: akonadiserver(main+0x2df) [0x406b2f]
  276. 14: /lib/libc.so.6(__libc_start_main+0xe6) [0x7fba7ffa0ba6]
  277. 15: akonadiserver() [0x406759]
  278. ]
  279. "
  280.  
  281.  
  282. Test 15: ERROR
  283. --------
  284.  
  285. Previous Akonadi server error log found.
  286. Details: The Akonadi server did report error during its previous startup into <a href='/home/rednuht/.local/share/akonadi/akonadiserver.error.old'>/home/rednuht/.local/share/akonadi/akonadiserver.error.old</a>.
  287.  
  288. File content of '/home/rednuht/.local/share/akonadi/akonadiserver.error.old':
  289. "Unable to add column 'version' to table 'SchemaVersionTable'.
  290. Query error: 'Incorrect information in file: './akonadi/schemaversiontable.frm' QMYSQL: Unable to execute query'"
  291. Unable to initialize database.
  292. "[
  293. 0: akonadiserver(_Z11akBacktracev+0x39) [0x40ba99]
  294. 1: akonadiserver() [0x40bfca]
  295. 2: /lib/libc.so.6(+0x324d0) [0x7fa7019a74d0]
  296. 3: /lib/libc.so.6(gsignal+0x35) [0x7fa7019a7445]
  297. 4: /lib/libc.so.6(abort+0x181) [0x7fa7019a8941]
  298. 5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x7d) [0x7fa70388c8ad]
  299. 6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xab) [0x40ce3b]
  300. 7: /usr/lib64/qt4/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x80) [0x7fa70391aad0]
  301. 8: /usr/lib64/qt4/libQtCore.so.4(+0x10f5ba) [0x7fa70392a5ba]
  302. 9: /usr/lib64/qt4/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x39) [0x7fa70392c379]
  303. 10: akonadiserver(_ZN6QDebugD1Ev+0x4a) [0x40749a]
  304. 11: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x5fa) [0x7fa703cff9da]
  305. 12: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47) [0x7fa703d00797]
  306. 13: akonadiserver(main+0x2df) [0x406b2f]
  307. 14: /lib/libc.so.6(__libc_start_main+0xe6) [0x7fa701993ba6]
  308. 15: akonadiserver() [0x406759]
  309. ]
  310. "
  311.  
  312.  
  313. Test 16: SUCCESS
  314. --------
  315.  
  316. No current Akonadi control error log found.
  317. Details: The Akonadi control process did not report any errors during its current startup.
  318.  
  319. Test 17: SUCCESS
  320. --------
  321.  
  322. No previous Akonadi control error log found.
  323. Details: The Akonadi control process did not report any errors during its previous startup.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement