Re: VARA Error & Port stays attached
Put IDLETIME 60 early in the script before your connect line.
I normally do that, but I went through all the recently added connect scripts that use the VARA port and found some holes. Ever since I made the changes to be sure IDLETIME 60 was entered in all of the time bands of every script, I have not found the radio stuck on one frequency.
Thanks Kayne, Lee K5DAT
_._,_._, _._,_._,_
|
hi,
i didn't use mqtt version yet(it was compiled). i know what mqtt is, but i don't even know how to use it on BPQ32/linbpq.?? i just compiled it, it's a challenge?for me as sysadmin daily job. i once heard RED/PE1RRR said 62bit linbpq is unstable.if it runs on my aarch64(ex STB), i considered it as luck??
73 Hari
toggle quoted message
Show quoted text
What does BPQ send?? Is this configurable/extensible at all?
Very interesting!...
-Scott
|
What does BPQ send? ?Is this configurable/extensible at all?
Very interesting!...
-Scott
|
Re: Kenwood TS-480 BPQ32 and VARA HF configuration help
Hi Heber,
?
Try adding PTT FLRIG to your ADDR line so it looks like this:
?
ADDR 127.0.0.1 8303 PTT FLRIG PATH C:\VARA\VARA.exe
|
more update on aarch64 system that failed earlier. i redownloaded libjansson-dev(arm64 version). both arm64 and armhf dids't exist on my buster repository. install libjansson-dev_2.12-1_arm64.deb and recompiled, now it worked.?
linbpq with?mqtt support compiled! harry@aml linbpq (master) $ ./linbpq -h G8BPQ AX25 Packet Switch System Version 6.0.24.47 October 2024 Copyright 01-2024 John Wiseman G8BPQ
thanks folks 73 Hari?
On Wed, Oct 23, 2024 at 11:57?AM Hari Hendaryanto via <harihend1973= [email protected]> wrote: updated:
32 bit version and libjansson doesn't work on my aarch64 system (s905) harry@aml linbpq (master) $ lscpu Architecture: ? ? ? ?aarch64 Byte Order: ? ? ? ? ?Little Endian CPU(s): ? ? ? ? ? ? ?4 On-line CPU(s) list: 0-3 Thread(s) per core: ?1 Core(s) per socket: ?4 Socket(s): ? ? ? ? ? 1 Vendor ID: ? ? ? ? ? ARM Model: ? ? ? ? ? ? ? 4 Model name: ? ? ? ? ?Cortex-A53 --snipped--
but it worked on my X86_64 system. hari@APRS linbpq (master) $ lscpu Architecture: ? ? ? ? ? ? ? ? ? ? ? ? x86_64 CPU op-mode(s): ? ? ? ? ? ? ? ? ? ? ? 32-bit, 64-bit Byte Order: ? ? ? ? ? ? ? ? ? ? ? ? ? Little Endian Address sizes: ? ? ? ? ? ? ? ? ? ? ? ?36 bits physical, 48 bits virtual CPU(s): ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 4 On-line CPU(s) list: ? ? ? ? ? ? ? ? ?0-3 Thread(s) per core: ? ? ? ? ? ? ? ? ? 1 Core(s) per socket: ? ? ? ? ? ? ? ? ? 4 Socket(s): ? ? ? ? ? ? ? ? ? ? ? ? ? ?1 NUMA node(s): ? ? ? ? ? ? ? ? ? ? ? ? 1 Vendor ID: ? ? ? ? ? ? ? ? ? ? ? ? ? ?GenuineIntel CPU family: ? ? ? ? ? ? ? ? ? ? ? ? ? 6 Model: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?76 Model name: ? ? ? ? ? ? ? ? ? ? ? ? ? Intel(R) Atom(TM) x5-Z8350 ?CPU @ 1.44GHz --snipped--
gcc pngwtran.o pngrtran.o pngset.o pngrio.o pngwio.o pngtrans.o pngrutil.o pngwutil.o pngread.o pngwrite.o png.o pngerror.o pngget.o pngmem.o APRSIconData.o AISCommon.o upnp.o APRSStdPages.o HSMODEM.o WinRPR.o KISSHF.o TNCEmulators.o bpqhdlc.o SerialPort.o adif.o WebMail.o utf8Routines.o VARA.o LzFind.o Alloc.o LzmaDec.o LzmaEnc.o LzmaLib.o Multicast.o ARDOP.o IPCode.o FLDigi.o linether.o CMSAuth.o APRSCode.o BPQtoAGW.o KAMPactor.o AEAPactor.o HALDriver.o MULTIPSK.o BBSHTMLConfig.o ChatHTMLConfig.o BBSUtilities.o bpqaxip.o BPQINP3.o BPQNRR.o cMain.o Cmd.o CommonCode.o HTMLCommonCode.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 DRATS.o FreeDATA.o base64.o Events.o nodeapi.o mailapi.o mqtt.o -Xlinker -Map=output.map -l:libminiupnpc.a -lrt -lm -lz -l:libpaho-mqtt3a.a -l:libjansson.a -lpthread -lconfig -lpcap -o linbpq sudo setcap "CAP_NET_ADMIN=ep CAP_NET_RAW=ep CAP_NET_BIND_SERVICE=ep" linbpq
?hari@APRS linbpq (master) $ ./linbpq -h G8BPQ AX25 Packet Switch System Version 6.0.24.47 October 2024 Copyright 01-2024 John Wiseman G8BPQ
but still, it's 64 bit executable. i've never tried to switch my linbpq to this machine??
hari@APRS linbpq (master) $ file linbpq linbpq: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=81fdef89868bd42977e0ddf12eb51cef64e995a7, for GNU/Linux 3.2.0, with debug_info, not stripped
73 Hari?
On Wed, Oct 23, 2024 at 5:26?AM Hari Hendaryanto via <harihend1973= [email protected]> wrote: Hi john,
I belived i'm on 64 bit system. And libjansson-dev manually downloaded from debian website(binarry deb for buster). i've built lib-paho per yout instructions succesafully. libjansson-deb also installed manually. 32 bit packages can be installed using armhf.
73 hari? On Tue, 22 Oct 2024, 6:52?pm John G8BPQ via , <john.wiseman= [email protected]> wrote:
Are you building a 32 bit or 64 bit version of linbpq? Do you have
the right libraries for that architecture?
73,
John
On 22/10/2024 12:08, Hari Hendaryanto
wrote:
hi John,
still no joy even i have those both static libraries now
harry@aml linbpq (master) $ ls
/usr/lib/arm-linux-gnueabihf/libjansson*
/usr/lib/arm-linux-gnueabihf/libjansson.a ?
/usr/lib/arm-linux-gnueabihf/libjansson.so.4
/usr/lib/arm-linux-gnueabihf/libjansson.so
?/usr/lib/arm-linux-gnueabihf/libjansson.so.4.11.1
harry@aml linbpq (master) $ ls
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3*
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3a.a ?
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3as.so
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3cs.a
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3a.so
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3c.a ?
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3cs.so
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3as.a
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3c.so
/usr/bin/ld: cannot find -l:libpaho-mqtt3a.a
/usr/bin/ld: cannot find -l:libjansson.a
collect2: error: ld returned 1 exit status
make: *** [makefile:35: linbpq] Error 1
i've end up compiling linbpq without mqtt support.
harry@aml linbpq (master) $ ./linbpq -h
G8BPQ AX25 Packet Switch System Version 6.0.24.47 October 2024
Copyright 01-2024 John Wiseman G8BPQ
thanks a bunch anyway
73 hari YD0BCX
On Tue, Oct 22, 2024 at
1:47?PM John G8BPQ via <john.wiseman= [email protected]>
wrote:
Sorry, I forget to document this. BPQ now supports
sending information to an mqtt broker. This adds
dependencies on libjansson-dev and? libpaho-mqtt-dev. If you
can't find a package for libpaho-mqtt3a.a? you can build
without mqtt support:
make nomqtt. You may need a make clean first.
or install from source. This works for me:
git clone
cd paho.mqtt.c
cmake -Bbuild -H. -DPAHO_ENABLE_TESTING=OFF
-DPAHO_BUILD_STATIC=ON -DPAHO_WITH_SSL=OFF
-DPAHO_HIGH_PERFORMANCE=ON -DCMAKE_INSTALL_PREFIX=../install
cd build
cmake --build . --target install
Then copy to your lib directory. I use
sudo cp ./install/lib/libpaho-mqtt3a.a
/usr/lib/arm-linux-gnueabihf
or
sudo cp ./install/lib/libpaho-mqtt3a.a /usr/lib/or
i386-linux-gnu/
73, John
On 22/10/2024 05:24, Hari Hendaryanto wrote:
hi guys,
?
i was trying to build linbpq latest from source
obaint from jon's repository(git://vps1.g8bpq.net/linbpq)
my system is kinda ancient using debian buster on
armlogic s905.
?
previously i've never had any problem compiling the
source until version 6.0.24.42 August 2024.
now i have :(
?
gcc pngwtran.o pngrtran.o pngset.o pngrio.o
pngwio.o pngtrans.o pngrutil.o pngwutil.o pngread.o
pngwrite.o png.o pngerror.o pngget.o pngmem.o
APRSIconData.o AISCommon.o upnp.o APRSStdPages.o
HSMODEM.o WinRPR.o KISSHF.o TNCEmulators.o bpqhdlc.o
SerialPort.o adif.o WebMail.o utf8Routines.o VARA.o
LzFind.o Alloc.o LzmaDec.o LzmaEnc.o LzmaLib.o
Multicast.o ARDOP.o IPCode.o FLDigi.o linether.o
CMSAuth.o APRSCode.o BPQtoAGW.o KAMPactor.o
AEAPactor.o HALDriver.o MULTIPSK.o BBSHTMLConfig.o
ChatHTMLConfig.o BBSUtilities.o bpqaxip.o BPQINP3.o
BPQNRR.o cMain.o Cmd.o CommonCode.o HTMLCommonCode.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 DRATS.o
FreeDATA.o base64.o Events.o nodeapi.o mailapi.o
mqtt.o -Xlinker -Map=output.map -l:libminiupnpc.a -lrt
-lm -lz -l:libpaho-mqtt3a.a -l:libjansson.a -lpthread
-lconfig -lpcap -o linbpq
/usr/bin/ld: cannot find -l:libpaho-mqtt3a.a
/usr/bin/ld: cannot find -l:libjansson.a
collect2: error: ld returned 1 exit status
make: *** [makefile:35: linbpq] Error 1
?
i can manually installed libjansson.a static package
from deb package for armhf. then do ldconfig.
however i cannot find any libpaho-mqtt3a.a for my
debian buster anywhere.
?
any help would be appreciated.
?
Thanks in advance
Hari YD0BCX
|
updated:
32 bit version and libjansson doesn't work on my aarch64 system (s905) harry@aml linbpq (master) $ lscpu Architecture: ? ? ? ?aarch64 Byte Order: ? ? ? ? ?Little Endian CPU(s): ? ? ? ? ? ? ?4 On-line CPU(s) list: 0-3 Thread(s) per core: ?1 Core(s) per socket: ?4 Socket(s): ? ? ? ? ? 1 Vendor ID: ? ? ? ? ? ARM Model: ? ? ? ? ? ? ? 4 Model name: ? ? ? ? ?Cortex-A53 --snipped--
but it worked on my X86_64 system. hari@APRS linbpq (master) $ lscpu Architecture: ? ? ? ? ? ? ? ? ? ? ? ? x86_64 CPU op-mode(s): ? ? ? ? ? ? ? ? ? ? ? 32-bit, 64-bit Byte Order: ? ? ? ? ? ? ? ? ? ? ? ? ? Little Endian Address sizes: ? ? ? ? ? ? ? ? ? ? ? ?36 bits physical, 48 bits virtual CPU(s): ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 4 On-line CPU(s) list: ? ? ? ? ? ? ? ? ?0-3 Thread(s) per core: ? ? ? ? ? ? ? ? ? 1 Core(s) per socket: ? ? ? ? ? ? ? ? ? 4 Socket(s): ? ? ? ? ? ? ? ? ? ? ? ? ? ?1 NUMA node(s): ? ? ? ? ? ? ? ? ? ? ? ? 1 Vendor ID: ? ? ? ? ? ? ? ? ? ? ? ? ? ?GenuineIntel CPU family: ? ? ? ? ? ? ? ? ? ? ? ? ? 6 Model: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?76 Model name: ? ? ? ? ? ? ? ? ? ? ? ? ? Intel(R) Atom(TM) x5-Z8350 ?CPU @ 1.44GHz --snipped--
gcc pngwtran.o pngrtran.o pngset.o pngrio.o pngwio.o pngtrans.o pngrutil.o pngwutil.o pngread.o pngwrite.o png.o pngerror.o pngget.o pngmem.o APRSIconData.o AISCommon.o upnp.o APRSStdPages.o HSMODEM.o WinRPR.o KISSHF.o TNCEmulators.o bpqhdlc.o SerialPort.o adif.o WebMail.o utf8Routines.o VARA.o LzFind.o Alloc.o LzmaDec.o LzmaEnc.o LzmaLib.o Multicast.o ARDOP.o IPCode.o FLDigi.o linether.o CMSAuth.o APRSCode.o BPQtoAGW.o KAMPactor.o AEAPactor.o HALDriver.o MULTIPSK.o BBSHTMLConfig.o ChatHTMLConfig.o BBSUtilities.o bpqaxip.o BPQINP3.o BPQNRR.o cMain.o Cmd.o CommonCode.o HTMLCommonCode.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 DRATS.o FreeDATA.o base64.o Events.o nodeapi.o mailapi.o mqtt.o -Xlinker -Map=output.map -l:libminiupnpc.a -lrt -lm -lz -l:libpaho-mqtt3a.a -l:libjansson.a -lpthread -lconfig -lpcap -o linbpq sudo setcap "CAP_NET_ADMIN=ep CAP_NET_RAW=ep CAP_NET_BIND_SERVICE=ep" linbpq
?hari@APRS linbpq (master) $ ./linbpq -h G8BPQ AX25 Packet Switch System Version 6.0.24.47 October 2024 Copyright 01-2024 John Wiseman G8BPQ
but still, it's 64 bit executable. i've never tried to switch my linbpq to this machine??
hari@APRS linbpq (master) $ file linbpq linbpq: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=81fdef89868bd42977e0ddf12eb51cef64e995a7, for GNU/Linux 3.2.0, with debug_info, not stripped
73 Hari? On Wed, Oct 23, 2024 at 5:26?AM Hari Hendaryanto via <harihend1973= [email protected]> wrote: Hi john,
I belived i'm on 64 bit system. And libjansson-dev manually downloaded from debian website(binarry deb for buster). i've built lib-paho per yout instructions succesafully. libjansson-deb also installed manually. 32 bit packages can be installed using armhf.
73 hari? On Tue, 22 Oct 2024, 6:52?pm John G8BPQ via , <john.wiseman= [email protected]> wrote:
Are you building a 32 bit or 64 bit version of linbpq? Do you have
the right libraries for that architecture?
73,
John
On 22/10/2024 12:08, Hari Hendaryanto
wrote:
hi John,
still no joy even i have those both static libraries now
harry@aml linbpq (master) $ ls
/usr/lib/arm-linux-gnueabihf/libjansson*
/usr/lib/arm-linux-gnueabihf/libjansson.a ?
/usr/lib/arm-linux-gnueabihf/libjansson.so.4
/usr/lib/arm-linux-gnueabihf/libjansson.so
?/usr/lib/arm-linux-gnueabihf/libjansson.so.4.11.1
harry@aml linbpq (master) $ ls
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3*
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3a.a ?
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3as.so
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3cs.a
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3a.so
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3c.a ?
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3cs.so
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3as.a
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3c.so
/usr/bin/ld: cannot find -l:libpaho-mqtt3a.a
/usr/bin/ld: cannot find -l:libjansson.a
collect2: error: ld returned 1 exit status
make: *** [makefile:35: linbpq] Error 1
i've end up compiling linbpq without mqtt support.
harry@aml linbpq (master) $ ./linbpq -h
G8BPQ AX25 Packet Switch System Version 6.0.24.47 October 2024
Copyright 01-2024 John Wiseman G8BPQ
thanks a bunch anyway
73 hari YD0BCX
On Tue, Oct 22, 2024 at
1:47?PM John G8BPQ via <john.wiseman= [email protected]>
wrote:
Sorry, I forget to document this. BPQ now supports
sending information to an mqtt broker. This adds
dependencies on libjansson-dev and? libpaho-mqtt-dev. If you
can't find a package for libpaho-mqtt3a.a? you can build
without mqtt support:
make nomqtt. You may need a make clean first.
or install from source. This works for me:
git clone
cd paho.mqtt.c
cmake -Bbuild -H. -DPAHO_ENABLE_TESTING=OFF
-DPAHO_BUILD_STATIC=ON -DPAHO_WITH_SSL=OFF
-DPAHO_HIGH_PERFORMANCE=ON -DCMAKE_INSTALL_PREFIX=../install
cd build
cmake --build . --target install
Then copy to your lib directory. I use
sudo cp ./install/lib/libpaho-mqtt3a.a
/usr/lib/arm-linux-gnueabihf
or
sudo cp ./install/lib/libpaho-mqtt3a.a /usr/lib/or
i386-linux-gnu/
73, John
On 22/10/2024 05:24, Hari Hendaryanto wrote:
hi guys,
?
i was trying to build linbpq latest from source
obaint from jon's repository(git://vps1.g8bpq.net/linbpq)
my system is kinda ancient using debian buster on
armlogic s905.
?
previously i've never had any problem compiling the
source until version 6.0.24.42 August 2024.
now i have :(
?
gcc pngwtran.o pngrtran.o pngset.o pngrio.o
pngwio.o pngtrans.o pngrutil.o pngwutil.o pngread.o
pngwrite.o png.o pngerror.o pngget.o pngmem.o
APRSIconData.o AISCommon.o upnp.o APRSStdPages.o
HSMODEM.o WinRPR.o KISSHF.o TNCEmulators.o bpqhdlc.o
SerialPort.o adif.o WebMail.o utf8Routines.o VARA.o
LzFind.o Alloc.o LzmaDec.o LzmaEnc.o LzmaLib.o
Multicast.o ARDOP.o IPCode.o FLDigi.o linether.o
CMSAuth.o APRSCode.o BPQtoAGW.o KAMPactor.o
AEAPactor.o HALDriver.o MULTIPSK.o BBSHTMLConfig.o
ChatHTMLConfig.o BBSUtilities.o bpqaxip.o BPQINP3.o
BPQNRR.o cMain.o Cmd.o CommonCode.o HTMLCommonCode.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 DRATS.o
FreeDATA.o base64.o Events.o nodeapi.o mailapi.o
mqtt.o -Xlinker -Map=output.map -l:libminiupnpc.a -lrt
-lm -lz -l:libpaho-mqtt3a.a -l:libjansson.a -lpthread
-lconfig -lpcap -o linbpq
/usr/bin/ld: cannot find -l:libpaho-mqtt3a.a
/usr/bin/ld: cannot find -l:libjansson.a
collect2: error: ld returned 1 exit status
make: *** [makefile:35: linbpq] Error 1
?
i can manually installed libjansson.a static package
from deb package for armhf. then do ldconfig.
however i cannot find any libpaho-mqtt3a.a for my
debian buster anywhere.
?
any help would be appreciated.
?
Thanks in advance
Hari YD0BCX
|
Hi john,
I belived i'm on 64 bit system. And libjansson-dev manually downloaded from debian website(binarry deb for buster). i've built lib-paho per yout instructions succesafully. libjansson-deb also installed manually. 32 bit packages can be installed using armhf.
73 hari?
toggle quoted message
Show quoted text
On Tue, 22 Oct 2024, 6:52?pm John G8BPQ via , <john.wiseman= [email protected]> wrote:
Are you building a 32 bit or 64 bit version of linbpq? Do you have
the right libraries for that architecture?
73,
John
On 22/10/2024 12:08, Hari Hendaryanto
wrote:
hi John,
still no joy even i have those both static libraries now
harry@aml linbpq (master) $ ls
/usr/lib/arm-linux-gnueabihf/libjansson*
/usr/lib/arm-linux-gnueabihf/libjansson.a ?
/usr/lib/arm-linux-gnueabihf/libjansson.so.4
/usr/lib/arm-linux-gnueabihf/libjansson.so
?/usr/lib/arm-linux-gnueabihf/libjansson.so.4.11.1
harry@aml linbpq (master) $ ls
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3*
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3a.a ?
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3as.so
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3cs.a
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3a.so
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3c.a ?
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3cs.so
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3as.a
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3c.so
/usr/bin/ld: cannot find -l:libpaho-mqtt3a.a
/usr/bin/ld: cannot find -l:libjansson.a
collect2: error: ld returned 1 exit status
make: *** [makefile:35: linbpq] Error 1
i've end up compiling linbpq without mqtt support.
harry@aml linbpq (master) $ ./linbpq -h
G8BPQ AX25 Packet Switch System Version 6.0.24.47 October 2024
Copyright 01-2024 John Wiseman G8BPQ
thanks a bunch anyway
73 hari YD0BCX
On Tue, Oct 22, 2024 at
1:47?PM John G8BPQ via <john.wiseman= [email protected]>
wrote:
Sorry, I forget to document this. BPQ now supports
sending information to an mqtt broker. This adds
dependencies on libjansson-dev and? libpaho-mqtt-dev. If you
can't find a package for libpaho-mqtt3a.a? you can build
without mqtt support:
make nomqtt. You may need a make clean first.
or install from source. This works for me:
git clone
cd paho.mqtt.c
cmake -Bbuild -H. -DPAHO_ENABLE_TESTING=OFF
-DPAHO_BUILD_STATIC=ON -DPAHO_WITH_SSL=OFF
-DPAHO_HIGH_PERFORMANCE=ON -DCMAKE_INSTALL_PREFIX=../install
cd build
cmake --build . --target install
Then copy to your lib directory. I use
sudo cp ./install/lib/libpaho-mqtt3a.a
/usr/lib/arm-linux-gnueabihf
or
sudo cp ./install/lib/libpaho-mqtt3a.a /usr/lib/or
i386-linux-gnu/
73, John
On 22/10/2024 05:24, Hari Hendaryanto wrote:
hi guys,
?
i was trying to build linbpq latest from source
obaint from jon's repository(git://vps1.g8bpq.net/linbpq)
my system is kinda ancient using debian buster on
armlogic s905.
?
previously i've never had any problem compiling the
source until version 6.0.24.42 August 2024.
now i have :(
?
gcc pngwtran.o pngrtran.o pngset.o pngrio.o
pngwio.o pngtrans.o pngrutil.o pngwutil.o pngread.o
pngwrite.o png.o pngerror.o pngget.o pngmem.o
APRSIconData.o AISCommon.o upnp.o APRSStdPages.o
HSMODEM.o WinRPR.o KISSHF.o TNCEmulators.o bpqhdlc.o
SerialPort.o adif.o WebMail.o utf8Routines.o VARA.o
LzFind.o Alloc.o LzmaDec.o LzmaEnc.o LzmaLib.o
Multicast.o ARDOP.o IPCode.o FLDigi.o linether.o
CMSAuth.o APRSCode.o BPQtoAGW.o KAMPactor.o
AEAPactor.o HALDriver.o MULTIPSK.o BBSHTMLConfig.o
ChatHTMLConfig.o BBSUtilities.o bpqaxip.o BPQINP3.o
BPQNRR.o cMain.o Cmd.o CommonCode.o HTMLCommonCode.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 DRATS.o
FreeDATA.o base64.o Events.o nodeapi.o mailapi.o
mqtt.o -Xlinker -Map=output.map -l:libminiupnpc.a -lrt
-lm -lz -l:libpaho-mqtt3a.a -l:libjansson.a -lpthread
-lconfig -lpcap -o linbpq
/usr/bin/ld: cannot find -l:libpaho-mqtt3a.a
/usr/bin/ld: cannot find -l:libjansson.a
collect2: error: ld returned 1 exit status
make: *** [makefile:35: linbpq] Error 1
?
i can manually installed libjansson.a static package
from deb package for armhf. then do ldconfig.
however i cannot find any libpaho-mqtt3a.a for my
debian buster anywhere.
?
any help would be appreciated.
?
Thanks in advance
Hari YD0BCX
|
Re: Kenwood TS-480 BPQ32 and VARA HF configuration help
So continuing this thread.
?
I did find out I need a serial to USB Cat cable for the Kenwood TS-480, it was purchased and installed.
?
I am able to make WSTJ-X work with FT8 with FLRIG CAT for PTT and changing frequencies. I am using the USB dongle Sound Card only for TX/RX audio no PTT since there is no external port for PTT on back of the radio.
?
I want to use VARA HF for this radio, this is configuration I am using but is not working:
?
PORT
?ID=VARA ?PORTNUM=5 ?DRIVER=VARA ?CONFIG ? ADDR 127.0.0.1 8303 PATH C:\VARA\VARA.exe ?BW500 ?RIGCONTROL ? FLRIG 127.0.0.1:12345 ?****
ENDPORT
?
Any assistance is appreciated.
?
Heber NP4JN
|
Are you building a 32 bit or 64 bit version of linbpq? Do you have
the right libraries for that architecture?
73,
John
On 22/10/2024 12:08, Hari Hendaryanto
wrote:
toggle quoted message
Show quoted text
hi John,
still no joy even i have those both static libraries now
harry@aml linbpq (master) $ ls
/usr/lib/arm-linux-gnueabihf/libjansson*
/usr/lib/arm-linux-gnueabihf/libjansson.a ?
/usr/lib/arm-linux-gnueabihf/libjansson.so.4
/usr/lib/arm-linux-gnueabihf/libjansson.so
?/usr/lib/arm-linux-gnueabihf/libjansson.so.4.11.1
harry@aml linbpq (master) $ ls
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3*
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3a.a ?
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3as.so
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3cs.a
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3a.so
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3c.a ?
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3cs.so
/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3as.a
?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3c.so
/usr/bin/ld: cannot find -l:libpaho-mqtt3a.a
/usr/bin/ld: cannot find -l:libjansson.a
collect2: error: ld returned 1 exit status
make: *** [makefile:35: linbpq] Error 1
i've end up compiling linbpq without mqtt support.
harry@aml linbpq (master) $ ./linbpq -h
G8BPQ AX25 Packet Switch System Version 6.0.24.47 October 2024
Copyright 01-2024 John Wiseman G8BPQ
thanks a bunch anyway
73 hari YD0BCX
On Tue, Oct 22, 2024 at
1:47?PM John G8BPQ via <john.wiseman= [email protected]>
wrote:
Sorry, I forget to document this. BPQ now supports
sending information to an mqtt broker. This adds
dependencies on libjansson-dev and? libpaho-mqtt-dev. If you
can't find a package for libpaho-mqtt3a.a? you can build
without mqtt support:
make nomqtt. You may need a make clean first.
or install from source. This works for me:
git clone
cd paho.mqtt.c
cmake -Bbuild -H. -DPAHO_ENABLE_TESTING=OFF
-DPAHO_BUILD_STATIC=ON -DPAHO_WITH_SSL=OFF
-DPAHO_HIGH_PERFORMANCE=ON -DCMAKE_INSTALL_PREFIX=../install
cd build
cmake --build . --target install
Then copy to your lib directory. I use
sudo cp ./install/lib/libpaho-mqtt3a.a
/usr/lib/arm-linux-gnueabihf
or
sudo cp ./install/lib/libpaho-mqtt3a.a /usr/lib/or
i386-linux-gnu/
73, John
On 22/10/2024 05:24, Hari Hendaryanto wrote:
hi guys,
?
i was trying to build linbpq latest from source
obaint from jon's repository(git://vps1.g8bpq.net/linbpq)
my system is kinda ancient using debian buster on
armlogic s905.
?
previously i've never had any problem compiling the
source until version 6.0.24.42 August 2024.
now i have :(
?
gcc pngwtran.o pngrtran.o pngset.o pngrio.o
pngwio.o pngtrans.o pngrutil.o pngwutil.o pngread.o
pngwrite.o png.o pngerror.o pngget.o pngmem.o
APRSIconData.o AISCommon.o upnp.o APRSStdPages.o
HSMODEM.o WinRPR.o KISSHF.o TNCEmulators.o bpqhdlc.o
SerialPort.o adif.o WebMail.o utf8Routines.o VARA.o
LzFind.o Alloc.o LzmaDec.o LzmaEnc.o LzmaLib.o
Multicast.o ARDOP.o IPCode.o FLDigi.o linether.o
CMSAuth.o APRSCode.o BPQtoAGW.o KAMPactor.o
AEAPactor.o HALDriver.o MULTIPSK.o BBSHTMLConfig.o
ChatHTMLConfig.o BBSUtilities.o bpqaxip.o BPQINP3.o
BPQNRR.o cMain.o Cmd.o CommonCode.o HTMLCommonCode.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 DRATS.o
FreeDATA.o base64.o Events.o nodeapi.o mailapi.o
mqtt.o -Xlinker -Map=output.map -l:libminiupnpc.a -lrt
-lm -lz -l:libpaho-mqtt3a.a -l:libjansson.a -lpthread
-lconfig -lpcap -o linbpq
/usr/bin/ld: cannot find -l:libpaho-mqtt3a.a
/usr/bin/ld: cannot find -l:libjansson.a
collect2: error: ld returned 1 exit status
make: *** [makefile:35: linbpq] Error 1
?
i can manually installed libjansson.a static package
from deb package for armhf. then do ldconfig.
however i cannot find any libpaho-mqtt3a.a for my
debian buster anywhere.
?
any help would be appreciated.
?
Thanks in advance
Hari YD0BCX
|
hi John,
still no joy even i have those both static libraries now harry@aml linbpq (master) $ ls /usr/lib/arm-linux-gnueabihf/libjansson* /usr/lib/arm-linux-gnueabihf/libjansson.a ? /usr/lib/arm-linux-gnueabihf/libjansson.so.4 /usr/lib/arm-linux-gnueabihf/libjansson.so ?/usr/lib/arm-linux-gnueabihf/libjansson.so.4.11.1
harry@aml linbpq (master) $ ls /usr/lib/arm-linux-gnueabihf/libpaho-mqtt3* /usr/lib/arm-linux-gnueabihf/libpaho-mqtt3a.a ? /usr/lib/arm-linux-gnueabihf/libpaho-mqtt3as.so ?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3cs.a /usr/lib/arm-linux-gnueabihf/libpaho-mqtt3a.so ?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3c.a ? ?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3cs.so /usr/lib/arm-linux-gnueabihf/libpaho-mqtt3as.a ?/usr/lib/arm-linux-gnueabihf/libpaho-mqtt3c.so
/usr/bin/ld: cannot find -l:libpaho-mqtt3a.a /usr/bin/ld: cannot find -l:libjansson.a collect2: error: ld returned 1 exit status make: *** [makefile:35: linbpq] Error 1
i've end up compiling linbpq without mqtt support.
harry@aml linbpq (master) $ ./linbpq -h G8BPQ AX25 Packet Switch System Version 6.0.24.47 October 2024 Copyright 01-2024 John Wiseman G8BPQ
thanks a bunch anyway 73 hari YD0BCX
toggle quoted message
Show quoted text
On Tue, Oct 22, 2024 at 1:47?PM John G8BPQ via <john.wiseman= [email protected]> wrote:
Sorry, I forget to document this. BPQ now supports sending
information to an mqtt broker. This adds dependencies on
libjansson-dev and? libpaho-mqtt-dev. If you can't find a package
for libpaho-mqtt3a.a? you can build without mqtt support:
make nomqtt. You may need a make clean first.
or install from source. This works for me:
git clone
cd paho.mqtt.c
cmake -Bbuild -H. -DPAHO_ENABLE_TESTING=OFF -DPAHO_BUILD_STATIC=ON
-DPAHO_WITH_SSL=OFF -DPAHO_HIGH_PERFORMANCE=ON
-DCMAKE_INSTALL_PREFIX=../install
cd build
cmake --build . --target install
Then copy to your lib directory. I use
sudo cp ./install/lib/libpaho-mqtt3a.a /usr/lib/arm-linux-gnueabihf
or
sudo cp ./install/lib/libpaho-mqtt3a.a /usr/lib/or i386-linux-gnu/
73, John
On 22/10/2024 05:24, Hari Hendaryanto
wrote:
hi guys,
?
i was trying to build linbpq latest from source obaint from
jon's repository(git://vps1.g8bpq.net/linbpq)
my system is kinda ancient using debian buster on armlogic
s905.
?
previously i've never had any problem compiling the source
until version 6.0.24.42 August 2024.
now i have :(
?
gcc pngwtran.o pngrtran.o pngset.o pngrio.o pngwio.o
pngtrans.o pngrutil.o pngwutil.o pngread.o pngwrite.o png.o
pngerror.o pngget.o pngmem.o APRSIconData.o AISCommon.o upnp.o
APRSStdPages.o HSMODEM.o WinRPR.o KISSHF.o TNCEmulators.o
bpqhdlc.o SerialPort.o adif.o WebMail.o utf8Routines.o VARA.o
LzFind.o Alloc.o LzmaDec.o LzmaEnc.o LzmaLib.o Multicast.o
ARDOP.o IPCode.o FLDigi.o linether.o CMSAuth.o APRSCode.o
BPQtoAGW.o KAMPactor.o AEAPactor.o HALDriver.o MULTIPSK.o
BBSHTMLConfig.o ChatHTMLConfig.o BBSUtilities.o bpqaxip.o
BPQINP3.o BPQNRR.o cMain.o Cmd.o CommonCode.o HTMLCommonCode.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 DRATS.o
FreeDATA.o base64.o Events.o nodeapi.o mailapi.o mqtt.o
-Xlinker -Map=output.map -l:libminiupnpc.a -lrt -lm -lz
-l:libpaho-mqtt3a.a -l:libjansson.a -lpthread -lconfig -lpcap
-o linbpq
/usr/bin/ld: cannot find -l:libpaho-mqtt3a.a
/usr/bin/ld: cannot find -l:libjansson.a
collect2: error: ld returned 1 exit status
make: *** [makefile:35: linbpq] Error 1
?
i can manually installed libjansson.a static package from deb
package for armhf. then do ldconfig.
however i cannot find any libpaho-mqtt3a.a for my debian
buster anywhere.
?
any help would be appreciated.
?
Thanks in advance
Hari YD0BCX
|
Thanks for your complete responses john. I will definitely will try those info you gave us.
73 hari YD0BCX
toggle quoted message
Show quoted text
On Tue, 22 Oct 2024, 1:47?pm John G8BPQ via , <john.wiseman= [email protected]> wrote:
Sorry, I forget to document this. BPQ now supports sending
information to an mqtt broker. This adds dependencies on
libjansson-dev and? libpaho-mqtt-dev. If you can't find a package
for libpaho-mqtt3a.a? you can build without mqtt support:
make nomqtt. You may need a make clean first.
or install from source. This works for me:
git clone
cd paho.mqtt.c
cmake -Bbuild -H. -DPAHO_ENABLE_TESTING=OFF -DPAHO_BUILD_STATIC=ON
-DPAHO_WITH_SSL=OFF -DPAHO_HIGH_PERFORMANCE=ON
-DCMAKE_INSTALL_PREFIX=../install
cd build
cmake --build . --target install
Then copy to your lib directory. I use
sudo cp ./install/lib/libpaho-mqtt3a.a /usr/lib/arm-linux-gnueabihf
or
sudo cp ./install/lib/libpaho-mqtt3a.a /usr/lib/or i386-linux-gnu/
73, John
On 22/10/2024 05:24, Hari Hendaryanto
wrote:
hi guys,
?
i was trying to build linbpq latest from source obaint from
jon's repository(git://vps1.g8bpq.net/linbpq)
my system is kinda ancient using debian buster on armlogic
s905.
?
previously i've never had any problem compiling the source
until version 6.0.24.42 August 2024.
now i have :(
?
gcc pngwtran.o pngrtran.o pngset.o pngrio.o pngwio.o
pngtrans.o pngrutil.o pngwutil.o pngread.o pngwrite.o png.o
pngerror.o pngget.o pngmem.o APRSIconData.o AISCommon.o upnp.o
APRSStdPages.o HSMODEM.o WinRPR.o KISSHF.o TNCEmulators.o
bpqhdlc.o SerialPort.o adif.o WebMail.o utf8Routines.o VARA.o
LzFind.o Alloc.o LzmaDec.o LzmaEnc.o LzmaLib.o Multicast.o
ARDOP.o IPCode.o FLDigi.o linether.o CMSAuth.o APRSCode.o
BPQtoAGW.o KAMPactor.o AEAPactor.o HALDriver.o MULTIPSK.o
BBSHTMLConfig.o ChatHTMLConfig.o BBSUtilities.o bpqaxip.o
BPQINP3.o BPQNRR.o cMain.o Cmd.o CommonCode.o HTMLCommonCode.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 DRATS.o
FreeDATA.o base64.o Events.o nodeapi.o mailapi.o mqtt.o
-Xlinker -Map=output.map -l:libminiupnpc.a -lrt -lm -lz
-l:libpaho-mqtt3a.a -l:libjansson.a -lpthread -lconfig -lpcap
-o linbpq
/usr/bin/ld: cannot find -l:libpaho-mqtt3a.a
/usr/bin/ld: cannot find -l:libjansson.a
collect2: error: ld returned 1 exit status
make: *** [makefile:35: linbpq] Error 1
?
i can manually installed libjansson.a static package from deb
package for armhf. then do ldconfig.
however i cannot find any libpaho-mqtt3a.a for my debian
buster anywhere.
?
any help would be appreciated.
?
Thanks in advance
Hari YD0BCX
|
Sorry, I forget to document this. BPQ now supports sending
information to an mqtt broker. This adds dependencies on
libjansson-dev and? libpaho-mqtt-dev. If you can't find a package
for libpaho-mqtt3a.a? you can build without mqtt support:
make nomqtt. You may need a make clean first.
or install from source. This works for me:
git clone
cd paho.mqtt.c
cmake -Bbuild -H. -DPAHO_ENABLE_TESTING=OFF -DPAHO_BUILD_STATIC=ON
-DPAHO_WITH_SSL=OFF -DPAHO_HIGH_PERFORMANCE=ON
-DCMAKE_INSTALL_PREFIX=../install
cd build
cmake --build . --target install
Then copy to your lib directory. I use
sudo cp ./install/lib/libpaho-mqtt3a.a /usr/lib/arm-linux-gnueabihf
or
sudo cp ./install/lib/libpaho-mqtt3a.a /usr/lib/or i386-linux-gnu/
73, John
On 22/10/2024 05:24, Hari Hendaryanto
wrote:
toggle quoted message
Show quoted text
hi guys,
?
my system is kinda ancient using debian buster on armlogic
s905.
?
previously i've never had any problem compiling the source
until version 6.0.24.42 August 2024.
now i have :(
?
gcc pngwtran.o pngrtran.o pngset.o pngrio.o pngwio.o
pngtrans.o pngrutil.o pngwutil.o pngread.o pngwrite.o png.o
pngerror.o pngget.o pngmem.o APRSIconData.o AISCommon.o upnp.o
APRSStdPages.o HSMODEM.o WinRPR.o KISSHF.o TNCEmulators.o
bpqhdlc.o SerialPort.o adif.o WebMail.o utf8Routines.o VARA.o
LzFind.o Alloc.o LzmaDec.o LzmaEnc.o LzmaLib.o Multicast.o
ARDOP.o IPCode.o FLDigi.o linether.o CMSAuth.o APRSCode.o
BPQtoAGW.o KAMPactor.o AEAPactor.o HALDriver.o MULTIPSK.o
BBSHTMLConfig.o ChatHTMLConfig.o BBSUtilities.o bpqaxip.o
BPQINP3.o BPQNRR.o cMain.o Cmd.o CommonCode.o HTMLCommonCode.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 DRATS.o
FreeDATA.o base64.o Events.o nodeapi.o mailapi.o mqtt.o
-Xlinker -Map=output.map -l:libminiupnpc.a -lrt -lm -lz
-l:libpaho-mqtt3a.a -l:libjansson.a -lpthread -lconfig -lpcap
-o linbpq
/usr/bin/ld: cannot find -l:libpaho-mqtt3a.a
/usr/bin/ld: cannot find -l:libjansson.a
collect2: error: ld returned 1 exit status
make: *** [makefile:35: linbpq] Error 1
?
i can manually installed libjansson.a static package from deb
package for armhf. then do ldconfig.
however i cannot find any libpaho-mqtt3a.a for my debian
buster anywhere.
?
any help would be appreciated.
?
Thanks in advance
Hari YD0BCX
|
hi guys,
?
my system is kinda ancient using debian buster on armlogic s905.
?
previously i've never had any problem compiling the source until version 6.0.24.42 August 2024.
now i have :(
?
gcc pngwtran.o pngrtran.o pngset.o pngrio.o pngwio.o pngtrans.o pngrutil.o pngwutil.o pngread.o pngwrite.o png.o pngerror.o pngget.o pngmem.o APRSIconData.o AISCommon.o upnp.o APRSStdPages.o HSMODEM.o WinRPR.o KISSHF.o TNCEmulators.o bpqhdlc.o SerialPort.o adif.o WebMail.o utf8Routines.o VARA.o LzFind.o Alloc.o LzmaDec.o LzmaEnc.o LzmaLib.o Multicast.o ARDOP.o IPCode.o FLDigi.o linether.o CMSAuth.o APRSCode.o BPQtoAGW.o KAMPactor.o AEAPactor.o HALDriver.o MULTIPSK.o BBSHTMLConfig.o ChatHTMLConfig.o BBSUtilities.o bpqaxip.o BPQINP3.o BPQNRR.o cMain.o Cmd.o CommonCode.o HTMLCommonCode.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 DRATS.o FreeDATA.o base64.o Events.o nodeapi.o mailapi.o mqtt.o -Xlinker -Map=output.map -l:libminiupnpc.a -lrt -lm -lz -l:libpaho-mqtt3a.a -l:libjansson.a -lpthread -lconfig -lpcap -o linbpq /usr/bin/ld: cannot find -l:libpaho-mqtt3a.a /usr/bin/ld: cannot find -l:libjansson.a collect2: error: ld returned 1 exit status make: *** [makefile:35: linbpq] Error 1
?
i can manually installed libjansson.a static package from deb package for armhf. then do ldconfig.
however i cannot find any libpaho-mqtt3a.a for my debian buster anywhere.
?
any help would be appreciated.
?
Thanks in advance
Hari YD0BCX
|
Re: Fwd partners via QO-100
I'm running QtSM with 300 baud afsk and 1200 baud bpsk both il2p and
1500 Hz centre on 10489630. TX is only on when I'm in the shack but
rx most of the time, so I can check in MH to see if I'm hearing
anyone.
Node GB7BPQ-2, BBS GB7BPQ.
73, John
On 20/10/2024 20:20, Dr. Sergey Ievkov
wrote:
toggle quoted message
Show quoted text
Hello, OMs!
I am temporarily left without a HF antenna (they walled
up access to the roof), but I have assembled a simple kit
for working via QO-100 and am looking for partners for
sending mail and bulletins.
I can work in VARA SAT (preferably), but it is possible to
use any mods from QtSM (I understand, IL2P BPSK)
Red PE1RRR (SK) shared information on his website (),
I hear G7TAJ (he did not tell me, he wrote a letter). But
who else is ready to continue creating a packet network on
QO-100?
Any ideas and comments, I am open to experiments.
|
Re: VARA Error & Port stays attached
Wow! ? That post is like reading a good book. ?Thanks for posting Lee. Hello George Kirn had contact with this data.
toggle quoted message
Show quoted text
I found the radio sitting on one frequency, so I checked the status and saw what is shown below.
As it polls, the channel state can change from clear to busy, then change back.
Now I'm not sure that
CLEANTXBUFFER BUFFEREMPTY is related to the root cause.
241020 15:02:43 |N3MEL ? ? Connecting to BBS N3MEL 241020 15:02:44 <N3MEL ? ? *** CONNECTED 241020 15:02:44 ?N3MEL ? ? Script MSGTYPES PTBR 241020 15:02:44 >N3MEL ? ? ATT 7 241020 15:02:44 <N3MEL ? ? SHAWNO:K5DAT-7} Ok 241020 15:02:44 >N3MEL ? ? BW500 241020 15:02:44 <N3MEL ? ? VARA} OK 241020 15:02:44 >N3MEL ? ? RADIO 14.1065 USB 241020 15:02:44 <N3MEL ? ? Mode and Frequency Set OK 241020 15:02:44 >N3MEL ? ? C N3MEL-2 241020 15:02:45 <N3MEL ? ? VARA} CLEANTXBUFFER BUFFEREMPTY 241020 15:02:55 <N3MEL ? ? Sorry, Can't Connect - Channel is busy 241020 15:02:55 |N3MEL ? ? N3MEL Disconnected 241020 15:02:56 |N3MEL ? ? Connecting to BBS N3MEL 241020 15:02:56 <N3MEL ? ? *** CONNECTED 241020 15:02:56 >N3MEL ? ? D 241020 15:02:56 <N3MEL ? ? SHAWNO:K5DAT-7} Invalid command - Enter ? for command list 241020 15:02:56 |N3MEL ? ? N3MEL Disconnected 241020 15:03:49 |DTXBBS ? ?Connecting to BBS DTXBBS 241020 15:03:49 <DTXBBS ? ?*** CONNECTED 241020 15:03:49 >DTXBBS ? ?c 2 w1dtx-7 241020 15:04:03 <DTXBBS ? ?SHAWNO:K5DAT-7} Failure with W1DTX-7 241020 15:04:03 |DTXBBS ? ?DTXBBS Disconnected 241020 15:05:05 |KK4DIV ? ?Connecting to BBS KK4DIV 241020 15:05:05 <KK4DIV ? ?*** CONNECTED 241020 15:05:05 >KK4DIV ? ?C KK4DIV-7 241020 15:05:06 <KK4DIV ? ?SHAWNO:K5DAT-7} Connected to LHNOD:KK4DIV-7 241020 15:05:06 >KK4DIV ? ?BBS 241020 15:05:07 <KK4DIV ? ?KK4DIV Packet Node in Lynn Haven, FL 241020 15:05:07 <KK4DIV ? ?LHNOD:KK4DIV-7} BBS RMS CHAT SYSOP CONNECT BYE INFO NODES PORTS ROUTES USERS MHEARD 241020 15:05:07 <KK4DIV ? ?LHNOD:KK4DIV-7} Connected to BBS 241020 15:05:08 <KK4DIV ? ?[BPQ-6.0.24.1-B2FWIHJM$] 241020 15:05:08 <KK4DIV ? ?Hello Lee. Latest Message is 23356, Last listed is 0 241020 15:05:08 <KK4DIV ? ?de KK4DIV> 241020 15:05:08 >KK4DIV ? ?[BPQ-6.0.24.45-B1FIHJM$] 241020 15:05:08 >KK4DIV ? ?FA B KE2I USA PKTNET 20_KE2I 353 241020 15:05:08 >KK4DIV ? ?F> 39 241020 15:05:09 <KK4DIV ? ?FS - 241020 15:05:09 <KK4DIV ? ?FF 241020 15:05:09 >KK4DIV ? ?FQ 241020 15:05:10 |KK4DIV ? ?KK4DIV Disconnected 241020 15:05:33 |K3CHB ? ? Connecting to BBS K3CHB 241020 15:05:33 <K3CHB ? ? *** CONNECTED 241020 15:05:33 >K3CHB ? ? c 3 k5dat-5 241020 15:05:33 <K3CHB ? ? SHAWNO:K5DAT-7} Connected to DATXR:K5DAT-5 241020 15:05:33 ?K3CHB ? ? Script pause 2 241020 15:05:33 <K3CHB ? ? K5DAT-5 DATXR - 241020 15:05:33 <K3CHB ? ? Type ? for the basic list of commands. 241020 15:05:35 <K3CHB ? ? Pause Ok 241020 15:05:35 >K3CHB ? ? c 16 k3chb-7 241020 15:05:36 <K3CHB ? ? 241020 15:05:36 <K3CHB ? ? K5DAT-5:DATXR} Trying K3CHB-7... 241020 15:05:46 <K3CHB ? ? 241020 15:05:46 <K3CHB ? ? K5DAT-5:DATXR} Failure with K3CHB-7 241020 15:05:46 |K3CHB ? ? K3CHB Disconnected 241020 15:05:47 |K3CHB ? ? Connecting to BBS K3CHB 241020 15:05:47 <K3CHB ? ? *** CONNECTED 241020 15:05:47 ?K3CHB ? ? Script pause 60 241020 15:06:47 <K3CHB ? ? Pause Ok 241020 15:06:47 >K3CHB ? ? c 3 ve3cgr-7 241020 15:06:48 <K3CHB ? ? SHAWNO:K5DAT-7} Connected to BPQCGR:VE3CGR-7 241020 15:06:48 ?K3CHB ? ? Script pause 2 241020 15:06:48 <K3CHB ? ? Welcome to the VE3CGR-7 LinBPQ Node. 241020 15:06:48 <K3CHB ? ? BPQCGR:VE3CGR-7} 241020 15:06:50 <K3CHB ? ? Pause Ok 241020 15:06:50 >K3CHB ? ? c k3chb-7 241020 15:06:51 <K3CHB ? ? BPQCGR:VE3CGR-7} Downlink connect needs port number - C P CALLSIGN 241020 15:06:51 |K3CHB ? ? K3CHB Disconnected 241020 15:07:32 |N2UEM ? ? Connecting to BBS N2UEM 241020 15:07:32 <N2UEM ? ? *** CONNECTED 241020 15:07:32 >N2UEM ? ? C 3 N2UEM-7 241020 15:07:33 <N2UEM ? ? SHAWNO:K5DAT-7} Connected to FITWI:N2UEM-7 241020 15:07:33 >N2UEM ? ? BBS 241020 15:07:33 <N2UEM ? ? Welcome to Fitchburg WI BBS. Mark Acierno's BPQ32 Node. 241020 15:07:33 <N2UEM ? ? N2UEM> BBS CHAT CONNECT BYE INFO NODES ROUTES PORTS USERS MHEARD RMS 241020 15:07:34 <N2UEM ? ? FITWI:N2UEM-7} Connected to BBS 241020 15:07:34 <N2UEM ? ? [BPQ-6.0.21.1-B1FWIHJM$] 241020 15:07:34 <N2UEM ? ? Hello Lee. Latest Message is 5131, Last listed is 0 241020 15:07:34 <N2UEM ? ? de N2UEM> 241020 15:07:34 >N2UEM ? ? [BPQ-6.0.24.45-B1FIHJM$] 241020 15:07:34 >N2UEM ? ? FA B KE2I USA PKTNET 20_KE2I 353 241020 15:07:34 >N2UEM ? ? F> 39 241020 15:07:35 <N2UEM ? ? FS + 241020 15:07:35 | ? ? ? ? ?Compressed Message Comp Len 215 Msg Len 353 CRC dd2 241020 15:07:36 <N2UEM ? ? FF 241020 15:07:36 >N2UEM ? ? FQ 241020 15:07:37 |N2UEM ? ? N2UEM Disconnected 241020 15:09:31 |WA2UET-1 ?Incoming Connect from WA2UET 241020 15:09:31 >WA2UET-1 ?[BPQ-6.0.24.45-B1FWIHJM$] 241020 15:09:31 >WA2UET-1 ?Hello Stan
241020 15:09:31 >WA2UET-1 ?de K5DAT BBS>
241020 15:09:33 <WA2UET-1 ?[BPQ-6.0.23.1-B1FIHJM$] 241020 15:09:33 <WA2UET-1 ?FF 241020 15:09:33 >WA2UET-1 ?FQ 241020 15:09:34 |WA2UET-1 ?WA2UET-1 Disconnected 241020 15:11:04 |GB7CIP ? ?Incoming Connect from GB7CIP 241020 15:11:04 >GB7CIP ? ?[BPQ-6.0.24.45-B1FWIHJM$] 241020 15:11:04 >GB7CIP ? ?K5DAT-1 BBS
241020 15:11:04 >GB7CIP ? ?>
241020 15:11:17 <GB7CIP ? ?[FBB-7.0.11-AHM$] 241020 15:11:17 >GB7CIP ? ?> 241020 15:11:20 <GB7CIP ? ?SB NEWS @ WW < EI2GYB $34562_EI2GYB 241020 15:11:20 >GB7CIP ? ?NO - BID 241020 15:11:20 >GB7CIP ? ?> 241020 15:11:23 <GB7CIP ? ?F> 241020 15:11:23 >GB7CIP ? ?*** DONE 241020 15:11:24 |GB7CIP ? ?GB7CIP Disconnected 241020 15:11:51 |AA6HF ? ? Connecting to BBS AA6HF 241020 15:11:51 |KD9KGQ ? ?Connecting to BBS KD9KGQ 241020 15:11:51 <KD9KGQ ? ?*** CONNECTED 241020 15:11:51 >KD9KGQ ? ?C 3 W9GM-7 241020 15:11:51 <AA6HF ? ? *** CONNECTED 241020 15:11:51 >AA6HF ? ? C 3 K5DAT-5 241020 15:11:52 <KD9KGQ ? ?SHAWNO:K5DAT-7} Connected to WILSE:W9GM-7 241020 15:11:52 ?KD9KGQ ? ?Script PAUSE 2 241020 15:11:52 <AA6HF ? ? SHAWNO:K5DAT-7} Connected to DATXR:K5DAT-5 241020 15:11:52 >AA6HF ? ? C 19 AA6HF-4 241020 15:11:52 <AA6HF ? ? K5DAT-5 DATXR - 241020 15:11:52 <AA6HF ? ? Type ? for the basic list of commands. 241020 15:11:53 <KD9KGQ ? ?Welcome to the W9GM BPQ Packet Switch - Ken in La Crosse, WI - EN43 241020 15:11:53 <KD9KGQ ? ?Type ? (enter) for Commands 241020 15:11:53 <AA6HF ? ? 241020 15:11:53 <AA6HF ? ? K5DAT-5:DATXR} Trying AA6HF-4... 241020 15:11:54 <AA6HF ? ? 241020 15:11:54 <AA6HF ? ? K5DAT-5:DATXR} Connected to AA6HF-4 241020 15:11:54 <KD9KGQ ? ?Pause Ok 241020 15:11:54 >KD9KGQ ? ?C 4 KD9KGQ-7 241020 15:11:55 <AA6HF ? ? [JNOS-2.0p.1-B1FHIM$] 241020 15:11:55 <AA6HF ? ? > 241020 15:11:55 >AA6HF ? ? [BPQ-6.0.24.45-B1FIHJM$] 241020 15:11:55 >AA6HF ? ? FA B KE2I USA PKTNET 20_KE2I 353 241020 15:11:55 >AA6HF ? ? F> 39 241020 15:11:58 <AA6HF ? ? FS + 241020 15:11:58 | ? ? ? ? ?Compressed Message Comp Len 215 Msg Len 353 CRC dd2 241020 15:12:02 <AA6HF ? ? FA B KP3FT USA PKTNET 22722_KP3FT 1142 241020 15:12:02 ?AA6HF ? ? Message Rejected by BID Check 241020 15:12:02 <AA6HF ? ? F> 241020 15:12:02 >AA6HF ? ? FS - 241020 15:12:02 >AA6HF ? ? FF 241020 15:12:07 <AA6HF ? ? FQ 241020 15:12:07 |AA6HF ? ? AA6HF Disconnected 241020 15:12:22 |KB9SOZ ? ?Connecting to BBS KB9SOZ 241020 15:12:22 <KB9SOZ ? ?*** CONNECTED 241020 15:12:22 >KB9SOZ ? ?C 3 KB9SOZ-7 241020 15:12:23 <KB9SOZ ? ?SHAWNO:K5DAT-7} Connected to WI105:KB9SOZ-7 241020 15:12:23 >KB9SOZ ? ?BBS 241020 15:12:24 <KB9SOZ ? ?WI105:KB9SOZ-7} BBS CHAT CONNECT BYE INFO KBRD LISTEN NODES ROUTES PORTS USERS MHEARD 241020 15:12:24 <KB9SOZ ? ?WI105:KB9SOZ-7} Sorry, Application BBS is not running - Please try later 241020 15:12:24 |KB9SOZ ? ?KB9SOZ Disconnected 241020 15:12:25 |KB9SOZ ? ?Connecting to BBS KB9SOZ 241020 15:12:25 <KB9SOZ ? ?*** CONNECTED 241020 15:12:25 ?KB9SOZ ? ?Script PAUSE 60 241020 15:12:56 <KD9KGQ ? ?DISCONNECTED ? 241020 15:12:56 |KD9KGQ ? ?KD9KGQ Disconnected 241020 15:12:57 |KD9KGQ ? ?Connecting to BBS KD9KGQ 241020 15:12:57 <KD9KGQ ? ?*** CONNECTED 241020 15:12:57 ?KD9KGQ ? ?Script PAUSE 60 241020 15:13:25 <KB9SOZ ? ?Pause Ok 241020 15:13:25 >KB9SOZ ? ?C 2 N9HWP-7 241020 15:13:26 <KB9SOZ ? ?SHAWNO:K5DAT-7} Connected to HWPN0D:N9HWP-7 241020 15:13:26 ?KB9SOZ ? ?Script PAUSE 3 241020 15:13:27 <KB9SOZ ? ?N9HWP-7 BQP32 Node - Windows 241020 15:13:27 <KB9SOZ ? ?? for a list of commands 241020 15:13:29 <KB9SOZ ? ?Pause Ok 241020 15:13:29 >KB9SOZ ? ?C KB9SOZ-7 241020 15:13:32 <KB9SOZ ? ?HWPN0D:N9HWP-7} Connected to WI105:KB9SOZ-7 241020 15:13:32 >KB9SOZ ? ?BBS 241020 15:13:33 <KB9SOZ ? ?WI105:KB9SOZ-7} BBS CHAT CONNECT BYE INFO KBRD LISTEN NODES ROUTES PORTS USERS MHEARD 241020 15:13:35 <KB9SOZ ? ?WI105:KB9SOZ-7} Sorry, Application BBS is not running - Please try later 241020 15:13:57 <KD9KGQ ? ?Pause Ok 241020 15:13:57 >KD9KGQ ? ?C 3 KD9KGQ-7 241020 15:14:11 <KD9KGQ ? ?SHAWNO:K5DAT-7} Failure with KD9KGQ-7 241020 15:14:11 |KD9KGQ ? ?KD9KGQ Disconnected 241020 15:14:37 |KB9SOZ ? ?KB9SOZ Disconnected 241020 15:16:55 |KD5TCY-1 ?Incoming Connect from KD5TCY 241020 15:16:55 >KD5TCY-1 ?[BPQ-6.0.24.45-B1FWIHJM$] 241020 15:16:55 >KD5TCY-1 ?Hello Jackie
241020 15:16:55 >KD5TCY-1 ?de K5DAT BBS>
241020 15:16:56 <KD5TCY-1 ?[BPQ-6.0.23.1-B1FIHJM$] 241020 15:16:56 <KD5TCY-1 ?FA B NS2B USA PKTNET 13813_NS2B 721 241020 15:16:56 ?KD5TCY-1 ?Message Rejected by BID Check 241020 15:16:56 <KD5TCY-1 ?FA B KX4AC USA PKTNET 1435_KX4AC 884 241020 15:16:56 ?KD5TCY-1 ?Message Rejected by BID Check 241020 15:16:56 <KD5TCY-1 ?FA B EI2GYB WW NEWS 34562_EI2GYB 7221 241020 15:16:56 ?KD5TCY-1 ?Message Rejected by BID Check 241020 15:16:56 <KD5TCY-1 ?FA B KP3FT USA PKTNET 22722_KP3FT 781 241020 15:16:56 ?KD5TCY-1 ?Message Rejected by BID Check 241020 15:16:56 <KD5TCY-1 ?F> 96 241020 15:16:56 >KD5TCY-1 ?FS ---- 241020 15:16:56 >KD5TCY-1 ?FF 241020 15:16:57 <KD5TCY-1 ?FQ 241020 15:16:57 |KD5TCY-1 ?KD5TCY-1 Disconnected 241020 15:17:30 |RMS ? ? ? Connecting to BBS RMS 241020 15:17:30 <RMS ? ? ? *** CONNECTED 241020 15:17:30 >RMS ? ? ? C 4 CMS 241020 15:17:31 <RMS ? ? ? Trying 241020 15:17:31 <RMS ? ? ? *** K5DAT-1 Connected to CMS 241020 15:17:31 <RMS ? ? ? [WL2K-5.0-B2FWIHJM$] 241020 15:17:31 <RMS ? ? ? ;PQ: 56017510 241020 15:17:31 <RMS ? ? ? CMS> 241020 15:17:31 >RMS ? ? ? ;FW: K5DAT-1 K5DAT|39634634 241020 15:17:31 >RMS ? ? ? [BPQ-6.0.24.45-B2FIHJM$] 241020 15:17:31 >RMS ? ? ? ;PR: 39634634 241020 15:17:31 >RMS ? ? ? ; WL2K DE K5DAT (EN54RS) 241020 15:17:31 >RMS ? ? ? FF 241020 15:17:32 <RMS ? ? ? FQ 241020 15:17:32 |RMS ? ? ? RMS Disconnected 241020 15:18:13 |WW2BSA ? ?Connecting to BBS WW2BSA 241020 15:18:13 <WW2BSA ? ?*** CONNECTED 241020 15:18:13 >WW2BSA ? ?C 3 WW2BSA-7 241020 15:18:14 <WW2BSA ? ?SHAWNO:K5DAT-7} Connected to HCANOD:WW2BSA-7 241020 15:18:14 >WW2BSA ? ?BBS 241020 15:18:15 <WW2BSA ? ?Enter 'INFO' for connection information. 241020 15:18:15 <WW2BSA ? ?HCANOD:WW2BSA-7} BBS CHAT CONNECT BYE INFO NODES ROUTES PORTS USERS MHEARD 241020 15:18:15 <WW2BSA ? ?HCANOD:WW2BSA-7} Connected to BBS 241020 15:18:18 <WW2BSA ? ?[BPQ-6.0.23.1-B1FWIHJM$] 241020 15:18:18 <WW2BSA ? ?Hello Lee Bengston. Latest Message is 15427, Last listed is 3270 241020 15:18:18 <WW2BSA ? ?de WW2BSA> 241020 15:18:18 >WW2BSA ? ?[BPQ-6.0.24.45-B1FIHJM$] 241020 15:18:18 >WW2BSA ? ?FA B KE2I USA PKTNET 20_KE2I 353 241020 15:18:18 >WW2BSA ? ?F> 39 241020 15:18:20 <WW2BSA ? ?FS - 241020 15:18:20 <WW2BSA ? ?FA B KE2I USA PKTNET 20_KE2I 400 241020 15:18:20 ?WW2BSA ? ?Message Rejected by BID Check 241020 15:18:20 <WW2BSA ? ?F> 40 241020 15:18:20 >WW2BSA ? ?FS - 241020 15:18:20 >WW2BSA ? ?FF 241020 15:18:25 <WW2BSA ? ?FQ 241020 15:18:25 |WW2BSA ? ?WW2BSA Disconnected 241020 15:18:46 |KP3FT ? ? Connecting to BBS KP3FT 241020 15:18:46 <KP3FT ? ? *** CONNECTED 241020 15:18:46 ?KP3FT ? ? Script MSGTYPES PR 241020 15:18:46 >KP3FT ? ? c 3 nc8q-7 241020 15:18:47 <KP3FT ? ? SHAWNO:K5DAT-7} Connected to DAYTON:NC8Q-7 241020 15:18:47 >KP3FT ? ? c n3mel-2 241020 15:18:47 <KP3FT ? ? Welcome to NC8Q-7 BPQ Node. 241020 15:18:47 <KP3FT ? ? Type ? for list of available commands. 241020 15:18:48 <KP3FT ? ? DAYTON:NC8Q-7} Connected to MELBBS:N3MEL-2 241020 15:18:49 <KP3FT ? ? [BPQ-6.0.24.45-B1FWIHJM$] 241020 15:18:49 <KP3FT ? ? 241020 15:18:49 <KP3FT ? ? de N3MEL> 241020 15:18:49 >KP3FT ? ? [BPQ-6.0.24.45-B1FIHJM$] 241020 15:18:49 >KP3FT ? ? ; MSGTYPES ?PR 241020 15:18:49 >KP3FT ? ? FF 241020 15:18:50 |K5GEO-1 ? Incoming Connect from K5GEO 241020 15:18:50 >K5GEO-1 ? [BPQ-6.0.24.45-B12FWIHJM$] 241020 15:18:50 >K5GEO-1 ? Hello George
241020 15:18:50 >K5GEO-1 ? de K5DAT BBS>
241020 15:18:51 <KP3FT ? ? FQ 241020 15:18:51 |KP3FT ? ? KP3FT Disconnected 241020 15:18:51 <K5GEO-1 ? [BPQ-6.0.24.42-B1FIHJM$] 241020 15:18:51 <K5GEO-1 ? ; MSGTYPES ?PTBR9999 241020 15:18:51 <K5GEO-1 ? FF 241020 15:18:51 >K5GEO-1 ? FQ 241020 15:18:53 |K5GEO-1 ? K5GEO-1 Disconnected 241020 15:19:31 |WA2UET-1 ?Incoming Connect from WA2UET 241020 15:19:31 >WA2UET-1 ?[BPQ-6.0.24.45-B1FWIHJM$] 241020 15:19:31 >WA2UET-1 ?Hello Stan
241020 15:19:31 >WA2UET-1 ?de K5DAT BBS>
241020 15:19:33 <WA2UET-1 ?[BPQ-6.0.23.1-B1FIHJM$] 241020 15:19:33 <WA2UET-1 ?FF 241020 15:19:33 >WA2UET-1 ?FQ 241020 15:19:34 |WA2UET-1 ?WA2UET-1 Disconnected 241020 15:26:22 |K3CHB ? ? Connecting to BBS K3CHB 241020 15:26:22 <K3CHB ? ? *** CONNECTED 241020 15:26:22 >K3CHB ? ? c 3 k5dat-5 241020 15:26:23 <K3CHB ? ? SHAWNO:K5DAT-7} Connected to DATXR:K5DAT-5 241020 15:26:23 ?K3CHB ? ? Script pause 2 241020 15:26:23 <K3CHB ? ? K5DAT-5 DATXR - 241020 15:26:23 <K3CHB ? ? Type ? for the basic list of commands. 241020 15:26:25 <K3CHB ? ? Pause Ok 241020 15:26:25 >K3CHB ? ? c 16 k3chb-7 241020 15:26:25 <K3CHB ? ? 241020 15:26:25 <K3CHB ? ? K5DAT-5:DATXR} Trying K3CHB-7... 241020 15:26:35 <K3CHB ? ? 241020 15:26:35 <K3CHB ? ? K5DAT-5:DATXR} Failure with K3CHB-7 241020 15:26:35 |K3CHB ? ? K3CHB Disconnected 241020 15:26:36 |K3CHB ? ? Connecting to BBS K3CHB 241020 15:26:36 <K3CHB ? ? *** CONNECTED 241020 15:26:36 ?K3CHB ? ? Script pause 60 241020 15:27:22 |DTXBBS ? ?Connecting to BBS DTXBBS 241020 15:27:22 <DTXBBS ? ?*** CONNECTED 241020 15:27:22 >DTXBBS ? ?c 2 w1dtx-7 241020 15:27:35 <DTXBBS ? ?SHAWNO:K5DAT-7} Failure with W1DTX-7 241020 15:27:36 |DTXBBS ? ?DTXBBS Disconnected 241020 15:27:36 <K3CHB ? ? Pause Ok 241020 15:27:36 >K3CHB ? ? c 3 ve3cgr-7 241020 15:27:37 <K3CHB ? ? SHAWNO:K5DAT-7} Connected to BPQCGR:VE3CGR-7 241020 15:27:37 ?K3CHB ? ? Script pause 2 241020 15:27:38 <K3CHB ? ? Welcome to the VE3CGR-7 LinBPQ Node. 241020 15:27:38 <K3CHB ? ? BPQCGR:VE3CGR-7} 241020 15:27:39 <K3CHB ? ? Pause Ok 241020 15:27:39 >K3CHB ? ? c k3chb-7 241020 15:27:40 <K3CHB ? ? BPQCGR:VE3CGR-7} Downlink connect needs port number - C P CALLSIGN 241020 15:27:40 |K3CHB ? ? K3CHB Disconnected 241020 15:27:57 |KA3VSP ? ?Connecting to BBS KA3VSP 241020 15:27:57 <KA3VSP ? ?*** CONNECTED 241020 15:27:57 ?KA3VSP ? ?Script MSGTYPES PR 241020 15:27:57 >KA3VSP ? ?C 3 W9GM-7 241020 15:27:58 <KA3VSP ? ?SHAWNO:K5DAT-7} Connected to WILSE:W9GM-7 241020 15:27:58 >KA3VSP ? ?C 4 KA3VSP-7 241020 15:27:58 <KA3VSP ? ?Welcome to the W9GM BPQ Packet Switch - Ken in La Crosse, WI - EN43 241020 15:27:58 <KA3VSP ? ?Type ? (enter) for Commands 241020 15:28:00 <KA3VSP ? ?WILSE:W9GM-7} Connected to NCDE:KA3VSP-7 241020 15:28:00 >KA3VSP ? ?BBS 241020 15:28:00 <KA3VSP ? ?Welcome to the {NCDE} BPQ Node - New Castle, DE (FM29ep) 241020 15:28:00 <KA3VSP ? ?KA3VSP> BBS CHAT CONNECT BYE INFO NODES ROUTES PORTS USERS MHEARD 241020 15:28:01 <KA3VSP ? ?NCDE:KA3VSP-7} Connected to BBS 241020 15:28:02 <KA3VSP ? ?[BPQ-6.0.24.1-B12FWIHJM$] 241020 15:28:02 <KA3VSP ? ? 241020 15:28:02 <KA3VSP ? ?de KA3VSP> 241020 15:28:02 >KA3VSP ? ?[BPQ-6.0.24.45-B1FIHJM$] 241020 15:28:02 >KA3VSP ? ?; MSGTYPES ?PR 241020 15:28:02 >KA3VSP ? ?FF 241020 15:28:04 <KA3VSP ? ?FQ 241020 15:28:04 |KA3VSP ? ?KA3VSP Disconnected 241020 15:29:22 |W7EES ? ? Connecting to BBS W7EES 241020 15:29:22 <W7EES ? ? *** CONNECTED 241020 15:29:22 >W7EES ? ? ATT 7 241020 15:29:22 <W7EES ? ? SHAWNO:K5DAT-7} Ok 241020 15:29:22 >W7EES ? ? BW2300 241020 15:29:23 <W7EES ? ? VARA} OK 241020 15:29:23 >W7EES ? ? RADIO 14.1065 USB 241020 15:29:23 <W7EES ? ? Mode and Frequency Set OK 241020 15:29:23 >W7EES ? ? C W7EES 241020 15:29:24 <W7EES ? ? VARA} CLEANTXBUFFER BUFFEREMPTY 241020 15:29:31 |WA2UET-1 ?Incoming Connect from WA2UET 241020 15:29:31 >WA2UET-1 ?[BPQ-6.0.24.45-B1FWIHJM$] 241020 15:29:31 >WA2UET-1 ?Hello Stan
241020 15:29:31 >WA2UET-1 ?de K5DAT BBS>
241020 15:29:33 <WA2UET-1 ?[BPQ-6.0.23.1-B1FIHJM$] 241020 15:29:33 <WA2UET-1 ?FF 241020 15:29:33 >WA2UET-1 ?FQ 241020 15:29:34 <W7EES ? ? Sorry, Can't Connect - Channel is busy 241020 15:29:34 |W7EES ? ? W7EES Disconnected 241020 15:29:34 |WA2UET-1 ?WA2UET-1 Disconnected 241020 15:29:35 |W7EES ? ? Connecting to BBS W7EES 241020 15:29:35 <W7EES ? ? *** CONNECTED 241020 15:29:35 >W7EES ? ? D 241020 15:29:35 <W7EES ? ? SHAWNO:K5DAT-7} Invalid command - Enter ? for command list 241020 15:29:35 |W7EES ? ? W7EES Disconnected 241020 15:31:55 |GB7BED ? ?Incoming Connect from GB7BED 241020 15:31:55 >GB7BED ? ?[BPQ-6.0.24.45-B1FWIHJM$] 241020 15:31:55 >GB7BED ? ?Hello Hugh
241020 15:31:55 >GB7BED ? ?de K5DAT BBS>
241020 15:31:57 <GB7BED ? ?[BPQ-6.0.24.33-B1FIHJM$] 241020 15:31:57 <GB7BED ? ?FF 241020 15:31:57 >GB7BED ? ?FQ 241020 15:31:58 |GB7BED ? ?GB7BED Disconnected 241020 15:32:07 |N9LYA ? ? Connecting to BBS N9LYA 241020 15:32:07 <N9LYA ? ? *** CONNECTED 241020 15:32:07 ?N9LYA ? ? Script MSGTYPES PTBR 241020 15:32:07 >N9LYA ? ? ATT 7 241020 15:32:07 <N9LYA ? ? SHAWNO:K5DAT-7} Error - Port in use 241020 15:32:07 |N9LYA ? ? N9LYA Disconnected 241020 15:32:08 |N9LYA ? ? Connecting to BBS N9LYA 241020 15:32:08 <N9LYA ? ? *** CONNECTED 241020 15:32:08 ?N9LYA ? ? Script PAUSE 30 241020 15:32:38 <N9LYA ? ? Pause Ok 241020 15:32:38 ?N9LYA ? ? Script MSGTYPES PTBR 241020 15:32:38 >N9LYA ? ? ATT 7 241020 15:32:38 <N9LYA ? ? SHAWNO:K5DAT-7} Error - Port in use 241020 15:32:38 |N9LYA ? ? N9LYA Disconnected
73, Lee K5DAT
On Sat, Oct 19, 2024 at 1:57?PM John G8BPQ via <john.wiseman= [email protected]> wrote:
This is rather odd. CLEANTXBUFFER should only be sent when a session
times out and this is happening within a second of the connect
attempt. I suppose it is possible that the CLEANTXBUFFER is from a
previous session, but it is still odd. I'll see if I can work out
what could be happening.
When this happens what does the TNC state show in the VARA driver
window?
73,
John
On 19/10/2024 15:25, Lee Bengston
wrote:
Greetings.
I've been finding the radio stuck on the same frequency
lately. It's always the VARA port that is considered to be
still in use.? It happened again this morning, and below is
what's in the BBS log.? The radio is a Yaesu FTdx10.
241019 13:34:19 |N3MEL ? ? Connecting to BBS N3MEL
241019 13:34:19 <N3MEL ? ? *** CONNECTED
241019 13:34:19 ?N3MEL ? ? Script MSGTYPES PTBR
241019 13:34:19 >N3MEL ? ? ATT 7
241019 13:34:19 <N3MEL ? ? SHAWNO:K5DAT-7} Ok
241019 13:34:19 >N3MEL ? ? BW500
241019 13:34:20 <N3MEL ? ? VARA} OK
241019 13:34:20 >N3MEL ? ? RADIO 14.1065 USB
241019 13:34:20 <N3MEL ? ? Mode and Frequency Set OK
241019 13:34:20 >N3MEL ? ? C N3MEL-2
241019 13:34:21 <N3MEL ? ?
VARA} CLEANTXBUFFER BUFFEREMPTY
241019 13:35:06
<N3MEL ? ? VARA} Failure with K5DAT-1 N3MEL--
241019 13:35:06 |N3MEL ? ? N3MEL Disconnected
Subsequent attempts to forward via VARA fail because the
port is not released.
241019 13:36:56 |N9LYA ? ? Connecting to BBS N9LYA
241019 13:36:56 <N9LYA ? ? *** CONNECTED
241019 13:36:56 ?N9LYA ? ? Script MSGTYPES PTBR
241019 13:36:56 >N9LYA ? ? ATT 7
241019 13:36:56 <N9LYA ? ? SHAWNO:K5DAT-7} Error - Port in
use
241019 13:47:00 |K7EK ? ? ?Connecting to BBS K7EK
241019 13:47:00 <K7EK ? ? ?*** CONNECTED
241019 13:47:00 ?K7EK ? ? ?Script MSGTYPES PTBR
241019 13:47:00 >K7EK ? ? ?ATT 7
241019 13:47:00 <K7EK ? ? ?SHAWNO:K5DAT-7} Error - Port in
use
241019 13:47:00 |K7EK ? ? ?K7EK Disconnected
Searching through the log for "
CLEANTXBUFFER BUFFEREMPTY",
found an older instance where the same thing happened.
241019 02:04:54 |W7EES ? ? Connecting to BBS W7EES
241019 02:04:54 <W7EES ? ? *** CONNECTED
241019 02:04:54 >W7EES ? ? ATT 7
241019 02:04:54 <W7EES ? ? SHAWNO:K5DAT-7} Ok
241019 02:04:54 >W7EES ? ? BW2300
241019 02:04:55 <W7EES ? ? VARA} OK
241019 02:04:55 >W7EES ? ? RADIO 7.100 USB
241019 02:04:55 <W7EES ? ? Mode and Frequency Set OK
241019 02:04:55 >W7EES ? ? C W7EES
241019 02:04:56 <W7EES ? ? VARA} CLEANTXBUFFER BUFFEREMPTY
241019 02:05:06 <W7EES ? ? Sorry, Can't Connect - Channel
is busy
241019 02:05:06 |W7EES ? ? W7EES Disconnected
Sure enough, the next attempt to use VARA port 7 (14
minutes later) failed:
241019 02:19:19 |K1AJD ? ? Connecting to BBS K1AJD
241019 02:19:20 <K1AJD ? ? *** CONNECTED
241019 02:19:20 ?K1AJD ? ? Script MSGTYPES PTBR
241019 02:19:20 >K1AJD ? ? ATT 7
241019 02:19:20 <K1AJD ? ? SHAWNO:K5DAT-7} Error - Port in
use
241019 02:19:20 |K1AJD ? ? K1AJD Disconnected
This looks like it's at least partially a VARA issue, but
it seems BPQ should still de-attach the port.
73,
Lee K5DAT
|
Re: VARA Error & Port stays attached
I found the radio sitting on one frequency, so I checked the status and saw what is shown below.
As it polls, the channel state can change from clear to busy, then change back.
Now I'm not sure that
CLEANTXBUFFER BUFFEREMPTY is related to the root cause.
241020 15:02:43 |N3MEL ? ? Connecting to BBS N3MEL 241020 15:02:44 <N3MEL ? ? *** CONNECTED 241020 15:02:44 ?N3MEL ? ? Script MSGTYPES PTBR 241020 15:02:44 >N3MEL ? ? ATT 7 241020 15:02:44 <N3MEL ? ? SHAWNO:K5DAT-7} Ok 241020 15:02:44 >N3MEL ? ? BW500 241020 15:02:44 <N3MEL ? ? VARA} OK 241020 15:02:44 >N3MEL ? ? RADIO 14.1065 USB 241020 15:02:44 <N3MEL ? ? Mode and Frequency Set OK 241020 15:02:44 >N3MEL ? ? C N3MEL-2 241020 15:02:45 <N3MEL ? ? VARA} CLEANTXBUFFER BUFFEREMPTY 241020 15:02:55 <N3MEL ? ? Sorry, Can't Connect - Channel is busy 241020 15:02:55 |N3MEL ? ? N3MEL Disconnected 241020 15:02:56 |N3MEL ? ? Connecting to BBS N3MEL 241020 15:02:56 <N3MEL ? ? *** CONNECTED 241020 15:02:56 >N3MEL ? ? D 241020 15:02:56 <N3MEL ? ? SHAWNO:K5DAT-7} Invalid command - Enter ? for command list 241020 15:02:56 |N3MEL ? ? N3MEL Disconnected 241020 15:03:49 |DTXBBS ? ?Connecting to BBS DTXBBS 241020 15:03:49 <DTXBBS ? ?*** CONNECTED 241020 15:03:49 >DTXBBS ? ?c 2 w1dtx-7 241020 15:04:03 <DTXBBS ? ?SHAWNO:K5DAT-7} Failure with W1DTX-7 241020 15:04:03 |DTXBBS ? ?DTXBBS Disconnected 241020 15:05:05 |KK4DIV ? ?Connecting to BBS KK4DIV 241020 15:05:05 <KK4DIV ? ?*** CONNECTED 241020 15:05:05 >KK4DIV ? ?C KK4DIV-7 241020 15:05:06 <KK4DIV ? ?SHAWNO:K5DAT-7} Connected to LHNOD:KK4DIV-7 241020 15:05:06 >KK4DIV ? ?BBS 241020 15:05:07 <KK4DIV ? ?KK4DIV Packet Node in Lynn Haven, FL 241020 15:05:07 <KK4DIV ? ?LHNOD:KK4DIV-7} BBS RMS CHAT SYSOP CONNECT BYE INFO NODES PORTS ROUTES USERS MHEARD 241020 15:05:07 <KK4DIV ? ?LHNOD:KK4DIV-7} Connected to BBS 241020 15:05:08 <KK4DIV ? ?[BPQ-6.0.24.1-B2FWIHJM$] 241020 15:05:08 <KK4DIV ? ?Hello Lee. Latest Message is 23356, Last listed is 0 241020 15:05:08 <KK4DIV ? ?de KK4DIV> 241020 15:05:08 >KK4DIV ? ?[BPQ-6.0.24.45-B1FIHJM$] 241020 15:05:08 >KK4DIV ? ?FA B KE2I USA PKTNET 20_KE2I 353 241020 15:05:08 >KK4DIV ? ?F> 39 241020 15:05:09 <KK4DIV ? ?FS - 241020 15:05:09 <KK4DIV ? ?FF 241020 15:05:09 >KK4DIV ? ?FQ 241020 15:05:10 |KK4DIV ? ?KK4DIV Disconnected 241020 15:05:33 |K3CHB ? ? Connecting to BBS K3CHB 241020 15:05:33 <K3CHB ? ? *** CONNECTED 241020 15:05:33 >K3CHB ? ? c 3 k5dat-5 241020 15:05:33 <K3CHB ? ? SHAWNO:K5DAT-7} Connected to DATXR:K5DAT-5 241020 15:05:33 ?K3CHB ? ? Script pause 2 241020 15:05:33 <K3CHB ? ? K5DAT-5 DATXR - 241020 15:05:33 <K3CHB ? ? Type ? for the basic list of commands. 241020 15:05:35 <K3CHB ? ? Pause Ok 241020 15:05:35 >K3CHB ? ? c 16 k3chb-7 241020 15:05:36 <K3CHB ? ? 241020 15:05:36 <K3CHB ? ? K5DAT-5:DATXR} Trying K3CHB-7... 241020 15:05:46 <K3CHB ? ? 241020 15:05:46 <K3CHB ? ? K5DAT-5:DATXR} Failure with K3CHB-7 241020 15:05:46 |K3CHB ? ? K3CHB Disconnected 241020 15:05:47 |K3CHB ? ? Connecting to BBS K3CHB 241020 15:05:47 <K3CHB ? ? *** CONNECTED 241020 15:05:47 ?K3CHB ? ? Script pause 60 241020 15:06:47 <K3CHB ? ? Pause Ok 241020 15:06:47 >K3CHB ? ? c 3 ve3cgr-7 241020 15:06:48 <K3CHB ? ? SHAWNO:K5DAT-7} Connected to BPQCGR:VE3CGR-7 241020 15:06:48 ?K3CHB ? ? Script pause 2 241020 15:06:48 <K3CHB ? ? Welcome to the VE3CGR-7 LinBPQ Node. 241020 15:06:48 <K3CHB ? ? BPQCGR:VE3CGR-7} 241020 15:06:50 <K3CHB ? ? Pause Ok 241020 15:06:50 >K3CHB ? ? c k3chb-7 241020 15:06:51 <K3CHB ? ? BPQCGR:VE3CGR-7} Downlink connect needs port number - C P CALLSIGN 241020 15:06:51 |K3CHB ? ? K3CHB Disconnected 241020 15:07:32 |N2UEM ? ? Connecting to BBS N2UEM 241020 15:07:32 <N2UEM ? ? *** CONNECTED 241020 15:07:32 >N2UEM ? ? C 3 N2UEM-7 241020 15:07:33 <N2UEM ? ? SHAWNO:K5DAT-7} Connected to FITWI:N2UEM-7 241020 15:07:33 >N2UEM ? ? BBS 241020 15:07:33 <N2UEM ? ? Welcome to Fitchburg WI BBS. Mark Acierno's BPQ32 Node. 241020 15:07:33 <N2UEM ? ? N2UEM> BBS CHAT CONNECT BYE INFO NODES ROUTES PORTS USERS MHEARD RMS 241020 15:07:34 <N2UEM ? ? FITWI:N2UEM-7} Connected to BBS 241020 15:07:34 <N2UEM ? ? [BPQ-6.0.21.1-B1FWIHJM$] 241020 15:07:34 <N2UEM ? ? Hello Lee. Latest Message is 5131, Last listed is 0 241020 15:07:34 <N2UEM ? ? de N2UEM> 241020 15:07:34 >N2UEM ? ? [BPQ-6.0.24.45-B1FIHJM$] 241020 15:07:34 >N2UEM ? ? FA B KE2I USA PKTNET 20_KE2I 353 241020 15:07:34 >N2UEM ? ? F> 39 241020 15:07:35 <N2UEM ? ? FS + 241020 15:07:35 | ? ? ? ? ?Compressed Message Comp Len 215 Msg Len 353 CRC dd2 241020 15:07:36 <N2UEM ? ? FF 241020 15:07:36 >N2UEM ? ? FQ 241020 15:07:37 |N2UEM ? ? N2UEM Disconnected 241020 15:09:31 |WA2UET-1 ?Incoming Connect from WA2UET 241020 15:09:31 >WA2UET-1 ?[BPQ-6.0.24.45-B1FWIHJM$] 241020 15:09:31 >WA2UET-1 ?Hello Stan
241020 15:09:31 >WA2UET-1 ?de K5DAT BBS>
241020 15:09:33 <WA2UET-1 ?[BPQ-6.0.23.1-B1FIHJM$] 241020 15:09:33 <WA2UET-1 ?FF 241020 15:09:33 >WA2UET-1 ?FQ 241020 15:09:34 |WA2UET-1 ?WA2UET-1 Disconnected 241020 15:11:04 |GB7CIP ? ?Incoming Connect from GB7CIP 241020 15:11:04 >GB7CIP ? ?[BPQ-6.0.24.45-B1FWIHJM$] 241020 15:11:04 >GB7CIP ? ?K5DAT-1 BBS
241020 15:11:04 >GB7CIP ? ?>
241020 15:11:17 <GB7CIP ? ?[FBB-7.0.11-AHM$] 241020 15:11:17 >GB7CIP ? ?> 241020 15:11:20 <GB7CIP ? ?SB NEWS @ WW < EI2GYB $34562_EI2GYB 241020 15:11:20 >GB7CIP ? ?NO - BID 241020 15:11:20 >GB7CIP ? ?> 241020 15:11:23 <GB7CIP ? ?F> 241020 15:11:23 >GB7CIP ? ?*** DONE 241020 15:11:24 |GB7CIP ? ?GB7CIP Disconnected 241020 15:11:51 |AA6HF ? ? Connecting to BBS AA6HF 241020 15:11:51 |KD9KGQ ? ?Connecting to BBS KD9KGQ 241020 15:11:51 <KD9KGQ ? ?*** CONNECTED 241020 15:11:51 >KD9KGQ ? ?C 3 W9GM-7 241020 15:11:51 <AA6HF ? ? *** CONNECTED 241020 15:11:51 >AA6HF ? ? C 3 K5DAT-5 241020 15:11:52 <KD9KGQ ? ?SHAWNO:K5DAT-7} Connected to WILSE:W9GM-7 241020 15:11:52 ?KD9KGQ ? ?Script PAUSE 2 241020 15:11:52 <AA6HF ? ? SHAWNO:K5DAT-7} Connected to DATXR:K5DAT-5 241020 15:11:52 >AA6HF ? ? C 19 AA6HF-4 241020 15:11:52 <AA6HF ? ? K5DAT-5 DATXR - 241020 15:11:52 <AA6HF ? ? Type ? for the basic list of commands. 241020 15:11:53 <KD9KGQ ? ?Welcome to the W9GM BPQ Packet Switch - Ken in La Crosse, WI - EN43 241020 15:11:53 <KD9KGQ ? ?Type ? (enter) for Commands 241020 15:11:53 <AA6HF ? ? 241020 15:11:53 <AA6HF ? ? K5DAT-5:DATXR} Trying AA6HF-4... 241020 15:11:54 <AA6HF ? ? 241020 15:11:54 <AA6HF ? ? K5DAT-5:DATXR} Connected to AA6HF-4 241020 15:11:54 <KD9KGQ ? ?Pause Ok 241020 15:11:54 >KD9KGQ ? ?C 4 KD9KGQ-7 241020 15:11:55 <AA6HF ? ? [JNOS-2.0p.1-B1FHIM$] 241020 15:11:55 <AA6HF ? ? > 241020 15:11:55 >AA6HF ? ? [BPQ-6.0.24.45-B1FIHJM$] 241020 15:11:55 >AA6HF ? ? FA B KE2I USA PKTNET 20_KE2I 353 241020 15:11:55 >AA6HF ? ? F> 39 241020 15:11:58 <AA6HF ? ? FS + 241020 15:11:58 | ? ? ? ? ?Compressed Message Comp Len 215 Msg Len 353 CRC dd2 241020 15:12:02 <AA6HF ? ? FA B KP3FT USA PKTNET 22722_KP3FT 1142 241020 15:12:02 ?AA6HF ? ? Message Rejected by BID Check 241020 15:12:02 <AA6HF ? ? F> 241020 15:12:02 >AA6HF ? ? FS - 241020 15:12:02 >AA6HF ? ? FF 241020 15:12:07 <AA6HF ? ? FQ 241020 15:12:07 |AA6HF ? ? AA6HF Disconnected 241020 15:12:22 |KB9SOZ ? ?Connecting to BBS KB9SOZ 241020 15:12:22 <KB9SOZ ? ?*** CONNECTED 241020 15:12:22 >KB9SOZ ? ?C 3 KB9SOZ-7 241020 15:12:23 <KB9SOZ ? ?SHAWNO:K5DAT-7} Connected to WI105:KB9SOZ-7 241020 15:12:23 >KB9SOZ ? ?BBS 241020 15:12:24 <KB9SOZ ? ?WI105:KB9SOZ-7} BBS CHAT CONNECT BYE INFO KBRD LISTEN NODES ROUTES PORTS USERS MHEARD 241020 15:12:24 <KB9SOZ ? ?WI105:KB9SOZ-7} Sorry, Application BBS is not running - Please try later 241020 15:12:24 |KB9SOZ ? ?KB9SOZ Disconnected 241020 15:12:25 |KB9SOZ ? ?Connecting to BBS KB9SOZ 241020 15:12:25 <KB9SOZ ? ?*** CONNECTED 241020 15:12:25 ?KB9SOZ ? ?Script PAUSE 60 241020 15:12:56 <KD9KGQ ? ?DISCONNECTED ? 241020 15:12:56 |KD9KGQ ? ?KD9KGQ Disconnected 241020 15:12:57 |KD9KGQ ? ?Connecting to BBS KD9KGQ 241020 15:12:57 <KD9KGQ ? ?*** CONNECTED 241020 15:12:57 ?KD9KGQ ? ?Script PAUSE 60 241020 15:13:25 <KB9SOZ ? ?Pause Ok 241020 15:13:25 >KB9SOZ ? ?C 2 N9HWP-7 241020 15:13:26 <KB9SOZ ? ?SHAWNO:K5DAT-7} Connected to HWPN0D:N9HWP-7 241020 15:13:26 ?KB9SOZ ? ?Script PAUSE 3 241020 15:13:27 <KB9SOZ ? ?N9HWP-7 BQP32 Node - Windows 241020 15:13:27 <KB9SOZ ? ?? for a list of commands 241020 15:13:29 <KB9SOZ ? ?Pause Ok 241020 15:13:29 >KB9SOZ ? ?C KB9SOZ-7 241020 15:13:32 <KB9SOZ ? ?HWPN0D:N9HWP-7} Connected to WI105:KB9SOZ-7 241020 15:13:32 >KB9SOZ ? ?BBS 241020 15:13:33 <KB9SOZ ? ?WI105:KB9SOZ-7} BBS CHAT CONNECT BYE INFO KBRD LISTEN NODES ROUTES PORTS USERS MHEARD 241020 15:13:35 <KB9SOZ ? ?WI105:KB9SOZ-7} Sorry, Application BBS is not running - Please try later 241020 15:13:57 <KD9KGQ ? ?Pause Ok 241020 15:13:57 >KD9KGQ ? ?C 3 KD9KGQ-7 241020 15:14:11 <KD9KGQ ? ?SHAWNO:K5DAT-7} Failure with KD9KGQ-7 241020 15:14:11 |KD9KGQ ? ?KD9KGQ Disconnected 241020 15:14:37 |KB9SOZ ? ?KB9SOZ Disconnected 241020 15:16:55 |KD5TCY-1 ?Incoming Connect from KD5TCY 241020 15:16:55 >KD5TCY-1 ?[BPQ-6.0.24.45-B1FWIHJM$] 241020 15:16:55 >KD5TCY-1 ?Hello Jackie
241020 15:16:55 >KD5TCY-1 ?de K5DAT BBS>
241020 15:16:56 <KD5TCY-1 ?[BPQ-6.0.23.1-B1FIHJM$] 241020 15:16:56 <KD5TCY-1 ?FA B NS2B USA PKTNET 13813_NS2B 721 241020 15:16:56 ?KD5TCY-1 ?Message Rejected by BID Check 241020 15:16:56 <KD5TCY-1 ?FA B KX4AC USA PKTNET 1435_KX4AC 884 241020 15:16:56 ?KD5TCY-1 ?Message Rejected by BID Check 241020 15:16:56 <KD5TCY-1 ?FA B EI2GYB WW NEWS 34562_EI2GYB 7221 241020 15:16:56 ?KD5TCY-1 ?Message Rejected by BID Check 241020 15:16:56 <KD5TCY-1 ?FA B KP3FT USA PKTNET 22722_KP3FT 781 241020 15:16:56 ?KD5TCY-1 ?Message Rejected by BID Check 241020 15:16:56 <KD5TCY-1 ?F> 96 241020 15:16:56 >KD5TCY-1 ?FS ---- 241020 15:16:56 >KD5TCY-1 ?FF 241020 15:16:57 <KD5TCY-1 ?FQ 241020 15:16:57 |KD5TCY-1 ?KD5TCY-1 Disconnected 241020 15:17:30 |RMS ? ? ? Connecting to BBS RMS 241020 15:17:30 <RMS ? ? ? *** CONNECTED 241020 15:17:30 >RMS ? ? ? C 4 CMS 241020 15:17:31 <RMS ? ? ? Trying 241020 15:17:31 <RMS ? ? ? *** K5DAT-1 Connected to CMS 241020 15:17:31 <RMS ? ? ? [WL2K-5.0-B2FWIHJM$] 241020 15:17:31 <RMS ? ? ? ;PQ: 56017510 241020 15:17:31 <RMS ? ? ? CMS> 241020 15:17:31 >RMS ? ? ? ;FW: K5DAT-1 K5DAT|39634634 241020 15:17:31 >RMS ? ? ? [BPQ-6.0.24.45-B2FIHJM$] 241020 15:17:31 >RMS ? ? ? ;PR: 39634634 241020 15:17:31 >RMS ? ? ? ; WL2K DE K5DAT (EN54RS) 241020 15:17:31 >RMS ? ? ? FF 241020 15:17:32 <RMS ? ? ? FQ 241020 15:17:32 |RMS ? ? ? RMS Disconnected 241020 15:18:13 |WW2BSA ? ?Connecting to BBS WW2BSA 241020 15:18:13 <WW2BSA ? ?*** CONNECTED 241020 15:18:13 >WW2BSA ? ?C 3 WW2BSA-7 241020 15:18:14 <WW2BSA ? ?SHAWNO:K5DAT-7} Connected to HCANOD:WW2BSA-7 241020 15:18:14 >WW2BSA ? ?BBS 241020 15:18:15 <WW2BSA ? ?Enter 'INFO' for connection information. 241020 15:18:15 <WW2BSA ? ?HCANOD:WW2BSA-7} BBS CHAT CONNECT BYE INFO NODES ROUTES PORTS USERS MHEARD 241020 15:18:15 <WW2BSA ? ?HCANOD:WW2BSA-7} Connected to BBS 241020 15:18:18 <WW2BSA ? ?[BPQ-6.0.23.1-B1FWIHJM$] 241020 15:18:18 <WW2BSA ? ?Hello Lee Bengston. Latest Message is 15427, Last listed is 3270 241020 15:18:18 <WW2BSA ? ?de WW2BSA> 241020 15:18:18 >WW2BSA ? ?[BPQ-6.0.24.45-B1FIHJM$] 241020 15:18:18 >WW2BSA ? ?FA B KE2I USA PKTNET 20_KE2I 353 241020 15:18:18 >WW2BSA ? ?F> 39 241020 15:18:20 <WW2BSA ? ?FS - 241020 15:18:20 <WW2BSA ? ?FA B KE2I USA PKTNET 20_KE2I 400 241020 15:18:20 ?WW2BSA ? ?Message Rejected by BID Check 241020 15:18:20 <WW2BSA ? ?F> 40 241020 15:18:20 >WW2BSA ? ?FS - 241020 15:18:20 >WW2BSA ? ?FF 241020 15:18:25 <WW2BSA ? ?FQ 241020 15:18:25 |WW2BSA ? ?WW2BSA Disconnected 241020 15:18:46 |KP3FT ? ? Connecting to BBS KP3FT 241020 15:18:46 <KP3FT ? ? *** CONNECTED 241020 15:18:46 ?KP3FT ? ? Script MSGTYPES PR 241020 15:18:46 >KP3FT ? ? c 3 nc8q-7 241020 15:18:47 <KP3FT ? ? SHAWNO:K5DAT-7} Connected to DAYTON:NC8Q-7 241020 15:18:47 >KP3FT ? ? c n3mel-2 241020 15:18:47 <KP3FT ? ? Welcome to NC8Q-7 BPQ Node. 241020 15:18:47 <KP3FT ? ? Type ? for list of available commands. 241020 15:18:48 <KP3FT ? ? DAYTON:NC8Q-7} Connected to MELBBS:N3MEL-2 241020 15:18:49 <KP3FT ? ? [BPQ-6.0.24.45-B1FWIHJM$] 241020 15:18:49 <KP3FT ? ? 241020 15:18:49 <KP3FT ? ? de N3MEL> 241020 15:18:49 >KP3FT ? ? [BPQ-6.0.24.45-B1FIHJM$] 241020 15:18:49 >KP3FT ? ? ; MSGTYPES ?PR 241020 15:18:49 >KP3FT ? ? FF 241020 15:18:50 |K5GEO-1 ? Incoming Connect from K5GEO 241020 15:18:50 >K5GEO-1 ? [BPQ-6.0.24.45-B12FWIHJM$] 241020 15:18:50 >K5GEO-1 ? Hello George
241020 15:18:50 >K5GEO-1 ? de K5DAT BBS>
241020 15:18:51 <KP3FT ? ? FQ 241020 15:18:51 |KP3FT ? ? KP3FT Disconnected 241020 15:18:51 <K5GEO-1 ? [BPQ-6.0.24.42-B1FIHJM$] 241020 15:18:51 <K5GEO-1 ? ; MSGTYPES ?PTBR9999 241020 15:18:51 <K5GEO-1 ? FF 241020 15:18:51 >K5GEO-1 ? FQ 241020 15:18:53 |K5GEO-1 ? K5GEO-1 Disconnected 241020 15:19:31 |WA2UET-1 ?Incoming Connect from WA2UET 241020 15:19:31 >WA2UET-1 ?[BPQ-6.0.24.45-B1FWIHJM$] 241020 15:19:31 >WA2UET-1 ?Hello Stan
241020 15:19:31 >WA2UET-1 ?de K5DAT BBS>
241020 15:19:33 <WA2UET-1 ?[BPQ-6.0.23.1-B1FIHJM$] 241020 15:19:33 <WA2UET-1 ?FF 241020 15:19:33 >WA2UET-1 ?FQ 241020 15:19:34 |WA2UET-1 ?WA2UET-1 Disconnected 241020 15:26:22 |K3CHB ? ? Connecting to BBS K3CHB 241020 15:26:22 <K3CHB ? ? *** CONNECTED 241020 15:26:22 >K3CHB ? ? c 3 k5dat-5 241020 15:26:23 <K3CHB ? ? SHAWNO:K5DAT-7} Connected to DATXR:K5DAT-5 241020 15:26:23 ?K3CHB ? ? Script pause 2 241020 15:26:23 <K3CHB ? ? K5DAT-5 DATXR - 241020 15:26:23 <K3CHB ? ? Type ? for the basic list of commands. 241020 15:26:25 <K3CHB ? ? Pause Ok 241020 15:26:25 >K3CHB ? ? c 16 k3chb-7 241020 15:26:25 <K3CHB ? ? 241020 15:26:25 <K3CHB ? ? K5DAT-5:DATXR} Trying K3CHB-7... 241020 15:26:35 <K3CHB ? ? 241020 15:26:35 <K3CHB ? ? K5DAT-5:DATXR} Failure with K3CHB-7 241020 15:26:35 |K3CHB ? ? K3CHB Disconnected 241020 15:26:36 |K3CHB ? ? Connecting to BBS K3CHB 241020 15:26:36 <K3CHB ? ? *** CONNECTED 241020 15:26:36 ?K3CHB ? ? Script pause 60 241020 15:27:22 |DTXBBS ? ?Connecting to BBS DTXBBS 241020 15:27:22 <DTXBBS ? ?*** CONNECTED 241020 15:27:22 >DTXBBS ? ?c 2 w1dtx-7 241020 15:27:35 <DTXBBS ? ?SHAWNO:K5DAT-7} Failure with W1DTX-7 241020 15:27:36 |DTXBBS ? ?DTXBBS Disconnected 241020 15:27:36 <K3CHB ? ? Pause Ok 241020 15:27:36 >K3CHB ? ? c 3 ve3cgr-7 241020 15:27:37 <K3CHB ? ? SHAWNO:K5DAT-7} Connected to BPQCGR:VE3CGR-7 241020 15:27:37 ?K3CHB ? ? Script pause 2 241020 15:27:38 <K3CHB ? ? Welcome to the VE3CGR-7 LinBPQ Node. 241020 15:27:38 <K3CHB ? ? BPQCGR:VE3CGR-7} 241020 15:27:39 <K3CHB ? ? Pause Ok 241020 15:27:39 >K3CHB ? ? c k3chb-7 241020 15:27:40 <K3CHB ? ? BPQCGR:VE3CGR-7} Downlink connect needs port number - C P CALLSIGN 241020 15:27:40 |K3CHB ? ? K3CHB Disconnected 241020 15:27:57 |KA3VSP ? ?Connecting to BBS KA3VSP 241020 15:27:57 <KA3VSP ? ?*** CONNECTED 241020 15:27:57 ?KA3VSP ? ?Script MSGTYPES PR 241020 15:27:57 >KA3VSP ? ?C 3 W9GM-7 241020 15:27:58 <KA3VSP ? ?SHAWNO:K5DAT-7} Connected to WILSE:W9GM-7 241020 15:27:58 >KA3VSP ? ?C 4 KA3VSP-7 241020 15:27:58 <KA3VSP ? ?Welcome to the W9GM BPQ Packet Switch - Ken in La Crosse, WI - EN43 241020 15:27:58 <KA3VSP ? ?Type ? (enter) for Commands 241020 15:28:00 <KA3VSP ? ?WILSE:W9GM-7} Connected to NCDE:KA3VSP-7 241020 15:28:00 >KA3VSP ? ?BBS 241020 15:28:00 <KA3VSP ? ?Welcome to the {NCDE} BPQ Node - New Castle, DE (FM29ep) 241020 15:28:00 <KA3VSP ? ?KA3VSP> BBS CHAT CONNECT BYE INFO NODES ROUTES PORTS USERS MHEARD 241020 15:28:01 <KA3VSP ? ?NCDE:KA3VSP-7} Connected to BBS 241020 15:28:02 <KA3VSP ? ?[BPQ-6.0.24.1-B12FWIHJM$] 241020 15:28:02 <KA3VSP ? ? 241020 15:28:02 <KA3VSP ? ?de KA3VSP> 241020 15:28:02 >KA3VSP ? ?[BPQ-6.0.24.45-B1FIHJM$] 241020 15:28:02 >KA3VSP ? ?; MSGTYPES ?PR 241020 15:28:02 >KA3VSP ? ?FF 241020 15:28:04 <KA3VSP ? ?FQ 241020 15:28:04 |KA3VSP ? ?KA3VSP Disconnected 241020 15:29:22 |W7EES ? ? Connecting to BBS W7EES 241020 15:29:22 <W7EES ? ? *** CONNECTED 241020 15:29:22 >W7EES ? ? ATT 7 241020 15:29:22 <W7EES ? ? SHAWNO:K5DAT-7} Ok 241020 15:29:22 >W7EES ? ? BW2300 241020 15:29:23 <W7EES ? ? VARA} OK 241020 15:29:23 >W7EES ? ? RADIO 14.1065 USB 241020 15:29:23 <W7EES ? ? Mode and Frequency Set OK 241020 15:29:23 >W7EES ? ? C W7EES 241020 15:29:24 <W7EES ? ? VARA} CLEANTXBUFFER BUFFEREMPTY 241020 15:29:31 |WA2UET-1 ?Incoming Connect from WA2UET 241020 15:29:31 >WA2UET-1 ?[BPQ-6.0.24.45-B1FWIHJM$] 241020 15:29:31 >WA2UET-1 ?Hello Stan
241020 15:29:31 >WA2UET-1 ?de K5DAT BBS>
241020 15:29:33 <WA2UET-1 ?[BPQ-6.0.23.1-B1FIHJM$] 241020 15:29:33 <WA2UET-1 ?FF 241020 15:29:33 >WA2UET-1 ?FQ 241020 15:29:34 <W7EES ? ? Sorry, Can't Connect - Channel is busy 241020 15:29:34 |W7EES ? ? W7EES Disconnected 241020 15:29:34 |WA2UET-1 ?WA2UET-1 Disconnected 241020 15:29:35 |W7EES ? ? Connecting to BBS W7EES 241020 15:29:35 <W7EES ? ? *** CONNECTED 241020 15:29:35 >W7EES ? ? D 241020 15:29:35 <W7EES ? ? SHAWNO:K5DAT-7} Invalid command - Enter ? for command list 241020 15:29:35 |W7EES ? ? W7EES Disconnected 241020 15:31:55 |GB7BED ? ?Incoming Connect from GB7BED 241020 15:31:55 >GB7BED ? ?[BPQ-6.0.24.45-B1FWIHJM$] 241020 15:31:55 >GB7BED ? ?Hello Hugh
241020 15:31:55 >GB7BED ? ?de K5DAT BBS>
241020 15:31:57 <GB7BED ? ?[BPQ-6.0.24.33-B1FIHJM$] 241020 15:31:57 <GB7BED ? ?FF 241020 15:31:57 >GB7BED ? ?FQ 241020 15:31:58 |GB7BED ? ?GB7BED Disconnected 241020 15:32:07 |N9LYA ? ? Connecting to BBS N9LYA 241020 15:32:07 <N9LYA ? ? *** CONNECTED 241020 15:32:07 ?N9LYA ? ? Script MSGTYPES PTBR 241020 15:32:07 >N9LYA ? ? ATT 7 241020 15:32:07 <N9LYA ? ? SHAWNO:K5DAT-7} Error - Port in use 241020 15:32:07 |N9LYA ? ? N9LYA Disconnected 241020 15:32:08 |N9LYA ? ? Connecting to BBS N9LYA 241020 15:32:08 <N9LYA ? ? *** CONNECTED 241020 15:32:08 ?N9LYA ? ? Script PAUSE 30 241020 15:32:38 <N9LYA ? ? Pause Ok 241020 15:32:38 ?N9LYA ? ? Script MSGTYPES PTBR 241020 15:32:38 >N9LYA ? ? ATT 7 241020 15:32:38 <N9LYA ? ? SHAWNO:K5DAT-7} Error - Port in use 241020 15:32:38 |N9LYA ? ? N9LYA Disconnected
73, Lee K5DAT
toggle quoted message
Show quoted text
On Sat, Oct 19, 2024 at 1:57?PM John G8BPQ via <john.wiseman= [email protected]> wrote:
This is rather odd. CLEANTXBUFFER should only be sent when a session
times out and this is happening within a second of the connect
attempt. I suppose it is possible that the CLEANTXBUFFER is from a
previous session, but it is still odd. I'll see if I can work out
what could be happening.
When this happens what does the TNC state show in the VARA driver
window?
73,
John
On 19/10/2024 15:25, Lee Bengston
wrote:
Greetings.
I've been finding the radio stuck on the same frequency
lately. It's always the VARA port that is considered to be
still in use.? It happened again this morning, and below is
what's in the BBS log.? The radio is a Yaesu FTdx10.
241019 13:34:19 |N3MEL ? ? Connecting to BBS N3MEL
241019 13:34:19 <N3MEL ? ? *** CONNECTED
241019 13:34:19 ?N3MEL ? ? Script MSGTYPES PTBR
241019 13:34:19 >N3MEL ? ? ATT 7
241019 13:34:19 <N3MEL ? ? SHAWNO:K5DAT-7} Ok
241019 13:34:19 >N3MEL ? ? BW500
241019 13:34:20 <N3MEL ? ? VARA} OK
241019 13:34:20 >N3MEL ? ? RADIO 14.1065 USB
241019 13:34:20 <N3MEL ? ? Mode and Frequency Set OK
241019 13:34:20 >N3MEL ? ? C N3MEL-2
241019 13:34:21 <N3MEL ? ?
VARA} CLEANTXBUFFER BUFFEREMPTY
241019 13:35:06
<N3MEL ? ? VARA} Failure with K5DAT-1 N3MEL--
241019 13:35:06 |N3MEL ? ? N3MEL Disconnected
Subsequent attempts to forward via VARA fail because the
port is not released.
241019 13:36:56 |N9LYA ? ? Connecting to BBS N9LYA
241019 13:36:56 <N9LYA ? ? *** CONNECTED
241019 13:36:56 ?N9LYA ? ? Script MSGTYPES PTBR
241019 13:36:56 >N9LYA ? ? ATT 7
241019 13:36:56 <N9LYA ? ? SHAWNO:K5DAT-7} Error - Port in
use
241019 13:47:00 |K7EK ? ? ?Connecting to BBS K7EK
241019 13:47:00 <K7EK ? ? ?*** CONNECTED
241019 13:47:00 ?K7EK ? ? ?Script MSGTYPES PTBR
241019 13:47:00 >K7EK ? ? ?ATT 7
241019 13:47:00 <K7EK ? ? ?SHAWNO:K5DAT-7} Error - Port in
use
241019 13:47:00 |K7EK ? ? ?K7EK Disconnected
Searching through the log for "
CLEANTXBUFFER BUFFEREMPTY",
found an older instance where the same thing happened.
241019 02:04:54 |W7EES ? ? Connecting to BBS W7EES
241019 02:04:54 <W7EES ? ? *** CONNECTED
241019 02:04:54 >W7EES ? ? ATT 7
241019 02:04:54 <W7EES ? ? SHAWNO:K5DAT-7} Ok
241019 02:04:54 >W7EES ? ? BW2300
241019 02:04:55 <W7EES ? ? VARA} OK
241019 02:04:55 >W7EES ? ? RADIO 7.100 USB
241019 02:04:55 <W7EES ? ? Mode and Frequency Set OK
241019 02:04:55 >W7EES ? ? C W7EES
241019 02:04:56 <W7EES ? ? VARA} CLEANTXBUFFER BUFFEREMPTY
241019 02:05:06 <W7EES ? ? Sorry, Can't Connect - Channel
is busy
241019 02:05:06 |W7EES ? ? W7EES Disconnected
Sure enough, the next attempt to use VARA port 7 (14
minutes later) failed:
241019 02:19:19 |K1AJD ? ? Connecting to BBS K1AJD
241019 02:19:20 <K1AJD ? ? *** CONNECTED
241019 02:19:20 ?K1AJD ? ? Script MSGTYPES PTBR
241019 02:19:20 >K1AJD ? ? ATT 7
241019 02:19:20 <K1AJD ? ? SHAWNO:K5DAT-7} Error - Port in
use
241019 02:19:20 |K1AJD ? ? K1AJD Disconnected
This looks like it's at least partially a VARA issue, but
it seems BPQ should still de-attach the port.
73,
Lee K5DAT
|
Re: Fwd partners via QO-100
Hey Sergej,
I am interested but a total newby. What do I need (QO-100 station is ready to go)?
?? vy73 de Florian DF2ET
toggle quoted message
Show quoted text
On 20 October 2024 21:20:53 CEST, "Dr. Sergey Ievkov" <doc.ievkov@...> wrote:
Hello, OMs!
I am temporarily left without a HF antenna (they walled up access to the roof), but I have assembled a simple kit for working via QO-100 and am looking for partners for sending mail and bulletins.
I can work in VARA SAT (preferably), but it is possible to use any mods from QtSM (I understand, IL2P BPSK)
Red PE1RRR (SK) shared information on his website (), I hear G7TAJ (he did not tell me, he wrote a letter). But who else is ready to continue creating a packet network on QO-100? Any ideas and comments, I am open to experiments.
|
Hello, OMs!
I am temporarily left without a HF antenna (they walled up access to the roof), but I have assembled a simple kit for working via QO-100 and am looking for partners for sending mail and bulletins.
I can work in VARA SAT (preferably), but it is possible to use any mods from QtSM (I understand, IL2P BPSK)
Red PE1RRR (SK) shared information on his website (), I hear G7TAJ (he did not tell me, he wrote a letter). But who else is ready to continue creating a packet network on QO-100? Any ideas and comments, I am open to experiments.
|
Re: Win BPQ32 and Uronode
What has already been said AND remove AUTOADDMAP as this enables any station to make a Map connection.?
It will be dropping off because it sees the node broadcast and gets added but when it tries to use it, it can be heard.?
73 Steve?
toggle quoted message
Show quoted text
Hi All
Has anyone experience of connecting Windows BPQ32? ver V6.0.24.40 to Uronode using UDP
I am trying to get a BPQ32 Node G1GXB-3 to connect to Uronode GB7SOU.
BPQ32 Config
MHEARD ????? UDP 10091
?AUTOADDMAP
?BROADCAST NODES
MAP GB7SOU 192.168.0.75 UDP 10090 B
Uronode GB7SOU-1 Listens on UDP 10090
TX on route g1gxb-3 192.168.0.50 upd 10091 b
Neither sees the other but change both to UDP 10090 they work.
Trouble with this set up is GB7SOU-1 keeps dropping in and out of G1GXB-3 Node Table
regards Keith G1GXB
|
Re: VARA Error & Port stays attached
Thanks John. So far is has not happened again, but if/when it does, I'll check the TNC state.
73, Lee K5DAT
toggle quoted message
Show quoted text
On Sat, Oct 19, 2024 at 1:57?PM John G8BPQ via <john.wiseman= [email protected]> wrote:
This is rather odd. CLEANTXBUFFER should only be sent when a session
times out and this is happening within a second of the connect
attempt. I suppose it is possible that the CLEANTXBUFFER is from a
previous session, but it is still odd. I'll see if I can work out
what could be happening.
When this happens what does the TNC state show in the VARA driver
window?
73,
John
On 19/10/2024 15:25, Lee Bengston
wrote:
Greetings.
I've been finding the radio stuck on the same frequency
lately. It's always the VARA port that is considered to be
still in use.? It happened again this morning, and below is
what's in the BBS log.? The radio is a Yaesu FTdx10.
241019 13:34:19 |N3MEL ? ? Connecting to BBS N3MEL
241019 13:34:19 <N3MEL ? ? *** CONNECTED
241019 13:34:19 ?N3MEL ? ? Script MSGTYPES PTBR
241019 13:34:19 >N3MEL ? ? ATT 7
241019 13:34:19 <N3MEL ? ? SHAWNO:K5DAT-7} Ok
241019 13:34:19 >N3MEL ? ? BW500
241019 13:34:20 <N3MEL ? ? VARA} OK
241019 13:34:20 >N3MEL ? ? RADIO 14.1065 USB
241019 13:34:20 <N3MEL ? ? Mode and Frequency Set OK
241019 13:34:20 >N3MEL ? ? C N3MEL-2
241019 13:34:21 <N3MEL ? ?
VARA} CLEANTXBUFFER BUFFEREMPTY
241019 13:35:06
<N3MEL ? ? VARA} Failure with K5DAT-1 N3MEL--
241019 13:35:06 |N3MEL ? ? N3MEL Disconnected
Subsequent attempts to forward via VARA fail because the
port is not released.
241019 13:36:56 |N9LYA ? ? Connecting to BBS N9LYA
241019 13:36:56 <N9LYA ? ? *** CONNECTED
241019 13:36:56 ?N9LYA ? ? Script MSGTYPES PTBR
241019 13:36:56 >N9LYA ? ? ATT 7
241019 13:36:56 <N9LYA ? ? SHAWNO:K5DAT-7} Error - Port in
use
241019 13:47:00 |K7EK ? ? ?Connecting to BBS K7EK
241019 13:47:00 <K7EK ? ? ?*** CONNECTED
241019 13:47:00 ?K7EK ? ? ?Script MSGTYPES PTBR
241019 13:47:00 >K7EK ? ? ?ATT 7
241019 13:47:00 <K7EK ? ? ?SHAWNO:K5DAT-7} Error - Port in
use
241019 13:47:00 |K7EK ? ? ?K7EK Disconnected
Searching through the log for "
CLEANTXBUFFER BUFFEREMPTY",
found an older instance where the same thing happened.
241019 02:04:54 |W7EES ? ? Connecting to BBS W7EES
241019 02:04:54 <W7EES ? ? *** CONNECTED
241019 02:04:54 >W7EES ? ? ATT 7
241019 02:04:54 <W7EES ? ? SHAWNO:K5DAT-7} Ok
241019 02:04:54 >W7EES ? ? BW2300
241019 02:04:55 <W7EES ? ? VARA} OK
241019 02:04:55 >W7EES ? ? RADIO 7.100 USB
241019 02:04:55 <W7EES ? ? Mode and Frequency Set OK
241019 02:04:55 >W7EES ? ? C W7EES
241019 02:04:56 <W7EES ? ? VARA} CLEANTXBUFFER BUFFEREMPTY
241019 02:05:06 <W7EES ? ? Sorry, Can't Connect - Channel
is busy
241019 02:05:06 |W7EES ? ? W7EES Disconnected
Sure enough, the next attempt to use VARA port 7 (14
minutes later) failed:
241019 02:19:19 |K1AJD ? ? Connecting to BBS K1AJD
241019 02:19:20 <K1AJD ? ? *** CONNECTED
241019 02:19:20 ?K1AJD ? ? Script MSGTYPES PTBR
241019 02:19:20 >K1AJD ? ? ATT 7
241019 02:19:20 <K1AJD ? ? SHAWNO:K5DAT-7} Error - Port in
use
241019 02:19:20 |K1AJD ? ? K1AJD Disconnected
This looks like it's at least partially a VARA issue, but
it seems BPQ should still de-attach the port.
73,
Lee K5DAT
|