Advertisement
Guest User

Untitled

a guest
Nov 18th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.19 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/thomas/.config/akonadi/akonadiserverrc':
  11. [%General]
  12. Driver=QMYSQL
  13.  
  14. [QMYSQL]
  15. Name=akonadi
  16. Host=
  17. Options="UNIX_SOCKET=/home/thomas/.local/share/akonadi/socket-molungus/mysql.socket"
  18. ServerPath=/usr/bin/mysqld
  19. StartServer=true
  20.  
  21. [Debug]
  22. Tracer=null
  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/bin/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/bin/mysqld Ver 5.5.28-log for Linux on x86_64 (Source distribution)
  43.  
  44.  
  45. Test 5: ERROR
  46. --------
  47.  
  48. MySQL server log contains errors.
  49. Details: The MySQL server error log file &apos;<a href='/home/thomas/.local/share/akonadi/db_data/mysql.err'>/home/thomas/.local/share/akonadi/db_data/mysql.err</a>&apos; contains errors.
  50.  
  51. File content of '/home/thomas/.local/share/akonadi/db_data/mysql.err':
  52. 121118 21:01:31 InnoDB: The InnoDB memory heap is disabled
  53. 121118 21:01:31 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  54. 121118 21:01:31 InnoDB: Compressed tables use zlib 1.2.7
  55. 121118 21:01:31 InnoDB: Initializing buffer pool, size = 80.0M
  56. 121118 21:01:31 InnoDB: Completed initialization of buffer pool
  57. 121118 21:01:31 InnoDB: highest supported file format is Barracuda.
  58. 121118 21:01:32 InnoDB: Waiting for the background threads to start
  59. 121118 21:01:33 InnoDB: 1.1.8 started; log sequence number 1254005747
  60. 121118 21:01:33 [Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them
  61. 121118 21:01:33 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist
  62. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
  63. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
  64. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
  65. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure
  66. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure
  67. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure
  68. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
  69. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure
  70. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
  71. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure
  72. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
  73. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
  74. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
  75. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
  76. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
  77. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
  78. 121118 21:01:33 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
  79. 121118 21:01:33 [Note] /usr/bin/mysqld: ready for connections.
  80. Version: '5.5.28' socket: '/home/thomas/.local/share/akonadi/socket-molungus/mysql.socket' port: 0 Source distribution
  81.  
  82.  
  83. Test 6: SUCCESS
  84. --------
  85.  
  86. MySQL server default configuration found.
  87. 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>.
  88.  
  89. File content of '/usr/share/config/akonadi/mysql-global.conf':
  90. #
  91. # Global Akonadi MySQL server settings,
  92. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  93. #
  94. # Based on advice by Kris Köhntopp <kris@mysql.com>
  95. #
  96. [mysqld]
  97.  
  98. # strict query parsing/interpretation
  99. # TODO: make Akonadi work with those settings enabled
  100. # 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
  101. # sql_mode=strict_trans_tables
  102.  
  103. # DEBUGGING:
  104. # log all queries, useful for debugging but generates an enormous amount of data
  105. # log=mysql.full
  106. # log queries slower than n seconds, log file name relative to datadir (for debugging only)
  107. # log_slow_queries=mysql.slow
  108. # long_query_time=1
  109. # log queries not using indices, debug only, disable for production use
  110. # log_queries_not_using_indexes=1
  111. #
  112. # mesure database size and adjust innodb_buffer_pool_size
  113. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
  114.  
  115. # NOTES:
  116. # Keep Innob_log_waits and keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables)
  117.  
  118. #expire_logs_days=3
  119.  
  120. #sync_bin_log=0
  121.  
  122. # Use UTF-8 encoding for tables
  123. character_set_server=utf8
  124. collation_server=utf8_general_ci
  125.  
  126. # use InnoDB for transactions and better crash recovery
  127. default_storage_engine=innodb
  128.  
  129. # memory pool InnoDB uses to store data dictionary information and other internal data structures (default:1M)
  130. innodb_additional_mem_pool_size=1M
  131.  
  132. # memory buffer InnoDB uses to cache data and indexes of its tables (default:128M)
  133. # Larger values means less I/O
  134. innodb_buffer_pool_size=80M
  135.  
  136. # Create a .ibd file for each table (default:0)
  137. innodb_file_per_table=1
  138.  
  139. # Write out the log buffer to the log file at each commit (default:1)
  140. innodb_flush_log_at_trx_commit=2
  141.  
  142. # Buffer size used to write to the log files on disk (default:1M for builtin, 8M for plugin)
  143. # larger values means less I/O
  144. innodb_log_buffer_size=1M
  145.  
  146. # Size of each log file in a log group (default:5M) larger means less I/O but more time for recovery.
  147. innodb_log_file_size=64M
  148.  
  149. # # error log file name, relative to datadir (default:hostname.err)
  150. log_error=mysql.err
  151.  
  152. # print warnings and connection errors (default:1)
  153. log_warnings=2
  154.  
  155. # Convert table named to lowercase
  156. lower_case_table_names=1
  157.  
  158. # Maximum size of one packet or any generated/intermediate string. (default:1M)
  159. max_allowed_packet=32M
  160.  
  161. # Maximum simultaneous connections allowed (default:100)
  162. max_connections=256
  163.  
  164. # The two options below make no sense with prepared statements and/or transactions
  165. # (make sense when having the same query multiple times)
  166.  
  167. # Memory allocated for caching query results (default:0 (disabled))
  168. query_cache_size=0
  169.  
  170. # Do not cache results (default:1)
  171. query_cache_type=0
  172.  
  173. # Do not use the privileges mechanisms
  174. skip_grant_tables
  175.  
  176. # Do not listen for TCP/IP connections at all
  177. skip_networking
  178.  
  179. # The number of open tables for all threads. (default:64)
  180. table_cache=200
  181.  
  182. # How many threads the server should cache for reuse (default:0)
  183. thread_cache_size=3
  184.  
  185. # wait 365d before dropping the DB connection (default:8h)
  186. wait_timeout=31536000
  187.  
  188. [client]
  189. default-character-set=utf8
  190.  
  191.  
  192. Test 7: SKIP
  193. --------
  194.  
  195. MySQL server custom configuration not available.
  196. Details: The custom configuration for the MySQL server was not found but is optional.
  197.  
  198. Test 8: SUCCESS
  199. --------
  200.  
  201. MySQL server configuration is usable.
  202. Details: The MySQL server configuration was found at <a href='/home/thomas/.local/share/akonadi/mysql.conf'>/home/thomas/.local/share/akonadi/mysql.conf</a> and is readable.
  203.  
  204. File content of '/home/thomas/.local/share/akonadi/mysql.conf':
  205. #
  206. # Global Akonadi MySQL server settings,
  207. # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
  208. #
  209. # Based on advice by Kris Köhntopp <kris@mysql.com>
  210. #
  211. [mysqld]
  212.  
  213. # strict query parsing/interpretation
  214. # TODO: make Akonadi work with those settings enabled
  215. # 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
  216. # sql_mode=strict_trans_tables
  217.  
  218. # DEBUGGING:
  219. # log all queries, useful for debugging but generates an enormous amount of data
  220. # log=mysql.full
  221. # log queries slower than n seconds, log file name relative to datadir (for debugging only)
  222. # log_slow_queries=mysql.slow
  223. # long_query_time=1
  224. # log queries not using indices, debug only, disable for production use
  225. # log_queries_not_using_indexes=1
  226. #
  227. # mesure database size and adjust innodb_buffer_pool_size
  228. # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
  229.  
  230. # NOTES:
  231. # Keep Innob_log_waits and keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables)
  232.  
  233. #expire_logs_days=3
  234.  
  235. #sync_bin_log=0
  236.  
  237. # Use UTF-8 encoding for tables
  238. character_set_server=utf8
  239. collation_server=utf8_general_ci
  240.  
  241. # use InnoDB for transactions and better crash recovery
  242. default_storage_engine=innodb
  243.  
  244. # memory pool InnoDB uses to store data dictionary information and other internal data structures (default:1M)
  245. innodb_additional_mem_pool_size=1M
  246.  
  247. # memory buffer InnoDB uses to cache data and indexes of its tables (default:128M)
  248. # Larger values means less I/O
  249. innodb_buffer_pool_size=80M
  250.  
  251. # Create a .ibd file for each table (default:0)
  252. innodb_file_per_table=1
  253.  
  254. # Write out the log buffer to the log file at each commit (default:1)
  255. innodb_flush_log_at_trx_commit=2
  256.  
  257. # Buffer size used to write to the log files on disk (default:1M for builtin, 8M for plugin)
  258. # larger values means less I/O
  259. innodb_log_buffer_size=1M
  260.  
  261. # Size of each log file in a log group (default:5M) larger means less I/O but more time for recovery.
  262. innodb_log_file_size=64M
  263.  
  264. # # error log file name, relative to datadir (default:hostname.err)
  265. log_error=mysql.err
  266.  
  267. # print warnings and connection errors (default:1)
  268. log_warnings=2
  269.  
  270. # Convert table named to lowercase
  271. lower_case_table_names=1
  272.  
  273. # Maximum size of one packet or any generated/intermediate string. (default:1M)
  274. max_allowed_packet=32M
  275.  
  276. # Maximum simultaneous connections allowed (default:100)
  277. max_connections=256
  278.  
  279. # The two options below make no sense with prepared statements and/or transactions
  280. # (make sense when having the same query multiple times)
  281.  
  282. # Memory allocated for caching query results (default:0 (disabled))
  283. query_cache_size=0
  284.  
  285. # Do not cache results (default:1)
  286. query_cache_type=0
  287.  
  288. # Do not use the privileges mechanisms
  289. skip_grant_tables
  290.  
  291. # Do not listen for TCP/IP connections at all
  292. skip_networking
  293.  
  294. # The number of open tables for all threads. (default:64)
  295. table_cache=200
  296.  
  297. # How many threads the server should cache for reuse (default:0)
  298. thread_cache_size=3
  299.  
  300. # wait 365d before dropping the DB connection (default:8h)
  301. wait_timeout=31536000
  302.  
  303. [client]
  304. default-character-set=utf8
  305.  
  306.  
  307. Test 9: SUCCESS
  308. --------
  309.  
  310. akonadictl found and usable
  311. Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully.
  312. Result:
  313. Unable to load library icui18n "Cannot load library icui18n: (icui18n: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden)"
  314. Akonadi 1.8.1
  315.  
  316.  
  317. Test 10: SUCCESS
  318. --------
  319.  
  320. Akonadi control process registered at D-Bus.
  321. Details: The Akonadi control process is registered at D-Bus which typically indicates it is operational.
  322.  
  323. Test 11: SUCCESS
  324. --------
  325.  
  326. Akonadi server process registered at D-Bus.
  327. Details: The Akonadi server process is registered at D-Bus which typically indicates it is operational.
  328.  
  329. Test 12: SUCCESS
  330. --------
  331.  
  332. Nepomuk search service registered at D-Bus.
  333. Details: The Nepomuk search service is registered at D-Bus which typically indicates it is operational.
  334.  
  335. Test 13: SUCCESS
  336. --------
  337.  
  338. Nepomuk search service uses an appropriate backend.
  339. Details: The Nepomuk search service uses one of the recommended backends.
  340.  
  341. Test 14: SKIP
  342. --------
  343.  
  344. Protocol version check not possible.
  345. Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements.
  346.  
  347. Test 15: SUCCESS
  348. --------
  349.  
  350. Resource agents found.
  351. Details: At least one resource agent has been found.
  352.  
  353. Directory listing of '/usr/share/akonadi/agents':
  354. akonadinepomukfeederagent.desktop
  355. akonotesresource.desktop
  356. archivemailagent.desktop
  357. birthdaysresource.desktop
  358. contactsresource.desktop
  359. davgroupwareresource.desktop
  360. googlecalendarresource.desktop
  361. googlecontactsresource.desktop
  362. icalresource.desktop
  363. imapresource.desktop
  364. invitationsagent.desktop
  365. kabcresource.desktop
  366. kalarmdirresource.desktop
  367. kalarmresource.desktop
  368. kcalresource.desktop
  369. kdeaccountsresource.desktop
  370. knutresource.desktop
  371. localbookmarksresource.desktop
  372. maildirresource.desktop
  373. maildispatcheragent.desktop
  374. mailfilteragent.desktop
  375. mboxresource.desktop
  376. microblog.desktop
  377. mixedmaildirresource.desktop
  378. mtdummyresource.desktop
  379. nepomuktagresource.desktop
  380. nntpresource.desktop
  381. notesresource.desktop
  382. openxchangeresource.desktop
  383. pop3resource.desktop
  384. vcarddirresource.desktop
  385. vcardresource.desktop
  386.  
  387. Environment variable XDG_DATA_DIRS is set to '/usr/local/share/:/usr/share/'
  388.  
  389. Test 16: SUCCESS
  390. --------
  391.  
  392. No current Akonadi server error log found.
  393. Details: The Akonadi server did not report any errors during its current startup.
  394.  
  395. Test 17: ERROR
  396. --------
  397.  
  398. Previous Akonadi server error log found.
  399. Details: The Akonadi server reported errors during its previous startup. The log can be found in <a href='/home/thomas/.local/share/akonadi/akonadiserver.error.old'>/home/thomas/.local/share/akonadi/akonadiserver.error.old</a>.
  400.  
  401. File content of '/home/thomas/.local/share/akonadi/akonadiserver.error.old':
  402. Nepomuk Query Server not available
  403.  
  404.  
  405. Test 18: SUCCESS
  406. --------
  407.  
  408. No current Akonadi control error log found.
  409. Details: The Akonadi control process did not report any errors during its current startup.
  410.  
  411. Test 19: ERROR
  412. --------
  413.  
  414. Previous Akonadi control error log found.
  415. Details: The Akonadi control process reported errors during its previous startup. The log can be found in <a href='/home/thomas/.local/share/akonadi/akonadi_control.error.old'>/home/thomas/.local/share/akonadi/akonadi_control.error.old</a>.
  416.  
  417. File content of '/home/thomas/.local/share/akonadi/akonadi_control.error.old':
  418. ProcessControl: Application /usr/bin/akonadi_imap_resource stopped unexpectedly ( "Process crashed" )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement