[kdepim-users] Re: Akonadi + nfs home directories

Kevin Krammer kevin.krammer at gmx.at
Tue Apr 5 07:47:38 BST 2011


On Tuesday, 2011-04-05, Myrosia Dzikovska wrote:
> Not tested on NFS, but AFS, another networked system used in my
> enterprise environment, has the same set of problems. Here's how I got
> Akonadi to work, in KDE 4.4.
> 
> rm -r ~/.local/share/akonadi
> mkdir -p /tmp/akonadi-USERNAME/akonadi
> cd ~/.local/share
> ln -s /tmp/akonadi-USERNAME/akonadi .

Hmm, that will also lead to the state data being in /tmp

> Then edit $HOME/.config/akonadi/akonadiserverrc and add
> 
> [Connection]
> SocketDirectory=/tmp/akonadi-USERNAME/

Right.

> This re-directs the socket to /tmp, which is local in our setup
> Note that this solution is not entirely stable: any change to the
> resources through the Akonadi GUI breaks the setup, by automatically
> adding the following line into akonadiserverrc
> Options="UNIX_SOCKET=/home/USERNAME/mysql.socket"

Since the socket path for the MySQL socket is not yet configurable, you might 
want to try using a different backend, e.g. sqlite.
I think the driver name for that is QSQLITE3

Cheers,
Kevin
-- 
Kevin Krammer, KDE developer, xdg-utils developer
KDE user support, developer mentoring
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kdepim-users/attachments/20110405/e45ffb68/attachment.sig>
-------------- next part --------------
_______________________________________________
KDE PIM users mailing list
Subscription management: https://mail.kde.org/mailman/listinfo/kdepim-users


More information about the kdepim-users mailing list