-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Getting EACCES error when starting as normal user. Works as root. #1604
Comments
A week passed and no one even assigned... Anyway I managed to resolve problem by unpacking app.asar and investigating what the program is trying to do. As I see it is relying on timedatectl call to check if system is configured with NTP. "timedatectl" should not be installed on every linux system. In my case I am not using systemd and I don't have timedatectl. However, I have NTP configured and it working correctly. On the other hand, ethereum-wallet started as a root but warning message was displayed that system is not using NTP time. The workaround is simple - i created executable script called timedatectl and added it to the PATH. The content of this script is trivial: #!/bin/bash
\# this script is meant to mimic timedatectl program provided by systemd package
echo "Network time on: yes" Now ethereum/mist starting properly. |
Thanks for the issue. Sorry for the delay we are working on other things right now. So issues are on th backlog and some of us are traveling right now. This issue is in the ntp check package we use I guess or in go Ethereum itself. |
Please upgrade to os-timesync v1.0.7 |
PR including |
@xtensa could you please check whether this issue is resolved in |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Have a problem with starting ethereum-wallet as normal user - getting EACCES error. Not getting this issue when starting as root so it is definitely a permission issue. I am not familiar with electron so don't know how to debug it further. If more information needed please give a direction.
System information
Gentoo Linux k7 4.2.0-tuxonice #1 SMP x86_64
Output log
The text was updated successfully, but these errors were encountered: