NethermindEth / nethermind

A robust execution client for Ethereum node operators.
https://nethermind.io/nethermind-client
GNU General Public License v3.0
1.27k stars 434 forks source link

Client requires sudo to run #4703

Open flcl42 opened 2 years ago

flcl42 commented 2 years ago

Describe the bug The client wrapper https://github.com/NethermindEth/nethermind/blob/cb0863c2a25ecbe8e8d80dbcc851acc03e2ed5f6/scripts/execution.sh includes privilege escalation request that looks unnecessary.

To Reproduce Steps to reproduce the behavior:

  1. Install nethermind from ppa
  2. Run
  3. Escalation is requested

Expected behavior The client just runs

Desktop (please complete the following information):

ZaneCEO commented 1 year ago

Confirmed. Someone reported the issue here. Running /usr/share/nethermind/Nethermind.Runner directly without sudoing works just fine.