* For Iomega EZ Media & Backup Center
참고: http://forum.nas-central.org/viewtopic.php?f=279&t=7877
http://hacks.blog.me/110165774799
1. http://[NAS-IP]/diagnostics.html
2. SSH Enable.
3. Connect SSH
- User Name : root
- Password : soho<Admin Passwd>
1. SSH접속 후 Shell 에서 실행 | |||
# vi /etc/ipkg.conf
# ipkg update # ipkg install python26 py26-cheetah py26-openssl par2cmdline unrar unzip git gcc transmission # mkdir /mnt/pools/A/A0/TorrentDownloads # cd /mnt/pools/A/A0/TorrentDownloads # mkdir watch complete incomplete _config # cd .. # chown -R nobody:users TorrentDownloads # chmod -R 777 TorrentDownloads |
2. Transmission Daemon 실행 |
# /opt/bin/transmission-daemon --config-dir /mnt/pools/A/A0/TorrentDownloads/_config --port 8000 --allowed *.*.*.* |
3. Transmission Daemon 종료 | |||
# kill [PID]
|
4. Transmission 환경 설정 | |||
# vi /mnt/pools/A/A0/TorrentDownloads/_config/settings.json
|
5. Transmission Deamon 재시작 |
# /opt/bin/transmission-daemon --config-dir /mnt/pools/A/A0/TorrentDownloads/_config |
ETC. 참고 | |||||||
1. 부팅시 자동실행 안됌. rc.local 에 실행 명령 추가해도 Driver가 Mount되기 전이라 안되는 것으로 추정. 2. Transmission 스크립트 작성. # vi /etc/init.d/torrent
# chmod 755 /etc/init.d/torrent # vi /etc/pfofile
# source /etc/profile
3. Transmission 스크립트 사용법 # torrent restart * Tip : tor 타이핑 후 <TAB> 키 누르면 torrent 명령 자동 완성. [출처] [NAS] Transmission 설치 및 설정.|작성자 hackorz |
For Iomega EZ Media & Backup Center [출처] [NAS] Transmission 설치 및 설정.|작성자 hackorz
[출처] [NAS] Transmission 설치 및 설정.|작성자 hackorz