Guest User

Untitled

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