我愿意在Linux 3.13.0上安装rippled。以下:在Ubuntu上安装外星人
https://ripple.com/build/rippled-setup/#installation-on-centosred-hat-with-yum
但我被困在这条线上:
sudo systemctl enable rippled.service
此外,我遵循了所有的前部步骤,但似乎我的终端无法识别服务
- >波纹:无法识别的服务 - > rippled.service:无法识别的服务
提前致谢
答案 0 :(得分:2)
几天前我遇到了同样的问题。我通过在xrpchat论坛中发布此问题找到答案。这是线程: http://www.xrpchat.com/topic/1761-cant-run-rippled-as-service/
总结一下,您应该执行以下步骤:
cd /opt/ripple/bin
然后ls
。现在看看是否有“波纹”可执行文件。 sudo systemctl start rippled.service
sudo systemctl status rippled.service
检查波纹服务的最新输出。如果它运行 - 祝贺你已经完成。如果它没有,可能会有各种各样的问题。在这种特殊情况下:如果输出包含“权限被拒绝”之类的内容,请执行步骤4. cd
所需路径的父目录,然后运行ls -la
。所有这些目录的所有者必须是名为“rippled”的用户sudo chown -R rippled:rippled /path/to/dir
除了上述论坛,其他有用的链接可能是官方涟漪论坛:https://forum.ripple.com/
官方安装说明: https://ripple.com/build/rippled-setup/#installation-on-ubuntu-with-alien