-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
下载失败 (下载9102) #197
Comments
我也是 |
很奇怪的日志
|
我通过新增一个环境变量 UMASK=000,现在问题解决了,但是用GID和UID的环境变量似乎没生效,下载的文件所有者还是root的 |
我设置umask还是不行 services:
xunlei:
privileged: true
container_name: xunlei
#https://github.com/cnk3x/xunlei
environment:
- TZ=Asia/Shanghai
- XL_UID=65534
- XL_GID=65534
- XL_DEBUG=1
- UMASK=000
- XL_DASHBOARD_USERNAME=xxx
- XL_DASHBOARD_PASSWORD=xxx
- XL_DIR_DOWNLOAD=/xunlei/downloads:/xunlei/m5
volumes:
- ./data:/xunlei/data
- /mnt/gc/xunlei:/xunlei/downloads
- /mnt/m5/xunlei:/xunlei/m5
ports:
- 2345:2345
image: cnk3x/xunlei:v3.20.2
|
你设置XL_UID和XL_GID有用吗,我设置了下载下来还是root |
-rw-rw-rw- 1 nobody nogroup 这么玄学吗 |
我换成 |
还是有这个问题 |
我用了这个镜像还是随缘出现9102错误 |
是的,还是会有,这个问题目前无解了 |
我退回 3.11.2了,9102问题没有了 |
版本:3.21.0
下载引擎:9.1207.160.28
不知道什么情况,所有的任务都无法下载。
错误提示,9102。
有谁能够下一步如何去做?谢谢。
The text was updated successfully, but these errors were encountered: