Open staking4all opened 2 months ago
I switched to root user, still got error.
Deleted the folder /usr/local/bin/rollappd
Then ran again as root, now it worked.
can you try running the rollappd
binary directly as the user you originally intended with? something basic like rollappd config
will do.
can the user run other binaries located in the same, /usr/local/bin
directory?
Roller version
1.6.4-alpha-rc06
OS
Ubuntu 22.04.5 LTS
Processor Architecture
x86_64
Others
Steps to reproduce it
Executed roller rollapp init
Expected result
rollapp to be created
Actual result
Getting error ERROR failed to initialize rollapp client ERROR failed to initialize the RollApp: command execution failed: fork/exec /usr/local/bin/rollappd: permission denied, stderr:
Have tried chmod 777 -R and chown but still getting error.
Below is full on screen log __roller rollapp init /home/dymension/.roller INFO installing dependencies Downloading 0% | | ( 0 B/40 MB) [0s:0s] Downloading 100% |█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (40/40 MB, 52 MB/s) SUCCESS Successfully installed dymension select the environment you want to initialize for:
SUCCESS Successfully installed rollapp
INFO all dependencies installed in: 34.472976871s INFO roller.toml not found, creating ERROR failed to initialize rollapp client ERROR failed to initialize the RollApp: command execution failed: fork/exec /usr/local/bin/rollappd: permission denied, stderr:__
Log Files
Notes
No response