[Akonadi] [Bug 381850] akonadi, kimap, kmail very broken on FreeBSD
Alexandre Martins
bugzilla_noreply at kde.org
Thu Apr 12 12:37:30 BST 2018
https://bugs.kde.org/show_bug.cgi?id=381850
Alexandre Martins <deadmaxfr at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |deadmaxfr at gmail.com
--- Comment #1 from Alexandre Martins <deadmaxfr at gmail.com> ---
I found the problem on my FreeBSD 11.1 !
It's due to the size of the UNIX socket. On FreeBSD, it's defaulted to 8Kb, but
on Linux it is much more large !
On my PC, it just increase the size to 64k and it's working. For that, put the
followinf lines into /etc/sysctl.conf file:
net.local.stream.recvspace=65536
net.local.stream.sendspace=65536
net.local.dgram.recvspace=65536
net.local.dgram.maxdgram=65536
net.local.seqpacket.recvspace=65536
net.local.seqpacket.maxseqpacket=65536
I don't known which one make the job ...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list