You are not logged in.
Pages: 1
So I've tried to download arch via magnet link from here
https://www.archlinux.org/download/
magnet:?xt=urn:btih:1d378e95a2319165a82104c2e9f5a1868b61ec09&dn=archlinux-2020.10.01-x86_64.iso
and also by downloading the torrent file and adding it to the rtorrent, but it keeps throwing me this error:
Could not create download: Could not find any trackers
The others torrent files works okay. What could be the issue here?
Offline
Not sure, but a quick peek in the .torrent file suggests all peers in it seed over http .
transmission also doesn't show trackers for the magnet link.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
You need to add (for your sake) a default tracker and dht node, since rtorrent does not have a default, thus {tracker,node}less torrents lie there doing nothing.
There are a couple github issues with the steps already, the summary is sort like this:
# Default tracker
method.insert = d.add_tracker, simple|private, "d.tracker.insert=\"10\", \"udp://tracker.opentrackr.org:1337/announce\""
# Default DHT node
method.insert = d.add_node, simple|private, "dht.add_node=dht.libtorrent.org:25401"
...
# Add default tracker to new torrents
method.set_key = event.download.inserted_new, tracker_insert, ((d.add_tracker))
# Schedule addition of default dht node
schedule2 = dht_add_node, 15, 0, ((d.add_node))
Sometimes if you restart rtorrent you loose the tracker, in that case since the method is there, just "select" the torrent, do ctrl+x, enter d.add_tracker= and tadaa, the tracker was added.
Last edited by GaKu999 (2020-10-31 20:48:52)
Offline
Pages: 1