[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-11-11 Thread Mathew Hodson
** Changed in: akonadi (Ubuntu) Milestone: ubuntu-15.04 => None -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu. https://bugs.launchpad.net/bugs/1437846 Title: akonadi mysql 5.6 crash with signal 11 To

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-10-23 Thread Piotr Kęplicz
I've had similar problems. It seems to me that the default Akonadi options for MySQL include a table_cache parameter, but it's been deprecated since 5.1 and in 5.6 prevents a start of the database. Removing this options did the trick for me. In MariaDB documentation there's a remark that "all

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-05-03 Thread O. Sinclair
# 22 works perfectly for me on 14.10 and makes all KDEPIM snappier: I have another solution: - 1st i run update: sudo aptitude update when it is done then: sudo aptitude purge mysql-server-core-5.6 mysql-client-core-5.6 aptitute will tell it has many dependencies, many packages will be removed

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-05-02 Thread Mikael Bergqvist
Last part of my comment disappeared: Removing the two files made it possible to restart akonadi and get Kmail (and other) working again. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu.

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-05-02 Thread Mikael Bergqvist
Did as Viktor Rasmussen suggested above. and removed the two files: ~/.local/share/akonadi/db_data/ib_logfile0 and ~/.local/share/akonadi/db_data/ib_logfile1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu.

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-29 Thread Angel
Finally the workaround proposed by #10 (delete ~/.local/share/akonadi) solved the problem for me. Everything is OK now with akonadi, Kontact and MySql. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu.

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-28 Thread Félim Whiteley
I can confirm the fix worked for me was to change from mysql to maria DB as per https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1445383/comments/3 Everything started up correctly after it installed mariadb. Thanks folks. -- You received this bug notification because you are a member of

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-26 Thread Angel
1. Initially mysqld-akonadi could not start because of an error described as: TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option 2. In order to prevent that error, I modified the MySQL server configuration, adding the

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-24 Thread Johnny
I solved this issue. This is what I did. - I deleted from folder .local/share/akonadi/ - socket-(computername) - mysql.conf - Start Akonadi server. = problem solved. Akonadi server started normal Maybe this helps solving the problem. -- You received this bug notification because you are

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-24 Thread Christoph Rüßler
Comment #11 solved the problem for me, too. I ran into the bug performing the following steps: 1. I upgraded Kubuntu from 14.10 to 15.04 using `sudo do-release-upgrade`. 2. I rebooted using `sudo reboot now` instead of using the K menu due to a bug that prevented me from rebooting via menu.

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: akonadi (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu.

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-22 Thread Jonathan Riddell
** Changed in: akonadi (Ubuntu) Milestone: None = ubuntu-15.04 ** Tags added: kubuntu -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu. https://bugs.launchpad.net/bugs/1437846 Title: akonadi mysql 5.6 crash

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-22 Thread Kai Michael Hamich
For me this does not solve the problem ... Attached is my Akonadi-Log ** Attachment added: akonadi_err.txt https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1437846/+attachment/4381482/+files/akonadi_err.txt -- You received this bug notification because you are a member of Ubuntu

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-21 Thread Robie Basak
Seems to me that it's akonadi that is failing to shut mysqld down properly when it is running 5.5 that is causing the issue - possibly with lack of database migration to 5.6? There's a separate crash bug in mysqld that should be fixed (it shouldn't segfault no matter what really), but I'll add a

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-21 Thread Robie Basak
To fix the crash bug in mysql-5.6 we need a minimal failure case (steps to reproduce) really, so leaving that as Incomplete. The aknoadi management of ~/.local/share/akonadi might be able to make progress though if somebody who looks after akonadi packaging can look into that. -- You received

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-21 Thread Philip Muškovac
The Shutdown procedure is: - run mysqladmin shutdown, wait 3 seconds (if mysqladmin exists, which on kubuntu isn't true by default as we only install mysql-client-core, not mysql-client) - if server still runs, send SIGTERM to the server, wait another 3 seconds - if server *still* runs, send

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-21 Thread Vasco Alves
Can confirm the above fix by Viktor works! Thanks a bunch! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu. https://bugs.launchpad.net/bugs/1437846 Title: akonadi mysql 5.6 crash with signal 11 To manage

Re: [Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-21 Thread Robie Basak
On Tue, Apr 21, 2015 at 10:45:03AM -, Philip Muškovac wrote: Regarding the database upgrade, mysql_upgrade is installed by default, so that *should* work, as long as mysql takes care of that (akonadi doesn't) AFAIK, mysql packaging will only touch /var/lib/mysql. If you have a custom

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-20 Thread Viktor Rasmussen
So I have the same problem after an innocent apt-get dist-upgrade today. Have we lost all our emails in KMail because of this, or can something be done to get it working again? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-20 Thread Viktor Rasmussen
I removed the two files ~/.local/share/akonadi/db_data/ib_logfile0 and ~/.local/share/akonadi/db_data/ib_logfile1 Now Akonadi starts. And it seems no mails are lost -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu.

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-20 Thread Norvald H. Ryeng
In both error logs, I see this sequence (with varying timestamps and seq numbers, of course): 2015-03-29 15:03:37 2265 [Note] InnoDB: The log sequence numbers 10740390801 and 10740390801 in ibdata files do not match the log sequence number 11404279789 in the ib_logfiles! 2015-03-29 15:03:37

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-18 Thread Ray-Ven
workaround: delete ~/.local/share/akonadi But do this which caution: your database will be lost. In my case all my kontact-related settings and accounts stayed, but all my email is being downloaded from imap again. -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-18 Thread Ray-Ven
I have to add, that akonadi works on a fresh created user. But I'd love to not have to recreate my whole akonadi settings (and, I don't know if that will work too). -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu.

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-17 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu better. I can't reproduce this. I tried installing akonadi-server and akonadi- mysql-backend but that doesn't seem to cause anything to start. I am not familiar with akonadi. Can someone please provide exact steps to

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-17 Thread themroc
Same here with mysqld 5.6.24-0ubuntu1 ** Attachment added: mysql.err https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1437846/+attachment/4378252/+files/mysql.err -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-17 Thread René Fritz
I can't say why, but it works again for me. akonadi-backend-mysql is version 1.13.0-2ubuntu4 mysql* is 5.6.24-0ubuntu1 I had a second error which was caused by a wrong configuration (may was set by a package?) /usr/sbin/mysqld-akonadi has to be used as mysql executable. Check with akonadi

[Bug 1437846] Re: akonadi mysql 5.6 crash with signal 11

2015-04-02 Thread Philip Muškovac
** Package changed: akonadi (Ubuntu) = mysql-5.6 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu. https://bugs.launchpad.net/bugs/1437846 Title: akonadi mysql 5.6 crash with signal 11 To manage