wahyd4 / aria2-ariang-x-docker-compose

Docker compose files for Aria2+ AriaNg+ filerun/ Nextcloud/ h5ai + Plex. 图形化BT,磁力,离线下载,文件管理,播放,投屏
1.78k stars 277 forks source link

启动报错 #95

Closed sylaryang closed 3 years ago

sylaryang commented 3 years ago

Status: Downloaded newer image for wahyd4/aria2-ui:nextcloud-arm32 Creating nextcloud_nextcloud_1 ... done Creating nextcloud_aria2_1 ... done Attaching to nextcloud_nextcloud_1, nextcloud_aria2_1 nextcloud_1 | standard_init_linux.go:211: exec user process caused "exec format error" aria2_1 | standard_init_linux.go:211: exec user process caused "exec format error" nextcloud_nextcloud_1 exited with code 1 nextcloud_aria2_1 exited with code 1

百度了一下,可能是执行脚本没有加#!bin/bash

不知道是不是这样的。

wahyd4 commented 3 years ago

This is because you didn't choose the proper CPU platform.

I can see you are using arm32, but what CPU are you running against?

On Sat, 12 Sep 2020, 02:47 sylaryang, notifications@github.com wrote:

Status: Downloaded newer image for wahyd4/aria2-ui:nextcloud-arm32 Creating nextcloud_nextcloud_1 ... done Creating nextcloud_aria2_1 ... done Attaching to nextcloud_nextcloud_1, nextcloud_aria2_1 nextcloud_1 | standard_init_linux.go:211: exec user process caused "exec format error" aria2_1 | standard_init_linux.go:211: exec user process caused "exec format error" nextcloud_nextcloud_1 exited with code 1 nextcloud_aria2_1 exited with code 1

百度了一下,可能是执行脚本没有加#!bin/bash

不知道是不是这样的。

— 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/95, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGMHYEFSOTZV632JT3BSZTSFJIBDANCNFSM4RH3Z7PA .

sylaryang commented 3 years ago

amlogic S905D, the phnicomm N1 box.

image
wahyd4 commented 3 years ago

I think you need to find out what's the CPU platform, arm32 or arm64 or x64, and then choose the proper tag accordingly.

Kind regards, Junwei Zhao

On Sat, Sep 12, 2020 at 11:30 AM sylaryang notifications@github.com wrote:

amlogic S905D, the phnicomm N1 box.

[image: image] https://user-images.githubusercontent.com/23307894/92984113-8040ce00-f4da-11ea-82f6-a95c520e9e50.png

— 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/95#issuecomment-691376399, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGMHYEEHLQKO4VKSREVW3DSFLFLPANCNFSM4RH3Z7PA .

wahyd4 commented 3 years ago

I assume this has bee solved as there is no further feedback provided.