Mageia Bugzilla – Attachment 11461 Details for
Bug 26096
akonadi mysql default configuration missing - cannot add new entries to KDE/plasma calendar, contacts, etc.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
akonada selftest report for a new user with an empty home directory.
akonadi-selftest-report-20200117_user_testx.txt (text/plain), 33.79 KB, created by
Edward d'Auvergne
on 2020-01-17 11:34:41 CET
(
hide
)
Description:
akonada selftest report for a new user with an empty home directory.
Filename:
MIME Type:
Creator:
Edward d'Auvergne
Created:
2020-01-17 11:34:41 CET
Size:
33.79 KB
patch
obsolete
>Akonadi Server Self-Test Report >=============================== > >Test 1: SUCCESS >-------- > >Database driver found. >Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration and was found on your system. > >File content of '/home/testx/.config/akonadi/akonadiserverrc': >[Debug] >Tracer=null > >[%General] >Driver=QMYSQL > >[QMYSQL] >Host= >Name=akonadi >Options="UNIX_SOCKET=/tmp/akonadi-testx.ckUqeu/mysql.socket" >ServerPath=/usr/sbin/mysqld >StartServer=true > > >Test 2: SUCCESS >-------- > >Akonadi is not running as root >Details: Akonadi is not running as a root/administrator user, which is the recommended setup for a secure system. > >Test 3: SUCCESS >-------- > >MySQL server found. >Details: You have currently configured Akonadi to use the MySQL server '/usr/sbin/mysqld'. >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. > >Test 4: SUCCESS >-------- > >MySQL server is executable. >Details: MySQL server found: /usr/sbin/mysqld Ver 10.3.20-MariaDB for Linux on x86_64 (Mageia MariaDB Server) > > >Test 5: SUCCESS >-------- > >MySQL server log contains no errors. >Details: The MySQL server log file '<a href="/home/testx/.local/share/akonadi/db_data/mysql.err">/home/testx/.local/share/akonadi/db_data/mysql.err</a>' does not contain any errors or warnings. > >File content of '/home/testx/.local/share/akonadi/db_data/mysql.err': >2020-01-17 11:30:15 0 [Note] InnoDB: Using Linux native AIO >2020-01-17 11:30:15 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins >2020-01-17 11:30:15 0 [Note] InnoDB: Uses event mutexes >2020-01-17 11:30:15 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 >2020-01-17 11:30:15 0 [Note] InnoDB: Number of pools: 1 >2020-01-17 11:30:15 0 [Note] InnoDB: Using SSE2 crc32 instructions >2020-01-17 11:30:15 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M >2020-01-17 11:30:15 0 [Note] InnoDB: Completed initialization of buffer pool >2020-01-17 11:30:15 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). >2020-01-17 11:30:15 0 [Note] InnoDB: 128 out of 128 rollback segments are active. >2020-01-17 11:30:15 0 [Note] InnoDB: Creating shared tablespace for temporary tables >2020-01-17 11:30:15 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... >2020-01-17 11:30:15 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. >2020-01-17 11:30:15 0 [Note] InnoDB: Waiting for purge to start >2020-01-17 11:30:15 0 [Note] InnoDB: 10.3.20 started; log sequence number 2187248; transaction id 739 >2020-01-17 11:30:15 0 [Note] InnoDB: Loading buffer pool(s) from /home/testx/.local/share/akonadi/db_data/ib_buffer_pool >2020-01-17 11:30:15 0 [Note] InnoDB: Buffer pool(s) load completed at 200117 11:30:15 >2020-01-17 11:30:15 0 [Note] Reading of all Master_info entries succeeded >2020-01-17 11:30:15 0 [Note] Added new Master_info '' to hash table >2020-01-17 11:30:15 0 [Note] /usr/sbin/mysqld: ready for connections. >Version: '10.3.20-MariaDB' socket: '/tmp/akonadi-testx.ckUqeu/mysql.socket' port: 0 Mageia MariaDB Server > > >Test 6: ERROR >-------- > >MySQL server default configuration not found. >Details: The default configuration for the MySQL server was not found or was not readable. Check your Akonadi installation is complete and you have all required access rights. > >Test 7: SKIP >-------- > >MySQL server custom configuration not available. >Details: The custom configuration for the MySQL server was not found but is optional. > >Test 8: SUCCESS >-------- > >MySQL server configuration is usable. >Details: The MySQL server configuration was found at <a href="/home/testx/.local/share/akonadi/mysql.conf">/home/testx/.local/share/akonadi/mysql.conf</a> and is readable. > >File content of '/home/testx/.local/share/akonadi/mysql.conf': ># ># Global Akonadi MySQL server settings, ># These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf ># ># Based on advice by Kris Köhntopp <kris@mysql.com> ># >[mysqld] > ># strict query parsing/interpretation ># TODO: make Akonadi work with those settings enabled ># 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 ># sql_mode=strict_trans_tables > ># DEBUGGING: ># log all queries, useful for debugging but generates an enormous amount of data ># log=mysql.full ># log queries slower than n seconds, log file name relative to datadir (for debugging only) ># log_slow_queries=mysql.slow ># long_query_time=1 ># log queries not using indices, debug only, disable for production use ># log_queries_not_using_indexes=1 ># ># mesure database size and adjust innodb_buffer_pool_size ># SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema"); > ># NOTES: ># Keep Innob_log_waits and keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables) > >#expire_logs_days=3 > >#sync_bin_log=0 > ># Use UTF-8 encoding for tables >character_set_server=utf8 >collation_server=utf8_general_ci > ># use InnoDB for transactions and better crash recovery >default_storage_engine=innodb > ># memory pool InnoDB uses to store data dictionary information and other internal data structures (default:8M) ># Deprecated in MySQL >= 5.6.3, removed in 5.7 (works in MariaDB) ># innodb_additional_mem_pool_size=8M > ># memory buffer InnoDB uses to cache data and indexes of its tables (default:128M) ># Larger values means less I/O >innodb_buffer_pool_size=128M > ># Create a .ibd file for each table (default:0) >innodb_file_per_table=1 > ># Write out the log buffer to the log file at each commit (default:1) >innodb_flush_log_at_trx_commit=2 > ># Buffer size used to write to the log files on disk (default:1M for builtin, 8M for plugin) ># larger values means less I/O >innodb_log_buffer_size=1M > ># Size of each log file in a log group (default:5M) larger means less I/O but more time for recovery. >innodb_log_file_size=64M > ># # error log file name, relative to datadir (default:hostname.err) >log_error=mysql.err > ># print warnings and connection errors (default:1) >log_warnings=2 > ># Convert table named to lowercase >lower_case_table_names=1 > ># Maximum size of one packet or any generated/intermediate string. (default:1M) >max_allowed_packet=32M > ># Maximum simultaneous connections allowed (default:100) >max_connections=256 > ># The two options below make no sense with prepared statements and/or transactions ># (make sense when having the same query multiple times) > ># Memory allocated for caching query results (default:0 (disabled)) >query_cache_size=0 > ># Do not cache results (default:1) >query_cache_type=0 > ># Do not use the privileges mechanisms >skip_grant_tables > ># Do not listen for TCP/IP connections at all >skip_networking > ># The number of open tables for all threads. (default:64) >table_open_cache=200 > ># How many threads the server should cache for reuse (default:0) >thread_cache_size=3 > ># wait 365d before dropping the DB connection (default:8h) >wait_timeout=31536000 > ># We use InnoDB, so don't let MyISAM eat up memory >key_buffer_size=16K > >[client] >default-character-set=utf8 > > >Test 9: SUCCESS >-------- > >akonadictl found and usable >Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully. >Result: >akonadictl 5.11.0 > > >Test 10: SUCCESS >-------- > >Akonadi control process registered at D-Bus. >Details: The Akonadi control process is registered at D-Bus which typically indicates it is operational. > >Test 11: SUCCESS >-------- > >Akonadi server process registered at D-Bus. >Details: The Akonadi server process is registered at D-Bus which typically indicates it is operational. > >Test 12: SKIP >-------- > >Protocol version check not possible. >Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements. > >Test 13: SUCCESS >-------- > >Resource agents found. >Details: At least one resource agent has been found. > >Directory listing of '/usr/share/akonadi/agents': >akonadiindexingagent.desktop >akonotesresource.desktop >archivemailagent.desktop >birthdaysresource.desktop >contactsresource.desktop >davgroupwareresource.desktop >ewsmtaresource.desktop >ewsresource.desktop >facebookresource.desktop >followupreminder.desktop >googlecalendarresource.desktop >googlecontactsresource.desktop >icaldirresource.desktop >icalresource.desktop >imapresource.desktop >kalarmdirresource.desktop >kalarmresource.desktop >knutresource.desktop >kolabresource.desktop >maildirresource.desktop >maildispatcheragent.desktop >mailfilteragent.desktop >mboxresource.desktop >migrationagent.desktop >mixedmaildirresource.desktop >newmailnotifieragent.desktop >notesagent.desktop >notesresource.desktop >openxchangeresource.desktop >pop3resource.desktop >sendlateragent.desktop >tomboynotesresource.desktop >unifiedmailboxagent.desktop >vcarddirresource.desktop >vcardresource.desktop > >Environment variable XDG_DATA_DIRS is set to '/home/testx/.local/share/flatpak/exports/share/:/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/' > >Test 14: ERROR >-------- > >Current Akonadi server error log found. >Details: The Akonadi server reported errors during its current startup. The log can be found in <a href="/home/testx/.local/share/akonadi/akonadiserver.error">/home/testx/.local/share/akonadi/akonadiserver.error</a>. > >File content of '/home/testx/.local/share/akonadi/akonadiserver.error': >2020-01-17T11:30:14 [INFO ] org.kde.pim.akonadiserver: Starting up the Akonadi Server... >2020-01-17T11:30:15 [INFO ] org.kde.pim.akonadiserver: Running DB initializer >2020-01-17T11:30:15 [INFO ] org.kde.pim.akonadiserver: DB initializer done >2020-01-17T11:30:15 [WARN ] default: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) >2020-01-17T11:30:15 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488005650) ) >2020-01-17T11:30:15 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f748800f110) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488012f90) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f748801ef80) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488015810) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f748801f760) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488020b40) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488033d30) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488034e30) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488034e30) identified as "ETMCalendarMonitor - 14264368" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488046750) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488047100) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488046750) identified as "AgentBaseChangeRecorder - 9778752" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488063340) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488063340) identified as "AgentBaseChangeRecorder - 30866992" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488074980) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488005650) identified as "AgentBaseChangeRecorder - 34080784" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f748800f110) identified as "AgentBaseChangeRecorder - 12409536" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488074980) identified as "AgentBaseChangeRecorder - 36778656" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488012f90) identified as "AgentBaseChangeRecorder - 28207744" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488015810) identified as "AgentBaseChangeRecorder - 5819600" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488090a10) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880a2250) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880a35c0) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880a38d0) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880a2250) identified as "AgentBaseChangeRecorder - 24524192" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880a35c0) identified as "akonadi_birthdays_resource - 24632944" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880ea690) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880ea690) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880f3170) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880f3850) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f748801f760) identified as "AgentBaseChangeRecorder - 8546800" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880ea690) identified as "KNotes Session - 8599504" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f748801ef80) identified as "AgentBaseChangeRecorder - 12728368" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880f3170) identified as "akonadi_maildispatcher_agent - 12847536" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880f3850) identified as "SpecialCollectionsMonitor - 12855264" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488020b40) identified as "AgentBaseChangeRecorder - 9125280" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880eae60) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880eae60) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488159480) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488033d30) identified as "AgentBaseChangeRecorder - 7010080" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880eae60) identified as "Archive Mail Kernel ETM - 7119952" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488159480) identified as "ArchiveMailCollectionMonitor - 7151008" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488159c10) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880d7cb0) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880d7cb0) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488090a10) identified as "AgentBaseChangeRecorder - 30847168" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488159c10) identified as "UnifiedMailboxChangeRecorder - 30854944" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880a38d0) identified as "AgentBaseChangeRecorder - 9019808" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f748815c090) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f748815c7f0) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488047100) identified as "AgentBaseChangeRecorder - 7015296" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880d7cb0) identified as "MailFilter Kernel ETM - 7125248" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f748815c090) identified as "MailFilterCollectionMonitor - 7313408" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f748815c7f0) identified as "MailFilterItemMonitor - 7300848" >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74881b2790) ) >2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74881b2790) identified as "SpecialCollectionsMonitor - 7112496" > > >Test 15: ERROR >-------- > >Previous Akonadi server error log found. >Details: The Akonadi server reported errors during its previous startup. The log can be found in <a href="/home/testx/.local/share/akonadi/akonadiserver.error.old">/home/testx/.local/share/akonadi/akonadiserver.error.old</a>. > >File content of '/home/testx/.local/share/akonadi/akonadiserver.error.old': >2020-01-17T10:56:08 [INFO ] org.kde.pim.akonadiserver: Starting up the Akonadi Server... >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: Running DB initializer >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: DB initializer done >2020-01-17T10:56:09 [WARN ] default: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010005520) ) >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01000f310) ) >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010013100) ) >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01001f0f0) ) >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010015980) ) >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01001f8d0) ) >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010020cb0) ) >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010033ea0) ) >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010034fa0) ) >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01002a230) ) >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01004f6c0) ) >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010050660) ) >2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010050660) identified as "ETMCalendarMonitor - 19638208" >2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010015980) identified as "AgentBaseChangeRecorder - 17155376" >2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01008dc50) ) >2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff01008dc50) identified as "AgentBaseChangeRecorder - 26148528" >2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff01001f0f0) identified as "AgentBaseChangeRecorder - 7626400" >2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010028060) ) >2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010005520) identified as "AgentBaseChangeRecorder - 23887728" >2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 23887728" disconnected >2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010046120) ) >2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010028060) identified as "akonadi_birthdays_resource - 23919408" >2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010028060) identified as "akonadi_birthdays_resource - 23919408" >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "akonadi_birthdays_resource - 23919408" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010028060) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 17155376" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010026520) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff0100268d0) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01001fc00) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010045d10) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010090270) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010021d70) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01000f780) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01008efc0) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01008f2f0) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010023650) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010024cb0) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010016f30) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010017ae0) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01001d1a0) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01001cc40) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010043720) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010045000) ) >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010013100) identified as "AgentBaseChangeRecorder - 23078928" >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 23078928" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff01001f8d0) identified as "AgentBaseChangeRecorder - 37390880" >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 37390880" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010033ea0) identified as "AgentBaseChangeRecorder - 28470896" >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 28470896" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff01002a230) identified as "AgentBaseChangeRecorder - 19695808" >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 19695808" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff01008dc50) identified as "AgentBaseChangeRecorder - 26148528" >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 26148528" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 7626400" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010034fa0) identified as "AgentBaseChangeRecorder - 10387328" >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 10387328" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "ETMCalendarMonitor - 19638208" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010020cb0) identified as "AgentBaseChangeRecorder - 22592976" >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 22592976" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010046120) identified as "AgentBaseChangeRecorder - 23887728" >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 23887728" disconnected >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff01004f6c0) identified as "AgentBaseChangeRecorder - 9664896" >2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 9664896" disconnected > > >Test 16: ERROR >-------- > >Current Akonadi control error log found. >Details: The Akonadi control process reported errors during its current startup. The log can be found in <a href="/home/testx/.local/share/akonadi/akonadi_control.error">/home/testx/.local/share/akonadi/akonadi_control.error</a>. > >File content of '/home/testx/.local/share/akonadi/akonadi_control.error': >2020-01-17T11:30:14 [WARN ] default: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) > > >Test 17: ERROR >-------- > >Previous Akonadi control error log found. >Details: The Akonadi control process reported errors during its previous startup. The log can be found in <a href="/home/testx/.local/share/akonadi/akonadi_control.error.old">/home/testx/.local/share/akonadi/akonadi_control.error.old</a>. > >File content of '/home/testx/.local/share/akonadi/akonadi_control.error.old': >2020-01-17T10:56:08 [WARN ] default: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_ical_resource' exited normally... >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_birthdays_resource' exited normally... >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_indexing_agent' exited normally... >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_unifiedmailbox_agent' exited normally... >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_contacts_resource' exited normally... >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_notes_agent' exited normally... >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_migration_agent' exited normally... >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_akonotes_resource' exited normally... >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_maildir_resource' exited normally... >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_sendlater_agent' exited normally... >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_followupreminder_agent' exited normally... >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_archivemail_agent' exited normally... >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_mailfilter_agent' exited normally... >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_maildispatcher_agent' exited normally... >2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_newmailnotifier_agent' exited normally... >2020-01-17T10:56:41 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited normally... > >
Akonadi Server Self-Test Report =============================== Test 1: SUCCESS -------- Database driver found. Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration and was found on your system. File content of '/home/testx/.config/akonadi/akonadiserverrc': [Debug] Tracer=null [%General] Driver=QMYSQL [QMYSQL] Host= Name=akonadi Options="UNIX_SOCKET=/tmp/akonadi-testx.ckUqeu/mysql.socket" ServerPath=/usr/sbin/mysqld StartServer=true Test 2: SUCCESS -------- Akonadi is not running as root Details: Akonadi is not running as a root/administrator user, which is the recommended setup for a secure system. Test 3: SUCCESS -------- MySQL server found. Details: You have currently configured Akonadi to use the MySQL server '/usr/sbin/mysqld'. 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. Test 4: SUCCESS -------- MySQL server is executable. Details: MySQL server found: /usr/sbin/mysqld Ver 10.3.20-MariaDB for Linux on x86_64 (Mageia MariaDB Server) Test 5: SUCCESS -------- MySQL server log contains no errors. Details: The MySQL server log file '<a href="/home/testx/.local/share/akonadi/db_data/mysql.err">/home/testx/.local/share/akonadi/db_data/mysql.err</a>' does not contain any errors or warnings. File content of '/home/testx/.local/share/akonadi/db_data/mysql.err': 2020-01-17 11:30:15 0 [Note] InnoDB: Using Linux native AIO 2020-01-17 11:30:15 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2020-01-17 11:30:15 0 [Note] InnoDB: Uses event mutexes 2020-01-17 11:30:15 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2020-01-17 11:30:15 0 [Note] InnoDB: Number of pools: 1 2020-01-17 11:30:15 0 [Note] InnoDB: Using SSE2 crc32 instructions 2020-01-17 11:30:15 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M 2020-01-17 11:30:15 0 [Note] InnoDB: Completed initialization of buffer pool 2020-01-17 11:30:15 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2020-01-17 11:30:15 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2020-01-17 11:30:15 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2020-01-17 11:30:15 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2020-01-17 11:30:15 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2020-01-17 11:30:15 0 [Note] InnoDB: Waiting for purge to start 2020-01-17 11:30:15 0 [Note] InnoDB: 10.3.20 started; log sequence number 2187248; transaction id 739 2020-01-17 11:30:15 0 [Note] InnoDB: Loading buffer pool(s) from /home/testx/.local/share/akonadi/db_data/ib_buffer_pool 2020-01-17 11:30:15 0 [Note] InnoDB: Buffer pool(s) load completed at 200117 11:30:15 2020-01-17 11:30:15 0 [Note] Reading of all Master_info entries succeeded 2020-01-17 11:30:15 0 [Note] Added new Master_info '' to hash table 2020-01-17 11:30:15 0 [Note] /usr/sbin/mysqld: ready for connections. Version: '10.3.20-MariaDB' socket: '/tmp/akonadi-testx.ckUqeu/mysql.socket' port: 0 Mageia MariaDB Server Test 6: ERROR -------- MySQL server default configuration not found. Details: The default configuration for the MySQL server was not found or was not readable. Check your Akonadi installation is complete and you have all required access rights. Test 7: SKIP -------- MySQL server custom configuration not available. Details: The custom configuration for the MySQL server was not found but is optional. Test 8: SUCCESS -------- MySQL server configuration is usable. Details: The MySQL server configuration was found at <a href="/home/testx/.local/share/akonadi/mysql.conf">/home/testx/.local/share/akonadi/mysql.conf</a> and is readable. File content of '/home/testx/.local/share/akonadi/mysql.conf': # # Global Akonadi MySQL server settings, # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf # # Based on advice by Kris Köhntopp <kris@mysql.com> # [mysqld] # strict query parsing/interpretation # TODO: make Akonadi work with those settings enabled # 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 # sql_mode=strict_trans_tables # DEBUGGING: # log all queries, useful for debugging but generates an enormous amount of data # log=mysql.full # log queries slower than n seconds, log file name relative to datadir (for debugging only) # log_slow_queries=mysql.slow # long_query_time=1 # log queries not using indices, debug only, disable for production use # log_queries_not_using_indexes=1 # # mesure database size and adjust innodb_buffer_pool_size # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema"); # NOTES: # Keep Innob_log_waits and keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables) #expire_logs_days=3 #sync_bin_log=0 # Use UTF-8 encoding for tables character_set_server=utf8 collation_server=utf8_general_ci # use InnoDB for transactions and better crash recovery default_storage_engine=innodb # memory pool InnoDB uses to store data dictionary information and other internal data structures (default:8M) # Deprecated in MySQL >= 5.6.3, removed in 5.7 (works in MariaDB) # innodb_additional_mem_pool_size=8M # memory buffer InnoDB uses to cache data and indexes of its tables (default:128M) # Larger values means less I/O innodb_buffer_pool_size=128M # Create a .ibd file for each table (default:0) innodb_file_per_table=1 # Write out the log buffer to the log file at each commit (default:1) innodb_flush_log_at_trx_commit=2 # Buffer size used to write to the log files on disk (default:1M for builtin, 8M for plugin) # larger values means less I/O innodb_log_buffer_size=1M # Size of each log file in a log group (default:5M) larger means less I/O but more time for recovery. innodb_log_file_size=64M # # error log file name, relative to datadir (default:hostname.err) log_error=mysql.err # print warnings and connection errors (default:1) log_warnings=2 # Convert table named to lowercase lower_case_table_names=1 # Maximum size of one packet or any generated/intermediate string. (default:1M) max_allowed_packet=32M # Maximum simultaneous connections allowed (default:100) max_connections=256 # The two options below make no sense with prepared statements and/or transactions # (make sense when having the same query multiple times) # Memory allocated for caching query results (default:0 (disabled)) query_cache_size=0 # Do not cache results (default:1) query_cache_type=0 # Do not use the privileges mechanisms skip_grant_tables # Do not listen for TCP/IP connections at all skip_networking # The number of open tables for all threads. (default:64) table_open_cache=200 # How many threads the server should cache for reuse (default:0) thread_cache_size=3 # wait 365d before dropping the DB connection (default:8h) wait_timeout=31536000 # We use InnoDB, so don't let MyISAM eat up memory key_buffer_size=16K [client] default-character-set=utf8 Test 9: SUCCESS -------- akonadictl found and usable Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully. Result: akonadictl 5.11.0 Test 10: SUCCESS -------- Akonadi control process registered at D-Bus. Details: The Akonadi control process is registered at D-Bus which typically indicates it is operational. Test 11: SUCCESS -------- Akonadi server process registered at D-Bus. Details: The Akonadi server process is registered at D-Bus which typically indicates it is operational. Test 12: SKIP -------- Protocol version check not possible. Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements. Test 13: SUCCESS -------- Resource agents found. Details: At least one resource agent has been found. Directory listing of '/usr/share/akonadi/agents': akonadiindexingagent.desktop akonotesresource.desktop archivemailagent.desktop birthdaysresource.desktop contactsresource.desktop davgroupwareresource.desktop ewsmtaresource.desktop ewsresource.desktop facebookresource.desktop followupreminder.desktop googlecalendarresource.desktop googlecontactsresource.desktop icaldirresource.desktop icalresource.desktop imapresource.desktop kalarmdirresource.desktop kalarmresource.desktop knutresource.desktop kolabresource.desktop maildirresource.desktop maildispatcheragent.desktop mailfilteragent.desktop mboxresource.desktop migrationagent.desktop mixedmaildirresource.desktop newmailnotifieragent.desktop notesagent.desktop notesresource.desktop openxchangeresource.desktop pop3resource.desktop sendlateragent.desktop tomboynotesresource.desktop unifiedmailboxagent.desktop vcarddirresource.desktop vcardresource.desktop Environment variable XDG_DATA_DIRS is set to '/home/testx/.local/share/flatpak/exports/share/:/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/' Test 14: ERROR -------- Current Akonadi server error log found. Details: The Akonadi server reported errors during its current startup. The log can be found in <a href="/home/testx/.local/share/akonadi/akonadiserver.error">/home/testx/.local/share/akonadi/akonadiserver.error</a>. File content of '/home/testx/.local/share/akonadi/akonadiserver.error': 2020-01-17T11:30:14 [INFO ] org.kde.pim.akonadiserver: Starting up the Akonadi Server... 2020-01-17T11:30:15 [INFO ] org.kde.pim.akonadiserver: Running DB initializer 2020-01-17T11:30:15 [INFO ] org.kde.pim.akonadiserver: DB initializer done 2020-01-17T11:30:15 [WARN ] default: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) 2020-01-17T11:30:15 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488005650) ) 2020-01-17T11:30:15 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f748800f110) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488012f90) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f748801ef80) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488015810) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f748801f760) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488020b40) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488033d30) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488034e30) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488034e30) identified as "ETMCalendarMonitor - 14264368" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488046750) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488047100) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488046750) identified as "AgentBaseChangeRecorder - 9778752" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488063340) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488063340) identified as "AgentBaseChangeRecorder - 30866992" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488074980) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488005650) identified as "AgentBaseChangeRecorder - 34080784" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f748800f110) identified as "AgentBaseChangeRecorder - 12409536" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488074980) identified as "AgentBaseChangeRecorder - 36778656" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488012f90) identified as "AgentBaseChangeRecorder - 28207744" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488015810) identified as "AgentBaseChangeRecorder - 5819600" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488090a10) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880a2250) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880a35c0) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880a38d0) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880a2250) identified as "AgentBaseChangeRecorder - 24524192" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880a35c0) identified as "akonadi_birthdays_resource - 24632944" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880ea690) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880ea690) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880f3170) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880f3850) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f748801f760) identified as "AgentBaseChangeRecorder - 8546800" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880ea690) identified as "KNotes Session - 8599504" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f748801ef80) identified as "AgentBaseChangeRecorder - 12728368" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880f3170) identified as "akonadi_maildispatcher_agent - 12847536" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880f3850) identified as "SpecialCollectionsMonitor - 12855264" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488020b40) identified as "AgentBaseChangeRecorder - 9125280" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880eae60) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880eae60) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488159480) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488033d30) identified as "AgentBaseChangeRecorder - 7010080" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880eae60) identified as "Archive Mail Kernel ETM - 7119952" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488159480) identified as "ArchiveMailCollectionMonitor - 7151008" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7488159c10) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880d7cb0) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74880d7cb0) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488090a10) identified as "AgentBaseChangeRecorder - 30847168" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488159c10) identified as "UnifiedMailboxChangeRecorder - 30854944" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880a38d0) identified as "AgentBaseChangeRecorder - 9019808" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f748815c090) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f748815c7f0) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7488047100) identified as "AgentBaseChangeRecorder - 7015296" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74880d7cb0) identified as "MailFilter Kernel ETM - 7125248" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f748815c090) identified as "MailFilterCollectionMonitor - 7313408" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f748815c7f0) identified as "MailFilterItemMonitor - 7300848" 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f74881b2790) ) 2020-01-17T11:30:16 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f74881b2790) identified as "SpecialCollectionsMonitor - 7112496" Test 15: ERROR -------- Previous Akonadi server error log found. Details: The Akonadi server reported errors during its previous startup. The log can be found in <a href="/home/testx/.local/share/akonadi/akonadiserver.error.old">/home/testx/.local/share/akonadi/akonadiserver.error.old</a>. File content of '/home/testx/.local/share/akonadi/akonadiserver.error.old': 2020-01-17T10:56:08 [INFO ] org.kde.pim.akonadiserver: Starting up the Akonadi Server... 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: Running DB initializer 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: DB initializer done 2020-01-17T10:56:09 [WARN ] default: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010005520) ) 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01000f310) ) 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010013100) ) 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01001f0f0) ) 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010015980) ) 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01001f8d0) ) 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010020cb0) ) 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010033ea0) ) 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010034fa0) ) 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01002a230) ) 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01004f6c0) ) 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010050660) ) 2020-01-17T10:56:09 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010050660) identified as "ETMCalendarMonitor - 19638208" 2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010015980) identified as "AgentBaseChangeRecorder - 17155376" 2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01008dc50) ) 2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff01008dc50) identified as "AgentBaseChangeRecorder - 26148528" 2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff01001f0f0) identified as "AgentBaseChangeRecorder - 7626400" 2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010028060) ) 2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010005520) identified as "AgentBaseChangeRecorder - 23887728" 2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 23887728" disconnected 2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010046120) ) 2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010028060) identified as "akonadi_birthdays_resource - 23919408" 2020-01-17T10:56:10 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010028060) identified as "akonadi_birthdays_resource - 23919408" 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "akonadi_birthdays_resource - 23919408" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010028060) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 17155376" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010026520) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff0100268d0) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01001fc00) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010045d10) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010090270) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010021d70) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01000f780) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01008efc0) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01008f2f0) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010023650) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010024cb0) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010016f30) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010017ae0) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01001d1a0) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff01001cc40) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010043720) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7ff010045000) ) 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010013100) identified as "AgentBaseChangeRecorder - 23078928" 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 23078928" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff01001f8d0) identified as "AgentBaseChangeRecorder - 37390880" 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 37390880" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010033ea0) identified as "AgentBaseChangeRecorder - 28470896" 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 28470896" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff01002a230) identified as "AgentBaseChangeRecorder - 19695808" 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 19695808" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff01008dc50) identified as "AgentBaseChangeRecorder - 26148528" 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 26148528" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 7626400" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010034fa0) identified as "AgentBaseChangeRecorder - 10387328" 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 10387328" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "ETMCalendarMonitor - 19638208" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010020cb0) identified as "AgentBaseChangeRecorder - 22592976" 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 22592976" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff010046120) identified as "AgentBaseChangeRecorder - 23887728" 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 23887728" disconnected 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7ff01004f6c0) identified as "AgentBaseChangeRecorder - 9664896" 2020-01-17T10:56:39 [INFO ] org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 9664896" disconnected Test 16: ERROR -------- Current Akonadi control error log found. Details: The Akonadi control process reported errors during its current startup. The log can be found in <a href="/home/testx/.local/share/akonadi/akonadi_control.error">/home/testx/.local/share/akonadi/akonadi_control.error</a>. File content of '/home/testx/.local/share/akonadi/akonadi_control.error': 2020-01-17T11:30:14 [WARN ] default: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) Test 17: ERROR -------- Previous Akonadi control error log found. Details: The Akonadi control process reported errors during its previous startup. The log can be found in <a href="/home/testx/.local/share/akonadi/akonadi_control.error.old">/home/testx/.local/share/akonadi/akonadi_control.error.old</a>. File content of '/home/testx/.local/share/akonadi/akonadi_control.error.old': 2020-01-17T10:56:08 [WARN ] default: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_ical_resource' exited normally... 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_birthdays_resource' exited normally... 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_indexing_agent' exited normally... 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_unifiedmailbox_agent' exited normally... 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_contacts_resource' exited normally... 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_notes_agent' exited normally... 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_migration_agent' exited normally... 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_akonotes_resource' exited normally... 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_maildir_resource' exited normally... 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_sendlater_agent' exited normally... 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_followupreminder_agent' exited normally... 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_archivemail_agent' exited normally... 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_mailfilter_agent' exited normally... 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_maildispatcher_agent' exited normally... 2020-01-17T10:56:39 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_newmailnotifier_agent' exited normally... 2020-01-17T10:56:41 [WARN ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited normally...
View Attachment As Raw
Actions:
View
Attachments on
bug 26096
:
11460
| 11461 |
11465
|
11466