AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题

问题[qbittorrent](ubuntu)

Martin Hope
dnld
Asked: 2020-06-21 13:31:21 +0800 CST

在 Ubuntu 20.04 上遇到种子问题

  • 3

我在 ubuntu 20.04 上遇到了一个奇怪的种子问题。每当我尝试下载种子时,种子都会卡在“从 0 个对等方加载元数据”。我尝试添加更多跟踪器,通过我的路由器转发我的 torrent 客户端中设置的端口(检查和打开的端口),更改网络适配器并弄乱代理设置(包括无代理),使用多个不同的客户端,包括传输和 QBitTorrent,什么也没有作品。任何人有任何类似的问题?有什么解决办法吗?谢谢!

bittorrent transmission qbittorrent
  • 4 个回答
  • 2772 Views
Martin Hope
Yokai
Asked: 2020-04-30 16:58:58 +0800 CST

qBitTorrent 快照不起作用

  • 4

全新安装 20.04 后,我尝试使用 qBitTorrent。当我运行测试搜索时,它返回了一个错误。我尝试打开所有权限,但没有任何区别。由于我仍然在另一台计算机上安装了 19.10,我确认 qBitTorren 使用常规安装在那里工作。然后我尝试了快照安装。与 20.04 相同的网络问题。我将 qBitTorrent 存储库添加到 apt 并直接下载。该版本运行良好。(它也开始得更快,看起来更活泼。当然是双关语!)

qbittorrent snap
  • 2 个回答
  • 1343 Views
Martin Hope
dankdoggy
Asked: 2020-03-05 04:59:06 +0800 CST

我无法更改自己的文件夹(新手警报)

  • 1

提前道歉,在这里完成菜鸟。

我安装了 qbittorrent-nox(命令行/网络 torrent 客户端)。当我下载一个 torrent 时,qbittorrent 会创建一个文件夹,其中包含来自该 torrent 的文件。

问题是,它创建的文件夹是只读的。我知道我可以使用 chmod 手动将权限更改为 777,但对于每个新文件夹来说,这是一项繁琐的工作。如何确保自动创建的所有文件夹都是 777?

我将 qbittorrent 中的设置更改为 777(并重新启动),但它仍然是只读文件夹。

ls -la 的输出

permissions qbittorrent
  • 1 个回答
  • 979 Views
Martin Hope
Runar G
Asked: 2019-12-25 09:53:37 +0800 CST

以其他用户身份启动服务时无法访问 qBittorrent Web UI

  • 1

朋友们圣诞快乐!

花了大约 5 个小时来找到解决这个问题的方法,我快要疯了..

我按照本指南创建了一个拆分隧道,并将 tun0 分配给 Ubuntu 中的“vpn”用户。这实际上有效,我登录到用户并做了一个curl ipinfo.io测试vpn连接。所以分割隧道工作得很好。

当我在 qBittorrent-nox.service文件中使用我的常规用户时,可以访问 qBittorrent。

但不是当我用“vpn”替换我的常规用户名时。我怀疑这是权限问题,但我确实将 vpn 用户添加到了 sudo 组,我的普通用户添加到了 vpn 组。

当我做 acurl localhost:8080时,我得到了这个

我尽了最大努力让这个工作,但我真的不知道现在该怎么办......

openvpn qbittorrent
  • 1 个回答
  • 1708 Views
Martin Hope
Cooller13
Asked: 2019-11-26 15:29:51 +0800 CST

ubuntu 18.04 种子种子问题

  • 1

我想让我的防火墙工作,我使用了:

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 但我也尝试了传输客户端,但没有不同的结果

我不太喜欢网络,所以如果有人能在不破坏其他任何东西的情况下帮助我再次播种,我将不胜感激!如果需要任何日志或其他内容,请告诉我,我会立即发布。这些只是我最初想到的......

谢谢!

networking iptables firewall qbittorrent 18.04
  • 2 个回答
  • 941 Views
Martin Hope
velut luna
Asked: 2016-06-21 20:32:43 +0800 CST

qBittorrent 升级到 Ubuntu 16.04 后的问题

  • 2

我昨天从 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

这是什么意思,我该怎么办?谢谢!

qbittorrent
  • 1 个回答
  • 1454 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve