Advertisement
Guest User

Untitled

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