nimbus-eth2 icon indicating copy to clipboard operation
nimbus-eth2 copied to clipboard

Deposit importer claims directory doesn't exist

Open lightclient opened this issue 3 years ago • 1 comments

Not sure why the importer claims the directory doesn't exist.

$ nimbus-v22.8.0 deposits import --data-dir=/var/lib/sepolia/nimbus /home/matt/keys/sepolia/
Error while processing the importedDepositsDir=/home/matt/keys/sepolia/ parameter: Directory doesn't exist
$ la /home/matt/keys
drwxr-xr-x - matt matt 24 Aug 09:44 sepolia

lightclient avatar Aug 24 '22 16:08 lightclient

Hmm seems to be some issue with permissions. Can't figure out what though - the folder did exist and the nimbus user owned it, but it was in my user's home directory. Was able to get it working by moving it into the nimbus data dir. Seems like the error isn't accurate which is causing the most confusion.

lightclient avatar Aug 24 '22 17:08 lightclient