Closed hanyugang closed 5 years ago
Which user you running against on your host?
Besides, are you using x86 CPU or arm CPU?
On Thu, 5 Sep 2019 at 8:14 am, hanyugang notifications@github.com wrote:
中文版
- 使用的是什么应用作为文件管理?plex-filebrowser
- docker 容器是否都是正常运行?wahyd4/aria2-ui启动失败,spritsail/plex-media-server可以启动
- 日志输出是什么样子的?
docker logs 5fea1294509f
update uid and gid to 1000:1000 usermod: no changes give caddy permissions to use low ports Failed to set capabilities on file `/usr/local/bin/caddy' (Not supported) usage: setcap [-q] [-v] [-n ] (-r|-|) [ ... (-r|-|) ]
Note must be a regular (non-symlink) file.
- 是否可以重现这个问题? 如何重新?
- 使用的操作系统以及Docker 版本 OS: openwrt snapshot Docker version 19.03.1, build 74b1e89e8a
- (可选)应用截图
— 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-x-docker-compose/issues/70?email_source=notifications&email_token=AAGMHYFB6XX4VKM2VZZSVSLQIAXLZA5CNFSM4ITXAY6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJMCLUA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGMHYD5QAHS2JKGEFYHFU3QIAXLZANCNFSM4ITXAY6A .
-- Kind regards, Junwei Zhao
Which user you running against on your host? Besides, are you using x86 CPU or arm CPU?
using x86-64 cpu in VMware Workstation 15 Pro
which user?
On Thu, 5 Sep 2019 at 5:47 pm, hanyugang notifications@github.com wrote:
Which user you running against on your host? Besides, are you using x86 CPU or arm CPU? On Thu, 5 Sep 2019 at 8:14 am, hanyugang @.*> wrote: 中文版 - 使用的是什么应用作为文件管理?plex-filebrowser - docker 容器是否都是正常运行?wahyd4/aria2-ui启动失败,spritsail/plex-media-server可以启动 - 日志输出是什么样子的? docker logs 5fea1294509f ** update uid and gid to 1000:1000 usermod: no changes give caddy permissions to use low ports **** Failed to set capabilities on file `/usr/local/bin/caddy' (Not supported) usage: setcap [-q] [-v] [-n ] (-r|-|) [ ... (-r|-|) ] Note must be a regular (non-symlink) file. - 是否可以重现这个问题? 如何重新? - 使用的操作系统以及Docker 版本 OS: openwrt snapshot Docker version 19.03.1, build 74b1e89e8a - (可选)应用截图 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#70 https://github.com/wahyd4/aria2-ariang-x-docker-compose/issues/70?email_source=notifications&email_token=AAGMHYFB6XX4VKM2VZZSVSLQIAXLZA5CNFSM4ITXAY6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJMCLUA>, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGMHYD5QAHS2JKGEFYHFU3QIAXLZANCNFSM4ITXAY6A . -- Kind regards, Junwei Zhao
using x86-64 cpu in VMware Workstation 15 Pro
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/wahyd4/aria2-ariang-x-docker-compose/issues/70?email_source=notifications&email_token=AAGMHYCYRDX5WJDYWGNNDA3QIC2PNA5CNFSM4ITXAY6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD56FVYQ#issuecomment-528243426, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGMHYEHBFEFBH6EYRI44J3QIC2PNANCNFSM4ITXAY6A .
-- Kind regards, Junwei Zhao
using root
Junv notifications@github.com 于2019年9月5日周四 下午3:57写道:
which user?
using x86-64 cpu in VMware Workstation 15 Pro —
I just tested on a fresh debian 9, just works fine. So what's your
I use openwrt docker-ce package( http://downloads.openwrt.org/snapshots/packages/x86_64/packages/docker-ce_19.03.1-1_x86_64.ipk ) Package: docker-ce Version: 19.03.1-1
docker-compose version 1.24.1, build 4667896b
linux kerner: 4.19.66
Junv notifications@github.com 于2019年9月5日周四 下午4:46写道:
I just tested on a fresh debian 9, just works fine. So what's your
- docker version? Are you running the native docker or custom docker which modified by openwrt?
- docker-compose version?
- Linux kernel version?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wahyd4/aria2-ariang-x-docker-compose/issues/70?email_source=notifications&email_token=AAEMKVETZYXZDWPXLNINV2LQIDBNBA5CNFSM4ITXAY6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD56K63I#issuecomment-528265069, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEMKVFLYDLHRMEYWB4KZMDQIDBNBANCNFSM4ITXAY6A .
From the issue here https://github.com/moby/moby/issues/5650, maybe because the setcap
is not supported on openwrt docker
or openwrt
. You can try to run setcap
on your host to have a look.
Due to my limited spare time, I won't be able supported other docker distributions except for the official version. So you will need to deal with this issue by yourself.
我试了一下,这个确实是setcap的报错信息,可能openwrt不支持吧。 我使用h5ai时caddy正常启动,filebrowser是出于什么原因要使用setcap来配置caddy?
Junv notifications@github.com 于2019年9月5日周四 下午5:33写道:
From the issue here moby/moby#5650 https://github.com/moby/moby/issues/5650, maybe because the setcap is not supported on openwrt docker or openwrt. You can try to run setcap on your host to have a look.
Due to my spare limited time, I won't be able supported other docker distributions except for the official version. So you will need to deal with this issue by yourself.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wahyd4/aria2-ariang-x-docker-compose/issues/70?email_source=notifications&email_token=AAEMKVFD5QLRNKE7BIX62BLQIDG5LA5CNFSM4ITXAY6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD56PKFI#issuecomment-528282901, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEMKVB3ICUJEIVSJIUJB6LQIDG5LANCNFSM4ITXAY6A .
Because of #67 and https://github.com/wahyd4/aria2-ariang-docker/issues/39
As this issue is not in scope, so I'm going to close this now, cheers.
中文版
使用的是什么应用作为文件管理?plex-filebrowser
docker 容器是否都是正常运行?wahyd4/aria2-ui启动失败,spritsail/plex-media-server可以启动
日志输出是什么样子的?
docker logs 5fea1294509f
update uid and gid to 1000:1000 usermod: no changes give caddy permissions to use low ports Failed to set capabilities on file `/usr/local/bin/caddy' (Not supported) usage: setcap [-q] [-v] [-n] (-r|-|) [ ... (-r|-|) ]
Note must be a regular (non-symlink) file.
是否可以重现这个问题? 如何重新?
使用的操作系统以及Docker 版本 OS: openwrt snapshot Docker version 19.03.1, build 74b1e89e8a
(可选)应用截图