EOA-Blockchain-Labs / ethereumonarm

Tools and scripts to build images that turn ARM devices into ful Ethereum nodes
GNU General Public License v3.0
143 stars 35 forks source link

Failed to start geth #4

Closed wongtam closed 3 years ago

wongtam commented 3 years ago

Hi! I haven't been able to get my raspberry pi 4 up and running, The follow is what I get when I check the logs upon start up. I am following the instructions on the readthedocs so not sure what's wrong. Any help would be appreciated...thanks!

-- Logs begin at Wed 2020-04-01 17:23:43 UTC. -- Apr 22 03:55:33 ethereumonarm-37ed4dd2b geth[2725]: INFO [04-22|03:55:33.087] Maximum peer count ETH=50 LES=0 total=50 Apr 22 03:55:33 ethereumonarm-37ed4dd2b geth[2725]: INFO [04-22|03:55:33.087] Smartcard socket not found, disabling err="stat /run/pcscd/pcscd.comm: no such file or directory" Apr 22 03:55:33 ethereumonarm-37ed4dd2b geth[2725]: Fatal: Failed to create the protocol stack: mkdir /home/ethereum: permission denied Apr 22 03:55:33 ethereumonarm-37ed4dd2b systemd[1]: geth.service: Main process exited, code=exited, status=1/FAILURE Apr 22 03:55:33 ethereumonarm-37ed4dd2b systemd[1]: geth.service: Failed with result 'exit-code'. Apr 22 03:55:33 ethereumonarm-37ed4dd2b systemd[1]: geth.service: Scheduled restart job, restart counter is at 5. Apr 22 03:55:33 ethereumonarm-37ed4dd2b systemd[1]: Stopped Ethereum geth client daemon by The Ethereum Foundation. Apr 22 03:55:33 ethereumonarm-37ed4dd2b systemd[1]: geth.service: Start request repeated too quickly. Apr 22 03:55:33 ethereumonarm-37ed4dd2b systemd[1]: geth.service: Failed with result 'exit-code'. Apr 22 03:55:33 ethereumonarm-37ed4dd2b systemd[1]: Failed to start Ethereum geth client daemon by The Ethereum Foundation.

diglos commented 3 years ago

Hi,

It appears that something went wrong with the disk setup (the USB SSD disk). Please run these commands and paste the output here:

df -h

sudo fdisk -l

Regards.

wongtam commented 3 years ago

I did a bit more research, I think it might be this issue: https://github.com/raspberrypi/linux/issues/4130 I am using the same SSD case as in the link. Will experiment and see If I can get more power to it. Thanks.

diglos commented 3 years ago

Yes, it seems the NVMe to USB case is not working. I'm closing the issue for now but feel free to reopen it if you need further assistance.

Regards!