question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for ARM servers

See original GitHub issue

Tried to run this on ARM server, it hanged on

 > Waiting for Outline server to be healthy ....

so I checked docker log and…

standard_init_linux.go:228: exec user process caused: exec format error

this happened. Seems like binaries don’t support aarch64. Looks like adding aarch64-compatible binaries will solve this problem.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:5
  • Comments:9

github_iconTop GitHub Comments

3reactions
fX4N1DmH311X39SpxXLWxMWy49n6o8zbcommented, Oct 19, 2022

Here’s simpler solution.

curl -sL "https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh" | sed '/local MACHINE_TYPE/,/fi/{d}' | bash

You can test before run on https://sed.js.org/ too.

Can you please make a simple pull request and i feel like they will approve it.

3reactions
jason05031commented, Mar 30, 2022

root@instance-20220330-2007:~# sudo SB_IMAGE=“kugaevsky/outline-server-arm64” bash -c “$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh)” Unsupported machine type: aarch64. Please run this script on a x86_64 machine

Sorry! Something went wrong. If you can’t figure this out, please copy and paste all this output into the Outline Manager screen, and send it to us, to see if we can help you. Full log: /tmp/outline_logVG4

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adding ARM 64-bit server hosts to your IBM Spectrum LSF ...
The following steps describe how to add ARM 64-bit hosts to your IBM Spectrum LSF Suite for Workgroups cluster. ... For example, the...
Read more >
Server and HPC tools | Installation - Arm Developer
Instructions to help you install and license your HPC software downloaded packages.
Read more >
Migrate the ARM installation to a new server
Make sure all system requirements are met. · Set up the new server with the desired OS. · Apply the latest Windows updates....
Read more >
ARM Servers: Mobile CPU Architecture For Datacentres?
Given enough time, developers will start adding support for ARM hardware, but this won't be a fast process. They will have to tweak...
Read more >
Add support to ARM architecture processors - Atlassian
Provide a Jira distribution that officially supports ARM processors in newer Jira versions. Comments. Michal Turek. Added 4/19/22 9:16 AM.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found