boramalper / magnetico

Autonomous (self-hosted) BitTorrent DHT search engine suite.
http://labs.boramalper.org/magnetico/
GNU Affero General Public License v3.0
3.06k stars 344 forks source link

Doesn't fing any torrents: [Errno 1] Operation not permitted #144

Closed twisp007 closed 7 years ago

twisp007 commented 7 years ago

Archlinux running on a VPS. Web UI says 0 torrents even after running for more than an hour. Documentation says 5 minutes is enough for it to start picking up torrents.

magneticod --node-addr 0.0.0.0:53112 2017-08-21 14:32:58,742 INFO magneticod v0.6.0 started 2017-08-21 14:32:58,747 INFO uvloop is in use 2017-08-21 14:32:58,749 INFO SybilNode initialized! 2017-08-21 14:32:58,752 INFO SybliNode is launched on ('0.0.0.0', 53112)! [Errno 1] Operation not permitted [Errno 1] Operation not permitted [Errno 1] Operation not permitted [Errno 1] Operation not permitted [Errno 1] Operation not permitted [Errno 1] Operation not permitted [Errno 1] Operation not permitted [Errno 1] Operation not permitted [Errno 1] Operation not permitted [Errno 1] Operation not permitted [Errno 1] Operation not permitted [Errno 1] Operation not permitted [Errno 1] Operation not permitted [Errno 1] Operation not permitted [Errno 1] Operation not permitted WARNING Max. number of neighbours are < 200 and there is still congestion! (check your network connection if this message recurs)

twisp007 commented 7 years ago

As mentioned in the documentation this will help. iptables -I OUTPUT -t raw -p udp --sport PORT_NUMBER -j NOTRACK iptables -I PREROUTING -t raw -p udp --dport PORT_NUMBER -j NOTRACK

But the issue of not finding any torrents remains. Please see the issue here.