metanull-operator / eth2-ubuntu

Configuration of an Ubuntu 20.04 LTS server for use as an Eth2 staking system, including setup of monitoring dashboard.
106 stars 30 forks source link

Possible permissions issue #11

Closed Pitty709 closed 3 years ago

Pitty709 commented 3 years ago

relatively new to linux. setting up a testnet but having trouble at the importing validator keys phase. i think it might be a permissions issue as i get "FATAL accounts: Could not import accounts: could not determine if path is a directory: stat /home/**/eth2deposit-cli/validator_keys: permission denied". anyone run into this type of thing? to do the import i ran "sudo -u validator /home/validator/bin/prysm.sh validator accounts import --pyrmont --keys-dir=$HOME/eth2deposit-cli/validator_keys". thanks!

Pitty709 commented 3 years ago

Issue on my side. My $HOME folder didn't have permissions for other groups to access. Fixed that and issued resolved.