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

Next revision
Previous revision
module:chksetup [2019/05/09 02:21] – created digital manmodule:chksetup [2021/05/22 00:18] (current) – [Errors] Spelling BoonDock
Line 1: Line 1:
-====== Check Setup Module ======+====== Check Setup ======
 The Synchronet Check Setup module can check your Synchronet setup (configuration and data) for common sysop omissions, mistakes, or deprecated configuration settings that may remain from an older installation. When run, the Check Setup module will report any discovered issues on the console. The Synchronet Check Setup module can check your Synchronet setup (configuration and data) for common sysop omissions, mistakes, or deprecated configuration settings that may remain from an older installation. When run, the Check Setup module will report any discovered issues on the console.
  
Line 18: Line 18:
 ^ Option     ^ Description ^  ^ Option     ^ Description ^ 
 | -v         | Provide verbose (detailed) output about discovered issues | | -v         | Provide verbose (detailed) output about discovered issues |
-  +
 ==== Example Output ==== ==== Example Output ====
  
Line 53: Line 53:
 JavaScript: Destroying runtime JavaScript: Destroying runtime
 </file> </file>
 +
 +==== Errors ==== 
 +Examples of and solutions to some ''chksetup.js'' reported errors are listed here:
 +
 +=== MsgBase Status ===
 +
 +If you receive an error similar to the following
 +  Invoking: check_sub_cfgs
 +  !MsgBase: debate           max_msgs status (1000) does not match sub-board configuration: 500
      
 +This indicates that the "status header" of a message base header (e.g. ''[[dir:data]]/subs/*.shd'') file has become out-of-sync with your configuration (i.e. ''[[dir:ctrl]]/msgs.cnf'').  This can result in external message base utilities (e.g. [[util:smbutil]], [[util:SBBSecho]]) not performing as expected.  You can remedy this situation by running ''[[util:scfg]] -f -a'' and then exiting SCFG.
 +
 ===== See Also ===== ===== See Also =====
   * [[:module:|Modules]]   * [[:module:|Modules]]
   * [[:module:Update]] module   * [[:module:Update]] module
  
-{{tag>update install config}}+{{tag>update install config jsutil}}