Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
faq:nix [2020/11/16 20:31] – [Recycle] show example using "node rerun" while node in-use digital manfaq:nix [2022/05/06 22:20] – Add FAQ about "Too many open files" error and solution digital man
Line 22: Line 22:
   * [[#SDL Errors|How do I work around SDL 1.2 run-time errors]]?   * [[#SDL Errors|How do I work around SDL 1.2 run-time errors]]?
   * [[#Recycle|Why does the recycling of servers/services not work]]?   * [[#Recycle|Why does the recycling of servers/services not work]]?
 +  * [[#maxopenfiles|How do I resolve ERROR 24 (Too many open files)]]?
      
 ===== Flavors ===== ===== Flavors =====
Line 251: Line 252:
   - **and** the BBS could not dynamically set the bind capabilities using the Linux "Capabilities" syscall interface.   - **and** the BBS could not dynamically set the bind capabilities using the Linux "Capabilities" syscall interface.
  
-The solution is to remove the ''User'' and ''Group'' settings from the ''[[config:sbbs.ini#UNIX]]'' section of ''[[config:sbbs.ini]]'' and the follow the instructions [[howto:Linux_non-root|here]] for running the BBS on Linux as a non-root user.+The solution is to remove the ''User'' and ''Group'' settings from the ''[[config:sbbs.ini#UNIX]]'' section of ''[[config:sbbs.ini]]'' and then follow the instructions [[howto:Linux_non-root|here]] for running the BBS on Linux as a non-root user (if you haven't already). 
 + 
 +===== Maximum Open Files ===== 
 +**Question:**\\ 
 +Why am I getting ''ERROR 24 (Too many open files)'' failures when Synchronet tries to open files and how do I resolve that? 
 + 
 +**Answer:**\\ 
 +You need to increase your maximum open file count. Run ''ulimit -n'' as the user you run Synchronet as to display the current open file limit. 
 + 
 +On Linux, edit ''/etc/security/limits.conf'' to edit the default limit for all users: 
 + 
 +<file limits.conf> 
 +*               soft    nofile          999999 
 +</file>
  
 ===== See Also ===== ===== See Also =====