我在 ubuntu 20.04 上遇到了一个奇怪的种子问题。每当我尝试下载种子时,种子都会卡在“从 0 个对等方加载元数据”。我尝试添加更多跟踪器,通过我的路由器转发我的 torrent 客户端中设置的端口(检查和打开的端口),更改网络适配器并弄乱代理设置(包括无代理),使用多个不同的客户端,包括传输和 QBitTorrent,什么也没有作品。任何人有任何类似的问题?有什么解决办法吗?谢谢!
全新安装 20.04 后,我尝试使用 qBitTorrent。当我运行测试搜索时,它返回了一个错误。我尝试打开所有权限,但没有任何区别。由于我仍然在另一台计算机上安装了 19.10,我确认 qBitTorren 使用常规安装在那里工作。然后我尝试了快照安装。与 20.04 相同的网络问题。我将 qBitTorrent 存储库添加到 apt 并直接下载。该版本运行良好。(它也开始得更快,看起来更活泼。当然是双关语!)
提前道歉,在这里完成菜鸟。
我安装了 qbittorrent-nox(命令行/网络 torrent 客户端)。当我下载一个 torrent 时,qbittorrent 会创建一个文件夹,其中包含来自该 torrent 的文件。
问题是,它创建的文件夹是只读的。我知道我可以使用 chmod 手动将权限更改为 777,但对于每个新文件夹来说,这是一项繁琐的工作。如何确保自动创建的所有文件夹都是 777?
我将 qbittorrent 中的设置更改为 777(并重新启动),但它仍然是只读文件夹。
朋友们圣诞快乐!
花了大约 5 个小时来找到解决这个问题的方法,我快要疯了..
我按照本指南创建了一个拆分隧道,并将 tun0 分配给 Ubuntu 中的“vpn”用户。这实际上有效,我登录到用户并做了一个curl ipinfo.io
测试vpn连接。所以分割隧道工作得很好。
当我在 qBittorrent-nox.service文件中使用我的常规用户时,可以访问 qBittorrent。
但不是当我用“vpn”替换我的常规用户名时。我怀疑这是权限问题,但我确实将 vpn 用户添加到了 sudo 组,我的普通用户添加到了 vpn 组。
当我做 acurl localhost:8080
时,我得到了这个
我尽了最大努力让这个工作,但我真的不知道现在该怎么办......
我想让我的防火墙工作,我使用了:
sudo ufw enable
在那之后,我的 torrent 客户端停止播种,我的/ets/nginx
文件夹消失了,我什至不知道发生了什么……所以我做了一个:
sudo apt-get purge ufw
但是我的种子仍然无法播种(下载仍然有效),我真的不明白为什么,所以我认为这是关于端口转发的事情,所以这是我的种子客户端设置:
输出sudo iptables --list
为:
Chain INPUT (policy DROP)
target prot opt source destination
ufw-before-logging-input all -- anywhere anywhere
ufw-before-input all -- anywhere anywhere
ufw-after-input all -- anywhere anywhere
ufw-after-logging-input all -- anywhere anywhere
ufw-reject-input all -- anywhere anywhere
ufw-track-input all -- anywhere anywhere
Chain FORWARD (policy DROP)
target prot opt source destination
DOCKER-USER all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-1 all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ufw-before-logging-forward all -- anywhere anywhere
ufw-before-forward all -- anywhere anywhere
ufw-after-forward all -- anywhere anywhere
ufw-after-logging-forward all -- anywhere anywhere
ufw-reject-forward all -- anywhere anywhere
ufw-track-forward all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ufw-before-logging-output all -- anywhere anywhere
ufw-before-output all -- anywhere anywhere
ufw-after-output all -- anywhere anywhere
ufw-after-logging-output all -- anywhere anywhere
ufw-reject-output all -- anywhere anywhere
ufw-track-output all -- anywhere anywhere
Chain DOCKER (2 references)
target prot opt source destination
ACCEPT tcp -- anywhere 172.20.0.2 tcp dpt:mysql
ACCEPT tcp -- anywhere 172.20.0.3 tcp dpt:http-alt
Chain DOCKER-ISOLATION-STAGE-1 (1 references)
target prot opt source destination
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
RETURN all -- anywhere anywhere
Chain DOCKER-ISOLATION-STAGE-2 (2 references)
target prot opt source destination
DROP all -- anywhere anywhere
DROP all -- anywhere anywhere
RETURN all -- anywhere anywhere
Chain DOCKER-USER (1 references)
target prot opt source destination
RETURN all -- anywhere anywhere
Chain ufw-after-forward (1 references)
target prot opt source destination
Chain ufw-after-input (1 references)
target prot opt source destination
ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt:netbios-ns
ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt:netbios-dgm
ufw-skip-to-policy-input tcp -- anywhere anywhere tcp dpt:netbios-ssn
ufw-skip-to-policy-input tcp -- anywhere anywhere tcp dpt:microsoft-ds
ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt:bootps
ufw-skip-to-policy-input udp -- anywhere anywhere udp dpt:bootpc
ufw-skip-to-policy-input all -- anywhere anywhere ADDRTYPE match dst-type BROADCAST
Chain ufw-after-logging-forward (1 references)
target prot opt source destination
Chain ufw-after-logging-input (1 references)
target prot opt source destination
Chain ufw-after-logging-output (1 references)
target prot opt source destination
Chain ufw-after-output (1 references)
target prot opt source destination
Chain ufw-before-forward (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
ACCEPT icmp -- anywhere anywhere icmp time-exceeded
ACCEPT icmp -- anywhere anywhere icmp parameter-problem
ACCEPT icmp -- anywhere anywhere icmp echo-request
ufw-user-forward all -- anywhere anywhere
Chain ufw-before-input (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
ufw-logging-deny all -- anywhere anywhere ctstate INVALID
DROP all -- anywhere anywhere ctstate INVALID
ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
ACCEPT icmp -- anywhere anywhere icmp time-exceeded
ACCEPT icmp -- anywhere anywhere icmp parameter-problem
ACCEPT icmp -- anywhere anywhere icmp echo-request
ACCEPT udp -- anywhere anywhere udp spt:bootps dpt:bootpc
ufw-not-local all -- anywhere anywhere
ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns
ACCEPT udp -- anywhere 239.255.255.250 udp dpt:1900
ufw-user-input all -- anywhere anywhere
Chain ufw-before-logging-forward (1 references)
target prot opt source destination
Chain ufw-before-logging-input (1 references)
target prot opt source destination
Chain ufw-before-logging-output (1 references)
target prot opt source destination
Chain ufw-before-output (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
ufw-user-output all -- anywhere anywhere
Chain ufw-logging-allow (0 references)
target prot opt source destination
Chain ufw-logging-deny (2 references)
target prot opt source destination
Chain ufw-not-local (1 references)
target prot opt source destination
RETURN all -- anywhere anywhere ADDRTYPE match dst-type LOCAL
RETURN all -- anywhere anywhere ADDRTYPE match dst-type MULTICAST
RETURN all -- anywhere anywhere ADDRTYPE match dst-type BROADCAST
ufw-logging-deny all -- anywhere anywhere limit: avg 3/min burst 10
DROP all -- anywhere anywhere
Chain ufw-reject-forward (1 references)
target prot opt source destination
Chain ufw-reject-input (1 references)
target prot opt source destination
Chain ufw-reject-output (1 references)
target prot opt source destination
Chain ufw-skip-to-policy-forward (0 references)
target prot opt source destination
DROP all -- anywhere anywhere
Chain ufw-skip-to-policy-input (7 references)
target prot opt source destination
DROP all -- anywhere anywhere
Chain ufw-skip-to-policy-output (0 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
Chain ufw-track-forward (1 references)
target prot opt source destination
Chain ufw-track-input (1 references)
target prot opt source destination
Chain ufw-track-output (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere ctstate NEW
ACCEPT udp -- anywhere anywhere ctstate NEW
Chain ufw-user-forward (1 references)
target prot opt source destination
Chain ufw-user-input (1 references)
target prot opt source destination
Chain ufw-user-limit (0 references)
target prot opt source destination
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
Chain ufw-user-limit-accept (0 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
Chain ufw-user-logging-forward (0 references)
target prot opt source destination
RETURN all -- anywhere anywhere
Chain ufw-user-logging-input (0 references)
target prot opt source destination
RETURN all -- anywhere anywhere
Chain ufw-user-logging-output (0 references)
target prot opt source destination
RETURN all -- anywhere anywhere
Chain ufw-user-output (1 references)
target prot opt source destination
我试图删除 ufw 链,但没有任何改变......
这是我的ifconfig
:
我正在使用Archer C2 v1 00000002 路由器(型号)、Ubuntu 18.04、 公共ipv4 IP、路由器内禁用 ipv6、qBittorrent v4.1.9.1 但我也尝试了传输客户端,但没有不同的结果
我不太喜欢网络,所以如果有人能在不破坏其他任何东西的情况下帮助我再次播种,我将不胜感激!如果需要任何日志或其他内容,请告诉我,我会立即发布。这些只是我最初想到的......
谢谢!
我昨天从 Ubuntu 15.04 升级到了 16.04。之后,当我启动 qBittorrent 时,我收到了这条消息:
You updated from an older version that saved things differently.
You must migrate to the new saving system. If you continue, you
will not be able to use an older version than v3.3.0 again.
--- Abort/OK
这是什么意思,我该怎么办?谢谢!