# jexec 1 tcsh
# service transmission start
Cannot 'start' transmission. Set transmission_enable to YES in /etc/rc.conf or use 'onestart' instead of 'start'.
# vi /etc/rc.conf
Added 'transmission_enable="YES"'.
Saved and quit.
# service transmission start
usage: chown [-fhvx] [-R [-H | -L | -P]] owner[:group] file ...
chown [-fhvx] [-R [-H | -L | -P]] :group file ...
Starting transmission.
# service transmission stop
Stopping transmission.
Checked /var/log/messages:
Jan 10 18:13:24 transmission_1 transmission-daemon[91699]: UDP Failed to set receive buffer: No buffer space available (tr-udp.c:59)
Jan 10 18:13:24 transmission_1 transmission-daemon[91699]: UDP Failed to set receive buffer: requested 4194304, got 42080 (tr-udp.c:78)
Jan 10 18:15:41 transmission_1 transmission-daemon[91872]: UDP Failed to set receive buffer: No buffer space available (tr-udp.c:59)
Jan 10 18:15:41 transmission_1 transmission-daemon[91872]: UDP Failed to set receive buffer: requested 4194304, got 42080 (tr-udp.c:78)
Found this thread about these errors:
https://forums.freenas.org/index.ph...iled-to-set-receive-buffer-please-help.15203/
But these values are already set as advised:
# sysctl kern.ipc.maxsockbuf
kern.ipc.maxsockbuf: 5242880
# sysctl net.inet.udp.recvspace
net.inet.udp.recvspace: 4194304
Starting the service from the web gui still says "some error ocurred" but there are no updates to /var/log/messages inside the jail or out.