- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Nov 24 2015
Nov 18 2015
Nov 16 2015
Nov 10 2015
Oct 30 2015
Oct 26 2015
Done from my side, michael is cleaning up the qml path magic.
Oct 21 2015
Oct 19 2015
Have installer install korgac in autostart.
Oct 12 2015
Oct 9 2015
Disabling KCrash with export KDE_DEBUG=1 helped.
Can either be fixed by trying to fetch repeatedly until the collections are available (they should become available eventually), or we can just ignore the issue since it only happens on first start and could be avoided by starting akonadi in advance with the system.
See akonadi/specialcollectionshelperjobs.cpp DefaultResourceJobPrivate::tryFetchResource(). There is no guarantee that the resource created its root collection yet, so we end up in a race condition.
Oct 8 2015
Oct 6 2015
Oct 2 2015
Sep 28 2015
Looks like kontact fails to start korgac on windows automatically ([1768] kontact(1768)/libkdepim void __cdecl KPIM::ReminderClient::startDaemon(void): Couldn't find autostart/korgac.desktop! ). However, if korgac is started separately anyways, that doesn't matter.
Sep 24 2015
works on windows. korgac will need to be started as part of the rest of the system by the system setup.
disabled the new todo actions from korganizer and removed the edit options for todos from korganizer and kmail.
Sep 23 2015
We can also get to the old editor from korganizer by:
- creating a new task
- editing a task
We're going to completely remove access to the old todo dialog.
Sep 22 2015
Sep 21 2015
Sep 4 2015
Sep 3 2015
Looks fine.
Although this patch is probably ok, it really doesn't address the issue I'm trying to fix... namely dealing nicely without outdated timezone names. the real fix seems to be needed in libkolab/conversion/timezoneconverter.cpp. in fact, that file has commented-out code that would fix the problem. the comment there is "slower but also finds outdated zones"
so I may look into that.
Aug 28 2015
Aug 26 2015
Aug 25 2015
We don't need to manage keys.
The problem turned out to be the putenv system call. On linux this takes a pointer, and the area can be later on modified, which is relied upon. On windows it unfortunately still copies everything, which is the old behaviour on linux as well. Since the language is passed to gettext via an environment variable, this never worked on windows.
Aug 24 2015
Aug 21 2015
The corresponding mysql.err:
2015-08-21 11:45:45 268 [Note] Plugin 'FEDERATED' is disabled. 2015-08-21 11:45:45 b9c InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator. 2015-08-21 11:45:45 268 [Note] InnoDB: Using atomics to ref count buffer pool pages 2015-08-21 11:45:45 268 [Note] InnoDB: The InnoDB memory heap is disabled 2015-08-21 11:45:45 268 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2015-08-21 11:45:45 268 [Note] InnoDB: Memory barrier is not used 2015-08-21 11:45:45 268 [Note] InnoDB: Compressed tables use zlib 1.2.3 2015-08-21 11:45:45 268 [Note] InnoDB: Not using CPU crc32 instructions 2015-08-21 11:45:45 268 [Note] InnoDB: Initializing buffer pool, size = 80.0M 2015-08-21 11:45:45 268 [Note] InnoDB: Completed initialization of buffer pool 2015-08-21 11:45:45 268 [Note] InnoDB: Highest supported file format is Barracuda. 2015-08-21 11:45:45 268 [Note] InnoDB: The log sequence numbers 0 and 0 in ibdata files do not match the log sequence number 1846994 in the ib_logfiles! 2015-08-21 11:45:45 268 [Note] InnoDB: Database was not shutdown normally! 2015-08-21 11:45:45 268 [Note] InnoDB: Starting crash recovery. 2015-08-21 11:45:45 268 [Note] InnoDB: Reading tablespace information from the .ibd files... 2015-08-21 11:45:45 268 [Note] InnoDB: Restoring possible half-written data pages 2015-08-21 11:45:45 268 [Note] InnoDB: from the doublewrite buffer... 2015-08-21 11:45:45 268 [Note] InnoDB: 128 rollback segment(s) are active. 2015-08-21 11:45:45 268 [Note] InnoDB: Waiting for purge to start 2015-08-21 11:45:45 268 [Note] InnoDB: 5.6.22 started; log sequence number 1846994 2015-08-21 11:45:45 268 [Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them 2015-08-21 11:45:45 268 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_host_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_user_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_account_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'host_cache' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'objects_summary_global_by_type' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'setup_actors' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'setup_objects' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'table_io_waits_summary_by_index_usage' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'table_io_waits_summary_by_table' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'table_lock_waits_summary_by_table' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_stages_current' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_stages_history' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_stages_history_long' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_stages_summary_by_thread_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_stages_summary_by_account_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_stages_summary_by_user_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_stages_summary_by_host_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_stages_summary_global_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_statements_current' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_statements_history' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_statements_history_long' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_thread_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_account_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_user_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_host_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_statements_summary_global_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_digest' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'users' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'accounts' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'hosts' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'socket_instances' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'socket_summary_by_instance' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'socket_summary_by_event_name' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'session_connect_attrs' has the wrong structure 2015-08-21 11:45:45 268 [ERROR] Native table 'performance_schema'.'session_account_connect_attrs' has the wrong structure 2015-08-21 11:45:45 268 [Note] C:\Users\kolab\kderoot\bin\mysqld.exe: ready for connections. Version: '5.6.22' socket: '' port: 0 MySQL Community Server (GPL) 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."collectionattributetable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."collectionmimetyperelation" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."collectionpimitemrelation" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."collectiontable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."flagtable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."mimetypetable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."parttable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."parttypetable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."pimitemflagrelation" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."pimitemtable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."pimitemtagrelation" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."relationtable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."relationtypetable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."resourcetable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."schemaversiontable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."tagattributetable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:47 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:47 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."tagremoteidresourcerelationtable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:48 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:48 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."tagtable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:48 c1c InnoDB: Error: Table "mysql"."innodb_table_stats" not found. 2015-08-21 11:45:48 c1c InnoDB: Error: Fetch of persistent statistics requested for table "akonadi"."tagtypetable" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead. 2015-08-21 11:45:52 268 [Warning] Aborted connection 27 to db: 'akonadi' user: 'ODBC' host: '' (Got an error reading communication packets)