Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Troubleshooting

oooo-ps edited this page Aug 14, 2025 · 2 revisions

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:

#<domain>        <type>  <item>  <value>
btracker         soft    nofile  2048
btracker         hard    nofile  524288
  • for systemd, use the following example

Clone this wiki locally