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.

Issues when running quickstart on Apple silicon

See original GitHub issue

Describe the bug When running the quickstart on a MacOS machine with the M1 chip, there are a few problems:

  1. arm64 images aren’t found by default for mysql, neo4j, and kibana. This can be fixed by manually specifying compatible ones (i.e. commenting out kibana, using arm64v8/mariadb for mysql, and neo4j/neo4j-arm64-experimental:4.2.5-arm64 for neo4j).
  2. zookeeper and schema-registry crash with segmentation faults, potentially because of an issue with the qemu emulator on amd64 images. This can be mitigated for zookeeper, since an arm64 image exists, but I wasn’t able to find one for schema-registry.

To Reproduce Steps to reproduce the behavior:

  1. Run ./docker/quickstart.sh.

Expected behavior Containers all start up correctly and are healthy.

Desktop (please complete the following information):

  • OS: MacOS
  • Version: 11.2.3

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:5
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
nhat2008commented, Jan 10, 2022

in docker-compose file: docker-compose-without-neo4j.quickstart.yml : under service mysql , add

image: mysql:5.7
platform: linux/x86_64

it will work for M1

1reaction
pedro93commented, Apr 20, 2022

Hello @cmpadden

Feel free to open a PR, I’ll get someone with a non-m1 pc to validate. I’m on m1 myself too. Thank you for finding a solution!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Xcode fails to start Loading a plu… | Apple Developer Forums
The issue is I believe I attempted an upgrade and because I am using the new Apple chip CPU architecture, and not Intel,...
Read more >
Problems getting quickstart WordPress and MariaDB working ...
Hi all, I have a problem that I think is specific to Macs running Apple Silicon (M1 chips). I want to set up...
Read more >
Apple M1 Chip: Everything You Need to Know - MacRumors
Running Apps on M1 Macs. Because the M1 chip is using different architecture, Apple has built tools to allow developers to create Universal...
Read more >
I've just updated to 19.3 on two different Mac's and when trying ...
Please install Rosetta. The quick start experience runs node application in background as web server. And the node app is not coming with...
Read more >
Mac transition to Apple silicon - Wikipedia
The Mac transition to Apple silicon is the process of changing the central processing units (CPUs) of Apple Inc.'s line of Mac computers...
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