Fritzbox 7360 torrent client

rsos

Neuer User
Mitglied seit
24 Jan 2013
Beiträge
15
Punkte für Reaktionen
0
Punkte
1
Hallo zusammen,

habe eine 7630 und möchte gerne auf die angeschlossene NAS platte ( 1,5TB ) über die box torrent dateien laden.
Ich habe schon div. Seiten und Einträge gelesen, jedoch klappt es bisher nicht.
Telnet Zugang auf die Box habe ich.
Ich habe es mit versch. webtransmission versionen versucht.
Nach aufrufen der install.sh kommen einige fehlermeldungen in die console, und die box ist nicht mehr erreichbar.
NAch neustart läuft sie wieder, ich kann jedoch die Webtransmission oberfläche nicht aufrufen.

Bin da echt am verzweifeln.

Ich hoffe ihr könnt mir helfen.

Danke im vorraus

lg
 
Hat keiner nie Idee??
 
wie mach ich das?
bzw. wo soll die config.in hinkopiert werden?
 
Versuche es mal mit diesem Daemon und Web-IF: http://radislav.bplaced.net/fritzbox/mips/tmp

Code:
rad@debian:~/Desktop/freetz-trunk-9782$ file ./source/target-mips_uClibc-0.9.32.1/transmission-2.75/daemon/transmission-daemon
./source/target-mips_uClibc-0.9.32.1/transmission-2.75/daemon/transmission-daemon: ELF 32-bit MSB executable, MIPS, MIPS32 rel2 version 1, statically linked, with unknown capability 0x41000000 = 0xf676e75, with unknown capability 0x10000 = 0x70403, not stripped
rad@debian:~/Desktop/freetz-trunk-9782$ qemu-mips ./source/target-mips_uClibc-0.9.32.1/transmission-2.75/daemon/transmission-daemon --help
Transmission 2.75 (13675)  http://www.transmissionbt.com/
A fast and easy BitTorrent client

transmission-daemon is a headless Transmission session
that can be controlled via transmission-remote
or the web interface.

Usage: transmission-daemon [options]

Options:
 -h   --help                             Display this help page and exit
 -a   --allowed              <list>      Allowed IP addresses. (Default:
                                         127.0.0.1)
 -b   --blocklist                        Enable peer blocklists
 -B   --no-blocklist                     Disable peer blocklists
 -c   --watch-dir            <directory> Where to watch for new .torrent files
 -C   --no-watch-dir                     Disable the watch-dir
      --incomplete-dir       <directory> Where to store new torrents until
                                         they're complete
      --no-incomplete-dir                Don't store incomplete torrents in a
                                         different location
      --finish-dir           <directory> Where to move torrents after they
                                         reached a specific ratio
      --no-finish-dir                    Don't move torrents to a different
                                         location after they reached a specific
                                         ratio
 -d   --dump-settings                    Dump the settings and exit
 -e   --logfile              <filename>  Dump the log messages to this filename
 -f   --foreground                       Run in the foreground instead of
                                         daemonizing
 -g   --config-dir           <path>      Where to look for configuration files
 -p   --port                 <port>      RPC port (Default: 9091)
 -t   --auth                             Require authentication
 -T   --no-auth                          Don't require authentication
 -u   --username             <username>  Set username for authentication
 -v   --password             <password>  Set password for authentication
 -V   --version                          Show version number and exit
      --log-error                        Show error messages
      --log-info                         Show error and info messages
      --log-debug                        Show error, info, and debug messages
 -w   --download-dir         <path>      Where to save downloaded data
      --paused                           Pause all torrents on startup
 -o   --dht                              Enable distributed hash tables (DHT)
 -O   --no-dht                           Disable distributed hash tables (DHT)
 -y   --lpd                              Enable local peer discovery (LPD)
 -Y   --no-lpd                           Disable local peer discovery (LPD)
      --utp                              Enable uTP for peer connections
      --no-utp                           Disable uTP for peer connections
 -P   --peerport             <port>      Port for incoming peers (Default:
                                         51413)
 -m   --portmap                          Enable portmapping via NAT-PMP or UPnP
 -M   --no-portmap                       Disable portmapping
 -L   --peerlimit-global     <limit>     Maximum overall number of peers
                                         (Default: 240)
 -l   --peerlimit-torrent    <limit>     Maximum number of peers per torrent
                                         (Default: 60)
 -er  --encryption-required              Encrypt all peer connections
 -ep  --encryption-preferred             Prefer encrypted peer connections
 -et  --encryption-tolerated             Prefer unencrypted peer connections
 -i   --bind-address-ipv4    <ipv4 addr> Where to listen for peer connections
 -I   --bind-address-ipv6    <ipv6 addr> Where to listen for peer connections
 -r   --rpc-bind-address     <ipv4 addr> Where to listen for RPC connections
 -gsr --global-seedratio     ratio       All torrents, unless overridden by a
                                         per-torrent setting, should seed until
                                         a specific ratio
 -GSR --no-global-seedratio              All torrents, unless overridden by a
                                         per-torrent setting, should seed
                                         regardless of ratio
 -x   --pid-file             <pid-file>  Enable PID file
Für den weg-IF brauchst du bestimmt einen Web-Server auf der Fritzbox. Ich weiss aber nicht genau, ob es z.b. mit Apache funktioniert und was man da anpassen muss.

Oder würde für dich nur der transmission-daemon ausreichen?
 
webinterface wäre schon toll.
Wie soll ich das mit dem Daemon machen. die verlinkte datei hat keine endung. Ist das eine Tar?
 
Nein, das ist schon das Binary, einfach ausführen.
 
ich muss mal ganz blöd fragen. wie führer ich das denn aus??
 
So, hab mal noch etwas rumprobiert. habe nun eine Version (webtransmission_1.50_svn116)
auf der festplatte entpackt. wenn ich diese nun über telnet starte, bekomme ich jedoch folgende fehlermeldung, und die weboberfläche lässt sich nicht aufrufen.
hat jemand eine Idee??


> # ./rc.webtransmission start
> Starting webtransmission...
> cp: can't stat '/usr/www/all/*': No such file or directory
-sh: cp:: not found
# ln: /var/tmp/wwwdir_avm/cgi-bin/: No such file or directory
-sh: ln:: not found
# ln: /var/tmp/wwwdir_avm/cgi-bin/tmpl: No such file or directory
-sh: ln:: not found
# mount: mounting /var/tmp/wwwdir_avm on /usr/www/all/ failed: No such file or d
irectory
-sh: mount:: not found
# Webtransmission started.
-sh: Webtransmission: not found
# # Jan 25 19:57:39 ctlmgr[3272]: WLANLIB: my_wlan_init:528: svn revision 1142
 
Wie mach ich das denn mit dem binary. Hab keinen Plan wie ich das anfangen soll
 
also ich bin so langsam echt am verzweifeln. ich kriegs einfach nicht hin.
Ich habe es jetzt auf einem ext2 USB stick probiert, da es auf der ntfs platte gar nicht ging.
Ich habe den stcik angeschlossen, die box erkennt in auch. verbindung per telnet klappt, ich kann webtransmisison auf den stick kopieren, möchte ich die install.sh ausführen. kommz permission denied.
Schreibrechte sind in fritzboxoberfläche so weit wie möglich alle auf lesen und schreiben.

Ich wäre euch echt danbar, wenn ihr mir nochmal eine Schritt für Schritt anleitung geben könntet. ich bin dafür zu doof....

Danke euch
 
-rw-r--r-- 1 root root 1836128 Jan 26 20:09 transmission-daemon
 
hab jetzt für transmission-daemon chmod auf 777 nun kommt:

-rwxrwxrwx 1 root root 1836128 Jan 26 20:09 transmission-daemon
 
# ./transmission-daemon --help
Transmission 2.75 (13675) http://www.transmissionbt.com/
A fast and easy BitTorrent client

transmission-daemon is a headless Transmission session
that can be controlled via transmission-remote
or the web interface.

Usage: transmission-daemon [options]

Options:
-h --help Display this help page and exit
-a --allowed <list> Allowed IP addresses. (Default:
127.0.0.1)
-b --blocklist Enable peer blocklists
-B --no-blocklist Disable peer blocklists
-c --watch-dir <directory> Where to watch for new .torrent files
-C --no-watch-dir Disable the watch-dir
--incomplete-dir <directory> Where to store new torrents until
they're complete
--no-incomplete-dir Don't store incomplete torrents in a
different location
--finish-dir <directory> Where to move torrents after they
reached a specific ratio
--no-finish-dir Don't move torrents to a different
location after they reached a specific
ratio
-d --dump-settings Dump the settings and exit
-e --logfile <filename> Dump the log messages to this filename
-f --foreground Run in the foreground instead of
daemonizing
-g --config-dir <path> Where to look for configuration files
-p --port <port> RPC port (Default: 9091)
-t --auth Require authentication
-T --no-auth Don't require authentication
-u --username <username> Set username for authentication
-v --password <password> Set password for authentication
-V --version Show version number and exit
--log-error Show error messages
--log-info Show error and info messages
--log-debug Show error, info, and debug messages
-w --download-dir <path> Where to save downloaded data
--paused Pause all torrents on startup
-o --dht Enable distributed hash tables (DHT)
-O --no-dht Disable distributed hash tables (DHT)
-y --lpd Enable local peer discovery (LPD)
-Y --no-lpd Disable local peer discovery (LPD)
--utp Enable uTP for peer connections
--no-utp Disable uTP for peer connections
-P --peerport <port> Port for incoming peers (Default:
51413)
-m --portmap Enable portmapping via NAT-PMP or UPnP
-M --no-portmap Disable portmapping
-L --peerlimit-global <limit> Maximum overall number of peers
(Default: 240)
-l --peerlimit-torrent <limit> Maximum number of peers per torrent
(Default: 60)
-er --encryption-required Encrypt all peer connections
-ep --encryption-preferred Prefer encrypted peer connections
-et --encryption-tolerated Prefer unencrypted peer connections
-i --bind-address-ipv4 <ipv4 addr> Where to listen for peer connections
-I --bind-address-ipv6 <ipv6 addr> Where to listen for peer connections
-r --rpc-bind-address <ipv4 addr> Where to listen for RPC connections
-gsr --global-seedratio ratio All torrents, unless overridden by a
per-torrent setting, should seed until
a specific ratio
-GSR --no-global-seedratio All torrents, unless overridden by a
per-torrent setting, should seed
regardless of ratio
-x --pid-file <pid-file> Enable PID file
#
 
Die Hilfe habe ich ja schon oben gepostet. Wie wäre es denn mit ein Bisschen googeln: klick

Du brauchst auf jedem Fall eine Config-Datei, dann kannst du den daemon ungefähr so starten (nicht getestet):
Code:
# ./transmission-daemon -g [PfadZuConfig,z.B./var/tmp] -p 12345
 
Kostenlos!

Statistik des Forums

Themen
248,894
Beiträge
2,304,359
Mitglieder
378,588
Neuestes Mitglied
k3rp