Giter Club home page Giter Club logo

Comments (4)

dignifiedquire avatar dignifiedquire commented on May 22, 2024

ping @jbenet I don't have linux machine around atm and it sounds like it's an issue with the forking again :(

from ipfs-desktop.

ion1 avatar ion1 commented on May 22, 2024
Station-linux-x64/resources/app/node_modules/go-ipfs/bin/ipfs: Mach-O 64-bit x86_64 executable

When Linux doesnโ€™t understand the executable file format, it tries to run it through sh, resulting in the confusing syntax error. From strace:

18293 execve("/tmp/foo/Station-linux-x64/resources/app/node_modules/go-ipfs/bin/ipfs", ["/tmp/foo/Station-linux-x64/resources/app/node_modules/go-ipfs/bin/ipfs", "daemon"], [/* 121 vars */] <unfinished ...>
18293 execve("/bin/sh", ["/bin/sh", "/tmp/foo/Station-linux-x64/resources/app/node_modules/go-ipfs/bin/ipfs", "daemon"], [/* 121 vars */] <unfinished ...>

from ipfs-desktop.

dignifiedquire avatar dignifiedquire commented on May 22, 2024

@ion1 might that be that the go-ipfs binary packaged on my osx is not compatible with linux?

from ipfs-desktop.

jbenet avatar jbenet commented on May 22, 2024

need to package the right binary for the right platform. npm install go-ipfs does this correctly for your local arch. maybe https://github.com/ipfs/npm-go-ipfs should expose a function to be able to install a specific go-platform.

from ipfs-desktop.

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.