- 19 Mar 2007
- 9.176
- 1.168
- 0
Otra novedad para nuestros AZbox
Pequeño manual de instrucciones para su instalacion:
Y unas capturas:
Para descargarlo lo podeis hacer de aqui
Esto es un post que pongo aqui mientras lo pruebo por mi mismo y posteo el manualillo para ponerlo en marcha en español
Pequeño manual de instrucciones para su instalacion:
Short instruction for Torrent
put this files on USB1
connect with SSH or Telnet - enter to directory DATA/usb1/sda1/
tar xf release.tar
then this archive will be unpacked
next
chmod 775 trstart.sh
./trstart.sh
http://AZBOX_IP_ADRESS:9091/transmission/web/
Y unas capturas:
Para descargarlo lo podeis hacer de aqui
Código:
http://www.megaupload.com/?d=U8QJFFDQ
Esto es un post que pongo aqui mientras lo pruebo por mi mismo y posteo el manualillo para ponerlo en marcha en español
It's working here. Couldn't get it to work from a FAT formatted USB stick, but I've mounted a windows share under /DATA/recording and unpacked it there. Just needed to change the trstart script, but it's downloading a torrent now. If this is preview of what to expect in future firmware releases, I'm a _very_ happy AZbox owner
proost
If you want to test it yourself, here is what I did to get it working. First, login with telnet to your azbox and mount a windows share under /DATA/recording:
mount -t cifs //windows_hostname/share_name /DATA/recording -o username=windows_username,password=windows_password,rsize=8192,wsize=8192
Now, unzip torrent.zip and copy release.tgz to the windows share. Then unpack it on your AZbox:
gunzip release.tgz
tar xvf release.tar
Create a torrents folder:
cd release
mkdir torrents
Now change the trstart.sh as follows:
#!/bin/ash
RELEASE=/DATA/recording/release
killall transmission-daemon
export PATH=$PATH:$RELEASE/bin:$RELEASE/sbin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RELEASE/lib
export CLUTCH_HOME=$RELEASE/share/transmission/web/
$RELEASE/bin/transmission-daemon -w $RELEASE/torrents -a *.*.*.* -g $RELEASE/torrents/.config -T
Save trstart.sh and start it with: ./trstart.sh
Now go with your browser to the webpage mentioned above and start downloading. Very nice web interface I must say.
