https://gitlab.synchro.net/main/sbbs/-/issues/814#note_5951
A log from the nntpservice when this issues happens would be
helpful.
On Sat, Nov 09 2024 15:29:34 -0600, you wrote:
https://gitlab.synchro.net/main/sbbs/-/issues/814#note_5951
A log from the nntpservice when this issues happens would be
helpful.
Most likely will have to go into debug mode then, as every time it has happened to me there was no log for it in the default logging mode.
Would the safest place to do this be to add "LogLevel=Debug" to the NNTP section of services.ini?
FYI, closing the NNTP client, and reopening it allowed you to view the message (which I assume causes a full disconnect/reconnect).
> > A log from the nntpservice when this issues happens would be
> > helpful.
On Sat, Nov 09 2024 18:01:07 -0600, you wrote:
> > A log from the nntpservice when this issues happens would be
> > helpful.
Good thing, just as I saved the last message in this sub, it happened
when trying to view this message. Here is the log:
Nov 09 20:25:33 reaper synchronet[608]: srvc 0056 NNTP
[Fidonet.SYNC_SYSOPS] cmd: A
Nov 09 20:25:33 reaper synchronet[608]: srvc 0056 NNTP !unknown command
Nov 09 20:25:33 reaper synchronet[608]: srvc 0056 NNTP
[Fidonet.SYNC_SYSOPS] cmd: RTICLE 14218
Nov 09 20:25:33 reaper synchronet[608]: srvc 0056 NNTP !unknown command
Looks like somehow ARTICLE is getting split. This happened once prior
just during that 5 minute session, in the Debate sub. This tends to
happen more times than can be ignored.
Weird. You could try increasing the timeout values on this line in nntpservice.js and see if that makes any difference: cmdline = client.socket.recvline(/* maxlen: */1024, /* timeout: */(msgbase && msgbase.is_open) ? 10 : 300);
Those values are in seconds, so I'd be surprised if an NNTP client
would send 'A' and then take more than 10 seconds to send the
remaining characters of the command, but worth experimenting with.
A network packet capture (e.g. with Wireshark) could also help tell
what's happening there exactly.
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 991 |
Nodes: | 10 (0 / 10) |
Uptime: | 00:35:38 |
Calls: | 12,940 |
Files: | 186,574 |
Messages: | 3,262,554 |