binkit.js auth fails (?)
I have a weird error with binkitjs I'm reconfiguring all my system because now I'm going to take care of ZC tasks in fidonet for zone4 My node, until now was 4:902/26 Now I'm trying to add the links and routes to my other sysops.. My system aka's I added 4:0/0 4:90/0 and 4:900/0 and 4:902/0 which are the networks I'm going to manage I have a link with Flavio Bessa, who is 4:80/1 (which until now was working perfectly) But now I see that in the log I have connection errors: "Bad address or password"
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Got M_NUL command args: ZYZ Flavio Bessa
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Got M_NUL command args: TIME Mon, 04 Nov 2024 18:43:17 -0300
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Got M_NUL command args: SEE Mystic/1.12A48 binkp/1.0
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Peer version: /1.12A48
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Parsed BinkP version: 1
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Got M_NUL command args: BUILD 2023/01/15 12:54:18 Linux/64
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Got M_ADR command args: 4:80/1@fidonet 4:801/0@fidonet 4:80/0@fidonet 4:801/1@fidonet
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Sending M_PWD command args: sssssssssssssssssssss
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Sent M_PWD command
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Got M_ERR command args: Bad address or password
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT BinkP got fatal error 'Bad address or password' from remote: 4:80/1@fidonet,4:801/0@fidonet,4:80/0@fidonet,4:801/1@fidonet
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Unlocking /sbbs/fido/outbound.002/011801d0.bsy.
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT No flow files to be processed.
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Done checking in /sbbs/fido/outbound.002/.
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Running outbound dir /sbbs/fido/outbound.00f/
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Locking /sbbs/fido/outbound.00f/00020000.bsy
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Lock successful.
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT Attempting callout for 15:2/0@zudaka, file: /sbbs/fido/outbound.00f/00020000.flo
Nov 4 18:43:17 scarlet synchronet: evnt BINKOUT JSBinkP/4 callout to 15:2/0@zudaka started
Nov 4 18: 43:17 scarlet synchronet: srvc 0323 BINKP Got M_EOB command args:
Nov 4 18:43:17 scarlet synchronet: srvc 0323 BINKP Sending M_EOB command args:
The password we are sure is correct. If I run binkit from the console the authentications are done correctly. I don't understand why i't fails from the automatic event and not from the console.
root@scarlet:/sbbs/fido# jsexec ../exec/binkit.js -l 4:80/1
JSexec v3.20a-Linux master/cc5e086b2 Debug - Execute Synchronet JavaScript Module
Compiled nov 02 2024 23:31 with GCC 10.2.1
Loading configuration files from /sbbs/ctrl
JavaScript-C 1.8.5 2011-03-31
JavaScript: Creating runtime: 167772160 bytes
Reading script from /sbbs/fido/../exec/binkit.js
/sbbs/fido/../exec/binkit.js compiled in 0.01 seconds
BinkIT/2.41 invoked with options: -l 4:80/1
Attempting poll for node 4:80/1@fidonet
JSBinkP/4 callout to 4:80/1@fidonet started
Connecting to 4:80/1@fidonet at fido.rbt.net.br:24554
Peer version: Mystic/1.12A48
Authentication successful: secure
/sbbs/fido/../exec/binkit.js executed in 1.80 seconds
JavaScript: Destroying context
JavaScript: Destroying runtime
Obviously I understand that it is not a password error but an address error but I cannot find out why this problem is generated. Any light you can shed on me would be greatly appreciated