[SOLVED] KMail encountered a fatal error.

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED] KMail encountered a fatal error.

Postby Digital_Tears_of_Joy » May 23rd, '12, 23:01

KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection.


I receive this error when K-Mail runs for the first time after a clean install of Mageia 2. The upgrade bombed out because of 14 different errors I could not record for you since the screen doesn't allow for that. So I opted for a clean install and formatting my Root Partition. So K-Mail is fresh and the version that comes with Mageia 2.

An associated error message suggested I run kmail-migrator --interactive manually. I tried that from a terminal and received this message:

kmail-migrator(6332)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)
KCrash: Application 'kmail-migrator' crashing...
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
sock_file=/root/.kde4/socket-localhost/kdeinit4__0
Warning: connect() failed: : No such file or directory
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi directly
drkonqi(6333)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)


I need E-Mail A.S.A.P. and I need K-Mail as everything is in my old config! and now frozen. Thanks in advance for any assistance you can offer.
Digital_Tears_of_Joy
 
Posts: 9
Joined: May 23rd, '12, 22:47

Re: KMail encountered a fatal error.

Postby mageman » May 23rd, '12, 23:31

I had similar error messages as well, but I managed to import the mail by restarting Kmail and lauching the import function manually through file->import messages menu.

Then i selected the mail folder of my old home:
/home/[old_home_directory]/.kde4/share/apps/kmail/mail/

And Kmail imported all my old emails. The only thing I had to redo was to reset the filters, accounts other parameters (smtp,etc)
mageman
 
Posts: 3
Joined: May 23rd, '12, 23:09

Re: KMail encountered a fatal error.

Postby Digital_Tears_of_Joy » May 24th, '12, 00:13

Because of the error in my previous post, K-Mail will NOT! start at all! On the first run error which, occurs every time I try to run K-Mail, my only option is to quit hard!
Digital_Tears_of_Joy
 
Posts: 9
Joined: May 23rd, '12, 22:47

Re: KMail encountered a fatal error. Update - Thursday, May

Postby Digital_Tears_of_Joy » May 25th, '12, 05:52

I copied the information in "kmailrc" to the new "kmail2rc" and then tried to start K-Mail. I still get "KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection.
" and I'm offered an OK button. When I click on the OK Button, everything closes.

Since copying over the kmailrc information into the kmail2rc file, K-Mail no longer runs the Account Wizard on start but, still gives the above error message.

I opened a terminal and ran "kmail-migrator --interactive" as ROOT and received the following output.

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 '/root/.config/akonadi/akonadiserverrc':
[%General]
Driver=QMYSQL

[QMYSQL]
Name=akonadi
Host=
Options="UNIX_SOCKET=/root/.local/share/akonadi/socket-localhost/mysql.socket"
ServerPath=/usr/sbin/mysqld
StartServer=true


Test 2: ERROR
--------

Akonadi was started as root
Details: Running Internet-facing applications as root/administrator exposes you to many security risks. MySQL, used by this Akonadi installation, will not allow itself to run as root, to protect you from these risks.

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 5.5.23-MariaDB for Linux on x86_64 (Mageia - MariaDB Community Edition (GPL))


Test 5: SUCCESS
--------

No current MySQL error log found.
Details: The MySQL server did not report any errors during this startup. The log can be found in '/root/.local/share/akonadi/db_data/mysql.err'.

Test 6: SUCCESS
--------

MySQL server default configuration found.
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>.

File content of '/etc/akonadi/mysql-global.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:1M)
innodb_additional_mem_pool_size=1M

# memory buffer InnoDB uses to cache data and indexes of its tables (default:128M)
# Larger values means less I/O
innodb_buffer_pool_size=80M

# 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_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

[client]
default-character-set=utf8


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='/root/.local/share/akonadi/mysql.conf'>/root/.local/share/akonadi/mysql.conf</a> and is readable.

File content of '/root/.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:1M)
innodb_additional_mem_pool_size=1M

# memory buffer InnoDB uses to cache data and indexes of its tables (default:128M)
# Larger values means less I/O
innodb_buffer_pool_size=80M

# 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_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

[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:
Akonadi 1.7.2


Test 10: ERROR
--------

Akonadi control process not registered at D-Bus.
Details: The Akonadi control process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.

Test 11: ERROR
--------

Akonadi server process not registered at D-Bus.
Details: The Akonadi server process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.

Test 12: ERROR
--------

Nepomuk search service not registered at D-Bus.
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.

Test 13: 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 14: ERROR
--------

No resource agents found.
Details: No resource agents have been found, Akonadi is not usable without at least one. This usually means that no resource agents are installed or that there is a setup problem. The following paths have been searched: '/usr/share/akonadi/agents'. The XDG_DATA_DIRS environment variable is set to '/usr/share:/usr/share:/usr/local/share'; make sure this includes all paths where Akonadi agents are installed.

Directory listing of '/usr/share/akonadi/agents':
akonadinepomukfeederagent.desktop
akonotesresource.desktop
birthdaysresource.desktop
calendarsearchagent.desktop
contactsresource.desktop
davgroupwareresource.desktop
googlecalendarresource.desktop
googlecontactsresource.desktop
icalresource.desktop
imapresource.desktop
invitationsagent.desktop
kabcresource.desktop
kalarmdirresource.desktop
kalarmresource.desktop
kcalresource.desktop
kdeaccountsresource.desktop
knutresource.desktop
kolabproxyresource.desktop
localbookmarksresource.desktop
maildirresource.desktop
maildispatcheragent.desktop
mailfilteragent.desktop
mboxresource.desktop
microblog.desktop
mixedmaildirresource.desktop
mtdummyresource.desktop
nepomuktagresource.desktop
nntpresource.desktop
notesresource.desktop
openxchangeresource.desktop
pop3resource.desktop
vcarddirresource.desktop
vcardresource.desktop

Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/share:/usr/local/share'

Test 15: 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='/root/.local/share/akonadi/akonadiserver.error'>/root/.local/share/akonadi/akonadiserver.error</a>.

File content of '/root/.local/share/akonadi/akonadiserver.error':
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/mysqld"
arguments: ("--defaults-file=/root/.local/share/akonadi/mysql.conf", "--datadir=/root/.local/share/akonadi/db_data/", "--socket=/root/.local/share/akonadi/socket-localhost/mysql.socket")
stdout: ""
stderr: "120524 23:31:10 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!

120524 23:31:10 [ERROR] Aborting

120524 23:31:10 [Note] /usr/sbin/mysqld: Shutdown complete

"
exit code: 1
process error: "Unknown error"
"[
0: akonadiserver(_Z11akBacktracev+0x35) [0x44d595]
1: akonadiserver() [0x44d85c]
2: /lib64/libc.so.6(+0x342c0) [0x7f0046c022c0]
3: /lib64/libc.so.6(gsignal+0x35) [0x7f0046c02245]
4: /lib64/libc.so.6(abort+0x17b) [0x7f0046c037cb]
5: /usr/lib64/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7f00486a2364]
6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0x92) [0x44fb42]
7: /usr/lib64/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xaf) [0x7f004873d6ef]
8: /usr/lib64/libQtCore.so.4(+0x117cb2) [0x7f0048748cb2]
9: /usr/lib64/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x39) [0x7f0048751b49]
10: akonadiserver(_ZN6QDebugD1Ev+0x46) [0x446406]
11: akonadiserver(_ZN13DbConfigMysql19startInternalServerEv+0x187b) [0x4d739b]
12: akonadiserver(_ZN7Akonadi13AkonadiServer20startDatabaseProcessEv+0xd1) [0x451171]
13: akonadiserver() [0x454057]
14: akonadiserver(_ZN7Akonadi13AkonadiServer8instanceEv+0x35) [0x455745]
15: akonadiserver(main+0x1ea) [0x445b1a]
16: /lib64/libc.so.6(__libc_start_main+0xed) [0x7f0046bef32d]
17: akonadiserver() [0x446291]
]
"


Test 16: 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='/root/.local/share/akonadi/akonadiserver.error.old'>/root/.local/share/akonadi/akonadiserver.error.old</a>.

File content of '/root/.local/share/akonadi/akonadiserver.error.old':
Database process exited unexpectedly during initial connection!
executable: "/usr/sbin/mysqld"
arguments: ("--defaults-file=/root/.local/share/akonadi/mysql.conf", "--datadir=/root/.local/share/akonadi/db_data/", "--socket=/root/.local/share/akonadi/socket-localhost/mysql.socket")
stdout: ""
stderr: "120524 23:31:10 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!

120524 23:31:10 [ERROR] Aborting

120524 23:31:10 [Note] /usr/sbin/mysqld: Shutdown complete

"
exit code: 1
process error: "Unknown error"
"[
0: akonadiserver(_Z11akBacktracev+0x35) [0x44d595]
1: akonadiserver() [0x44d85c]
2: /lib64/libc.so.6(+0x342c0) [0x7f53e4a8b2c0]
3: /lib64/libc.so.6(gsignal+0x35) [0x7f53e4a8b245]
4: /lib64/libc.so.6(abort+0x17b) [0x7f53e4a8c7cb]
5: /usr/lib64/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7f53e652b364]
6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0x92) [0x44fb42]
7: /usr/lib64/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xaf) [0x7f53e65c66ef]
8: /usr/lib64/libQtCore.so.4(+0x117cb2) [0x7f53e65d1cb2]
9: /usr/lib64/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x39) [0x7f53e65dab49]
10: akonadiserver(_ZN6QDebugD1Ev+0x46) [0x446406]
11: akonadiserver(_ZN13DbConfigMysql19startInternalServerEv+0x187b) [0x4d739b]
12: akonadiserver(_ZN7Akonadi13AkonadiServer20startDatabaseProcessEv+0xd1) [0x451171]
13: akonadiserver() [0x454057]
14: akonadiserver(_ZN7Akonadi13AkonadiServer8instanceEv+0x35) [0x455745]
15: akonadiserver(main+0x1ea) [0x445b1a]
16: /lib64/libc.so.6(__libc_start_main+0xed) [0x7f53e4a7832d]
17: akonadiserver() [0x446291]
]
"


Test 17: SUCCESS
--------

No current Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its current startup.

Test 18: SUCCESS
--------

No previous Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its previous startup.
Digital_Tears_of_Joy
 
Posts: 9
Joined: May 23rd, '12, 22:47

Re: KMail encountered a fatal error. Update - P2 - Thurs, Ma

Postby Digital_Tears_of_Joy » May 25th, '12, 05:55

Step 2 - More output as User

I then executed "export $(dbus-launch)" as User. No output. I then re-executed "kmail-migrator --interactive" as User and received the following output:


[color=#BF0040]kmail-migrator(5248)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name"
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
search paths: ("/usr/bin", "/bin", "/usr/local/bin", "/usr/X11R6/bin/", "/usr/games", "/usr/lib64/qt4/bin", "/home/john/bin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
Found mysql_install_db: "/usr/bin/mysql_install_db"
Found mysqlcheck: "/usr/bin/mysqlcheck"
akonadi.collectionattributetable OK
akonadi.collectionmimetyperelation OK
akonadi.collectionpimitemrelation OK
akonadi.collectiontable OK
akonadi.flagtable OK
akonadi.mimetypetable OK
akonadi.parttable OK
akonadi.pimitemflagrelation OK
akonadi.pimitemtable OK
akonadi.resourcetable OK
akonadi.schemaversiontable OK
mysql.columns_priv OK
mysql.db OK
mysql.event OK
mysql.func OK
mysql.help_category OK
mysql.help_keyword OK
mysql.help_relation OK
mysql.help_topic OK
mysql.host OK
mysql.ndb_binlog_index OK
mysql.plugin OK
mysql.proc OK
mysql.procs_priv OK
mysql.proxies_priv OK
mysql.servers OK
mysql.tables_priv OK
mysql.time_zone OK
mysql.time_zone_leap_second OK
mysql.time_zone_name OK
mysql.time_zone_transition OK
mysql.time_zone_transition_type OK
mysql.user OK
Database "akonadi" opened using driver "QMYSQL"
DbInitializer::run()
checking table "SchemaVersionTable"
checking table "ResourceTable"
checking table "CollectionTable"
checking table "MimeTypeTable"
checking table "PimItemTable"
checking table "FlagTable"
checking table "PartTable"
checking table "CollectionAttributeTable"
checking relation "PimItemFlagRelation"
checking relation "CollectionMimeTypeRelation"
checking relation "CollectionPimItemRelation"
DbInitializer::run() done
skipping update 2
skipping update 3
skipping update 4
skipping update 8
skipping update 10
skipping update 12
skipping update 13
skipping update 14
skipping update 15
skipping update 16
skipping update 17
skipping update 18
skipping update 19
skipping update 20
Database "akonadi" opened using driver "QMYSQL"
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Nepomuk Query Server not available
DataStore::unhideAllPimItems()
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
PLUGINS: "/usr/share/akonadi/agents"
PLUGINS: ("akonadinepomukfeederagent.desktop", "akonotesresource.desktop", "birthdaysresource.desktop", "calendarsearchagent.desktop", "contactsresource.desktop", "davgroupwareresource.desktop", "googlecalendarresource.desktop", "googlecontactsresource.desktop", "icalresource.desktop", "imapresource.desktop", "invitationsagent.desktop", "kabcresource.desktop", "kalarmdirresource.desktop", "kalarmresource.desktop", "kcalresource.desktop", "kdeaccountsresource.desktop", "knutresource.desktop", "kolabproxyresource.desktop", "localbookmarksresource.desktop", "maildirresource.desktop", "maildispatcheragent.desktop", "mailfilteragent.desktop", "mboxresource.desktop", "microblog.desktop", "mixedmaildirresource.desktop", "mtdummyresource.desktop", "nepomuktagresource.desktop", "nntpresource.desktop", "notesresource.desktop", "openxchangeresource.desktop", "pop3resource.desktop", "vcarddirresource.desktop", "vcardresource.desktop")
search paths: ("/usr/bin", "/bin", "/usr/local/bin", "/usr/X11R6/bin/", "/usr/games", "/usr/lib64/qt4/bin", "/home/john/bin")
PLUGINS inserting: "akonadi_nepomuk_feeder" 0 ("Unique", "Autostart", "NoConfig")
PLUGINS inserting: "akonadi_akonotes_resource" 2 ("Resource", "Notes")
PLUGINS inserting: "akonadi_birthdays_resource" 0 ("Resource", "Unique")
PLUGINS inserting: "akonadi_calendarsearch_agent" 0 ("Unique", "NoConfig")
PLUGINS inserting: "akonadi_contacts_resource" 51 ("Resource")
PLUGINS inserting: "akonadi_davgroupware_resource" 0 ("Resource", "FreeBusyProvider")
PLUGINS inserting: "akonadi_googlecalendar_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_googlecontacts_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_ical_resource" 1 ("Resource")
PLUGINS inserting: "akonadi_imap_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_invitations_agent" 0 ("NoConfig")
PLUGINS inserting: "akonadi_kabc_resource" 7 ("Resource")
PLUGINS inserting: "akonadi_kalarm_dir_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_kalarm_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_kcal_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_kdeaccounts_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_knut_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_kolabproxy_resource" 0 ("Resource", "Unique")
PLUGINS inserting: "akonadi_localbookmarks_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_maildir_resource" 1 ("Resource")
PLUGINS inserting: "akonadi_maildispatcher_agent" 0 ("Unique", "Autostart")
PLUGINS inserting: "akonadi_mailfilter_agent" 0 ("Unique", "Autostart")
PLUGINS inserting: "akonadi_mbox_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_microblog_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_mixedmaildir_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_mailtransport_dummy_resource" 1 ("Resource", "MailTransport")
PLUGINS inserting: "akonadi_nepomuktag_resource" 0 ("Resource", "Virtual", "Unique", "NoConfig")
PLUGINS inserting: "akonadi_nntp_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_notes_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_openxchange_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_pop3_resource" 1 ("Resource")
PLUGINS inserting: "akonadi_vcarddir_resource" 0 ("Resource")
PLUGINS inserting: "akonadi_vcard_resource" 1 ("Resource")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
AkonadiAgentServer(5271)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name"
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Database "akonadi" opened using driver "QMYSQL"
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
AkonadiAgentServer(5269)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name"
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
AkonadiAgentServer(5273)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name"
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9")
Agent instance created in separate process.
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Known subscriber "AkonadiAgentServer" subscribes again
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Database "akonadi" opened using driver "QMYSQL"
AkonadiAgentServer(5274)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name"
Agent instance created in separate process.
Database "akonadi" opened using driver "QMYSQL"
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6")
Known subscriber "AkonadiAgentServer" subscribes again
Database "akonadi" opened using driver "QMYSQL"
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11")
AkonadiAgentServer(5270)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name"
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12")
Known subscriber "AkonadiAgentServer" subscribes again
AkonadiAgentServer(5275)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name"
AkonadiAgentServer(5276)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name"
Agent instance created in separate process.
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13")
Agent instance created in separate process.
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
AkonadiAgentServer(5272)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name"
Known subscriber "AkonadiAgentServer" subscribes again
Database "akonadi" opened using driver "QMYSQL"
Agent instance created in separate process.
Akonadi server is now operational.
Known subscriber "AkonadiAgentServer" subscribes again
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14")
AkonadiAgentServer(5278)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a valid AgentManager DBus interface. Error is: 1 "org.freedesktop.DBus.Error.NameHasNoOwner" "Could not get owner of name 'org.freedesktop.Akonadi.Control': no such name"
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15")
Known subscriber "AkonadiAgentServer" subscribes again
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16")
Known subscriber "AkonadiAgentServer" subscribes again
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Digital_Tears_of_Joy
 
Posts: 9
Joined: May 23rd, '12, 22:47

Re: KMail encountered a fatal error. - Update P3 - Output Co

Postby Digital_Tears_of_Joy » May 25th, '12, 05:56

Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34", ":1.33")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34", ":1.33", ":1.29")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34", ":1.33", ":1.29", ":1.30")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34", ":1.33", ":1.29", ":1.30", ":1.43")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34", ":1.33", ":1.29", ":1.30", ":1.43", ":1.44")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34", ":1.33", ":1.29", ":1.30", ":1.43", ":1.44", ":1.36")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34", ":1.33", ":1.29", ":1.30", ":1.43", ":1.44", ":1.36", ":1.45")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34", ":1.33", ":1.29", ":1.30", ":1.43", ":1.44", ":1.36", ":1.45", ":1.35")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34", ":1.33", ":1.29", ":1.30", ":1.43", ":1.44", ":1.36", ":1.45", ":1.35", ":1.47")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34", ":1.33", ":1.29", ":1.30", ":1.43", ":1.44", ":1.36", ":1.45", ":1.35", ":1.47", ":1.39")
search paths: ("/home/john/.kde4/lib64/kde4/plugins/", "/usr/lib64/kde4/plugins/", "/usr/lib64/qt4/plugins", "/usr/bin", "/usr/lib64/kde4/plugins", "/home/john/.kde4/lib64/kde4/", "/usr/lib64/kde4/")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34", ":1.33", ":1.29", ":1.30", ":1.43", ":1.44", ":1.36", ":1.45", ":1.35", ":1.47", ":1.39", ":1.38")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34", ":1.33", ":1.29", ":1.30", ":1.43", ":1.44", ":1.36", ":1.45", ":1.35", ":1.47", ":1.39", ":1.38", ":1.42")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34", ":1.33", ":1.29", ":1.30", ":1.43", ":1.44", ":1.36", ":1.45", ":1.35", ":1.47", ":1.39", ":1.38", ":1.42", ":1.46")
Known subscriber "AkonadiAgentServer" subscribes again
void Akonadi::NotificationSource::addClientServiceName(const QString&) Notification source "AkonadiAgentServer" now serving: (":1.7", ":1.5", ":1.8", ":1.9", ":1.6", ":1.10", ":1.11", ":1.12", ":1.13", ":1.14", ":1.15", ":1.16", ":1.17", ":1.18", ":1.19", ":1.20", ":1.23", ":1.21", ":1.24", ":1.22", ":1.26", ":1.27", ":1.31", ":1.32", ":1.28", ":1.25", ":1.34", ":1.33", ":1.29", ":1.30", ":1.43", ":1.44", ":1.36", ":1.45", ":1.35", ":1.47", ":1.39", ":1.38", ":1.42", ":1.46", ":1.48")
kmail-migrator(5248) main: Migration of kmailrc has already run, not running it again
[john@localhost ~]$ Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Database "akonadi" opened using driver "QMYSQL"
Agent instance created in separate process.
QDBusConnection: name 'org.freedesktop.Akonadi.Control' had owner '' but we thought it was ':1.1'
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Database "akonadi" opened using driver "QMYSQL"
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Database "akonadi" opened using driver "QMYSQL"
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Database "akonadi" opened using driver "QMYSQL"
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Agent instance created in separate process.
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Known subscriber "AkonadiAgentServer" subscribes again
Known subscriber "AkonadiAgentServer" subscribes again
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Database "akonadi" opened using driver "QMYSQL"
Agent instance created in separate process.
Database "akonadi" opened using driver "QMYSQL"
Known subscriber "AkonadiAgentServer" subscribes again
Known subscriber "AkonadiAgentServer" subscribes again
Known subscriber "AkonadiAgentServer" subscribes again
Known subscriber "akonadi_maildispatcher_agent" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Known subscriber "akonadi_maildispatcher_agent" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Database "akonadi" opened using driver "QMYSQL"
Known subscriber "akonadi_maildispatcher_agent" subscribes again
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Known subscriber "AkonadiAgentServer" subscribes again
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Known subscriber "akonadi_pop3_resource_0" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Database "akonadi" opened using driver "QMYSQL"
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Database "akonadi" opened using driver "QMYSQL"
Known subscriber "AkonadiAgentServer" subscribes again
Agent instance created in separate process.
Known subscriber "AkonadiAgentServer" subscribes again
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
"/usr/bin/akonadi_nepomuk_feeder(5347)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
"/usr/bin/akonadi_nepomuk_feeder(5347)" Soprano: "QLocalSocket::connectToServer: Invalid name"
"/usr/bin/akonadi_nepomuk_feeder(5347)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
"/usr/bin/akonadi_nepomuk_feeder(5347)" Soprano: "QLocalSocket::connectToServer: Invalid name"
"/usr/bin/akonadi_nepomuk_feeder(5347)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
"/usr/bin/akonadi_nepomuk_feeder(5347)" Soprano: "QLocalSocket::connectToServer: Invalid name"
Database "akonadi" opened using driver "QMYSQL"
Known subscriber "akonadi_nepomuk_feeder" subscribes again
Database "akonadi" opened using driver "QMYSQL"
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
kdeinit4: Shutting down running client.
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"
akonadi_maildispatcher_agent(5344) OutboxQueue::Private::localFoldersRequestResult: Failed to get outbox folder. Retrying in: 5000
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
Object::connect: No such signal QDBusAbstractInterface::StateChanged(uint)
kbuildsycoca4 running...
QObject::connect: Cannot connect (null)::deviceFound(Device*) to BlueDevilDaemon::deviceFound(Device*)
QObject::connect: Cannot connect QTimer::timeout() to (null)::stopDiscovery()
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.55'
kded(5494): KDE Power Management system not initialized, another power manager has been detected
Known subscriber "akonadi_mailfilter_agent" subscribes again
Known subscriber "akonadi_mailfilter_agent" subscribes again
Known subscriber "akonadi_mailfilter_agent" subscribes again
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"
akonadi_maildispatcher_agent(5344) OutboxQueue::Private::localFoldersRequestResult: Failed to get outbox folder. Retrying in: 10000
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"
akonadi_maildispatcher_agent(5344) OutboxQueue::Private::localFoldersRequestResult: Failed to get outbox folder. Retrying in: 15000
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"
akonadi_maildispatcher_agent(5344) OutboxQueue::Private::localFoldersRequestResult: Failed to get outbox folder. Giving up.
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJob::slotResult: Failed SpecialCollectionsRequestJob::slotResult "Unknown error. (Failed to fetch the resource collection.)"
akonadi_maildispatcher_agent(5344)/libakonadi Akonadi::SpecialCollectionsRequestJobPrivate::resourceScanResult: Failed to request resource "akonadi_maildir_resource_0" : "Unknown error. (Failed to fetch the resource collection.)"
[/color]
Output no seems locked in a loop. I quit the ternminal and tried to execute K-Mail again and still received the same error:
KMail encountered a fatal error and will terminate now.
The error was:
Failed to fetch the resource collection.
Clicking "OK" cause K-Mail to quit completely!
Digital_Tears_of_Joy
 
Posts: 9
Joined: May 23rd, '12, 22:47

Re: KMail encountered a fatal error.

Postby isadora » May 25th, '12, 14:17

..........bird from paradise..........

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
—Antoine de Saint-Exupéry
User avatar
isadora
 
Posts: 2766
Joined: Mar 25th, '11, 16:03
Location: Netherlands

Re: KMail encountered a fatal error. - Code Tags ???????

Postby Digital_Tears_of_Joy » May 26th, '12, 01:39

I have no idea what a "Code Tag" is. I looked for a way to attach a text file but nothing is obvious if it exists. I've never had to use a forum anywhere at any time and this is newest to me. How do I make a "Code Tag" if that's the only way to properly convey output and other pertinent error information?

Mageia 1 was so good but, Mageia 2 is awful. Firefox won'r run nor will Thunderbird. Java is broken and won't work in any browser that does work. "Canberra-gtk-module" will not load when trying to install VMware Player 4.0.3. Firefox 12 will not run as a standalone program as Firefox any version has before. ATanks has no sound but everything else does. I have no hardware acceleration with an nVidia 8200 card. The system assigned wrong icons to Chromium Web Browser (The Rocket from the game Chromium) and the system refuses my change to the blue org. Yet Another Weather Program is missing and the others are not as functional. I have a ViewSonic vx1932wm Monitor in DVI-I Connect that is showing as an HDMI Device! (?????) So much is wrong with Mageia 2 when upgrading over Mageia 1 with the DVD. This is very discouraging since Mageia 1 started out so great.

Can someone at least help with K-Mail? I need, at least, a way to turn off the migration wizard that keeps starting EVERY time I run K-Mail and maybe that way I could manually migrate over my stuff. It took me nearly 24 hours to figure out how to get the output so I could post it here. (Incorrectly as you point out)
Digital_Tears_of_Joy
 
Posts: 9
Joined: May 23rd, '12, 22:47

Re: KMail encountered a fatal error.

Postby isadora » May 26th, '12, 07:51

You tried the instructions in the streamcast?

http://ftp.mandrivauser.de/rpm/rpm/extr ... e_tags.ogv
..........bird from paradise..........

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
—Antoine de Saint-Exupéry
User avatar
isadora
 
Posts: 2766
Joined: Mar 25th, '11, 16:03
Location: Netherlands

Re: KMail encountered a fatal error.

Postby macxi » May 26th, '12, 08:37

Hi,

I start Kmail and gave the same error that had occurred last year with Mageia 1, as I reported on the topic:

Kmail doesn't run - says: "Akonadi not available"?!


Like last year, now, I changed the folder name "akonadi" to "akonadi-old" (in "/ home/user-1/.local/share/akonadi /") and closed the session and restart again at that same user.

When restarting, Mageia/Kde created automatically a new folder "akonadi" (in "/ home/user-1/.local/share/akonadi /"). Akonadi returned to work and had access to Kmail.

I do not know if it is appropriate for your case, but here it worked: Kmail is ok

Macxi
Last edited by macxi on May 27th, '12, 01:27, edited 2 times in total.
macxi
 
Posts: 462
Joined: Apr 22nd, '11, 02:54
Location: Portugues of Brazil

@Macxi

Postby Digital_Tears_of_Joy » May 26th, '12, 17:31

Even though your error was not the same as mine, this has worked. Manual importing should work from here. ( I hope) I am no longer getting the the start issue of K-Mail wanting to Auto-Import which, would not allow me to use K-Mail at all.

I also found that Nepomuk was completely off. I turned it on and only enabled the E-Mail feature. I noticed that helped before I tried your solution but, it was not the answer. Your solution was! Thankyou so much. Now I can get back to work even though other stuff is broken too. At least the stuff I really need works and I can wait for updates to fix the rest. Thanks again! I consider this issue closed.
Digital_Tears_of_Joy
 
Posts: 9
Joined: May 23rd, '12, 22:47

Re: KMail encountered a fatal error.

Postby macxi » May 26th, '12, 18:55

Digital_Tears_of_Joy wrote:Even though your error was not the same as mine, this has worked. Manual importing should work from here. ( I hope) I am no longer getting the the start issue of K-Mail wanting to Auto-Import which, would not allow me to use K-Mail at all.

I also found that Nepomuk was completely off. I turned it on and only enabled the E-Mail feature. I noticed that helped before I tried your solution but, it was not the answer. Your solution was! Thankyou so much. Now I can get back to work even though other stuff is broken too. At least the stuff I really need works and I can wait for updates to fix the rest. Thanks again! I consider this issue closed.


Digital_Tears_of_Joy,

I hope you can solve other problems too.

I like Kmail, already use it for several years.
But there is a thunderbird that is a good alternative too.

Cheers
Macxi

Note: I deleted the sign of "solved". for the creator of the topic to do so. I recognize that it is better
Last edited by macxi on May 27th, '12, 01:27, edited 3 times in total.
macxi
 
Posts: 462
Joined: Apr 22nd, '11, 02:54
Location: Portugues of Brazil

Re: KMail encountered a fatal error.

Postby isadora » May 26th, '12, 19:03

Image
..........bird from paradise..........

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
—Antoine de Saint-Exupéry
User avatar
isadora
 
Posts: 2766
Joined: Mar 25th, '11, 16:03
Location: Netherlands

Re: KMail encountered a fatal error. - NOT SOLVED Yet

Postby Digital_Tears_of_Joy » May 26th, '12, 22:03

While renaming the existing Akonadi folder seemed to work. K-Mail is still broken. K-Mail now starts but, crashes on open. Clicking restart in the dialogue box works. I went to the new folder and it was empty. So I copied over my information from the renamed folder to the new folder. Now K-Mail does not crash on open but, folders disappear (Apparently deleted without my authorization) and smtp simply does not work. I can receive mail but!, I clearly cannot send.
Digital_Tears_of_Joy
 
Posts: 9
Joined: May 23rd, '12, 22:47

Re: KMail encountered a fatal error. - NOT SOLVED Yet

Postby Digital_Tears_of_Joy » May 26th, '12, 22:49

[SOLVED] It seems a reboot was in order to fully initialize the new Akonadi folder. Now I can send and folders don't just disappear. Thanks folks!
Digital_Tears_of_Joy
 
Posts: 9
Joined: May 23rd, '12, 22:47


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest