Developers Forum for XinFin XDC Network

Ed
Ed

Posted on

Masternode Setup with Symbolic Link to chaindata?

Need some assistance after running the installer, I get this error when I try to start up my masternode.

./start-node.sh: line 35: /work/xdcchain/xdc.log: No such file or directory

Discussion (5)

Collapse
edanastas profile image
Ed Author

Also getting this error... sudo bash ./xdc-attach.sh
Error response from daemon: Container xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx is restarting, wait until the container is running

Collapse
gzliudan profile image
Daniel Liu • Edited on

Please try below commands:

cd XinFin-Node
git pull
cd mainnet

# modify file .env
vi .env

./docker-up.sh
Enter fullscreen mode Exit fullscreen mode
Collapse
edanastas profile image
Ed Author

I ran that, but doesn't seem to work. I have a symbolic link for my chaindata that directs to a blockstorage scalable drive. Could that be affecting the install due to ownership or permissions?

Collapse
gzliudan profile image
Daniel Liu • Edited on

How to reproduce your error ? May symbol link does not work in docker.

Thread Thread
edanastas profile image
Ed Author

I just did the upgrade. Don't know how to reproduce.