fresh installation : UDP Failed to set receive buffer

Piscenois

Dabbler
Joined
Dec 23, 2016
Messages
19
Hi,

I'm trying to install the thransmission plugin.
My system is FreeNAS 11.3-U1. Jail uses version 11.3-RELEASE-p7. The installation has some custom points:
- 1 mount point to /media
- download dir set inside /etc/rc.conf

When the transmission service starts it gives this log:
Code:
UDP Failed to set receive buffer: No buffer space available (/wrkdirs/usr/ports/net-p2p/transmission-daemon/work/transmission-2.94/libtransmission/tr-udp.c:65)
UDP Failed to set receive buffer: requested 4194304, got 42080 (/wrkdirs/usr/ports/net-p2p/transmission-daemon/work/transmission-2.94/libtransmission/tr-udp.c:84)


I found an old post which ask to configure sysctl.conf:
kern.ipc.maxsockbuf=5242880
net.inet.udp.recvspace=4194304

It didn't work, the command sysctl -a shows the old values.
If I use the command sysctl kern.ipc.maxsockbuf=5242880 I get an error message Operation not permitted.

I tried to to manually create a jail with 11.2-RELEASE and the result is the same.

If someone can help me ... :)

Regards
 

HolyK

Ninja Turtle
Moderator
Joined
May 26, 2011
Messages
654
Do it from GUI not from CLI

System -> Tunables

1585685711646.png
 
Top