wahyd4 / aria2-ariang-docker

The Docker image for Aria2 + AriaNg + File Browser + Rclone
Apache License 2.0
1.06k stars 237 forks source link

无法使用自己的配置文件 #5

Closed chocksyu closed 6 years ago

chocksyu commented 6 years ago

您好! 请教个问题,我用群晖Docker搭建您的aria2,可正常使用。但是无法使用自己的.conf配置文件。也就是从docker内将配置文件/root/conf/aria2.conf映射到我指定的文件,AriaNg就无法连接(网页设置输入密码也无法连接),请问大神有解决办法吗?

wahyd4 commented 6 years ago

请贴出你的运行命令 和 docker 容器的日志信息

On Sat, 5 May 2018 at 20:54 chocksyu notifications@github.com wrote:

您好!

请教个问题,我用群晖Docker搭建您的aria2,可正常使用。但是无法使用自己的.conf配置文件。也就是从docker内将配置文件/root/conf/aria2.conf映射到我指定的文件,AriaNg就无法连接(网页设置输入密码也无法连接),请问大神有解决办法吗?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wahyd4/aria2-ariang-docker/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzD4Ct4Um_hFR1ZB7-Z2MfvzAgdf4slks5tvYT9gaJpZM4Tzl57 .

chocksyu commented 6 years ago

1 2

感谢您的快速回复,我是直接在群晖的docker里面进行的设置,之前也google了很久解决办法,在网上没有找到答案,还烦请您帮忙解答。如果还需要我提供其他信息烦请告知。谢谢

wahyd4 commented 6 years ago

我感觉是配置文件没有成功映射,导致 aria2 没有运行, 你可以通过进入到 docke 容器终端,去查看下配置文件的目录下是否有你的文件。

On Sat, 5 May 2018 at 21:02 chocksyu notifications@github.com wrote:

[image: 1] https://user-images.githubusercontent.com/30619889/39662588-9496c584-5096-11e8-88dc-396da42da0a3.jpg [image: 2] https://user-images.githubusercontent.com/30619889/39662589-94fe6464-5096-11e8-9d5e-758f463f784a.jpg

感谢您的快速回复,我是直接在群晖的docker里面进行的设置,之前也google了很久解决办法,在网上没有找到答案,还烦请您帮忙解答。如果还需要我提供其他信息烦请告知。谢谢

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/wahyd4/aria2-ariang-docker/issues/5#issuecomment-386797494, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzD4OujmOFepyzjLuvTyHJpmxyzr5xJks5tvYbggaJpZM4Tzl57 .

chocksyu commented 6 years ago

3 4 您好! 第一张图是没有将配置文件映射到自己文件时的情况,有.conf文件存在 第二张图时将配置文件映射到自己文件的情况,没有了.conf文件 我刚刚又google了一下设法自己解决,实在没有找到解决办法,还是得麻烦您帮我看一下。谢谢

wahyd4 commented 6 years ago

这就说明你配置的群晖上面的地址是错的,或者群晖禁止你访问那个目录。总之就是你配置的文件不能被docker找到 On Sat, 5 May 2018 at 10:48 pm, chocksyu notifications@github.com wrote:

[image: 3] https://user-images.githubusercontent.com/30619889/39663392-4fdb65b2-50a5-11e8-9d1c-24f0d2899147.jpg [image: 4] https://user-images.githubusercontent.com/30619889/39663396-5f5e0b20-50a5-11e8-9901-e8815abdbfc5.jpg 您好! 第一张图是没有将配置文件映射到自己文件时的情况,有.conf文件存在 第二张图时将配置文件映射到自己文件的情况,没有了.conf文件 我刚刚又google了一下设法自己解决,实在没有找到解决办法,还是得麻烦您帮我看一下。谢谢

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/wahyd4/aria2-ariang-docker/issues/5#issuecomment-386803443, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzD4N5uOD49ID6AnuTgglJr0GqBt-rjks5tvZ-agaJpZM4Tzl57 .

chocksyu commented 6 years ago

5 刚刚又重新检查了一遍,配置文件地址没问题,权限也开了。另外这个配置文件我之前在使用其他aria2映像的时候是可以正常使用的。好郁闷

chocksyu commented 6 years ago

同样挂在/downloads到/data 就是没问题的

chocksyu commented 6 years ago

如果直接挂在我的配置文件夹 /docker/conf/ 到 /root/conf/ 的话 日志会报错显示无法启动/root/conf/aria2c.sh

wahyd4 commented 6 years ago

我看你的配置文件目录应该是/docker/aria2.conf吧 On Sat, 5 May 2018 at 11:04 pm, chocksyu notifications@github.com wrote:

同样挂在/downloads到/data 就是没问题的

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/wahyd4/aria2-ariang-docker/issues/5#issuecomment-386804314, or mute the thread https://github.com/notifications/unsubscribe-auth/AAzD4IAvRUBwijRVgTua_mB1352yPSdbks5tvaNEgaJpZM4Tzl57 .

chocksyu commented 6 years ago

是的大神,后来把配置目录都改成/docker/aria2.conf了 不管是挂载/docker/aria2.conf 还是 /docker/aira2/config/aria2.conf 都不行

wahyd4 commented 6 years ago

这个是因为你的配置文件问题,和本项目无关,你自己再尝试解决吧