Coder Social home page Coder Social logo

Comments (3)

yorickdowne avatar yorickdowne commented on August 24, 2024

Couple comments

./ethd config should not be run as sudo, though I do have logic in there to detect when that is being done and (hopefully) act correctly

Second, something in my config logic is going very wrong. It should check for aarch64 and not even offer SSV in that case, because SSV only works on amd64. If you want it on arm64, that is a discussion with the upstream maintainers to publish a multiarch Docker image. See https://hub.docker.com/r/bloxstaking/ssv-node/tags

Can you get me the output of uname -a on that machine, please? That'll let me see where I'm going wrong in config.

I am currently doing elif uname -a | grep -q aarch64; then to detect arm64

from eth-docker.

dwampa avatar dwampa commented on August 24, 2024

Sure thing, here it is:
Darwin M2-Air.local 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:19:22 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T8112 arm64

On a side-note, I also assumed the issue is with arm64 so I did spin up a EC2 instance on amd64. Surprisingly, there were other permission issues on Ubuntu 24.04, but no issues on 22.04. JFYI if anyone will report the same errors.

from eth-docker.

yorickdowne avatar yorickdowne commented on August 24, 2024

Got it. It’s an m1 Mac, so my aarch64 doesn’t work. I should look for arm64. Hopefully that works on other machines too — maybe I’ll look for either.

ssv on arm64 shouldn’t be offered. Thanks for the report. I’ll fix the config script.

from eth-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.