We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; };
The text was updated successfully, but these errors were encountered:
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.
services.mysql = { enable = true; dataDir = "/var/mysql"; user = "mysql"; package = pkgs.mysql; };
— Reply to this email directly or view it on GitHub #8900.
Sorry, something went wrong.
duplicate of #1053
No branches or pull requests
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:
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:
The text was updated successfully, but these errors were encountered: