Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

akonadi doesn't start #8900

Closed
sjau opened this issue Jul 20, 2015 · 2 comments
Closed

akonadi doesn't start #8900

sjau opened this issue Jul 20, 2015 · 2 comments
Labels
2.status: duplicate This is a duplicate of another issue or PR

Comments

@sjau
Copy link

sjau commented Jul 20, 2015

Hi there

I'm trying to run KMail/Kontact on KDE4 but Akonadi just seems to refuse to run. I have - among others -those packages installed:

    kde4.akonadi
    kde4.applications
    kde4.kdeadmin
    kde4.kdeaccessibility
    kde4.kdebase_workspace
    kde4.kdebindings
    kde4.kdegames
    kde4.kdegraphics
    kde4.kdelibs
    kde4.kdenetwork
    kde4.kdepim
    kde4.kdepim_runtime
    kde4.kdepimlibs
    kde4.kdesdk
    kde4.kdevelop
    kde4.kdevplatform
    kde4.kdewebdev
    kde4.kde_baseapps
    kde4.kde_base_artwork
    kde4.kde_wallpapers
    kde4.konversation
    kde4.kdemultimedia
    kde4.kdeplasma_addons
    kde4.networkmanagement
    kde4.oxygen_icons
    kde4.kdeutils

When I just run akonadictl start from the cli I get this output: https://paste.debian.net/284072/

From what I see on lines 51-57 there's seems to be an issue with MariaDB.

As regard to MySQL/MariaDB I have in my configuration.nix:

# Enable mysql
services.mysql = {
    enable = true;
    dataDir = "/var/mysql";
    user = "mysql";
    package = pkgs.mysql;
};
@wkennington
Copy link
Contributor

Yeah, you need my changes in #8494

On Mon, Jul 20, 2015 at 1:59 AM sjau [email protected] wrote:

Hi there

I'm trying to run KMail/Kontact on KDE4 but Akonadi just seems to refuse
to run. I have - among others -those packages installed:

kde4.akonadi
kde4.applications
kde4.kdeadmin
kde4.kdeaccessibility
kde4.kdebase_workspace
kde4.kdebindings
kde4.kdegames
kde4.kdegraphics
kde4.kdelibs
kde4.kdenetwork
kde4.kdepim
kde4.kdepim_runtime
kde4.kdepimlibs
kde4.kdesdk
kde4.kdevelop
kde4.kdevplatform
kde4.kdewebdev
kde4.kde_baseapps
kde4.kde_base_artwork
kde4.kde_wallpapers
kde4.konversation
kde4.kdemultimedia
kde4.kdeplasma_addons
kde4.networkmanagement
kde4.oxygen_icons
kde4.kdeutils

When I just run akonadictl start from the cli I get this output:
https://paste.debian.net/284072/

From what I see on lines 51-57 there's seems to be an issue with MariaDB.

As regard to MySQL/MariaDB I have in my configuration.nix:

Enable mysql

services.mysql = {
enable = true;
dataDir = "/var/mysql";
user = "mysql";
package = pkgs.mysql;
};


Reply to this email directly or view it on GitHub
#8900.

@domenkozar
Copy link
Member

duplicate of #1053

@vcunat vcunat added the 2.status: duplicate This is a duplicate of another issue or PR label Oct 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: duplicate This is a duplicate of another issue or PR
Projects
None yet
Development

No branches or pull requests

4 participants