Problem with lite-node sync after reinstall #11665
Unanswered
BorisGrigoryev
asked this question in
Build and Sync
Replies: 1 comment
-
Ok. I was able to run lite-node with administrator rights, but I encountered a different problem with command [ lotus wallet list ] ERROR: listing keystore: permissions of key: '.DS_Store' are too relaxed, required: 0600, got: 0644 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! After a soft deletion of wallets via Lotus on MacOS encountered a problem:
permissions of key: '.DS_Store' are too relaxed, required: 0600, got: 0644
I decided to delete lotus folder and reinstall it.
After installation I encountered the following problem:
FULLNODE_API_INFO=wss://api.chain.love lotus daemon --lite
ERROR alerting alerting/alerts.go:106 alert raised {"type": {"System":"process","Subsystem":"udp-buffer-size"}, "message": {"error":"dial udp [::1]:0: connect: can't assign requested address","message":"Failed to create UDP connection"}}
ERROR: initializing node: starting node: could not build arguments for function "github.com/filecoin-project/lotus/node/modules/lp2p".PstoreAddSelfKeys (/Users/explorer/lotus/node/modules/lp2p/libp2p.go:101): failed to build peer.ID: could not build arguments for function "reflect".makeFuncStub (/opt/homebrew/Cellar/go/1.22.0/libexec/src/reflect/asm_arm64.s:29): failed to build crypto.PubKey: could not build arguments for function "reflect".makeFuncStub (/opt/homebrew/Cellar/go/1.22.0/libexec/src/reflect/asm_arm64.s:29): failed to build crypto.PrivKey: received non-nil error from function "reflect".makeFuncStub (/opt/homebrew/Cellar/go/1.22.0/libexec/src/reflect/asm_arm64.s:29): opening key 'libp2p-host': stat /Users/explorer/.lotus/keystore/KLUWE4GROAAAQ33TOQ: permission denied
P.S. the lotus/keystore folder does not exist
Beta Was this translation helpful? Give feedback.
All reactions