2 Troubleshooting
oooo-ps edited this page 2025-08-14 05:23:21 +03:00

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