Keyboard Shortcuts
Likes
- Bpq32
- Messages
Search
Re: LinBPQ configuration backup files
We are running on Raspberry Pi all LinBPQ.
toggle quoted message
Show quoted text
Thanks On 5/21/2023 9:21 AM, Dave via groups.io wrote:
You don't say what platform you are running it on - I use a Raspberry --
Gracias 73, Heber NP4JN |
VARA Help
I'm trying to get VARA FM to work. I start up LinBPQ, VARA and Direwolf with no problems.?
Here is my LinBPQ startup: G8BPQ AX25 Packet Switch System Version 6.0.23.68 April 2023
Copyright ? 2001-2023 John Wiseman G8BPQ
Current Directory is /home/pi
?
Configuration file Preprocessor.
Using Configuration file /home/pi/bpq32.cfg
Conversion (probably) successful
?
PORTS 0x2ab8a8 LINKS 0x2af308 DESTS 0x2b2208 ROUTES 0x2b8798 L4 0x2ba198 BUFFERS 0x2c0ed8
?
Initialising Port 01? ? ?Telnet Server?
Initialising Port 02? ? ?AXIP?
Initialising Port 03? ? ?TCPKISS IP 127.0.0.1 Port 8001 Chan A?
Initialising Port 04? ? ?VARA Host 127.0.0.1 8300
Starting Chat
Config File is /home/pi/chatconfig.cfg
Chat Started
Starting Mail
Config File is /home/pi/linmail.cfg
Config Processed
Mail Started
Connected to VARA TNC Port 4
Packet (Direwolf Port) is working perfectly. I can't get a VARA connection.? Here's what I see in the LinBPQ CMS log: 16:55:41 10 KO4NCC Connected to CMS
16:55:41 10 Callsign :
16:55:41 10 KO4NCC KO4NCC
16:55:41 10 ;SQ: 44033197
16:55:41 10 ;SR: 91844977 0 52
16:55:41 10 [WL2K-5.0-B2FWIHJM$]<cr>
16:55:41 10 ;PQ: 51075491<cr>
16:55:41 10 CMS via KO4NCC ><cr>
16:55:44 10 *** Connected to KO4NCC-10<cr>
16:56:29 10 Disconnected. Bytes Sent = 27 Bytes Received 52 Time 48 Seconds
Here's my LinBPQ Config: SIMPLE
NODECALL=KO4NCC-2
NODEALIAS=NCCBPQ
LOCATOR=EL98AU38
FULL_CTEXT=1
IDINTERVAL=0
BTINTERVAL=0
?
?
INFOMSG:
Welcome to KO4NCC LinBPQ / Packet & VARA Node running Debian GNU/Linux 11 (bullseye) on PI4 using KM4ACK's BAP.
****
?
IDMSG:
KO4NCC LinBPQ Node
****
?
BTEXT:
****
?
CTEXT:
Welcome to KO4NCC's LinBPQ Packet & VARA Node running Debian GNU/Linux 11 (bullseye) on Pi4 using KM4ACK's BAP.
KO4NCC-1 BBS
KO4NCC-4 CHAT
KO4NCC-10 WinLink Gateway
Type ? for list of available commands.
****
?
PORT
PORTNUM=1
?ID=Telnet Server
?DRIVER=TELNET
?CONFIG
? LOGGING=1
? TCPPORT=8010
? FBBPORT=8011
? HTTPPORT=8080
?
? LOCALNET=192.168.1.0/24
? LOCALNET=192.168.2.0/24
?
? CMS=1
? CMSCALL=KO4NCC
? CMSPASS=XXXXXXXXX
?
? USER=KO4NCC,XXXXXXXXX,KO4NCC,,SYSOP;
?
ENDPORT
?
PORT
?PORTNUM=2
?ID=AXIP
?DRIVER=BPQAXIP
?PACLEN=236
?FRACK=5000
?RESPTIME=1500
?MAXFRAME=4
?RETRIES=6
?QUALITY=192
?MINQUAL=191
?CONFIG
? BROADCAST NODES
? MHEARD ON
? UDP 10093
? ;MAP XXXXXX xxxx.com UDP 10093 B?
?
ENDPORT
?
PORT
?PORTNUM=3
?ID=DirewolfVHF
?TYPE=ASYNC
?PROTOCOL=KISS
?IPADDR=127.0.0.1
?TCPPORT=8001
?CHANNEL=A
?PACLEN=128
?TXDELAY=500
?FRACK=7000
?RESPTIME=1500
?MAXFRAME=4
?RETRIES=6
?
SLOTTIME=100 ;add to remove error
PERSIST=63 ;add to remove error
WL2KREPORT PUBLIC, www.winlink.org, 8778, KO4NCC-10, EL98AU, 00-23, 145030000, PKT1200, 20, 20, 2, 0
?
ENDPORT
?
PORT
?PORTNUM=4
?ID=VARA
?DRIVER=VARA
?INTERLOCK=1
?CONFIG
? ADDR 127.0.0.1 8300
WL2KREPORT PUBLIC, www.winlink.org, 8778, KO4NCC-10, EL98AU, 00-23, 145030000, VARA FM, 20, 20, 2, 0
?
;GATEWAY KO4NCC-10? - Node Call KO4NCC-2
ENDPORT
?
?
ROUTES:
?
****
?
APPLICATION 1,BBS,,KO4NCC-1,,0
APPLICATION 2,CHAT,,KO4NCC-4,,0
APPLICATION 3,RMS,C 1 CMS,KO4NCC-10,,0
?
?
LINMAIL
LINCHAT
?
Any and all guidance deeply appreciated.73 KO4NCC Jeff ?
|
Re: Compiling QtTermTCP on a Mac
Well that compiled and ran perfectly.
For anyone else who wants to do the same in their Mac here is what you need to do. 1) Download and install Xcode for your version of macOS. You can find the link (to Apple) for the appropriate version here: https://xcodereleases.com/ 2) Once Xcode is installed you need to install "command line tools" for Xcode. Depending on the Xcode version there are different ways to do this.? At one time it was done through one of the menus in Xcode. Later it became a command you ran from the terminal. Now it is a separate .DMG you download and install.? Do a "google search" for your Xcode version and command line tools like so: ??? xcode 14.3 command line tools ?? ? The results should point you in the right direction. 3) With Xcode and command line tools installed you need to install the Qt Framework.? I did this via Brew.? Brew is a package manager for open source software for macOS.? Brew's homepage is https://brew.sh/.? You install it with this command in the terminal: ??? /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ?? ? Note that anything you do in Brew often results in some informational text at the end that requires you do do something further. Usually you copy/paste a command in the terminal and run that. This is mostly to alter your bash profile which is why it is left as optional even though 99% of people will want to do it. At this point you should also exit the terminal and then re-launch it. You could probably also "source" the bash profile file to accomplish the same. 4) To install the Qt Framework via Brew enter the following in the terminal: ??? brew install qt@5 Follow any instructions at the end. If you don't then Qt won't be in your PATH and you won't be able to run qmake etc. 5) Download QtTermTCP source from here: https://github.com/g8bpq/QtTermTCP/releases/tag/00.63 and extract the zip or tar.gz file it some directory of your choice.? I put all my open source software that requires compiling from source in a "builds" directory off my home directory. ? 6) Open terminal and cd to the QtTermTCP source directory.? Type qmake. If that finishes without error then type make.? If that finishes without error then you will have built QtTermTCP.app.? Depending on your macOS version or how you've configured certain Finder options, you will either see it as QtTermTCP.app or just QtTermTCP.? But if you do a ls -lh in the terminal you should see QtTermTCP.app.? Open Finder and drag/drop QtTermTCP.app to your /Applications folder.? It should run when double-clicked as any Mac application would. |
Re: Reducing syslog output
That¡¯s a good idea, thanks Scott. On Mon, 22 May 2023 at 06:29, Scott Sipe N7LOL <scott@...> wrote:
|
Re: Compiling QtTermTCP on a Mac
Oh my. I knew I was tired yesterday evening, but I didn't realize just how tired I must have been lol.? I got the source from your Github John, but I must have clicked QtSoundmodem rather than QtTermTCP and never noticed, even while unzipping, cd-ing etc.
I'll try the source from here today. https://github.com/g8bpq/QtTermTCP/releases/tag/00.63 |
Re: Compiling QtTermTCP on a Mac
¿ªÔÆÌåÓýIt looks like you are building QtSoundModem not QtTermTCP. Where did you download the source from?73, John On 21/05/2023 21:04, Doug VE1LG via
groups.io wrote:
|
Re: Reducing syslog output
Tom, I use Syslog's remote logging?feature and send my logs to a central server, I have not done this with BPQ yet but am planning to do so for the same reasons you are looking for. The way I configure, very little is written locally and everything sent over the network, mainly using UDP which could lose information?but has worked well for me. On Sun, May 21, 2023 at 7:40?PM Paula via <g8pzt=[email protected]> wrote:
--
Scott, |
Re: Reducing syslog output
I have never worn out an sd card by logging, but have killed several due to borderline power supply.? Surely each cell is good for tens of thousands of writes, and if it's a big card, mostly empty, the card's wear levelling means that it should take years of heavy use to wear out a cell.? The raspberry pi's achilles heel is the micro USB power connector, plus its intolerance of low supply voltage.? -------- Original message -------- From: Tom M0LTE <tom@...> Date: Sun, 21 May 2023, 12:31 To: [email protected] Subject: [bpq32] Reducing syslog output Hi |
Compiling QtTermTCP on a Mac
I've got QT5 installed via Brew and was able to compile the source for QtTermTCP on John's website. But when I tried to do the same with the 0.64 source on John's Github it fails with the below. ?Is there a way to edit the Makefile so that it doesn't bother with the audio side of things? I just want to use it to connect to my linbpq RPi on my lan. Doug VE1LG Douglass-MacBook-Air:QtSoundModem-0.64 doug$ qmake Info: creating stash file /Users/doug/builds/QtSoundModem-0.64/.qmake.stash Project WARNING: Qt has only been tested with version 12 of the platform SDK, you're using 13. Project WARNING: This is an unsupported configuration. You may experience build issues, and by using Project WARNING: the 13.1 SDK you are opting in to new features that Qt has not been prepared for. Project WARNING: Please downgrade the SDK you use to build your app to version 12, or configure Project WARNING: with CONFIG+=sdk_no_version_check when running qmake to silence this warning. Douglass-MacBook-Air:QtSoundModem-0.64 doug$ make /usr/local/Cellar/qt@5/5.15.8_3/bin/uic calibrateDialog.ui -o ui_calibrateDialog.h /usr/local/Cellar/qt@5/5.15.8_3/bin/uic devicesDialog.ui -o ui_devicesDialog.h /usr/local/Cellar/qt@5/5.15.8_3/bin/uic filterWindow.ui -o ui_filterWindow.h /usr/local/Cellar/qt@5/5.15.8_3/bin/uic ModemDialog.ui -o ui_ModemDialog.h /usr/local/Cellar/qt@5/5.15.8_3/bin/uic QtSoundModem.ui -o ui_QtSoundModem.h /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -pipe -g -O2? -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk -mmacosx-version-min=10.13 -Wall -Wextra -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/qt@5/5.15.8_3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt@5/5.15.8_3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt@5/5.15.8_3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt@5/5.15.8_3/lib/QtSerialPort.framework/Headers -I/usr/local/Cellar/qt@5/5.15.8_3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/AGL.framework/Headers -I. -I/usr/local/Cellar/qt@5/5.15.8_3/mkspecs/macx-clang -F/usr/local/Cellar/qt@5/5.15.8_3/lib -o audio.o audio.c audio.c:39:10: fatal error: 'sys/soundcard.h' file not found #include <sys/soundcard.h> ?? ? ? ? ^~~~~~~~~~~~~~~~~ 1 error generated. make: *** [audio.o] Error 1 |
BBS Forwarding using the BBS callsign . .
Hi Everyone,
? Our group have 3 BBS (dw1irf-4), (dw1ott-4) and (du3fs-4) that forwards to each other without problems except
when I (dw1irf) use the DU3FS-4 or the DW1OTT-4 BBS and sends a packet mail to anyone who uses the (DW1IRF-4 BBS) as their Home BBS.?
I am using Winlink Express. Example, sending a packet mail to 4g1rmc@.... The mail is sent to the BBS but just stays there.
It doesn't get queued for forwarding. If I use a different callsign (k6irf) and sends the same packet mail to the same BBS it gets forwarded?
to the DW1IRF-4 BBS. Is there a setting that I just missed? or maybe a work-around. Thanks! Lot / k6irf | dw1irf.??
?
<DW1IRF? ? ;FW: DW1IRF PAREDN WINLINKPH
<DW1IRF? ? [RMS Express-1.7.6.3-B2FHM$]
<DW1IRF? ? ; DU3FS-4 DE DW1IRF (PK04LP)
<DW1IRF? ? FC EM 0QA6PQ0M0S27 239 206 0
<DW1IRF? ? F> D0
>DW1IRF? ? FS Y
|DW1IRF? ? Uncompressing Message Comp Len 206 Msg Len 239 CRC 80c7
?DW1IRF? ? B2 Msg To: 4g1rmc@...
?DW1IRF? ? Msg 712 Routing Trace To 4G1RMC Via DW1IRF.NCR.LUZ.PHL.ASIA
?DW1IRF? ? Routing Trace Type P TO 4G1RMC VIA DW1IRF.NCR.LUZ.PHL.ASIA Route On WW AS PHL LUZ NCR
?DW1IRF? ? Routing Trace DW1IRF Matches implied AT DW1IRF
>DW1IRF? ? FF
<DW1IRF? ? FQ
|DW1IRF? ? DW1IRF Disconnected |
Re: Trying to get VARA working - no PTT?
¿ªÔÆÌåÓýThe signalink should be doing the PTT. Does the rig key if you do a VARA Tune?73, John On 21/05/2023 17:51, Brian Pasternak
wrote:
Sorry, forgot to mention. I am using a Signalink USB between remote PC and HF rig. |
Trying to get VARA working - no PTT?
Hello everyone. I've been trying to get my HF VARA port for forwarding working on BPQ32. My VARA install on on a remote Windows PC. I have?
WinmorControl??working running with the command?WinmorControl COM1:4800 which starts VARA when I start BPQ32. My forwarding script has the 'ATTACH 6' for port and then the connect line to connect to my forwarding partner. When I attempt to initiate?a forward, BPQ shows that the session is attempting but my HF rig never keys. I've played with several PTT parameters...too many to remember what I did.? Below is my script. Does anyone have any suggestions on why my PTT isn't working? Thanks, Brian, KA3VSP ?Port 6 ? PORTNUM=6 ID=HF VARA Backbone DRIVER=VARA CONFIG ADDR 192.168.1.226 8300 PATH REMOTE:C:\VARA\VARA.exe BW500 RIGCONTROL REMOTE YAESU FT2000 ENDPORT |
Re: Reducing syslog output
That's sad, but also a timesaver, thanks Matthew. John, really looking to you on this one then please :-) Thanks Tom On Sun, 21 May 2023 at 13:50, Matthew 2E0SIP <groups.io@...> wrote: Another approach might be for me to work out how to filter them in rsyslog.conf |
Re: LinBPQ configuration backup files
You don't say what platform you are running it on - I use a Raspberry
pi and take a back -up every couple of months. I have only had to use the back-up once and the complete back-up on the card worked just as the original. 73 de Dave gm3yew --- On Sat, 20 May 2023 13:37:21 -0400 "Heber Soto" <np4jn@...> wrote: Hello |
Re: Reducing syslog output
Another approach might be for me to work out how to filter them in rsyslog.conf You might be out of luck there, a?precursory glance suggests that Debian is using journald and the maintainers aren't interested in providing a mechanism to filter logs before they're written to the journal -? ? Cheers Matthew 2E0SIP |