Advertisement
Guest User

Untitled

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