https://bugs.kde.org/show_bug.cgi?id=381850

Alexandre Martins <deadma...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |deadma...@gmail.com

--- Comment #1 from Alexandre Martins <deadma...@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 watching all bug changes.

Reply via email to