wwivbbs / wwiv

WWIV BBS Software v5
http://www.wwivbbs.org
Other
186 stars 71 forks source link

Missing Net or Node trying to send to .0 #1132

Closed granitepenguin closed 6 years ago

granitepenguin commented 6 years ago

OS: Linux Debian9 WWIV: 5.4.0.2779

can't resolve weather-station (.0)

wwiv@beaglebbs:~$ ./network /N1 .1
2018-07-14 02:58:50484 INFO  USE networkb: bbs.weather-station.org:24556
2018-07-14 02:58:50484 INFO  Executing Command: '/bbs/wwiv/networkb --send --net=0 --node=1'
2018-07-14 02:58:50487 INFO  /bbs/wwiv/networkb [5.4.0.2779] for network: wwivnet
2018-07-14 02:58:50488 INFO  BinkP send to: 1
2018-07-14 02:58:50532 ERROR ERROR: [networkb]: Missing Net or Node. Unable to parse address: 1

more verbose:

wwiv@beaglebbs:~$ ./network --v=3 /N1 .0
2018-07-14 03:03:26453 VER-1 Ignoring dot argument since no mapping is defined by the application.
2018-07-14 03:03:26454 VER-3 SH_OPEN /bbs/wwiv/config.dat, access=0
2018-07-14 03:03:26454 VER-3 SH_OPEN /bbs/wwiv/config.dat, access=0, handle=3
2018-07-14 03:03:26454 VER-3 CLOSE /bbs/wwiv/config.dat, handle=3
2018-07-14 03:03:26454 VER-3 SH_OPEN /bbs/wwiv/data/networks.dat, access=0
2018-07-14 03:03:26454 VER-3 SH_OPEN /bbs/wwiv/data/networks.dat, access=0, handle=3
2018-07-14 03:03:26454 VER-3 CLOSE /bbs/wwiv/data/networks.dat, handle=3
2018-07-14 03:03:26455 VER-3 ReadFileIntoString:
2018-07-14 03:03:26455 INFO  ./network [5.4.0.2779] for network: wwivnet
2018-07-14 03:03:26455 INFO  USE networkb: bbs.weather-station.org:24556
2018-07-14 03:03:26455 INFO  Executing Command: '/bbs/wwiv/networkb --send --net=0 --node=1 --v=3'
2018-07-14 03:03:26458 VER-3 SH_OPEN /bbs/wwiv/config.dat, access=0
2018-07-14 03:03:26458 VER-3 SH_OPEN /bbs/wwiv/config.dat, access=0, handle=3
2018-07-14 03:03:26458 VER-3 CLOSE /bbs/wwiv/config.dat, handle=3
2018-07-14 03:03:26458 VER-3 SH_OPEN /bbs/wwiv/data/networks.dat, access=0
2018-07-14 03:03:26458 VER-3 SH_OPEN /bbs/wwiv/data/networks.dat, access=0, handle=3
2018-07-14 03:03:26459 VER-3 CLOSE /bbs/wwiv/data/networks.dat, handle=3
2018-07-14 03:03:26459 VER-3 ReadFileIntoString:
2018-07-14 03:03:26459 INFO  /bbs/wwiv/networkb [5.4.0.2779] for network: wwivnet
2018-07-14 03:03:26459 VER-3 SH_OPEN /bbs/wwiv/data/status.dat, access=0
2018-07-14 03:03:26459 VER-3 SH_OPEN /bbs/wwiv/data/status.dat, access=0, handle=3
2018-07-14 03:03:26459 VER-3 CLOSE /bbs/wwiv/data/status.dat, handle=3
2018-07-14 03:03:26460 INFO  BinkP send to: 1
2018-07-14 03:03:26572 VER-3 SH_OPEN nets/wwivnet/contact.net, access=0
2018-07-14 03:03:26573 VER-3 SH_OPEN nets/wwivnet/contact.net, access=0, handle=3
2018-07-14 03:03:26573 VER-3 CLOSE nets/wwivnet/contact.net, handle=3
2018-07-14 03:03:26573 VER-3 SH_OPEN nets/wwivnet/contact.net, access=578
2018-07-14 03:03:26573 VER-3 SH_OPEN nets/wwivnet/contact.net, access=578, handle=3
2018-07-14 03:03:26573 VER-3 CLOSE nets/wwivnet/contact.net, handle=3
2018-07-14 03:03:26574 ERROR ERROR: [networkb]: Missing Net or Node. Unable to parse address: 1

but sending to rushnet works fine.

wwiv@beaglebbs:~$ ./network /N1 .1
2018-07-14 03:07:46389 INFO  ./network [5.4.0.2779] for network: rushnet
2018-07-14 03:07:46389 INFO  USE networkb: mystic.wwivbbs.org:24554
2018-07-14 03:07:46390 INFO  Executing Command: '/bbs/wwiv/networkb --send --net=1 --node=1'
2018-07-14 03:07:46392 INFO  /bbs/wwiv/networkb [5.4.0.2779] for network: rushnet
2018-07-14 03:07:46393 INFO  BinkP send to: 1
2018-07-14 03:07:46435 INFO  wwivnet_node_number_from_ftn_address: '20000:20000/1@rushnet'
2018-07-14 03:07:46536 INFO  OPT line: 'CRAM-MD5-'
2018-07-14 03:07:46536 INFO         CRAM Requested by Remote Side.
2018-07-14 03:07:46536 INFO  Remote Side: Mystic Rhythms BBS
2018-07-14 03:07:46537 INFO  Remote Side: networkb/5.4.0.development binkp/1.0
2018-07-14 03:07:46537 INFO  OPT line: 'CRC'
2018-07-14 03:07:46537 INFO         Enabling CRC support
2018-07-14 03:07:48641 INFO  SEND:  M_NUL: WWIVVER 5.4.0.2779 (Jul 14 2018, 02:56:24)
2018-07-14 03:07:48641 INFO  SEND:  M_NUL: SYS The Wretched Beagle
2018-07-14 03:07:48641 INFO  SEND:  M_NUL: ZYZ GranitePenguin
2018-07-14 03:07:48642 INFO  SEND:  M_NUL: VER networkb/5.4.0.2779 binkp/1.0
2018-07-14 03:07:48642 INFO  SEND:  M_NUL: LOC Unknown
2018-07-14 03:07:48642 INFO  SEND:  M_NUL: OPT CRC
2018-07-14 03:07:48642 INFO  SEND:  M_NUL: WWIV @3.rushnet
2018-07-14 03:07:48642 INFO  SEND:  M_ADR: 20000:20000/3@rushnet
2018-07-14 03:07:48843 INFO  SEND:  M_PWD: ********
2018-07-14 03:07:52751 INFO  SEND:  M_EOB: All files to send have been sent. The
wwiv commented 6 years ago

Thanks, it was failing to record the failure (LOL). Fixed that. Also log that the connect failed and that we're recording a failure.

018-07-13 21:02:35023 INFO  networkb [5.4.0.development] for network: wwivnet
018-07-13 21:02:35041 INFO  Adding FidoCallout for wwivftn
018-07-13 21:02:35049 INFO  Adding FidoCallout for RushNetFTN
018-07-13 21:02:35057 INFO  BinkP send to: 1
018-07-13 21:02:37240 ERROR Error connecting to: bbs.weather-station.org:24556
018-07-13 21:02:37257 ERROR Recording failure
018-07-13 21:02:37291 ERROR CONNECTION ERROR: [networkb]: Error connecting to: bbs.weather-station.org:24556