ich habe eben nochmal ein bisschen zeit investiert und primär folgendes herausgefunden: startet man ctorrent aus dem Linbo-Client, so scheint die volle Datenrate nutzbar.
Dazu kann man folgende Datei anpassen unter linbo:
/usr/bin/linbo_download_image
Dort ist die Zeile 89 ersetzt durch:
#interruptible ctorrent -e 0 $CTOPTS -X "touch $complete" "$torrent" | tee -a "$logfile"
interruptible ctorrent -X "touch $complete" "$torrent" | tee -a "$logfile"
Die letzten zwei Stunden habe ich vergeblich versucht, die Datei /usr/bin/linbo_download_image in linbofs anzupassen.
Könnte mir jemand sagen, wie man die Datei am elegantesten austauscht :(?
oifach a hook-skript alege:
/var/lib/linuxmuster/hooks/update-linbofs.post.d/passelinboan
+x nicht vergessen
Inhalt:
#!/bin/bash
echo „dirty workarodung für cotrrent ohne options“
sed -i ‚s/interruptible ctorrent -e 0 $CTOPTS -X „touch $complete“ „$torrent“ | tee -a „$logfile“/interruptible ctorrent -e 0 -X „touch $complete“ „$torrent“ | tee -a „$logfile“/‘ /var/cache/linuxmuster/linbo/linbofs64/usr/bin/linbo_download_image