I have akonadi set to defaults, (internal mysql), but it won't start.
Any ideas?
$akonadictl start
ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error) search paths: ("/home/nbecker/.local/bin", "/home/nbecker/bin", "/home/nbecker/.local/bin", "/home/nbecker/bin", "/usr/lib64/qt-3.3/bin", "/usr/lib64/ccache", "/usr/local/bin", "/usr/bin", "/bin", "/usr/games", "/usr/local/sbin", "/usr/sbin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin") Did not find MySQL server default configuration (mysql-global.conf) "[ 0: akonadiserver(_Z11akBacktracev+0x34) [0x451ec4] 1: akonadiserver() [0x452201] 2: /lib64/libc.so.6() [0x3e410359b0] 3: /lib64/libc.so.6(gsignal+0x35) [0x3e41035935] 4: /lib64/libc.so.6(abort+0x148) [0x3e410370e8] 5: /lib64/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x3e4c4713c4] 6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0x9b) [0x453edb] 7: /lib64/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xb4) [0x3e4c50b4d4] 8: /lib64/libQtCore.so.4() [0x3e4c51617f] 9: /lib64/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x3b) [0x3e4c51e77b] 10: akonadiserver(_ZN6QDebugD1Ev+0x3f) [0x44c04f] 11: akonadiserver(_ZN13DbConfigMysql19startInternalServerEv+0x286) [0x4c2966] 12: akonadiserver(_ZN7Akonadi13AkonadiServer20startDatabaseProcessEv+0xc7) [0x454be7] 13: akonadiserver(_ZN7Akonadi13AkonadiServerC1EP7QObject+0xa5) [0x455b65] 14: akonadiserver(_ZN7Akonadi13AkonadiServer8instanceEv+0x47) [0x457177] 15: akonadiserver(main+0x183) [0x44b573] 16: /lib64/libc.so.6(__libc_start_main+0xf5) [0x3e41021735] 17: akonadiserver() [0x44bed1] ] " ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error) "akonadiserver" crashed too often and will not be restarted!
On 11/30/2012 08:49 AM, Neal Becker wrote:
I have akonadi set to defaults, (internal mysql), but it won't start.
Any ideas?
$akonadictl start
ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error) search paths: ("/home/nbecker/.local/bin", "/home/nbecker/bin", "/home/nbecker/.local/bin", "/home/nbecker/bin", "/usr/lib64/qt-3.3/bin", "/usr/lib64/ccache", "/usr/local/bin", "/usr/bin", "/bin", "/usr/games", "/usr/local/sbin", "/usr/sbin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin") Did not find MySQL server default configuration (mysql-global.conf)
^^
you have akonadi-mysql pkg installed? and does /etc/akonadi/mysql-global.conf exist?
-- rex
Rex Dieter wrote:
On 11/30/2012 08:49 AM, Neal Becker wrote:
I have akonadi set to defaults, (internal mysql), but it won't start.
Any ideas?
$akonadictl start
ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error) search paths: ("/home/nbecker/.local/bin", "/home/nbecker/bin", "/home/nbecker/.local/bin", "/home/nbecker/bin", "/usr/lib64/qt-3.3/bin", "/usr/lib64/ccache", "/usr/local/bin", "/usr/bin", "/bin", "/usr/games", "/usr/local/sbin", "/usr/sbin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin") Did not find MySQL server default configuration (mysql-global.conf)
^^
you have akonadi-mysql pkg installed? and does /etc/akonadi/mysql-global.conf exist?
-- rex
yes, akonadi-mysql was not installed. Thanks.
On 11/30/2012 09:08 AM, Neal Becker wrote:
yes, akonadi-mysql was not installed. Thanks.
You said: "I have akonadi set to defaults, (internal mysql)"
akonadi-mysql should be installed by default, so I'm curious how you ended up without it. ??
(if this is a not-so-uncommon occurance, perhaps we need to rethink how the packaging is done)
-- rex
On Friday 30 November 2012 09:22:16 Rex Dieter wrote:
You said: "I have akonadi set to defaults, (internal mysql)"
akonadi-mysql should be installed by default, so I'm curious how you ended up without it. ??
(if this is a not-so-uncommon occurance, perhaps we need to rethink how the packaging is done)
I had a system lacking akonadi-mysql when I've recently updated from Fedora 15 to Fedora 17 using install DVD. Maybe it is something that was missed on a rpm required list when packages were split ?
On 11/30/2012 09:28 AM, Piotr Gbyliczek wrote:
On Friday 30 November 2012 09:22:16 Rex Dieter wrote:
You said: "I have akonadi set to defaults, (internal mysql)"
akonadi-mysql should be installed by default, so I'm curious how you ended up without it. ??
(if this is a not-so-uncommon occurance, perhaps we need to rethink how the packaging is done)
I had a system lacking akonadi-mysql when I've recently updated from Fedora 15 to Fedora 17 using install DVD. Maybe it is something that was missed on a rpm required list when packages were split ?
That case should be handled, akonadi.spec packaging includes:
%package mysql Summary: Akonadi MySQL backend support # upgrade path Obsoletes: akonadi < 1.7.90-2 Requires: %{name}%{?_isa} = %{version}-%{release} ...
which means, anyone with akonadi prior to 1.7.90-2 installed, should get akonadi-mysql pulled in on upgrade.
-- rex
Rex Dieter wrote:
On 11/30/2012 09:28 AM, Piotr Gbyliczek wrote:
On Friday 30 November 2012 09:22:16 Rex Dieter wrote:
You said: "I have akonadi set to defaults, (internal mysql)"
akonadi-mysql should be installed by default, so I'm curious how you ended up without it. ??
(if this is a not-so-uncommon occurance, perhaps we need to rethink how the packaging is done)
I had a system lacking akonadi-mysql when I've recently updated from Fedora 15 to Fedora 17 using install DVD. Maybe it is something that was missed on a rpm required list when packages were split ?
That case should be handled, akonadi.spec packaging includes:
%package mysql Summary: Akonadi MySQL backend support # upgrade path Obsoletes: akonadi < 1.7.90-2 Requires: %{name}%{?_isa} = %{version}-%{release} ...
which means, anyone with akonadi prior to 1.7.90-2 installed, should get akonadi-mysql pulled in on upgrade.
-- rex
Sorry, I'm afraid I don't know. It's even possible I removed it intentionally at one time.
Rex Dieter <rdieter@...> writes:
akonadi-mysql should be installed by default, so I'm curious how you ended up without it. ??
Same problem here:
$ yum list akonadi akonadi-mysql
Installed Packages akonadi.x86_64
Available Packages akonadi.i686 akonadi-mysql.x86_64
I installed Fedora 17 Minimal Flavour, then installed KDE on top of it. Akonadi got installed without 'akonadi-mysql'. Maybe a dependency problem ?