Skip to content

exec/node list show incorrect node numbers

Hi .. I have my config set 10 nodes at scfg, also ctrl/sbbs.ini have nodes 1 to 10

The node list command output show 11:

root@scarlet:/sbbs/exec# ./node list

Synchronet Node Display/Control Utility v1.34

Node  1: Waiting for connection
Node  2: Waiting for connection
Node  3: Waiting for connection
Node  4: Waiting for connection
Node  5: Waiting for connection
Node  6: Waiting for connection
Node  7: Waiting for connection
Node  8: Waiting for connection
Node  9: Waiting for connection 1 error
Node 10: Waiting for connection
Node 11: Waiting for connection [IR]

image

root@scarlet:/sbbs# grep -E 'First|Last' ctrl/sbbs.ini 
; LastNode should not be higher than the number of nodes configured in SCFG->Nodes
	FirstNode = 1
	LastNode = 10
root@scarlet:/sbbs# ls -l nodes/
total 40
drwxrwxr-x 3 root root 4096 abr 15 12:43 node1
drwxr-xr-x 3 root root 4096 abr  3 22:29 node10
drwxr-xr-x 3 root root 4096 abr 13 11:11 node2
drwxr-xr-x 3 root root 4096 abr 14 15:34 node3
drwxr-xr-x 3 root root 4096 abr  3 22:29 node4
drwxr-xr-x 3 root root 4096 abr  3 22:29 node5
drwxr-xr-x 3 root root 4096 abr  3 22:29 node6
drwxr-xr-x 3 root root 4096 abr  3 22:29 node7
drwxr-xr-x 3 root root 4096 abr  3 22:29 node8
drwxr-xr-x 3 root root 4096 abr  3 22:29 node9