On 9.3, I recently saw an upgrade available for transmission. After upgrading, the plugin was unable to "turn on".
To fix my installation, I had to:
1. Per https://bugs.pcbsd.org/issues/6881#note-15, manually updated the rc.d file. Also had to add:
transmission_enable="YES"
.. to /etc/rc.conf.
2. Also per that bug, settings.json was overwritten and my settings were lost. Had to reconfigure from memory.
That bug was assigned and marked as resolved, although both of the above issues remain.
3. Noticed that the rc.d script had a chown syntax warning on 'start'. transmission_download_dir was set to "" in /etc/rc.conf; had to define it to get around the warning.
To fix my installation, I had to:
1. Per https://bugs.pcbsd.org/issues/6881#note-15, manually updated the rc.d file. Also had to add:
transmission_enable="YES"
.. to /etc/rc.conf.
2. Also per that bug, settings.json was overwritten and my settings were lost. Had to reconfigure from memory.
That bug was assigned and marked as resolved, although both of the above issues remain.
3. Noticed that the rc.d script had a chown syntax warning on 'start'. transmission_download_dir was set to "" in /etc/rc.conf; had to define it to get around the warning.