Torrent ist irgendwie lahm, wenn mehrere PCs verbunden sind?!

Moin,

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"   

und voila, die hohen Datenraten:

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 :(?

Aso… Problem ohne optionen ist dann das nach Torrent-Download die Maschinen im Torrent stehen bleiben……

#interruptible ctorrent -e 0 $CTOPTS -X "touch $complete" "$torrent" | tee -a "$logfile"                                                                                                                         
interruptible ctorrent -e 0 -X "touch $complete" "$torrent" | tee -a "$log

die Option -e 0 muss soweit ich erkennen kann vorhanden bleiben.

Moin,
ich hoffe Ihr seid alle gut ins neue Jahr gestartet.

Hat von euch jemand ein Tipp, wie man linbofs dahingehend anpassen kann?
Timo

Moin,

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

Hallo Timo,
vielleicht hilft dir das weiter: https://ask.linuxmuster.net/t/bootreihenfolge-von-linbo-verhindern/11080/2
Gruß,
Mathias

1 „Gefällt mir“