Re: Akonadi does not start Debian Buster

2019-03-18 Thread Dimitris Paraschou
The issue was resolved after upgrade. I don't know what was the reason but now everything works as desired Thanks On Friday, March 15, 2019 3:14:41 PM EET Dimitris Paraschou wrote: > Hello everybody, > > > After upgrading to akonadi 18.08.3-4 akonadi does not start anymore > > > The log of ak

Re: Akonadi does not start Debian Buster

2019-03-15 Thread Dimitris Paraschou
It is installed but i had stopped it  before. ● apparmor.service - Load AppArmor profiles    Loaded: loaded (/lib/systemd/system/apparmor.service; enabled; vendor preset: enabled)    Active: inactive (dead) since Fri 2019-03-15 14:34:10 EET; 1h 3min ago Docs: man:apparmor(7)    ht

Re: Akonadi does not start Debian Buster

2019-03-15 Thread Reinhard Karcher
Is apparmor runnig? I accidently installed apparmor and got the same messages. After removing apparmor the errors where gone. Reinhard

Re: Akonadi does not start for new users in buster

2019-02-07 Thread Martin Steigerwald
Sandro Knauß - 07.02.19, 00:20: > > # apt-get install mariadb-server > > > > and as new user (before starting akonadi) > > > > mkdir -p ~/.local/share/akonadi/db_data/ > > > > (I have not tried w/o this) > > > > worked around the problem for me. > > > > Since both is described in #910902, it

Re: Akonadi does not start for new users in buster

2019-02-06 Thread Sandro Knauß
Hey, > # apt-get install mariadb-server > > and as new user (before starting akonadi) > > mkdir -p ~/.local/share/akonadi/db_data/ > > (I have not tried w/o this) > > worked around the problem for me. > > Since both is described in #910902, it seems there is no need to open > another bugrepor

Re: Akonadi does not start for new users in buster

2019-02-04 Thread Rainer Dorsch
Am Montag, 4. Februar 2019, 16:34:51 CET schrieb Sandro Knauß: > Hey, > > > Can anybody check if that is the same on other buster systems? > > At least there are two different bugs with first start: > One with mariadb > (they moved my_print_defaults from mariadb-server-core -> mariadb-server), >

Re: Akonadi does not start for new users in buster

2019-02-04 Thread Sandro Knauß
Hey, > Can anybody check if that is the same on other buster systems? At least there are two different bugs with first start: One with mariadb (they moved my_print_defaults from mariadb-server-core -> mariadb-server), so we need mariadb-server for initially start. This is reported: https://bugs

Re: Akonadi does not start

2018-05-23 Thread Rainer Dorsch
Hi hefee, thanks for your suggestions. I already deleted ~/.local/share/akonadi and ~/.config/akonadi I have probably now some stale data lying around, e.g. rd@b370:~/.config$ ls -l akonadi_* -rw--- 1 rd users70 Apr 14 2017 akonadi_akonotes_resource_0rc -rw--- 1 rd users56 Ap

Re: Akonadi does not start

2018-05-19 Thread Sandro Knauß
Hey, it may be an issue with AppArmor - some people had issues with that. well the best would be to try to start the mysql db by hand and see if mysql itself complains about the data: /usr/sbin/mysqld --defaults-file=~/.local/share/akonadi/mysql.conf --datadir=~/.local/share/akonadi/db_data/ -