Error: SubstrateService(Other("Failed to build a full subspace node: IO Error"))
2022-05-31 20:14:06 Subspace
2022-05-31 20:14:06 ✌️ version 0.1.0-unknown
2022-05-31 20:14:06 ❤️ by Subspace Labs <https://subspace.network>, 2021-2022
2022-05-31 20:14:06 📋 Chain specification: Subspace Gemini 1
2022-05-31 20:14:06 🏷 Node name: DEMonk
2022-05-31 20:14:06 👤 Role: AUTHORITY
2022-05-31 20:14:06 💾 Database: ParityDb at /home/subspace/.local/share/subspace/node/chains/subspace_gemini_1a/paritydb/full
2022-05-31 20:14:06 ⛓ Native runtime: subspace-0 (subspace-0.tx0.au0)
I have a lot of free space on disk. I have read/write permission. I have built it from source, but error also occurs when using the pre-built binary.
I use this command to start node:
subspace-node --chain gemini-1 --execution wasm --base-path /home/subspace/.local/share/subspace/node --pruning 1024 --keep-blocks 1024 --validator --in-peers=512 --out-peers=512 --name DEMonk
I’m using Arch Linux x86_64.
Logs from the pre-built binary:
Error: SubstrateService(Other("Failed to build a full subspace node: IO Error"))
2022-06-01 23:27:38 Subspace
2022-06-01 23:27:38 ✌️ version 0.1.0-38eb757fe63
2022-06-01 23:27:38 ❤️ by Subspace Labs <https://subspace.network>, 2021-2022
2022-06-01 23:27:38 📋 Chain specification: Subspace Gemini 1
2022-06-01 23:27:38 🏷 Node name: DEMonk
2022-06-01 23:27:38 👤 Role: AUTHORITY
2022-06-01 23:27:38 💾 Database: ParityDb at /home/subspace/.local/share/subspace/node/chains/subspace_gemini_1a/paritydb/full
2022-06-01 23:27:38 ⛓ Native runtime: subspace-0 (subspace-0.tx0.au0)
Error occurs after this system call:
futex(0x7fc6506272d0, FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME, 276623, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
I noticed that the error only appears with the --chain gemini-1
flag