You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
Hi everyone,
Thanks for this great tool.
I'm facing some issues using it on Windows.
I managed to launch the script using an ubuntu docker image. ./parity-deploy.sh --config aura
But when I'm launching the container with docker-compose up -d
this error is showing in the logs and the container won't start :
host1 | Failed to open database Custom { kind: Other, error: StringError("IO error: While fsync: a directory: Invalid argument") }
I also add this error but it disappeared after a while (but I don't see what I did to fi it) :
host1 | Invalid node address format given for a boot node: enode://@Host1:30303
Hi everyone,
Thanks for this great tool.
I'm facing some issues using it on Windows.
I managed to launch the script using an ubuntu docker image.
./parity-deploy.sh --config aura
But when I'm launching the container with docker-compose up -d
this error is showing in the logs and the container won't start :
host1 | Failed to open database Custom { kind: Other, error: StringError("IO error: While fsync: a directory: Invalid argument") }
I also add this error but it disappeared after a while (but I don't see what I did to fi it) :
host1 | Invalid node address format given for a boot node: enode://@Host1:30303
Here is my docker-compose generated file
docker-compose.txt
And the full logs of the docker compose launch :
logs.txt
I'm guessing there might be a problem with file access for the container but I've failed to fix it so far.
Can you provide me with some guidance on this ?
Thanks and regards.
Benjamin
The text was updated successfully, but these errors were encountered: