From bugzilla_noreply@novell.com Thu Oct 22 03:03:33 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 548996] New: akonadi always fails to start with factory KDE 4.3,
problem with mysql
Date: Wed, 21 Oct 2009 21:04:54 -0600
Message-ID:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0123478204133200139=="
--===============0123478204133200139==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D548996
Summary: akonadi always fails to start with factory KDE 4.3,
problem with mysql
Classification: openSUSE
Product: openSUSE 11.1
Version: Final
Platform: Other
OS/Version: openSUSE 11.1
Status: NEW
Severity: Major
Priority: P5 - None
Component: KDE4 Workspace
AssignedTo: kde-maintainers(a)suse.de
ReportedBy: aaronw(a)doofus.org
QAContact: qa(a)suse.de
Found By: ---
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux; x86_64; en_U=
S)
KHTML/3.5.10 (like Gecko) SUSE
Whenever I attempt to start any KDE application that uses akonadi it always
fails with "MySQL found with unexpected name".
Note that mysql is installed. It is using /usr/bin/mysql but I thought the
server is /usr/sbin/mysqld?
Akonadi Server Self-Test Report
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D
Test 1: SUCCESS
--------
Database driver found.
Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server
configuration.
The following drivers are installed: QSQLITE, QMYSQL3, QMYSQL, QODBC3, QODBC,
QPSQL7, QPSQL.
Make sure the required driver is installed.
File content of '/home/aaronw/.config/akonadi/akonadiserverrc':
[%General]
Driver=3DQMYSQL
SizeThreshold=3D4096
ExternalPayload=3Dfalse
[QMYSQL]
Name=3Dakonadi
User=3D
Password=3D
Options=3D"UNIX_SOCKET=3D/home/aaronw/.local/share/akonadi/db_misc/mysql.sock=
et"
ServerPath=3D/usr/bin/mysql
StartServer=3Dtrue
Host=3D
[Debug]
Tracer=3Dnull
Test 2: WARNING
--------
MySQL found with unexpected name.
Details: You currently have configured Akonadi to use the MySQL server
'/usr/bin/mysql'.
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 locations varies depending
on the distribution.
Test 3: SUCCESS
--------
MySQL server is executable.
Details: MySQL server found: /usr/bin/mysql Ver 14.12 Distrib 5.0.67, for
suse-linux-gnu (x86_64) using readline 5.2
Test 4: SUCCESS
--------
No current MySQL error log found.
Details: The MySQL server did not report any errors during this startup into
'/home/aaronw/.local/share/akonadi/db_data/mysql.err'.
Test 5: SUCCESS
--------
MySQL server default configuration found.
Details: The default configuration for the MySQL server was found and is
readable at /etc/akonadi/mysql-global.conf.
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=C3=83=C2=B6hntopp
#
[mysqld]
skip_grant_tables
skip_networking
# strict query parsing/interpretation
# TODO: make Akonadi work with those settings enabled
sql_mode=3Dstrict_trans_tables,strict_all_tables,strict_error_for_division_by=
_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zer=
o_date,no_zero_in_date,only_full_group_by,pipes_as_concat
#sql_mode=3Dstrict_trans_tables
# use InnoDB for transactions and better crash recovery
default_storage_engine=3Dinnodb
# case-insensitive table names, avoids trouble on windows
lower_case_table_names=3D1
character_set_server=3Dlatin1
collation_server=3Dlatin1_general_ci
table_cache=3D200
thread_cache_size=3D3
log_bin=3Dmysql-bin
expire_logs_days=3D3
#sync_bin_log=3D0
# error log file name, relative to datadir
log_error=3Dmysql.err
log_warnings=3D2
# log all queries, useful for debugging but generates an enormous amount of
data
#log=3Dmysql.full
# log queries slower than n seconds, log file name relative to datadir
log_slow_queries=3Dmysql.slow
long_query_time=3D1
# log queries not using indices, debug only, disable for production use
log_queries_not_using_indexes=3D1
# maximum blob size
max_allowed_packet=3D32M
max_connections=3D256
# makes sense when having the same query multiple times
# makes no sense with prepared statements and/or transactions
query_cache_type=3D0
query_cache_size=3D0
innodb_file_per_table=3D1
innodb_log_buffer_size=3D1M
innodb_additional_mem_pool_size=3D1M
# messure database size and adjust
# SELECT sum(data_length) as bla, sum(index_length) as blub FROM
information_schema.tables WHERE table_schema not in ("mysql",
"information_schema");
innodb_buffer_pool_size=3D80M
# size of average write burst, keep Innob_log_waits small, keep
Innodb_buffer_pool_wait_free small (see show global status like "inno%", show
global variables)
innodb_log_file_size=3D64M
innodb_flush_log_at_trx_commit=3D2
Test 6: SKIP
--------
MySQL server custom configuration not available.
Details: The custom configuration for the MySQL server was not found but is
optional.
Test 7: SUCCESS
--------
MySQL server configuration is usable.
Details: The MySQL server configuration was found at /home/aaronw/.local/sha=
re/akonadi/mysql.conf
and is readable.
File content of '/home/aaronw/.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=C3=83=C2=B6hntopp
#
[mysqld]
skip_grant_tables
skip_networking
# strict query parsing/interpretation
# TODO: make Akonadi work with those settings enabled
sql_mode=3Dstrict_trans_tables,strict_all_tables,strict_error_for_division_by=
_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zer=
o_date,no_zero_in_date,only_full_group_by,pipes_as_concat
#sql_mode=3Dstrict_trans_tables
# use InnoDB for transactions and better crash recovery
default_storage_engine=3Dinnodb
# case-insensitive table names, avoids trouble on windows
lower_case_table_names=3D1
character_set_server=3Dlatin1
collation_server=3Dlatin1_general_ci
table_cache=3D200
thread_cache_size=3D3
log_bin=3Dmysql-bin
expire_logs_days=3D3
#sync_bin_log=3D0
# error log file name, relative to datadir
log_error=3Dmysql.err
log_warnings=3D2
# log all queries, useful for debugging but generates an enormous amount of
data
#log=3Dmysql.full
# log queries slower than n seconds, log file name relative to datadir
log_slow_queries=3Dmysql.slow
long_query_time=3D1
# log queries not using indices, debug only, disable for production use
log_queries_not_using_indexes=3D1
# maximum blob size
max_allowed_packet=3D32M
max_connections=3D256
# makes sense when having the same query multiple times
# makes no sense with prepared statements and/or transactions
query_cache_type=3D0
query_cache_size=3D0
innodb_file_per_table=3D1
innodb_log_buffer_size=3D1M
innodb_additional_mem_pool_size=3D1M
# messure database size and adjust
# SELECT sum(data_length) as bla, sum(index_length) as blub FROM
information_schema.tables WHERE table_schema not in ("mysql",
"information_schema");
innodb_buffer_pool_size=3D80M
# size of average write burst, keep Innob_log_waits small, keep
Innodb_buffer_pool_wait_free small (see show global status like "inno%", show
global variables)
innodb_log_file_size=3D64M
innodb_flush_log_at_trx_commit=3D2
Test 8: 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.2.1
Test 9: ERROR
--------
Akonadi control process not registered at D-Bus.
Details: The Akonadi control process is not registered at D-Bus which typical=
ly
means it was not started or encountered a fatal error during startup.
Test 10: 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 11: 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 12: 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/local/share:/usr/share:/etc/opt/kde3/share:/opt/kde3/share', make sure
this includes all paths where Akonadi agents are installed to.
Directory listing of '/usr/share/akonadi/agents':
birthdaysresource.desktop
distlistresource.desktop
icalresource.desktop
imapresource.desktop
kabcresource.desktop
kcalresource.desktop
kolabproxyresource.desktop
localbookmarksresource.desktop
maildirresource.desktop
microblog.desktop
nepomukcontactfeeder.desktop
nepomukemailfeeder.desktop
nepomuktagresource.desktop
nntpresource.desktop
notesresource.desktop
strigifeeder.desktop
vcarddirresource.desktop
vcardresource.desktop
Environment variable XDG_DATA_DIRS is set to
'/usr/local/share:/usr/share:/etc/opt/kde3/share:/opt/kde3/share'
Test 13: ERROR
--------
Current Akonadi server error log found.
Details: The Akonadi server did report error during startup into /home/aaronw/.=
local/share/akonadi/akonadiserver.error.
File content of '/home/aaronw/.local/share/akonadi/akonadiserver.error':
"[
0: akonadiserver(_Z11akBacktracev+0x39) [0x40b8e9]
1: akonadiserver [0x40be42]
2: /lib64/libc.so.6 [0x7fbdb9e436e0]
3: /lib64/libc.so.6(gsignal+0x35) [0x7fbdb9e43645]
4: /lib64/libc.so.6(abort+0x183) [0x7fbdb9e44c33]
5: /usr/lib64/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x85)
[0x7fbdbb31ff15]
6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xa8) [0x40d258]
7: /usr/lib64/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x81) [0x7fbdbb3ace11]
8: /usr/lib64/libQtCore.so.4 [0x7fbdbb3b92ac]
9: /usr/lib64/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x68) [0x7fbdbb3b9558]
10: /usr/lib64/libakonadiprivate.so.1(_ZN6QDebugD1Ev+0x45) [0x7fbdbc10d3c5]
11:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer20startDatabasePr=
ocessEv+0x187e)
[0x7fbdbc115a2e]
12:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x6b)
[0x7fbdbc117e8b]
13:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47)
[0x7fbdbc119127]
14: akonadiserver(main+0x2e4) [0x406254]
15: /lib64/libc.so.6(__libc_start_main+0xe6) [0x7fbdb9e2f586]
16: akonadiserver [0x405e79]
]
"=20
Test 14: ERROR
--------
Previous Akonadi server error log found.
Details: The Akonadi server did report error during its previous startup into
/home/aaro=
nw/.local/share/akonadi/akonadiserver.error.old.
File content of '/home/aaronw/.local/share/akonadi/akonadiserver.error.old':
"[
0: akonadiserver(_Z11akBacktracev+0x39) [0x40b8e9]
1: akonadiserver [0x40be42]
2: /lib64/libc.so.6 [0x7fab73fc96e0]
3: /lib64/libc.so.6(gsignal+0x35) [0x7fab73fc9645]
4: /lib64/libc.so.6(abort+0x183) [0x7fab73fcac33]
5: /usr/lib64/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x85)
[0x7fab754a5f15]
6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xa8) [0x40d258]
7: /usr/lib64/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x81) [0x7fab75532e11]
8: /usr/lib64/libQtCore.so.4 [0x7fab7553f2ac]
9: /usr/lib64/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x68) [0x7fab7553f558]
10: /usr/lib64/libakonadiprivate.so.1(_ZN6QDebugD1Ev+0x45) [0x7fab762933c5]
11:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer20startDatabasePr=
ocessEv+0x187e)
[0x7fab7629ba2e]
12:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x6b)
[0x7fab7629de8b]
13:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47)
[0x7fab7629f127]
14: akonadiserver(main+0x2e4) [0x406254]
15: /lib64/libc.so.6(__libc_start_main+0xe6) [0x7fab73fb5586]
16: akonadiserver [0x405e79]
]
"=20
Test 15: SUCCESS
--------
No current Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its
current startup.
Test 16: SUCCESS
--------
No previous Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its
previous startup.
Reproducible: Always
Steps to Reproduce:
1. Start KDE 4.3 Factory
2. Start an app that uses akonadi, i.e. kmail
3. Get the pop-up dialog with the above error
Actual Results: =20
akonadi failed to start
Expected Results: =20
akonadi should start
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============0123478204133200139==--
From bugzilla_noreply@novell.com Thu Oct 22 03:25:48 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 548996] akonadi always fails to start with factory KDE 4.3,
problem with mysql
Date: Wed, 21 Oct 2009 21:25:55 -0600
Message-ID: <20091022032555.34FF0245513@molor.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2249857789017948619=="
--===============2249857789017948619==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D548996
User aaronw(a)doofus.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=3D548996#c1
--- Comment #1 from Aaron Williams 2009-10-21 21:25:51=
MDT ---
I changed the mysql server to /usr/sbin/mysqld and now get the following:
Akonadi Server Self-Test Report
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D
Test 1: SUCCESS
--------
Database driver found.
Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server
configuration.
The following drivers are installed: QSQLITE, QMYSQL3, QMYSQL, QODBC3, QODBC,
QPSQL7, QPSQL.
Make sure the required driver is installed.
File content of '/home/aaronw/.config/akonadi/akonadiserverrc':
[%General]
Driver=3DQMYSQL
SizeThreshold=3D4096
ExternalPayload=3Dfalse
[QMYSQL]
Name=3Dakonadi
User=3D
Password=3D
Options=3D"UNIX_SOCKET=3D/home/aaronw/.local/share/akonadi/db_misc/mysql.sock=
et"
ServerPath=3D/usr/sbin/mysqld
StartServer=3Dtrue
Host=3D
[Debug]
Tracer=3Dnull
Test 2: SUCCESS
--------
MySQL server found.
Details: You currently have 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 locations varies depending
on the distribution.
Test 3: SUCCESS
--------
MySQL server is executable.
Details: MySQL server found: /usr/sbin/mysqld Ver 5.0.67 for suse-linux-gnu =
on
x86_64 (SUSE MySQL RPM)
Test 4: SUCCESS
--------
No current MySQL error log found.
Details: The MySQL server did not report any errors during this startup into
'/home/aaronw/.local/share/akonadi/db_data/mysql.err'.
Test 5: SUCCESS
--------
MySQL server default configuration found.
Details: The default configuration for the MySQL server was found and is
readable at /etc/akonadi/mysql-global.conf.
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=C3=83=C2=B6hntopp
#
[mysqld]
skip_grant_tables
skip_networking
# strict query parsing/interpretation
# TODO: make Akonadi work with those settings enabled
sql_mode=3Dstrict_trans_tables,strict_all_tables,strict_error_for_division_by=
_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zer=
o_date,no_zero_in_date,only_full_group_by,pipes_as_concat
#sql_mode=3Dstrict_trans_tables
# use InnoDB for transactions and better crash recovery
default_storage_engine=3Dinnodb
# case-insensitive table names, avoids trouble on windows
lower_case_table_names=3D1
character_set_server=3Dlatin1
collation_server=3Dlatin1_general_ci
table_cache=3D200
thread_cache_size=3D3
log_bin=3Dmysql-bin
expire_logs_days=3D3
#sync_bin_log=3D0
# error log file name, relative to datadir
log_error=3Dmysql.err
log_warnings=3D2
# log all queries, useful for debugging but generates an enormous amount of
data
#log=3Dmysql.full
# log queries slower than n seconds, log file name relative to datadir
log_slow_queries=3Dmysql.slow
long_query_time=3D1
# log queries not using indices, debug only, disable for production use
log_queries_not_using_indexes=3D1
# maximum blob size
max_allowed_packet=3D32M
max_connections=3D256
# makes sense when having the same query multiple times
# makes no sense with prepared statements and/or transactions
query_cache_type=3D0
query_cache_size=3D0
innodb_file_per_table=3D1
innodb_log_buffer_size=3D1M
innodb_additional_mem_pool_size=3D1M
# messure database size and adjust
# SELECT sum(data_length) as bla, sum(index_length) as blub FROM
information_schema.tables WHERE table_schema not in ("mysql",
"information_schema");
innodb_buffer_pool_size=3D80M
# size of average write burst, keep Innob_log_waits small, keep
Innodb_buffer_pool_wait_free small (see show global status like "inno%", show
global variables)
innodb_log_file_size=3D64M
innodb_flush_log_at_trx_commit=3D2
Test 6: SKIP
--------
MySQL server custom configuration not available.
Details: The custom configuration for the MySQL server was not found but is
optional.
Test 7: SUCCESS
--------
MySQL server configuration is usable.
Details: The MySQL server configuration was found at /home/aaronw/.local/sha=
re/akonadi/mysql.conf
and is readable.
File content of '/home/aaronw/.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=C3=83=C2=B6hntopp
#
[mysqld]
skip_grant_tables
skip_networking
# strict query parsing/interpretation
# TODO: make Akonadi work with those settings enabled
sql_mode=3Dstrict_trans_tables,strict_all_tables,strict_error_for_division_by=
_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zer=
o_date,no_zero_in_date,only_full_group_by,pipes_as_concat
#sql_mode=3Dstrict_trans_tables
# use InnoDB for transactions and better crash recovery
default_storage_engine=3Dinnodb
# case-insensitive table names, avoids trouble on windows
lower_case_table_names=3D1
character_set_server=3Dlatin1
collation_server=3Dlatin1_general_ci
table_cache=3D200
thread_cache_size=3D3
log_bin=3Dmysql-bin
expire_logs_days=3D3
#sync_bin_log=3D0
# error log file name, relative to datadir
log_error=3Dmysql.err
log_warnings=3D2
# log all queries, useful for debugging but generates an enormous amount of
data
#log=3Dmysql.full
# log queries slower than n seconds, log file name relative to datadir
log_slow_queries=3Dmysql.slow
long_query_time=3D1
# log queries not using indices, debug only, disable for production use
log_queries_not_using_indexes=3D1
# maximum blob size
max_allowed_packet=3D32M
max_connections=3D256
# makes sense when having the same query multiple times
# makes no sense with prepared statements and/or transactions
query_cache_type=3D0
query_cache_size=3D0
innodb_file_per_table=3D1
innodb_log_buffer_size=3D1M
innodb_additional_mem_pool_size=3D1M
# messure database size and adjust
# SELECT sum(data_length) as bla, sum(index_length) as blub FROM
information_schema.tables WHERE table_schema not in ("mysql",
"information_schema");
innodb_buffer_pool_size=3D80M
# size of average write burst, keep Innob_log_waits small, keep
Innodb_buffer_pool_wait_free small (see show global status like "inno%", show
global variables)
innodb_log_file_size=3D64M
innodb_flush_log_at_trx_commit=3D2
Test 8: 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.2.1
Test 9: ERROR
--------
Akonadi control process not registered at D-Bus.
Details: The Akonadi control process is not registered at D-Bus which typical=
ly
means it was not started or encountered a fatal error during startup.
Test 10: 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 11: 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 12: 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/local/share:/usr/share:/etc/opt/kde3/share:/opt/kde3/share', make sure
this includes all paths where Akonadi agents are installed to.
Directory listing of '/usr/share/akonadi/agents':
birthdaysresource.desktop
distlistresource.desktop
icalresource.desktop
imapresource.desktop
kabcresource.desktop
kcalresource.desktop
kolabproxyresource.desktop
localbookmarksresource.desktop
maildirresource.desktop
microblog.desktop
nepomukcontactfeeder.desktop
nepomukemailfeeder.desktop
nepomuktagresource.desktop
nntpresource.desktop
notesresource.desktop
strigifeeder.desktop
vcarddirresource.desktop
vcardresource.desktop
Environment variable XDG_DATA_DIRS is set to
'/usr/local/share:/usr/share:/etc/opt/kde3/share:/opt/kde3/share'
Test 13: ERROR
--------
Current Akonadi server error log found.
Details: The Akonadi server did report error during startup into /home/aaronw/.=
local/share/akonadi/akonadiserver.error.
File content of '/home/aaronw/.local/share/akonadi/akonadiserver.error':
"[
0: akonadiserver(_Z11akBacktracev+0x39) [0x40b8e9]
1: akonadiserver [0x40be42]
2: /lib64/libc.so.6 [0x7f34f83126e0]
3: /lib64/libc.so.6(gsignal+0x35) [0x7f34f8312645]
4: /lib64/libc.so.6(abort+0x183) [0x7f34f8313c33]
5: /usr/lib64/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x85)
[0x7f34f97eef15]
6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xa8) [0x40d258]
7: /usr/lib64/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x81) [0x7f34f987be11]
8: /usr/lib64/libQtCore.so.4 [0x7f34f98882ac]
9: /usr/lib64/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x68) [0x7f34f9888558]
10: /usr/lib64/libakonadiprivate.so.1(_ZN6QDebugD1Ev+0x45) [0x7f34fa5dc3c5]
11:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer20startDatabasePr=
ocessEv+0x187e)
[0x7f34fa5e4a2e]
12:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x6b)
[0x7f34fa5e6e8b]
13:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47)
[0x7f34fa5e8127]
14: akonadiserver(main+0x2e4) [0x406254]
15: /lib64/libc.so.6(__libc_start_main+0xe6) [0x7f34f82fe586]
16: akonadiserver [0x405e79]
]
"=20
Test 14: ERROR
--------
Previous Akonadi server error log found.
Details: The Akonadi server did report error during its previous startup into
/home/aaro=
nw/.local/share/akonadi/akonadiserver.error.old.
File content of '/home/aaronw/.local/share/akonadi/akonadiserver.error.old':
"[
0: akonadiserver(_Z11akBacktracev+0x39) [0x40b8e9]
1: akonadiserver [0x40be42]
2: /lib64/libc.so.6 [0x7ffc05dab6e0]
3: /lib64/libc.so.6(gsignal+0x35) [0x7ffc05dab645]
4: /lib64/libc.so.6(abort+0x183) [0x7ffc05dacc33]
5: /usr/lib64/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x85)
[0x7ffc07287f15]
6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xa8) [0x40d258]
7: /usr/lib64/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x81) [0x7ffc07314e11]
8: /usr/lib64/libQtCore.so.4 [0x7ffc073212ac]
9: /usr/lib64/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x68) [0x7ffc07321558]
10: /usr/lib64/libakonadiprivate.so.1(_ZN6QDebugD1Ev+0x45) [0x7ffc080753c5]
11:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer20startDatabasePr=
ocessEv+0x187e)
[0x7ffc0807da2e]
12:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x6b)
[0x7ffc0807fe8b]
13:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47)
[0x7ffc08081127]
14: akonadiserver(main+0x2e4) [0x406254]
15: /lib64/libc.so.6(__libc_start_main+0xe6) [0x7ffc05d97586]
16: akonadiserver [0x405e79]
]
"=20
Test 15: SUCCESS
--------
No current Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its
current startup.
Test 16: SUCCESS
--------
No previous Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its
previous startup.
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============2249857789017948619==--
From bugzilla_noreply@novell.com Thu Oct 22 03:32:34 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 548996] akonadi always fails to start with factory KDE 4.3,
problem with mysql
Date: Wed, 21 Oct 2009 21:33:39 -0600
Message-ID: <20091022033339.B30C3245513@molor.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0897691601573345694=="
--===============0897691601573345694==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D548996
User aaronw(a)doofus.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=3D548996#c2
--- Comment #2 from Aaron Williams 2009-10-21 21:33:35=
MDT ---
If I manually run akonadictl start I see the following:
akonadictl start
Starting Akonadi Server... =20
done. =20
aaronw(a)flash:~> [akonadiserver] Database process exited unexpectedly during
initial connection!
[akonadiserver] executable: "/usr/sbin/mysqld" =
=20
[akonadiserver] arguments:
("--defaults-file=3D/home/aaronw/.local/share/akonadi//mysql.conf",
"--datadir=3D/home/aaronw/.local/share/akonadi/db_data/",
"--socket=3D/home/aaronw/.local/share/akonadi/db_misc/mysql.socket") =
=20
[akonadiserver] stdout: "" =
=20
[akonadiserver] stderr: "Unknown option to sql-mode:
strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_au=
to_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_z=
ero_in_date,only_full_group_by,pipes_as_concat=20
[akonadiserver] " =
=20
[akonadiserver] exit code: 1 =
=20
[akonadiserver] process error: "Unknown error" =
=20
[akonadiserver] "[ =
=20
[akonadiserver] 0: akonadiserver(_Z11akBacktracev+0x39) [0x40b8e9] =
=20
[akonadiserver] 1: akonadiserver [0x40be42] =
=20
[akonadiserver] 2: /lib64/libc.so.6 [0x7fedb970f6e0] =
=20
[akonadiserver] 3: /lib64/libc.so.6(gsignal+0x35) [0x7fedb970f645] =
=20
[akonadiserver] 4: /lib64/libc.so.6(abort+0x183) [0x7fedb9710c33] =
=20
[akonadiserver] 5:
/usr/lib64/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x85)
[0x7fedbabebf15] =20
[akonadiserver] 6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xa8)
[0x40d258] =20
[akonadiserver] 7: /usr/lib64/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x81)
[0x7fedbac78e11] =20
[akonadiserver] 8: /usr/lib64/libQtCore.so.4 [0x7fedbac852ac] =
=20
[akonadiserver] 9: /usr/lib64/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x68)
[0x7fedbac85558] =20
[akonadiserver] 10: /usr/lib64/libakonadiprivate.so.1(_ZN6QDebugD1Ev+0x45)
[0x7fedbb9d93c5] =20
[akonadiserver] 11:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer20startDatabasePr=
ocessEv+0x187e)
[0x7fedbb9e1a2e] =
=20
[akonadiserver] 12:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x6b)
[0x7fedbb9e3e8b] =
=20
[akonadiserver] 13:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47)
[0x7fedbb9e5127] =
=20
[akonadiserver] 14: akonadiserver(main+0x2e4) [0x406254] =
=20
[akonadiserver] 15: /lib64/libc.so.6(__libc_start_main+0xe6) [0x7fedb96fb586]=
=20
[akonadiserver] 16: akonadiserver [0x405e79] =
=20
[akonadiserver] ] =
=20
[akonadiserver] " =
=20
ProcessControl: Application 'akonadiserver' returned with exit code 255
(Unknown error) =20
[akonadiserver] Database process exited unexpectedly during initial connectio=
n!=20
[akonadiserver] executable: "/usr/sbin/mysqld" =
=20
[akonadiserver] arguments:
("--defaults-file=3D/home/aaronw/.local/share/akonadi//mysql.conf",
"--datadir=3D/home/aaronw/.local/share/akonadi/db_data/",
"--socket=3D/home/aaronw/.local/share/akonadi/db_misc/mysql.socket") =
=20
[akonadiserver] stdout: "" =
=20
[akonadiserver] stderr: "Unknown option to sql-mode:
strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_au=
to_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_z=
ero_in_date,only_full_group_by,pipes_as_concat=20
[akonadiserver] " =
=20
[akonadiserver] exit code: 1 =
=20
[akonadiserver] process error: "Unknown error" =
=20
[akonadiserver] "[ =
=20
[akonadiserver] 0: akonadiserver(_Z11akBacktracev+0x39) [0x40b8e9] =
=20
[akonadiserver] 1: akonadiserver [0x40be42] =
=20
[akonadiserver] 2: /lib64/libc.so.6 [0x7f7b1fb2b6e0] =
=20
[akonadiserver] 3: /lib64/libc.so.6(gsignal+0x35) [0x7f7b1fb2b645] =
=20
[akonadiserver] 4: /lib64/libc.so.6(abort+0x183) [0x7f7b1fb2cc33] =
=20
[akonadiserver] 5:
/usr/lib64/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x85)
[0x7f7b21007f15] =20
[akonadiserver] 6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xa8)
[0x40d258] =20
[akonadiserver] 7: /usr/lib64/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x81)
[0x7f7b21094e11] =20
[akonadiserver] 8: /usr/lib64/libQtCore.so.4 [0x7f7b210a12ac] =
=20
[akonadiserver] 9: /usr/lib64/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x68)
[0x7f7b210a1558] =20
[akonadiserver] 10: /usr/lib64/libakonadiprivate.so.1(_ZN6QDebugD1Ev+0x45)
[0x7f7b21df53c5] =20
[akonadiserver] 11:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer20startDatabasePr=
ocessEv+0x187e)
[0x7f7b21dfda2e] =
=20
[akonadiserver] 12:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x6b)
[0x7f7b21dffe8b] =
=20
[akonadiserver] 13:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47)
[0x7f7b21e01127] =
=20
[akonadiserver] 14: akonadiserver(main+0x2e4) [0x406254] =
=20
[akonadiserver] 15: /lib64/libc.so.6(__libc_start_main+0xe6) [0x7f7b1fb17586]=
=20
[akonadiserver] 16: akonadiserver [0x405e79] =
=20
[akonadiserver] ] =
=20
[akonadiserver] " =
=20
ProcessControl: Application 'akonadiserver' returned with exit code 255
(Unknown error) =20
[akonadiserver] Database process exited unexpectedly during initial connectio=
n!=20
[akonadiserver] executable: "/usr/sbin/mysqld" =
=20
[akonadiserver] arguments:
("--defaults-file=3D/home/aaronw/.local/share/akonadi//mysql.conf",
"--datadir=3D/home/aaronw/.local/share/akonadi/db_data/",
"--socket=3D/home/aaronw/.local/share/akonadi/db_misc/mysql.socket") =
=20
[akonadiserver] stdout: "" =
=20
[akonadiserver] stderr: "Unknown option to sql-mode:
strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_au=
to_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_z=
ero_in_date,only_full_group_by,pipes_as_concat=20
[akonadiserver] " =
=20
[akonadiserver] exit code: 1 =
=20
[akonadiserver] process error: "Unknown error" =
=20
[akonadiserver] "[ =
=20
[akonadiserver] 0: akonadiserver(_Z11akBacktracev+0x39) [0x40b8e9] =
=20
[akonadiserver] 1: akonadiserver [0x40be42] =
=20
[akonadiserver] 2: /lib64/libc.so.6 [0x7fa715c006e0] =
=20
[akonadiserver] 3: /lib64/libc.so.6(gsignal+0x35) [0x7fa715c00645] =
=20
[akonadiserver] 4: /lib64/libc.so.6(abort+0x183) [0x7fa715c01c33] =
=20
[akonadiserver] 5:
/usr/lib64/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x85)
[0x7fa7170dcf15] =20
[akonadiserver] 6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xa8)
[0x40d258] =20
[akonadiserver] 7: /usr/lib64/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x81)
[0x7fa717169e11] =20
[akonadiserver] 8: /usr/lib64/libQtCore.so.4 [0x7fa7171762ac] =
=20
[akonadiserver] 9: /usr/lib64/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x68)
[0x7fa717176558] =20
[akonadiserver] 10: /usr/lib64/libakonadiprivate.so.1(_ZN6QDebugD1Ev+0x45)
[0x7fa717eca3c5] =20
[akonadiserver] 11:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer20startDatabasePr=
ocessEv+0x187e)
[0x7fa717ed2a2e] =
=20
[akonadiserver] 12:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x6b)
[0x7fa717ed4e8b] =
=20
[akonadiserver] 13:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47)
[0x7fa717ed6127] =
=20
[akonadiserver] 14: akonadiserver(main+0x2e4) [0x406254] =
=20
[akonadiserver] 15: /lib64/libc.so.6(__libc_start_main+0xe6) [0x7fa715bec586]=
=20
[akonadiserver] 16: akonadiserver [0x405e79] =
=20
[akonadiserver] ] =
=20
[akonadiserver] " =
=20
ProcessControl: Application 'akonadiserver' returned with exit code 255
(Unknown error) =20
[akonadiserver] Database process exited unexpectedly during initial connectio=
n!=20
[akonadiserver] executable: "/usr/sbin/mysqld" =
=20
[akonadiserver] arguments:
("--defaults-file=3D/home/aaronw/.local/share/akonadi//mysql.conf",
"--datadir=3D/home/aaronw/.local/share/akonadi/db_data/",
"--socket=3D/home/aaronw/.local/share/akonadi/db_misc/mysql.socket") =
=20
[akonadiserver] stdout: "" =
=20
[akonadiserver] stderr: "Unknown option to sql-mode:
strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_au=
to_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_z=
ero_in_date,only_full_group_by,pipes_as_concat=20
[akonadiserver] "
[akonadiserver] exit code: 1
[akonadiserver] process error: "Unknown error"
[akonadiserver] "[
[akonadiserver] 0: akonadiserver(_Z11akBacktracev+0x39) [0x40b8e9]
[akonadiserver] 1: akonadiserver [0x40be42]
[akonadiserver] 2: /lib64/libc.so.6 [0x7f584fbc86e0]
[akonadiserver] 3: /lib64/libc.so.6(gsignal+0x35) [0x7f584fbc8645]
[akonadiserver] 4: /lib64/libc.so.6(abort+0x183) [0x7f584fbc9c33]
[akonadiserver] 5:
/usr/lib64/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x85)
[0x7f58510a4f15]
[akonadiserver] 6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xa8)
[0x40d258]
[akonadiserver] 7: /usr/lib64/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x81)
[0x7f5851131e11]
[akonadiserver] 8: /usr/lib64/libQtCore.so.4 [0x7f585113e2ac]
[akonadiserver] 9: /usr/lib64/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x68)
[0x7f585113e558]
[akonadiserver] 10: /usr/lib64/libakonadiprivate.so.1(_ZN6QDebugD1Ev+0x45)
[0x7f5851e923c5]
[akonadiserver] 11:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer20startDatabasePr=
ocessEv+0x187e)
[0x7f5851e9aa2e]
[akonadiserver] 12:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x6b)
[0x7f5851e9ce8b]
[akonadiserver] 13:
/usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47)
[0x7f5851e9e127]
[akonadiserver] 14: akonadiserver(main+0x2e4) [0x406254]
[akonadiserver] 15: /lib64/libc.so.6(__libc_start_main+0xe6) [0x7f584fbb4586]
[akonadiserver] 16: akonadiserver [0x405e79]
[akonadiserver] ]
[akonadiserver] "
ProcessControl: Application 'akonadiserver' returned with exit code 255
(Unknown error)
"akonadiserver" crashed too often and will not be restarted!
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============0897691601573345694==--
From bugzilla_noreply@novell.com Thu Oct 22 17:11:08 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 548996] akonadi always fails to start with factory KDE 4.3,
problem with mysql
Date: Thu, 22 Oct 2009 11:12:28 -0600
Message-ID: <20091022171228.EDF96245517@molor.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6779186996721051996=="
--===============6779186996721051996==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugzilla.novell.com/show_bug.cgi?id=548996
Aaron Williams changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P5 - None |P3 - Medium
Platform|Other |x86-64
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============6779186996721051996==--
From bugzilla_noreply@novell.com Tue Dec 1 20:23:54 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 548996] akonadi always fails to start with factory KDE 4.3,
problem with mysql
Date: Tue, 01 Dec 2009 20:24:13 +0000
Message-ID: <20091201202413.27268CC7CE@soval.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8508341362653185207=="
--===============8508341362653185207==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D548996
http://bugzilla.novell.com/show_bug.cgi?id=3D548996#c3
Christian Trippe changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 - Medium |P5 - None
Status|NEW |NEEDINFO
CC| |christiandehne(a)web.de
Info Provider| |aaronw(a)doofus.org
--- Comment #3 from Christian Trippe 2009-12-01 20:=
24:10 UTC ---
Is this still a problem with KDE as released with openSUSE 11.2, i.e the
packages form
http://download.opensuse.org/repositories/KDE:/KDE4:/STABLE:/Desktop/ ?
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============8508341362653185207==--
From bugzilla_noreply@novell.com Tue Dec 1 23:04:40 2009
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 548996] akonadi always fails to start with factory KDE 4.3,
problem with mysql
Date: Tue, 01 Dec 2009 23:05:03 +0000
Message-ID: <20091201230503.93288CC7CE@soval.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2322283166359618097=="
--===============2322283166359618097==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D548996
http://bugzilla.novell.com/show_bug.cgi?id=3D548996#c4
Aaron Williams changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
Info Provider|aaronw(a)doofus.org |
--- Comment #4 from Aaron Williams 2009-12-01 23:05:00 =
UTC ---
Yes. I am experiencing the exact same problem.
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============2322283166359618097==--
From bugzilla_noreply@novell.com Fri Jan 22 06:53:02 2010
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 548996] akonadi always fails to start with factory KDE 4.3,
problem with mysql
Date: Fri, 22 Jan 2010 06:54:54 +0000
Message-ID: <20100122065454.EEBD6CC7CD@soval.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1287445272449198254=="
--===============1287445272449198254==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D548996
http://bugzilla.novell.com/show_bug.cgi?id=3D548996#c5
Bruno Friedmann changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bruno(a)ioda-net.ch
--- Comment #5 from Bruno Friedmann 2010-01-22 06:54:51=
UTC ---
Hi Aaron,=20
Did you upgrade your installation ?=20
If yes please double check the following :=20
Inside /etc/akonadi/mysql-global.conf=20
check that line sql_mode are commented !=20
# strict query parsing/interpretation
# TODO: make Akonadi work with those settings enabled
#sql_mode=3Dstrict_trans_tables,strict_all_tables,strict_error_for_division_b=
y_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_ze=
ro_date,no_zero_in_date,only_full_group_by,pipes_as_concat
#sql_mode=3Dstrict_trans_tables
It seems you are hit by this !
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============1287445272449198254==--
From bugzilla_noreply@novell.com Mon Mar 8 11:37:04 2010
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 548996] akonadi always fails to start with factory KDE 4.3,
problem with mysql
Date: Mon, 08 Mar 2010 11:40:50 +0000
Message-ID: <20100308114050.BD16CCC7CE@soval.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1726301136869561083=="
--===============1726301136869561083==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D548996
http://bugzilla.novell.com/show_bug.cgi?id=3D548996#c6
Stephen Dunn changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nzlbob2332(a)gmail.com
Component|KDE4 Workspace |KDE4 Workspace
Product|openSUSE 11.1 |openSUSE 11.2
--- Comment #6 from Stephen Dunn 2010-03-08 11:40:49=
UTC ---
Updating to 11.2 as per comment 4
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============1726301136869561083==--
From bugzilla_noreply@novell.com Wed Jun 30 09:29:38 2010
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 548996] akonadi always fails to start with factory KDE 4.3,
problem with mysql
Date: Wed, 30 Jun 2010 09:29:53 +0000
Message-ID: <20100630092953.96E8D245520@molor.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8863752279128201091=="
--===============8863752279128201091==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D548996
http://bugzilla.novell.com/show_bug.cgi?id=3D548996#c7
Stephen Dunn changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
InfoProvider| |aaronw(a)doofus.org
--- Comment #7 from Stephen Dunn 2010-06-30 09:29:50=
UTC ---
Hi Aaron. How's this looking on newer versions of KDE? Have you reported
upstream, do you have a bug number brom bugs.kde.org?
Thnaks
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============8863752279128201091==--
From bugzilla_noreply@novell.com Fri Aug 13 10:24:56 2010
From: bugzilla_noreply@novell.com
To: bugs@lists.opensuse.org
Subject: [Bug 548996] akonadi always fails to start with factory KDE 4.3,
problem with mysql
Date: Fri, 13 Aug 2010 10:24:42 +0000
Message-ID: <20100813102442.1B767CC7CF@soval.provo.novell.com>
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4833955536640664818=="
--===============4833955536640664818==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugzilla.novell.com/show_bug.cgi?id=3D548996
http://bugzilla.novell.com/show_bug.cgi?id=3D548996#c8
Stephen Dunn changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |CLOSED
InfoProvider|aaronw(a)doofus.org |
Resolution| |NORESPONSE
--- Comment #8 from Stephen Dunn 2010-08-13 10:24:38=
UTC ---
No reply, closing...
Cheers
Steve
--=20
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--===============4833955536640664818==--