From 8136d8d5083320a78c8bd4d0d8d8f4f5464e62aa Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Thu, 14 Aug 2025 04:55:55 +0300 Subject: [PATCH] Created Troubleshooting (markdown) --- Troubleshooting.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Troubleshooting.md diff --git a/Troubleshooting.md b/Troubleshooting.md new file mode 100644 index 0000000..44c4439 --- /dev/null +++ b/Troubleshooting.md @@ -0,0 +1,14 @@ +## Error opening file in read/write mode + +If you encounter issues such as: +``` +Error opening '/path/to/file' in read/write mode +``` + +increase `nofile` value in the file `/etc/security/limits.conf`: +``` /etc/security/limits.conf +# +btracker soft nofile 2048 +btracker hard nofile 524288 +``` +* for systemd, use the following [example](https://github.com/YGGverse/aquatic-crawler/wiki/Systemd) \ No newline at end of file