¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: scanstart/scanstop during connections

 

Thanks John. As of yesterday the script uses attach as a check for ports in use, and if in use, makes no attempt to proceed with a beacon. If not in use, it still uses scanstop to stop scanning, then sets the frequency, and then sends the beacon. Afterward it issues scanstart to normalize. The above is the result of adding a band-aid to the existing script, but it appears the script could simply issue attach, and if the port is not in use, proceed with the beacon & then detach - instead of using scanstop/scanstart. I was going out of my way not to be attached to a port when issuing the beacon, but I'm realizing now that it shouldn't matter.

Lee K5DAT


On Sun, Sep 8, 2024 at 10:46?AM John G8BPQ via <john.wiseman=[email protected]> wrote:
The scanstop and scanstart are intended for interactive use and assume that the sysop knows what they are doing. It is safer to attach the port, which will do an automatic stop and will be rejected if the port is in use.

73,
John
_._,_._,_


Re: scanstart/scanstop during connections

 

¿ªÔÆÌåÓý

The scanstop and scanstart are intended for interactive use and assume that the sysop knows what they are doing. It is safer to attach the port, which will do an automatic stop and will be rejected if the port is in use.

73,
John



On 07/09/2024 18:15, Lee Bengston wrote:

Hello John,

I noticed that if I attach to a port, which stops scanning temporarily as expected, and then connect via a different session and issue "radio n scanstart", scanning begins even though there is still a port attached. Shouldn't the scanstart command either be denied or just wait until a disconnect if there is either a port attached or a conversation in progress that started with an incoming connection?

The context is I have a script that can send beacons during scanning by issuing scanstop, setting the intended frequency, and pushing the test button in the web interface for the intended port. The problem scenario is when a conversation is in progress because the scanstart and scanstop commands still work in that case. If scanstart is issued at the end of the script in order to undo the scanstop that was issued first, scanning starts immediately and can disrupt an existing connection.

Thoughts?

73,
Lee K5DAT


Re: scanstart/scanstop during connections

 

Negative.? My forwarding scripts (connect scripts) use attach, which temporarily stops scanning.

The script I was referring to, which does use scanstop and scanstart, stops scanning temporarily in order to send a beacon on a specified port and frequency.


On Sun, Sep 8, 2024, 5:12 AM N3MEL - Glenn via <n3mel.epa=[email protected]> wrote:
Are you using the scanstart command in your forwarding scripts?
_._,_._,_


Re: scanstart/scanstop during connections

 

Are you using the scanstart command in your forwarding scripts?


Re: NinoTNC with Windows BPQ32?

 

Thanks for your reply. I figured it would, as I have a working
TARPN node, running Nino's with LinBPQ.

Turns out that the serial port naming convention was confusing.
I initially put COM9 instead of 9 in the serial port configuration line.
It seems to be working now, as expected. Easy thing to goof up,
jumping from Linux to Window$. :-)

Best regards,

Gary, K7EK



---




On Saturday, September 7, 2024 at 03:48:28 PM EDT, n3up via groups.io <n3up@...> wrote:


The NinoTNC works just fine with windows bpq.?

I don¡¯t have access to my configuration right now, but if my memory is correct, you just set it up like a Kantronics KPC3 in kiss mode.?

I don¡¯t currently have mine connected to a radio. I have it direct wired to another Nino to test the port.
I¡¯ve been using it as a local access with AGWPE and agwterm.?



On Sep 6, 2024, at 15:01, Gary - K7EK via groups.io <gary.k7ek@...> wrote:

?
?
Who is successfully running Windows BPQ32 with a NinoTNC? ?I would like to try one on my system.
?
They run great on Rpi with LinBPQ (TARPN), but I have not been successful with Windows BPQ32.
?
Would it be possible to see a copy of your port configuration?
?
Thanks in advance.
?
Best regards,
?
Gary, K7EK
?


Re: NinoTNC with Windows BPQ32?

 

¿ªÔÆÌåÓý

The NinoTNC works just fine with windows bpq.?

I don¡¯t have access to my configuration right now, but if my memory is correct, you just set it up like a Kantronics KPC3 in kiss mode.?

I don¡¯t currently have mine connected to a radio. I have it direct wired to another Nino to test the port.
I¡¯ve been using it as a local access with AGWPE and agwterm.?



On Sep 6, 2024, at 15:01, Gary - K7EK via groups.io <gary.k7ek@...> wrote:

?
?
Who is successfully running Windows BPQ32 with a NinoTNC? ?I would like to try one on my system.
?
They run great on Rpi with LinBPQ (TARPN), but I have not been successful with Windows BPQ32.
?
Would it be possible to see a copy of your port configuration?
?
Thanks in advance.
?
Best regards,
?
Gary, K7EK
?


Re: Helping k9ctb with his windows version BPQ

 

Thanks mark the log file told a story... :) all is well again at K9CTB!!!
?
Thanks


Re: Helping k9ctb with his windows version BPQ

 

¿ªÔÆÌåÓý

THANKS Brad.. Found it was a simple typo in the forwarding configs¡­. Fixed!!!

?

73 Jerry N9LYA

?

From: [email protected] <[email protected]> On Behalf Of B Davidson via groups.io
Sent: Saturday, September 7, 2024 2:37 PM
To: [email protected]
Subject: Re: [bpq32] Helping k9ctb with his windows version BPQ

?

Mine are in C:\Users\*username*\AppData\Roaming\BPQ32\Logs


73,
Bradd
W9LCF

?

On 9/7/2024 2:09 PM, Jerry Kutche wrote:

Hi Mark, Been so long since I setup or troubleshoot a windows BPQ setup...

?

I know I have dealt with this before. and is a silly typo somewhere...

?

Remind me where to find log files... Linux has spoiled me.. lol

?

73 jerry?

?

?

Virus-free.


Re: Helping k9ctb with his windows version BPQ

 

¿ªÔÆÌåÓý

Mine are in C:\Users\*username*\AppData\Roaming\BPQ32\Logs

73,
Bradd
W9LCF




On 9/7/2024 2:09 PM, Jerry Kutche wrote:
Hi Mark, Been so long since I setup or troubleshoot a windows BPQ setup...
?
I know I have dealt with this before. and is a silly typo somewhere...
?
Remind me where to find log files... Linux has spoiled me.. lol
?
73 jerry?


Virus-free.


Re: Links limited by buffers?

 

¿ªÔÆÌåÓý

Good afternoon John,

?

As I was assembling logs and config files to send to you, I decided that I would increase my MAXLINKS and MAXROUTES settings.? Problem resolved. I had been decreasing them as I was under the impression that smaller meant better connectivity.

?

Also, as I was reviewing the journal entries for linbpq, I realized I had interpreted the data incorrectly. Linbpq was dropping packets, not nodes, and some of the packet drops resulting in the link disappearing. With the increase in MAXLINKS and MAXROUTES, most of those disappeared.?

?

Once the system stabilized after restarting my node, the amount of buffers needed and in use decreased as well.

?

Thank you so much for pointing me in the right direction!!

?

?

73

Chip Kroh, N3FUD

N3FUD@...

?

From: [email protected] <[email protected]> On Behalf Of John G8BPQ via groups.io
Sent: Friday, September 6, 2024 08:26
To: [email protected]
Subject: Re: [bpq32] Links limited by buffers?

?

It is very unlikely that the problem is running out of buffers, but the Node Stats display will show the minimum level reached.

More likely some other table limit (MAXLINKS or MAXROUTES) is being reached.

Can you send me the log entries showing nodes dropping out?

Thanks,
John

On 06/09/2024 00:22, Chip N3FUD wrote:

I've run into a problem with my linbpq node (N3FUD-7), which has been causing me problems for a while now. I have 31 nodes that I'm set up to link to through the internet, AREDN, and ampr-net.? Unfortunately, I can only connect/link to 16 of them at a time before I max out the buffers. The journal entries show the buffers in use never drops below 990 in use and most of the time they are maxed out at 999. It also indicates packets being rejected and nodes dropping out.

?

I'm running Ubuntu 22.04 on a Lenovo 93P micro with 16 GB of RAM and 500 GB of internal storage. Two RF ports, three AX ports, and two telnet ports, one for regular telnet and the other for Winlink RMS.?

?

Any thoughts or ideas on how I can get to link all 31 nodes in and maintain them?

?

73 Chip N3FUD

?


Re: Helping k9ctb with his windows version BPQ

 

Hi Mark, Been so long since I setup or troubleshoot a windows BPQ setup...
?
I know I have dealt with this before. and is a silly typo somewhere...
?
Remind me where to find log files... Linux has spoiled me.. lol
?
73 jerry?


Re: scanstart/scanstop during connections

 

After further thought, attempting to attach to a port from another session when the same or an interlocked port is already attached does get denied, so I could modify the script to use that as a check at the start.

73,
Lee K5DAT


scanstart/scanstop during connections

 

Hello John,

I noticed that if I attach to a port, which stops scanning temporarily as expected, and then connect via a different session and issue "radio n scanstart", scanning begins even though there is still a port attached. Shouldn't the scanstart command either be denied or just wait until a disconnect if there is either a port attached or a conversation in progress that started with an incoming connection?

The context is I have a script that can send beacons during scanning by issuing scanstop, setting the intended frequency, and pushing the test button in the web interface for the intended port. The problem scenario is when a conversation is in progress because the scanstart and scanstop commands still work in that case. If scanstart is issued at the end of the script in order to undo the scanstop that was issued first, scanning starts immediately and can disrupt an existing connection.

Thoughts?

73,
Lee K5DAT


Re: Links limited by buffers?

 

Good morning John,

I'll pull the logs and screenshots and send?them to you. Thanks!

73 Chip N3FUD?

On Fri, Sep 6, 2024, 08:26 John G8BPQ via <john.wiseman=[email protected]> wrote:
It is very unlikely that the problem is running out of buffers, but the Node Stats display will show the minimum level reached.

More likely some other table limit (MAXLINKS or MAXROUTES) is being reached.

Can you send me the log entries showing nodes dropping out?

Thanks,
John


On 06/09/2024 00:22, Chip N3FUD wrote:
I've run into a problem with my linbpq node (N3FUD-7), which has been causing me problems for a while now. I have 31 nodes that I'm set up to link to through the internet, AREDN, and ampr-net.? Unfortunately, I can only connect/link to 16 of them at a time before I max out the buffers. The journal entries show the buffers in use never drops below 990 in use and most of the time they are maxed out at 999. It also indicates packets being rejected and nodes dropping out.
?
I'm running Ubuntu 22.04 on a Lenovo 93P micro with 16 GB of RAM and 500 GB of internal storage. Two RF ports, three AX ports, and two telnet ports, one for regular telnet and the other for Winlink RMS.?
?
Any thoughts or ideas on how I can get to link all 31 nodes in and maintain them?
?
73 Chip N3FUD


Re: QTSoundmodem .72 on Debian Testing

 

On the first, qDebug(datas.data()); displays the return value from the call to FLRIG. This can show a successful operation as well as any errors , so isn't really equivalent to qDebug() << "SetPTT Failed"; What does the compiler complain about with the original?

On the second you need to add definitions of those two routines before they are called, ie

void analiz_frame(int snd_ch, string * frame, char * code, boolean fecflag);
void CreateStringList(TStringList * List);

Normally these are added near the top of the source or added to a header file. I've put them at line 30 in ax25_demod.c

73,
John

On 06/09/2024 18:58, Dave Hibberd wrote:
Hi all,

I've been fiddling with hardened builds on QTSM .72 - to get it to build on debian bookworm, I had to edit this specific qDebug call [1] - John, is that the correct error message?

I've been struggling to get it to build under trixie at all. The core that I've bounced off so far has been in ax25_demod.c and ax25_agw.c - I get the attached errors on build [2]. I can't quite get my head around the delphi strings to help fix this one sadly!

[1]
[2]

Cheers - have a good weekend all!
H


Re: BPQ BBS report to APRS

 


See info above.

Ray N3HYM?


Re: Messages from @winlink.org held

 

On Friday, September 6th, 2024 at 10:43, John G8BPQ <john.wiseman@...> wrote:

How does the held message look in manage messages and the message list?
Normally from call is limited to 6 chars but if it appears ok on the
list and can be read once unheld I'll add the exceptions.
It appears to come from SERVIC.

73,
Eric WG3K
FM18rp
Packet: WG3K@WG3K.#SMD.MD.USA.NOAM
E-Mail: wg3k@...


NinoTNC with Windows BPQ32?

 

?
Who is successfully running Windows BPQ32 with a NinoTNC? ?I would like to try one on my system.
?
They run great on Rpi with LinBPQ (TARPN), but I have not been successful with Windows BPQ32.
?
Would it be possible to see a copy of your port configuration?
?
Thanks in advance.
?
Best regards,
?
Gary, K7EK
?


Re: QTSoundmodem .72 on Debian Testing

 

Hello Dave,

Been retired from Debian for 14yrs now so unsure how you are going about the "hardening" effort and hope I am not wasting your time with this but FWIW the?stock source for .72 builds fine here on both x86 and x64 bookworm. Have not messed with trixie at all yet. I would guess the "hardening" mods are tripping these errors?

73 de Rich WA3WLH

On 9/6/24 13:58, Dave Hibberd wrote:
Hi all,

I've been fiddling with hardened builds on QTSM .72 - to get it to build on debian bookworm, I had to edit this specific qDebug call [1] - John, is that the correct error message?

I've been struggling to get it to build under trixie at all. The core that I've bounced off so far has been in ax25_demod.c and ax25_agw.c - I get the attached errors on build [2]. I can't quite get my head around the delphi strings to help fix this one sadly!

[1]
[2]

Cheers - have a good weekend all!
H


QTSoundmodem .72 on Debian Testing

 

Hi all,

I've been fiddling with hardened builds on QTSM .72 - to get it to build on debian bookworm, I had to edit this specific qDebug call [1] - John, is that the correct error message?

I've been struggling to get it to build under trixie at all. The core that I've bounced off so far has been in ax25_demod.c and ax25_agw.c - I get the attached errors on build [2]. I can't quite get my head around the delphi strings to help fix this one sadly!

[1]
[2]

Cheers - have a good weekend all!
H
--
Hibby
Debian Developer
Packet Radioist
MM0RFN