From d12ef993d13d4546f3d48e5127de36caf9c97b78 Mon Sep 17 00:00:00 2001 From: Michael Legleux Date: Thu, 30 Jan 2025 20:24:19 -0800 Subject: [PATCH] Fix tiny typo and update package reference --- .../infrastructure/troubleshooting/server-wont-start.md | 2 +- docs/infrastructure/troubleshooting/server-wont-start.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/@l10n/ja/docs/infrastructure/troubleshooting/server-wont-start.md b/@l10n/ja/docs/infrastructure/troubleshooting/server-wont-start.md index 50d4846ce5..271934eaf7 100644 --- a/@l10n/ja/docs/infrastructure/troubleshooting/server-wont-start.md +++ b/@l10n/ja/docs/infrastructure/troubleshooting/server-wont-start.md @@ -84,7 +84,7 @@ Aborted (core dumped) 考えられる解決策: -- `[validators.txt]`ファイルが存在し、`rippled`ユーザにこのファイルの読み取り権限があることを確認します。 +- `validators.txt`ファイルが存在し、`rippled`ユーザにこのファイルの読み取り権限があることを確認します。 {% admonition type="success" name="ヒント" %}`rippled`リポジトリには、RPMのインストール時にデフォルトの構成として提供される[`validators.txt`サンプルファイル](https://github.com/XRPLF/rippled/blob/master/cfg/validators-example.txt)が含まれています。このファイルがない場合は、上記のリンク先からコピーできます。{% /admonition %} diff --git a/docs/infrastructure/troubleshooting/server-wont-start.md b/docs/infrastructure/troubleshooting/server-wont-start.md index 81c6c382d6..235d2d9fbd 100644 --- a/docs/infrastructure/troubleshooting/server-wont-start.md +++ b/docs/infrastructure/troubleshooting/server-wont-start.md @@ -69,7 +69,7 @@ Possible solutions: - Create a config file that can be read by the `rippled` user at `$HOME/.config/ripple/rippled.cfg` (where `$HOME` points to the `rippled` user's home directory). - {% admonition type="success" name="Tip" %}The `rippled` repository contains [an example `rippled.cfg` file](https://github.com/XRPLF/rippled/blob/master/cfg/rippled-example.cfg) which is provided as the default config when you do an RPM installation. If you do not have the file, you can copy it from there.{% /admonition %} + {% admonition type="success" name="Tip" %}The `rippled` repository contains [an example `rippled.cfg` file](https://github.com/XRPLF/rippled/blob/master/cfg/rippled-example.cfg) which is provided as the default config when you do an installation from a binary package. If you do not have the file, you can copy it from there.{% /admonition %} - Specify the path to your preferred config file using the `--conf` [commandline option](../commandline-usage.md). @@ -85,9 +85,9 @@ Aborted (core dumped) Possible solutions: -- Check that the `[validators.txt]` file exists and the `rippled` user has permissions to read it. +- Check that the `validators.txt` file exists and the `rippled` user has permissions to read it. - {% admonition type="success" name="Tip" %}The `rippled` repository contains [an example `validators.txt` file](https://github.com/XRPLF/rippled/blob/master/cfg/validators-example.txt) which is provided as the default config when you do an RPM installation. If you do not have the file, you can copy it from there.{% /admonition %} + {% admonition type="success" name="Tip" %}The `rippled` repository contains [an example `validators.txt` file](https://github.com/XRPLF/rippled/blob/master/cfg/validators-example.txt) which is provided as the default config when you do an installation from a binary package. If you do not have the file, you can copy it from there.{% /admonition %} - Edit your `rippled.cfg` file and modify the `[validators_file]` setting to have the correct path to your `validators.txt` (or equivalent) file. Check for extra whitespace before or after the filename.