masa-finance / masa-node-v1.0

Masa Blockchain Node
https://masa.finance
MIT License
97 stars 252 forks source link

masa-node-v10-masa-node-1 syntax error #35

Open ChanheeBaek opened 2 years ago

ChanheeBaek commented 2 years ago

image

masa-node-v10-masa-node-1 keep restarting

image

cannot exec

usrbad commented 2 years ago

I have this error too on my local Macbook Pro. On Ubuntu 20.04 I don't have this problem as well. I can confirm some people has this problem too.

teslashibe commented 2 years ago

@usrbad can you post the Docker resources you are running? And can you confirm if it is an M1 chip?

Screen Shot 2022-02-26 at 1 20 39 PM

i.e. as in the following picture above. Thank you!

usrbad commented 2 years ago

@teslashibe , no, it's not M1, it's Intel. Restarting forever. But I don't care because I use VPS server.

image image
teslashibe commented 2 years ago

@usrbad we will look into this I am also seeing the same error on my M1 machine - can you post docker version specs including compose version an the VPS setup you have? We will try and reproduce. Thanks

usrbad commented 2 years ago

@teslashibe here you are. Do you got me right, that on this setup it works fine? It is only has problems with Macbook. VPS config (node works fine):

# uname -a
Linux host1838508 5.4.0-81-generic #91-Ubuntu SMP Thu Jul 15 19:09:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
# docker version
Client: Docker Engine - Community
 Version:           20.10.12
 API version:       1.41
 Go version:        go1.16.12
 Git commit:        e91ed57
 Built:             Mon Dec 13 11:45:33 2021
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.12
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.16.12
  Git commit:       459d0df
  Built:            Mon Dec 13 11:43:42 2021
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.4.12
  GitCommit:        7b11cfaabd73bb80907dd23182b9347b4245eb5d
 runc:
  Version:          1.0.2
  GitCommit:        v1.0.2-0-g52b36a2
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
# docker-compose version
docker-compose version 1.29.2, build 5becea4c
docker-py version: 5.0.0
CPython version: 3.7.10
OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
gitn17 commented 2 years ago

@teslashibe Hello, i have same issue, here is the specs:

# uname -a
Linux gitn 5.8.0-43-generic #49~20.04.1-Ubuntu SMP Fri Feb 5 09:57:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
# docker version
Client: Docker Engine - Community
 Version:           20.10.13
 API version:       1.41
 Go version:        go1.16.15
 Git commit:        a224086
 Built:             Thu Mar 10 14:07:51 2022
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.13
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.16.15
  Git commit:       906f57f
  Built:            Thu Mar 10 14:05:44 2022
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.5.10
  GitCommit:        2a1d4dbdb2a1030dc5b01e96fb110a9d9f150ecc
 runc:
  Version:          1.0.3
  GitCommit:        v1.0.3-0-gf46b6ba
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
# docker compose version
Docker Compose version v2.2.3

masa1