开云体育

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

Re: Keyboard Converse from Node?

 

开云体育

No, you can't intercept a node command session.

73,
John

On 24/07/2022 04:36, Brian W7BMH wrote:

Hello Group - I have a newby question and cannot find the answer in the forum.? I'm running my node as -7 and my chat server as -5.? When a station connects to my node call -7, is there a way to keyboard converse with the connected station if they do not enter CHAT?? This has happened to me too many times.? I would have really enjoyed a keyboard QSO with a lot of those stations.

Thanks,

Brian / W7BMH


Re: Compiling failed on aarch64 linux #llinbpq

 

开云体育

This is caused by a change to a default setting in gcc10+. Either use an older gcc or compile with CFLAGS -fcommon.

Only 32 bit LinBPQ is supported, though the 32 bit version runs fine on 64 bit systems so long as they have 32 bit compatibility enabled

The vast majority of features work in 64 bit, but some of the less commonly used drivers have not been tested, and I suspect there is a bug in IPGATEWAY on 64 bit.

73,
John
?

On 24/07/2022 10:00, group@... wrote:

I'm compiling??on Manjaro ARM and encountered with this error:

gcc ARDOP.o Dragon.o IPCode.o FLDigi.o linether.o TNCEmulators.o CMSAuth.o APRSCode.o BPQtoAGW.o KAMPactor.o AEAPactor.o HALDriver.o MULTIPSK.o BBSHTMLConfig.o ChatHTMLConfig.o HTMLCommonCode.o BBSUtilities.o bpqaxip.o BPQINP3.o BPQNRR.o cMain.o Cmd.o CommonCode.o compatbits.o config.o datadefs.o FBBRoutines.o HFCommon.o Housekeeping.o HTTPcode.o kiss.o L2Code.o L3Code.o L4Code.o lzhuf32.o MailCommands.o MailDataDefs.o LinBPQ.o MailRouting.o MailTCP.o MBLRoutines.o md5.o Moncode.o NNTPRoutines.o RigControl.o TelnetV6.o WINMOR.o TNCCode.o UZ7HODrv.o WPRoutines.o SCSTrackeMulti.o SCSPactor.o SCSTracker.o HanksRT.o? UIRoutines.o AGWAPI.o AGWMoncode.o -Xlinker -Map=output.map -lrt -lm -lpthread -lconfig -lpcap -o linbpq
/usr/bin/ld: Dragon.o:/home/marly/LinBPQ/CHeaders.h:358: c `InOctets'; ARDOP.o:/home/marly/LinBPQ/CHeaders.h:358: first defined here
/usr/bin/ld: Dragon.o:/home/marly/LinBPQ/CHeaders.h:359: multiple definition of `OutOctets'; ARDOP.o:/home/marly/LinBPQ/CHeaders.h:359: first defined here
* omitted *
/usr/bin/ld: AGWMoncode.o:/home/marly/LinBPQ/CHeaders.h:358: multiple definition of `InOctets'; ARDOP.o:/home/marly/LinBPQ/CHeaders.h:358: first defined here
/usr/bin/ld: AGWMoncode.o:/home/marly/LinBPQ/CHeaders.h:359: multiple definition of `OutOctets'; ARDOP.o:/home/marly/LinBPQ/CHeaders.h:359: first defined here
collect2: error: ld returned 1 exit status
make: *** [makefile:20: linbpq] Error 1
The compiling environment :
$ cat /etc/lsb-release
DISTRIB_ID=Manjaro-ARM
DISTRIB_RELEASE=22.07
DISTRIB_CODENAME=
DISTRIB_DESCRIPTION="Manjaro ARM Linux"

$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/lto-wrapper
Target: aarch64-unknown-linux-gnu
Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl= --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-multilib --disable-werror --host=aarch64-unknown-linux-gnu --build=aarch64-unknown-linux-gnu --with-arch=armv8-a --enable-fix-cortex-a53-835769 --enable-fix-cortex-a53-843419
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.1.0 (GCC)
I've read somewhere in group that LinBPQ is 32-bit only. Does it possible to compile and run on aarch64 ??


Compiling failed on aarch64 linux #llinbpq

 

I'm compiling??on Manjaro ARM and encountered with this error:

gcc ARDOP.o Dragon.o IPCode.o FLDigi.o linether.o TNCEmulators.o CMSAuth.o APRSCode.o BPQtoAGW.o KAMPactor.o AEAPactor.o HALDriver.o MULTIPSK.o BBSHTMLConfig.o ChatHTMLConfig.o HTMLCommonCode.o BBSUtilities.o bpqaxip.o BPQINP3.o BPQNRR.o cMain.o Cmd.o CommonCode.o compatbits.o config.o datadefs.o FBBRoutines.o HFCommon.o Housekeeping.o HTTPcode.o kiss.o L2Code.o L3Code.o L4Code.o lzhuf32.o MailCommands.o MailDataDefs.o LinBPQ.o MailRouting.o MailTCP.o MBLRoutines.o md5.o Moncode.o NNTPRoutines.o RigControl.o TelnetV6.o WINMOR.o TNCCode.o UZ7HODrv.o WPRoutines.o SCSTrackeMulti.o SCSPactor.o SCSTracker.o HanksRT.o? UIRoutines.o AGWAPI.o AGWMoncode.o -Xlinker -Map=output.map -lrt -lm -lpthread -lconfig -lpcap -o linbpq
/usr/bin/ld: Dragon.o:/home/marly/LinBPQ/CHeaders.h:358: c `InOctets'; ARDOP.o:/home/marly/LinBPQ/CHeaders.h:358: first defined here
/usr/bin/ld: Dragon.o:/home/marly/LinBPQ/CHeaders.h:359: multiple definition of `OutOctets'; ARDOP.o:/home/marly/LinBPQ/CHeaders.h:359: first defined here
* omitted *
/usr/bin/ld: AGWMoncode.o:/home/marly/LinBPQ/CHeaders.h:358: multiple definition of `InOctets'; ARDOP.o:/home/marly/LinBPQ/CHeaders.h:358: first defined here
/usr/bin/ld: AGWMoncode.o:/home/marly/LinBPQ/CHeaders.h:359: multiple definition of `OutOctets'; ARDOP.o:/home/marly/LinBPQ/CHeaders.h:359: first defined here
collect2: error: ld returned 1 exit status
make: *** [makefile:20: linbpq] Error 1
The compiling environment :
$ cat /etc/lsb-release
DISTRIB_ID=Manjaro-ARM
DISTRIB_RELEASE=22.07
DISTRIB_CODENAME=
DISTRIB_DESCRIPTION="Manjaro ARM Linux"

$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-unknown-linux-gnu/12.1.0/lto-wrapper
Target: aarch64-unknown-linux-gnu
Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-multilib --disable-werror --host=aarch64-unknown-linux-gnu --build=aarch64-unknown-linux-gnu --with-arch=armv8-a --enable-fix-cortex-a53-835769 --enable-fix-cortex-a53-843419
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.1.0 (GCC)
I've read somewhere in group that LinBPQ is 32-bit only. Does it possible to compile and run on aarch64 ??


Keyboard Converse from Node?

 

Hello Group - I have a newby question and cannot find the answer in the forum.? I'm running my node as -7 and my chat server as -5.? When a station connects to my node call -7, is there a way to keyboard converse with the connected station if they do not enter CHAT?? This has happened to me too many times.? I would have really enjoyed a keyboard QSO with a lot of those stations.

Thanks,

Brian / W7BMH


Re: Issue with ARDOP

 

开云体育

?

All fixed thanks JOHN!!!!!

?

He pointed out that I had ARDOP ports in my IPGATEWAY ports.. I should have caught that. When I restored an older backup I thought I got everything corrected…. ?

Thanks!

?

73 jerry

?


Re: Issue with ARDOP

 

开云体育

Was able to capture it I believe. TCP ports 8522 and 8520

Not sure what this means?

?

73 Jerry


Re: Issue with ARDOP

 

开云体育

Ok guys thanks..

Here is what I saw…

NOKEEPALIVES = 1 on port 2 3 and 5

None on either of any of the ports for 706 or 746.

I see text in the beacon text for ARDOP ports set to 0 minutes. I deleted the text and saved after entering sysop mode.

If that is it, most likely from me reverting to an older backup in early summer and adding VARA HF. Might have caused me to have text on certain ports that should have had for beacons.

?

If it still does it I will run wireshark. Thanks…

With it being near 100F outside, I hated to add unnecessary heat to the radio room .lol

?

Storms to the north.. I am ready for a rainy day..

?

Ill let ya know if that was it… I bet just having the text in the beacon with time set at 0 was the issue. Well I hope it was…..

?

73

?

Jerry Kutche

?????????

?

?

From: [email protected] <[email protected]> On Behalf Of John G8BPQ
Sent: Saturday, July 23, 2022 11:24 AM
To: [email protected]
Subject: Re: [bpq32] Issue with ARDOP

?

It is probably trying to send beacons. Check that you haven't accidentally enabled some.

If you can get a wireshark trace of the ardop tcp control session you should be able to see what linbpq is sending to the tnc.

73,
John

On 23/07/2022 09:46, Jerry Kutche wrote:

Hi all, Anyone know why every 60 seconds. my system transmits a FEC SEND on both instances of ARDOP that I am running.
1) What might it be?
2) How to stop it?

Many thanks

System info
LinBPQ running under debian
ARDOP running under win10

73 Jerry N9LYA

?


Re: Issue with ARDOP

 

开云体育

It is probably trying to send beacons. Check that you haven't accidentally enabled some.

If you can get a wireshark trace of the ardop tcp control session you should be able to see what linbpq is sending to the tnc.

73,
John

On 23/07/2022 09:46, Jerry Kutche wrote:

Hi all, Anyone know why every 60 seconds. my system transmits a FEC SEND on both instances of ARDOP that I am running.
1) What might it be?
2) How to stop it?

Many thanks

System info
LinBPQ running under debian
ARDOP running under win10

73 Jerry N9LYA


Re: Issue with ARDOP

 

开云体育

I had the same issue , there was a command in my bpq config file that caused it to send an FEC .

That was awhile ago an cant remeber what the command statement was .

Ray N3HYM?



Sent from Samsung Galaxy smartphone.


Re: Issue with ARDOP

 

开云体育

Jerry
?
In you (RF Ports) in bpq32.cfg do you have the command NOKEEPALIVES it would be unusual to send
every 60 seconds a Heard Net Rom Poll to see if the Heard net Rom broadcast is still alive, but it is just a thought.
73

Mike Melnik-N9PMO
BPQ32 Group Moderator


Issue with ARDOP

 

Hi all, Anyone know why every 60 seconds. my system transmits a FEC SEND on both instances of ARDOP that I am running.
1) What might it be?
2) How to stop it?

Many thanks

System info
LinBPQ running under debian
ARDOP running under win10

73 Jerry N9LYA


Re: Packet Hanging up on BPQ

 

开云体育

Duff
?
Perhaps a easier way is to use BPQ BBS for Winlink forwarding without a Winlink program, it is
all in the BPQ Code, one advantage is as an example if you lost internet connection and have
a pending WL2K Message/Messages, by using the ELSE command in the Manage Forwarding/
RMS Connect script, a second option to a connectable VHF/UHF/HF BBS can be used, if the first option
fails do to internet failure, BPQ BBS will try the second connect script (ELSE) option.
??
See URL:
?
73

Mike Melnik-N9PMO
BPQ32 Group Moderator


Re: Packet Hanging up on BPQ

 

*correction NODECALL not Node Name.


Re: Packet Hanging up on BPQ

 

*This is the real fix!* John has a winner. I didn’t understand what you meant until it was explained to me. ?My Node Name is set to N5RDM-1. I need to change that to another SSID. N5RDM-2 perhaps. I will remove the N5RDM-10 from mapping config and try using N5RDM-2 as my Node Name when I get home from work. I’m about 99% this was the issue the whole time.


Re: Packet Hanging up on BPQ

 

开云体育

Got it. I added N5RDM-10 to Application 1 under “Map Incoming SSID To Applications.” It works now when I connect to N5RDM-10.

Image.jpeg

Thanks everyone for your time.

Duff
N5RDM





From: [email protected] <[email protected]> on behalf of Mark Taylor <mtaylor@...>
Sent: Friday, July 22, 2022 7:15:48 AM
To: [email protected] <[email protected]>
Subject: Re: [bpq32] Packet Hanging up on BPQ
?
I think I remember seeing in the documentation something about a BBS user cannot also be a Winlink user on the same node.

Try accessing it with a terminal rather than Winlink Express.


Mark


Re: Packet Hanging up on BPQ

 

I think I remember seeing in the documentation something about a BBS user cannot also be a Winlink user on the same node.

Try accessing it with a terminal rather than Winlink Express.


Mark


Re: Packet Hanging up on BPQ

 

开云体育

Check that the BBS application call is not used elsewhere in the config and is N5RDM-1. It looks like you might be connecting to the node instead of the BBS.

73,
John


On 21/07/2022 22:25, Duff Morrow N5RDM wrote:

I have my BBS set up and HF is running as it should. I set up a port for BBS 2m packet. When I try to connect on a separate radio the session hangs up after it shows connected and my node name.Do I have something wrong in the configuration file?



Im using a TNC-X as a TNC.

Thanks



Re: Packet Hanging up on BPQ

 

开云体育

Duff
?
Sorry I was wrong about the Channel A or B if this is a Single Port TNC then it would be Channel A for each
TNC, how about if temporally comment out the Call in the Ports except for the WL2K Port and see what happens.

Mike Melnik-N9PMO
BPQ32 Group Moderator


Re: Packet Hanging up on BPQ

 

Here is my monitor screen if that helps.


Re: Packet Hanging up on BPQ

 

Still the same after all the suggestions.

Duff