Network troubleshooting: Difference between revisions
m Protected "Network troubleshooting" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary |
||
| Line 1: | Line 1: | ||
[[Network64|Color 64 Network]] - <strong>Troubleshooting</strong> | [[Network64|Color 64 Network]] - <strong>Troubleshooting</strong> | ||
This troubleshooting section is | This troubleshooting section is not exhaustive. The table below addresses the most common problems encountered by new Network Sysops. | ||
{| class="wikitable | {| class="wikitable" | ||
|- | |- | ||
|+Network Troubleshooting FAQ | |+ Network Troubleshooting FAQ | ||
! Question | ! Question | ||
! Answer | ! Answer | ||
|- | |- | ||
| After | | After booting and answering the "regenerate message index" prompt, I receive a FILE NOT FOUND error and the BBS attempts to reboot. | ||
| This | | This usually indicates that a required Network module is missing. | ||
Verify that the two primary modules, √bbs.nw1 and √bbs.nw2, are located on your PROGRAMS drive. | |||
If your PROGRAMS drive is loaded into RAM: | |||
* Confirm that both modules were successfully copied into RAM. | |||
* For RAMDOS users, the file "√sys.ramove" is responsible for loading these modules. Refer to the “Booting the BBS with Network” section for details. | |||
* Ensure sufficient free RAM space is available. A 1764 REU (256K RAM) may be limited in available memory. | |||
Also confirm that the filenames are correct. The first eight characters must be exactly √bbs.nw1 and √bbs.nw2. If renamed or truncated incorrectly, the BBS will not locate them. | |||
|- | |- | ||
| When | | When replying to a public or private network message, the reply attempts to post locally instead of going through the network. | ||
| | | This is typically caused by incorrect node access level configuration. | ||
Review the “Node Access Levels” section. Incoming nodes must be configured as replyable in order for replies to route back through the network. If the access level is set incorrectly, replies will default to local posting. | |||
|- | |- | ||
| | | During BBS startup, the system crashes with "?file data error". | ||
| | | This usually indicates corruption of either the √ntwrk.parms file or the √node list file. | ||
Review the Net Setup section to verify configuration. | |||
If the file is corrupted and no backup exists, recovery may not be possible. However, you may attempt to extract usable information by: | |||
* Using the BBS DOS f: command to read the file. | |||
* Recording any recognizable data. | |||
* Scratching the damaged file. | |||
* Rebuilding the configuration using Net Setup. | |||
The √ntwrk.parms file format (no blank lines) is structured as follows: | |||
: Number of Nodes | |||
: Category Assignments | |||
: Category Assignments | : Open Hour | ||
: Open Hour | : Close Hour | ||
: Close Hour | : BBS Name | ||
: BBS Name | : Days Between Membership List Requests | ||
: | : Node 1 – Node Membership ID Number | ||
: Node 1 – Node Membership ID Number | : Node 1 – Node Name | ||
: Node 1 – Node Name | : Node 1 – Baud Rate | ||
: Node 1 – Baud Rate | : Node 1 – Phone or Telnet Address | ||
: Node 1 – Phone or Telnet Address | : Node 1 – Assigned Password | ||
: Node 1 – Assigned Password | : Node 2 – (same sequence repeats per node) | ||
: Node | |||
|} | |} | ||
[[Network64|Color 64 Network]] | [[Network64|Color 64 Network]] | ||
Latest revision as of 21:45, 27 February 2026
Color 64 Network - Troubleshooting
This troubleshooting section is not exhaustive. The table below addresses the most common problems encountered by new Network Sysops.
| Question | Answer |
|---|---|
| After booting and answering the "regenerate message index" prompt, I receive a FILE NOT FOUND error and the BBS attempts to reboot. | This usually indicates that a required Network module is missing.
Verify that the two primary modules, √bbs.nw1 and √bbs.nw2, are located on your PROGRAMS drive. If your PROGRAMS drive is loaded into RAM:
Also confirm that the filenames are correct. The first eight characters must be exactly √bbs.nw1 and √bbs.nw2. If renamed or truncated incorrectly, the BBS will not locate them. |
| When replying to a public or private network message, the reply attempts to post locally instead of going through the network. | This is typically caused by incorrect node access level configuration.
Review the “Node Access Levels” section. Incoming nodes must be configured as replyable in order for replies to route back through the network. If the access level is set incorrectly, replies will default to local posting. |
| During BBS startup, the system crashes with "?file data error". | This usually indicates corruption of either the √ntwrk.parms file or the √node list file.
Review the Net Setup section to verify configuration. If the file is corrupted and no backup exists, recovery may not be possible. However, you may attempt to extract usable information by:
The √ntwrk.parms file format (no blank lines) is structured as follows:
|