Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Quark! Quark! Beware the quantum duck!


computers / alt.bbs.synchronet / nntpservice delay on connect

SubjectAuthor
* nntpservice delay on connectRagnarok
`- nntpservice delay on connectDigital Man

1
nntpservice delay on connect

<6259B775.76607.dovenetsync@bbs.docksud.com.ar>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=15981&group=alt.bbs.synchronet#15981

  copy link   Newsgroups: alt.bbs.synchronet
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!newsreader4.netcologne.de!news.netcologne.de!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx43.iad.POSTED!not-for-mail
From: ragna...@DOCKSUD.remove-pvj-this (Ragnarok)
Subject: nntpservice delay on connect
Message-ID: <6259B775.76607.dovenetsync@bbs.docksud.com.ar>
X-Comment-To: DOVE-Net.Synchronet_Discussion
Organization: Dock Sud BBS
Newsgroups: alt.bbs.synchronet
X-FTN-PID: Synchronet 3.19c-Linux master/bf3da76e3 Apr 4 2022 GCC 8.3.0
X-FTN-MSGID: 46769.sync@1:103/705 26bfa578
X-FTN-CHRS: UTF-8 4
WhenImported: 20220415152037-0300 ff4c
WhenExported: 20220415152604-0300 ff4c
ExportedFrom: DOCKSUD dovenetsync 76607
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101Firefox/91.0 Thunderbird/91.8.0
Content-Language: es-AR
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Gateway: vert.synchro.net [Synchronet 3.19c-Win32 NewsLink 1.113]
Lines: 14
X-Complaints-To: https://www.astraweb.com/aup
NNTP-Posting-Date: Fri, 15 Apr 2022 18:26:19 UTC
Date: Fri, 15 Apr 2022 15:20:29 -0300
X-Received-Bytes: 1754
 by: Ragnarok - Fri, 15 Apr 2022 18:20 UTC

To: DOVE-Net.Synchronet_Discussion
I am experiencing delay when connecting to the nntp service.
It only happens to me with this one.
The rest of the js services respond perfectly and banners when
connecting to their ports.
There is no firewall rule regarding this port.
I still can't find what's going on. Nothing appears in the sbbs log
until the connection is made after a certain time.
any experienced problems with the nnstservice.js ?

---
■ Synchronet ■ Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar
--- Synchronet 3.19c-Win32 NewsLink 1.113
* Vertrauen - Riverside County, California - telnet://vert.synchro.net

nntpservice delay on connect

<6259C326.46770.sync@vert.synchro.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=15982&group=alt.bbs.synchronet#15982

  copy link   Newsgroups: alt.bbs.synchronet
Path: i2pn2.org!i2pn.org!news.uzoreto.com!news-out.netnews.com!news.alt.net!fdc2.netnews.com!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx48.iad.POSTED!not-for-mail
From: digital....@vert.synchro.net.remove-m7q-this (Digital Man)
Subject: nntpservice delay on connect
Message-ID: <6259C326.46770.sync@vert.synchro.net>
X-Comment-To: Ragnarok
Organization: Vertrauen
Newsgroups: alt.bbs.synchronet
In-Reply-To: <6259B775.76607.dovenetsync@bbs.docksud.com.ar>
References: <6259B775.76607.dovenetsync@bbs.docksud.com.ar>
X-FTN-PID: Synchronet 3.19c-Win32 master/238b0b7c4 Apr 14 2022 MSC 1929
X-FTN-MSGID: 46770.sync@1:103/705 26bfafd8
X-FTN-REPLY: 46769.sync@1:103/705 26bfa578
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
X-Gateway: vert.synchro.net [Synchronet 3.19c-Win32 NewsLink 1.113]
Lines: 31
X-Complaints-To: https://www.astraweb.com/aup
NNTP-Posting-Date: Fri, 15 Apr 2022 19:13:17 UTC
Date: Fri, 15 Apr 2022 12:10:30 -0700
X-Received-Bytes: 2899
 by: Digital Man - Fri, 15 Apr 2022 19:10 UTC

To: Ragnarok
Re: nntpservice delay on connect
By: Ragnarok to DOVE-Net.Synchronet_Discussion on Fri Apr 15 2022 03:20 pm

> I am experiencing delay when connecting to the nntp service.
> It only happens to me with this one.
> The rest of the js services respond perfectly and banners when
> connecting to their ports.
> There is no firewall rule regarding this port.
> I still can't find what's going on. Nothing appears in the sbbs log
> until the connection is made after a certain time.
> any experienced problems with the nnstservice.js ?

You could try adding some log() lines to nntpservice.js to find out if it's event executing immediately upon connect?

If it's not, enabling debug-level log output for the services server and pasting that log output here would be helpful. e.g.

4/15 12:05:58p 7608 NNTP connection accepted from: 71.95.196.36 port 55342
4/15 12:05:58p 7608 NNTP JavaScript service thread started
4/15 12:06:03p 7608 NNTP Hostname: synchro.net [71.95.196.36]
4/15 12:06:04p 7608 NNTP Logging in Guest

That 5 second delay there between "JavaScript service thread started" and reporting the hostname (of the client) is likely just the DNS name resolution. That's followed by ip*.can and host.can filter file checking. And then of course, if there's been any failed login attempts from the client IP, that could invoke some throttling (delays). So there are a lot of opportunities for delay in this process and the log output should provide you the clues you need to find out what those are in your case.
--
digital man (rob)

Synchronet "Real Fact" #117:
Synchronet v1b r0 (for MS-DOS) was released on September 25, 1992
Norco, CA WX: 66.6°F, 42.0% humidity, 0 mph E wind, 0.00 inches rain/24hrs
--- Synchronet 3.19c-Win32 NewsLink 1.113
* Vertrauen - Riverside County, California - telnet://vert.synchro.net

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor