Collabora on my Odroid C2

Hello,

I try to setup docker and collabora to use on my Odroid C2 server at home.
But I have proxy errors and docker container errors.

Docker logs from the collabora container:

standard_init_linux.go:178: exec user process caused "exec format error"

Apache error log:

[Sun Sep 10 13:59:41.215789 2017] [proxy:error] [pid 19971] (111)Connection refused: AH00957: HTTPS: attempt to connect to 127.0.0.1:9980 (127.0.0.1) failed
[Sun Sep 10 13:59:41.215965 2017] [proxy:error] [pid 19971] AH00959: ap_proxy_connect_backend disabling worker for (127.0.0.1) for 0s
[Sun Sep 10 13:59:41.215989 2017] [proxy_http:error] [pid 19971] [client 109.84.0.45:11903] AH01114: HTTP: failed to make connection to backend: 127.0.0.1
[Sun Sep 10 13:59:46.524366 2017] [proxy:error] [pid 19969] (111)Connection refused: AH00957: HTTPS: attempt to connect to 127.0.0.1:9980 (127.0.0.1) failed
[Sun Sep 10 13:59:46.524510 2017] [proxy:error] [pid 19969] AH00959: ap_proxy_connect_backend disabling worker for (127.0.0.1) for 0s
[Sun Sep 10 13:59:46.524526 2017] [proxy_http:error] [pid 19969] [client 109.84.0.45:14596] AH01114: HTTP: failed to make connection to backend: 127.0.0.1
[Sun Sep 10 14:01:15.494714 2017] [proxy:error] [pid 19970] (111)Connection refused: AH00957: HTTPS: attempt to connect to 127.0.0.1:9980 (127.0.0.1) failed
[Sun Sep 10 14:01:15.494811 2017] [proxy:error] [pid 19970] AH00959: ap_proxy_connect_backend disabling worker for (127.0.0.1) for 0s
[Sun Sep 10 14:01:15.494830 2017] [proxy_http:error] [pid 19970] [client 109.84.0.45:1786] AH01114: HTTP: failed to make connection to backend: 127.0.0.1

Has anyone an idea to fix this?

what kind of architecture is that device?

Aarch64 (arm)

Thats the problem, collabora only supports x86-64-bit. Thatโ€™s why you get that executable error.

Shit, maybe onlyoffice works?

any conversations on ARM support? I would be very interested on this.

unfortunately not the dockerimage either, but there is a guy who managed to compile an arm version of that:
https://help.nextcloud.com/t/onlyoffice-and-nextcloud-on-one-raspberry-pi3/?source_topic_id=20783

probably there is such a thread for collabora too.