masterpc
Dabbler
- Joined
- Sep 12, 2011
- Messages
- 17
Hi, I am newbie to FreeNAS.
If I knew 7 has more features than 8, I would install 7.
After transferring all data to the new storage (FreeNAS 8), I noticed that 8 has newer ZFS module, but missing features like Transmission, Itunes share...
Today, I upgraded my FreeNAS to the nightly version, FreeNAS-8r7661.
And I decided to install transmission manually.
After mounting with write mode, I typed pkg_add -r transmission-daemon. Soon, I realized that it's already shipped with the nightly version.
Therefore, I just added contents below to /conf/base/etc/rc.conf
However, when I reboot my nas, /mnt/jtorrent/.transmission/settings.json is always restored as original.
Moreoever, I found some errors while booting..
Of course, I already did chown -R www:www /mnt/jtorrents.
In addition to it, I changed permission 777 on /mnt/jtorrents and /mnt/jtorrents/.transmission.
However, the errors still show up.
I don't know what's going on, but it seems like that transmission is reset every time when freenas is restarted.
Any suggestion would be appreciated.
Thank you.
If I knew 7 has more features than 8, I would install 7.
After transferring all data to the new storage (FreeNAS 8), I noticed that 8 has newer ZFS module, but missing features like Transmission, Itunes share...
Today, I upgraded my FreeNAS to the nightly version, FreeNAS-8r7661.
And I decided to install transmission manually.
After mounting with write mode, I typed pkg_add -r transmission-daemon. Soon, I realized that it's already shipped with the nightly version.
Therefore, I just added contents below to /conf/base/etc/rc.conf
Code:
transmission_enable="YES" transmission_user="www" transmission_conf_dir="/mnt/jtorrent/.transmission" transmission_watch_dir="/mnt/jtorrent/.transmission/watch" transmission_download_dir="/mnt/jtorrent" transmission_flags="-a 127.0.0.1,192.168.*.*"
However, when I reboot my nas, /mnt/jtorrent/.transmission/settings.json is always restored as original.
Moreoever, I found some errors while booting..
Code:
Sep 12 22:16:43 jnas transmission-daemon[1323]: Couldn't create "/mnt/jtorrent/.transmission": Permission denied (utils.c:557) Sep 12 22:16:43 jnas last message repeated 2 times Sep 12 22:16:43 jnas transmission-daemon[1323]: UDP Failed to set receive buffer: No buffer space available (tr-udp.c:56) Sep 12 22:16:43 jnas transmission-daemon[1323]: UDP Failed to set send buffer: No buffer space available (tr-udp.c:62) Sep 12 22:16:43 jnas transmission-daemon[1323]: UDP Failed to set receive buffer: requested 4194304, got 42080 (tr-udp.c:75) Sep 12 22:16:43 jnas transmission-daemon[1323]: UDP Failed to set send buffer: requested 1048576, got 9216 (tr-udp.c:86) Sep 12 22:16:43 jnas transmission-daemon[1323]: Couldn't save temporary file "/mnt/jtorrent/.transmission/settings.json.tmp.Q4ZR55": No such file or directory (bencode.c:1734)
Of course, I already did chown -R www:www /mnt/jtorrents.
In addition to it, I changed permission 777 on /mnt/jtorrents and /mnt/jtorrents/.transmission.
However, the errors still show up.
I don't know what's going on, but it seems like that transmission is reset every time when freenas is restarted.
Any suggestion would be appreciated.
Thank you.