I am willing to install rippled on my Linux 3.13.0. following : Installation on Ubuntu with alien
https://ripple.com/build/rippled-setup/#installation-on-centosred-hat-with-yum
But I am stuck at this line :
sudo systemctl enable rippled.service
Furthermore, I followed all the anteriors steps but it seems my terminal doesn't recognized the service
->rippled : unrecognized service ->rippled.service : unrecognized service
Thanks in advance
I had the same problem just a few days ago. I found an answer by posting this problem in the xrpchat forum. This is the thread: http://www.xrpchat.com/topic/1761-cant-run-rippled-as-service/
To sum it up you should do the following steps :
cd /opt/ripple/bin
and then ls
. Now see if there is the "rippled" executable. sudo systemctl start rippled.service
sudo systemctl status rippled.service
. If it runs - congratulations you're done. If it doesnt there might be a variety of problems. In this particular case: If the output contains something like "permission denied", do step 4.cd
and there run ls -la
. The owner of all these directories must be a user called "rippled"sudo chown -R rippled:rippled /path/to/dir
Beside the mentioned forum other helpful links might be the official ripple forum:https://forum.ripple.com/
And the official installation instructions: https://ripple.com/build/rippled-setup/#installation-on-ubuntu-with-alien