Advertisement
mintlars

Untitled

Aug 18th, 2011
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.32 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/lars/.config/akonadi/akonadiserverrc':
  11. [QMYSQL]
  12. Name=akonadi
  13. Host=
  14. Options="UNIX_SOCKET=/home/lars/.local/share/akonadi/socket-Burken/mysql.socket"
  15. ServerPath=/usr/sbin/mysqld
  16. StartServer=true
  17.  
  18. [Debug]
  19. Tracer=null
  20.  
  21. [%General]
  22. Driver=QMYSQL
  23.  
  24.  
  25. Test 2: SUCCESS
  26. --------
  27.  
  28. Akonadi is not running as root
  29. Details: Akonadi is not running as a root/administrator user, which is the recommended setup for a secure system.
  30.  
  31. Test 3: SUCCESS
  32. --------
  33.  
  34. MySQL server found.
  35. Details: You have currently configured Akonadi to use the MySQL server '/usr/sbin/mysqld'.
  36. 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 location varies depending on the distribution.
  37.  
  38. Test 4: SUCCESS
  39. --------
  40.  
  41. MySQL server is executable.
  42. Details: MySQL server found: /usr/sbin/mysqld Ver 5.1.54-1ubuntu4 for debian-linux-gnu on i686 ((Ubuntu))
  43.  
  44.  
  45. Test 5: SUCCESS
  46. --------
  47.  
  48. MySQL server log contains no errors.
  49. Details: The MySQL server log file &apos;<a href='/home/lars/.local/share/akonadi/db_data/mysql.err'>/home/lars/.local/share/akonadi/db_data/mysql.err</a>&apos; does not contain any errors or warnings.
  50.  
  51. File content of '/home/lars/.local/share/akonadi/db_data/mysql.err':
  52. 110817 12:21:46 [Note] Plugin 'FEDERATED' is disabled.
  53. 110817 12:21:47 InnoDB: Initializing buffer pool, size = 80.0M
  54. 110817 12:21:47 InnoDB: Completed initialization of buffer pool
  55. 110817 12:21:47 InnoDB: Started; log sequence number 0 5030897
  56. 110817 12:21:47 [Note] /usr/sbin/mysqld: ready for connections.
  57. Version: '5.1.54-1ubuntu4' socket: '/home/lars/.local/share/akonadi/socket-Burken/mysql.socket' port: 0 (Ubuntu)
  58. 110817 22:39:27 [Note] /usr/sbin/mysqld: Normal shutdown
  59.  
  60. 110817 22:39:27 InnoDB: Starting shutdown...
  61. 110817 22:39:31 InnoDB: Shutdown completed; log sequence number 0 5139243
  62. 110817 22:39:31 [Note] /usr/sbin/mysqld: Shutdown complete
  63.  
  64.  
  65.  
  66. Test 6: ERROR
  67. --------
  68.  
  69. MySQL server default configuration not found.
  70. Details: The default configuration for the MySQL server was not found or was not readable. Check your Akonadi installation is complete and you have all required access rights.
  71.  
  72. Test 7: SKIP
  73. --------
  74.  
  75. MySQL server custom configuration not available.
  76. Details: The custom configuration for the MySQL server was not found but is optional.
  77.  
  78. Test 8: SUCCESS
  79. --------
  80.  
  81. MySQL server configuration is usable.
  82. Details: The MySQL server configuration was found at <a href='/home/lars/.local/share/akonadi/mysql.conf'>/home/lars/.local/share/akonadi/mysql.conf</a> and is readable.
  83.  
  84. File content of '/home/lars/.local/share/akonadi/mysql.conf':
  85. #
  86. # Global Akonadi MySQL server settings,
  87. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  88. #
  89. # Based on advice by Kris Köhntopp <kris@mysql.com>
  90. #
  91. [mysqld]
  92. skip_grant_tables
  93. skip_networking
  94.  
  95. # strict query parsing/interpretation
  96. # TODO: make Akonadi work with those settings enabled
  97. #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
  98. #sql_mode=strict_trans_tables
  99.  
  100. # use InnoDB for transactions and better crash recovery
  101. default_storage_engine=innodb
  102. # case-insensitive table names, avoids trouble on windows
  103. lower_case_table_names=1
  104. character_set_server=utf8
  105. collation_server=utf8_general_ci
  106. table_cache=200
  107. thread_cache_size=3
  108. #log_bin=mysql-bin
  109. #expire_logs_days=3
  110. #sync_bin_log=0
  111. # error log file name, relative to datadir
  112. log_error=mysql.err
  113. log_warnings=2
  114. # log all queries, useful for debugging but generates an enormous amount of data
  115. #log=mysql.full
  116. # log queries slower than n seconds, log file name relative to datadir (for debugging only)
  117. #log_slow_queries=mysql.slow
  118. #long_query_time=1
  119. # log queries not using indices, debug only, disable for production use
  120. #log_queries_not_using_indexes=1
  121. # maximum blob size
  122. max_allowed_packet=32M
  123. max_connections=256
  124. # makes sense when having the same query multiple times
  125. # makes no sense with prepared statements and/or transactions
  126. query_cache_type=0
  127. query_cache_size=0
  128.  
  129. innodb_file_per_table=1
  130. innodb_log_buffer_size=1M
  131. innodb_additional_mem_pool_size=1M
  132. # messure database size and adjust
  133. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
  134. innodb_buffer_pool_size=80M
  135. # 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)
  136. innodb_log_file_size=64M
  137. innodb_flush_log_at_trx_commit=2
  138.  
  139. # Do not drop the connection to the DB after 8 hours of inactivity
  140. wait_timeout=1296000
  141.  
  142. [client]
  143. default-character-set=utf8
  144.  
  145.  
  146. Test 9: SUCCESS
  147. --------
  148.  
  149. akonadictl found and usable
  150. Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully.
  151. Result:
  152. Akonadi 1.6.0
  153.  
  154.  
  155. Test 10: ERROR
  156. --------
  157.  
  158. Akonadi control process not registered at D-Bus.
  159. 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.
  160.  
  161. Test 11: ERROR
  162. --------
  163.  
  164. Akonadi server process not registered at D-Bus.
  165. 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.
  166.  
  167. Test 12: SUCCESS
  168. --------
  169.  
  170. Nepomuk search service registered at D-Bus.
  171. Details: The Nepomuk search service is registered at D-Bus which typically indicates it is operational.
  172.  
  173. Test 13: SUCCESS
  174. --------
  175.  
  176. Nepomuk search service uses an appropriate backend.
  177. Details: The Nepomuk search service uses one of the recommended backends.
  178.  
  179. Test 14: SKIP
  180. --------
  181.  
  182. Protocol version check not possible.
  183. Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements.
  184.  
  185. Test 15: ERROR
  186. --------
  187.  
  188. No resource agents found.
  189. 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/share:/usr/local/share'; make sure this includes all paths where Akonadi agents are installed.
  190.  
  191. Directory listing of '/usr/share/akonadi/agents':
  192. birthdaysresource.desktop
  193. contactsresource.desktop
  194. gcalresource.desktop
  195. googledataresource.desktop
  196. icalresource.desktop
  197. imapresource.desktop
  198. kabcresource.desktop
  199. kcalresource.desktop
  200. knutresource.desktop
  201. kolabproxyresource.desktop
  202. localbookmarksresource.desktop
  203. maildirresource.desktop
  204. maildispatcheragent.desktop
  205. mboxresource.desktop
  206. microblog.desktop
  207. mtdummyresource.desktop
  208. nepomukcalendarfeeder.desktop
  209. nepomukcontactfeeder.desktop
  210. nepomuktagresource.desktop
  211. nntpresource.desktop
  212. notesresource.desktop
  213. pop3resource.desktop
  214. vcarddirresource.desktop
  215. vcardresource.desktop
  216.  
  217. Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/share:/usr/local/share'
  218.  
  219. Test 16: ERROR
  220. --------
  221.  
  222. Current Akonadi server error log found.
  223. Details: The Akonadi server reported errors during its current startup. The log can be found in <a href='/home/lars/.local/share/akonadi/akonadiserver.error'>/home/lars/.local/share/akonadi/akonadiserver.error</a>.
  224.  
  225. File content of '/home/lars/.local/share/akonadi/akonadiserver.error':
  226. Did not find MySQL server default configuration (mysql-global.conf)
  227. "[
  228. 0: akonadiserver() [0x805a905]
  229. 1: akonadiserver() [0x805acd3]
  230. 2: [0xb775d400]
  231. 3: [0xb775d424]
  232. 4: /lib/i386-linux-gnu/libc.so.6(gsignal+0x51) [0xb6ed0e71]
  233. 5: /lib/i386-linux-gnu/libc.so.6(abort+0x17e) [0xb6ed434e]
  234. 6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8a) [0xb75093ba]
  235. 7: akonadiserver() [0x805c3f4]
  236. 8: /usr/lib/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x8e) [0xb759f7ce]
  237. 9: /usr/lib/libQtCore.so.4(+0xf5ef1) [0xb75a8ef1]
  238. 10: /usr/lib/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x3d) [0xb75b2f5d]
  239. 11: akonadiserver() [0x8056a94]
  240. 12: akonadiserver() [0x80d8ebe]
  241. 13: akonadiserver() [0x805c893]
  242. 14: akonadiserver() [0x805de9a]
  243. 15: akonadiserver() [0x805f3e8]
  244. 16: akonadiserver() [0x8055d02]
  245. 17: /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0xb6ebce37]
  246. 18: akonadiserver() [0x8055981]
  247. ]
  248. "
  249.  
  250.  
  251. Test 17: ERROR
  252. --------
  253.  
  254. Previous Akonadi server error log found.
  255. Details: The Akonadi server reported errors during its previous startup. The log can be found in <a href='/home/lars/.local/share/akonadi/akonadiserver.error.old'>/home/lars/.local/share/akonadi/akonadiserver.error.old</a>.
  256.  
  257. File content of '/home/lars/.local/share/akonadi/akonadiserver.error.old':
  258. Did not find MySQL server default configuration (mysql-global.conf)
  259. "[
  260. 0: akonadiserver() [0x805a905]
  261. 1: akonadiserver() [0x805acd3]
  262. 2: [0xb787f400]
  263. 3: [0xb787f424]
  264. 4: /lib/i386-linux-gnu/libc.so.6(gsignal+0x51) [0xb6ff2e71]
  265. 5: /lib/i386-linux-gnu/libc.so.6(abort+0x17e) [0xb6ff634e]
  266. 6: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x8a) [0xb762b3ba]
  267. 7: akonadiserver() [0x805c3f4]
  268. 8: /usr/lib/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x8e) [0xb76c17ce]
  269. 9: /usr/lib/libQtCore.so.4(+0xf5ef1) [0xb76caef1]
  270. 10: /usr/lib/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x3d) [0xb76d4f5d]
  271. 11: akonadiserver() [0x8056a94]
  272. 12: akonadiserver() [0x80d8ebe]
  273. 13: akonadiserver() [0x805c893]
  274. 14: akonadiserver() [0x805de9a]
  275. 15: akonadiserver() [0x805f3e8]
  276. 16: akonadiserver() [0x8055d02]
  277. 17: /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0xb6fdee37]
  278. 18: akonadiserver() [0x8055981]
  279. ]
  280. "
  281.  
  282.  
  283. Test 18: SUCCESS
  284. --------
  285.  
  286. No current Akonadi control error log found.
  287. Details: The Akonadi control process did not report any errors during its current startup.
  288.  
  289. Test 19: SUCCESS
  290. --------
  291.  
  292. No previous Akonadi control error log found.
  293. Details: The Akonadi control process did not report any errors during its previous startup.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement