https://bugs.kde.org/show_bug.cgi?id=418727
--- Comment #14 from d-koc <[email protected]> --- (In reply to d-koc from comment #12) > Almost same issue here (actually more similar to the more-recently reported > bug 501434), but I wanted to share the (temporary?) solution I found > elsewhere since it hasn't been posted here yet: > > Create file ~/.config/akonadi/mysql-local.conf with contents: > [mysqld] > innodb_log_buffer_size=2M > > One-liner: > echo -e '[mysqld]\ninnodb_log_buffer_size=2m' > >~/.config/akonadi/mysql-local.conf > > Credit to s2kfred at > https://old.reddit.com/r/Fedora/comments/1ek18hw/ > akonadi_migration_agent_process_wont_end_how_to/ Update: Doing this has NOT fixed the issue for me. However, I also cannot reproduce it consistently. It may still be worth trying on your system to see if it works. I have not tried clearing the entire cache; I would prefer to find a consistent repro to attempt to fix the issue in a less extreme fashion. > I dont know what to use to create those files as suggested above me or where > to put them, I bought a pi just to go on the internet and as a low powered > device The 'echo [...]' command is a Unix/Linux (Bourne) shell command; you would generally enter it into a text-based (pseudo)terminal. iirc raspi OS has a Ctrl+Alt+T shortcut to access its default terminal application, but you should really avoid running commands you find on the internet until you understand the terminal (and your shell, e.g. sh, dash, bash, zsh, etc.) well enough to know what they do. If you want to try creating the file anyway, you can use your default file manager, turn on "show hidden files" or whatever it's called on your file manager, and navigate to '/home/<your username>/.config/akonadi' and create a plain text file there with the contents [mysqld] innodb_log_buffer_size=2M and nothing else. -- You are receiving this mail because: You are watching all bug changes.
