You are not logged in.

#1 2020-10-31 18:52:44

svalee
Member
Registered: 2019-01-20
Posts: 44
Website

Can't download arch with rtorrent

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

#2 2020-10-31 20:21:35

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,932

Re: Can't download arch with rtorrent

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

#3 2020-10-31 20:44:27

GaKu999
Member
From: US/Eastern
Registered: 2020-06-21
Posts: 696

Re: Can't download arch with rtorrent

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)


My reposSome snippets

Heisenberg might have been here.

Offline

Board footer

Powered by FluxBB