Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Bpq32
- Messages
Search
Re: LinBPQ error & exit
John,
Some more from today ... SIGSEGV Received ./linbpq(+0x112e85)[0x54ce85] linux-gate.so.1(__kernel_sigreturn+0x0)[0xb7f13564] ./linbpq(+0x8ea71)[0x4c8a71] ./linbpq(+0x8eb18)[0x4c8b18] ./linbpq(+0x8eb18)[0x4c8b18] ./linbpq(+0x8ea36)[0x4c8a36] ./linbpq(+0x8d72e)[0x4c772e] ./linbpq(+0xca4a2)[0x5044a2] ./linbpq(+0xcd77b)[0x50777b] ./linbpq(main+0x1895)[0x54edde] ham@localhost:~/linbpq$ addr2line -e linbpq +0x112e85 0x54ce85 0xb7f13564 +0x8ea71 0x4c8a71 +0x8eb18 0x4c8b18 +0x8eb18 0x4c8b18 +0x8ea36 0x4c8a36 +0x8d72e 0x4c772e +0xca4a2 0x5044a2 +0xcd77b 0x50777b main+0x1895 0x54edde /mnt/Source/bpq32/CommonSource/LinBPQ.c:394 ??:0 ??:0 /mnt/Source/bpq32/CommonSource/KAMPactor.c:807 ??:0 /mnt/Source/bpq32/CommonSource/KAMPactor.c:829 ??:0 /mnt/Source/bpq32/CommonSource/KAMPactor.c:829 ??:0 /mnt/Source/bpq32/CommonSource/KAMPactor.c:790 ??:0 /mnt/Source/bpq32/CommonSource/KAMPactor.c:339 ??:0 /mnt/Source/bpq32/CommonSource/cMain.c:505 ??:0 /mnt/Source/bpq32/CommonSource/cMain.c:2062 ??:0 ??:0 ??:0 ham@localhost:~/linbpq$ |
Re: Strange SEG Fault - need help on this one.
OK, you don't by chance have a different callsign/ssid on your VHF port, do you?? I'm thinking probably not, but I'm not coming up with much. 73, Lee K5DAT On Sun, Apr 27, 2025 at 11:52?AM Charlie Hein via <chein=[email protected]> wrote:
|
¿ªÔÆÌåÓýYou have a console running on ttyS0 which is normally symlinked to /dev/serial0 - vc_mem.mem_size=0x40000000? console=ttyS0,115200It looks like you need to use rasip-config to disable console on serial and enable the serial port. 73, John On 27/04/2025 23:29, K9KQA via
groups.io wrote:
|
Re: linbpq seg fault
Hi, thanks John,
?
I've sent config directly to you for any comment/issue.
?
Excluded, got it. If it starts to crash again I will try this.
What's the difference between this excluded checkbox and the bbs checkbox on the same users page?
Is there a web doc to explain this page somewhere, I didn't locate it so far.
?
Still no crashes, still no update on the MH for n2mh - so that still seems inline with the issue being triggered by the new ax-ip UDP map set up.
?
Many thanks,
All the best, 73 de Louis / kd2yck
? |
Brian,
?
Here are a few things to check/set.
?
Run raspi-config, check the serial console off, then serial port on.
?
remove power
(you can leave the sd card out)
turn pot R6 on the tnc all the way CCW and apply power .
yellow DCD LED should flash. (resets pi-tnc to factory defaults)
remove power
turn R6 clockwise 1/2 turn
put the sd card back in
apply power
?
change to the directory your running bpq from.
sudo setcap "CAP_NET_ADMIN=ep CAP_NET_RAW=ep CAP_NET_BIND_SERVICE=ep" pilinbpq
Replace pilinbpq with the program your running as the executable.
?
This should be a good place to start.
run htop to verify linbpq is active or run sudo systemctl status bpq
post the results.
?
Check the log files for clues if bpq is NOT active
?
73,
Jim
?
?
?
?
? |
Hello
?
I'm stuck!? I have an old TNC-Pi3 that I want to set up as a Winlink RMS.? I was able to find a copy of a bpq32.cfg currently in use on an identical TNC-Pi, so I just changed the relevant callsigns, passwords, etc. and thought it would work., but no such luck.? ?I run a status and get the follwing message related to the COMPORT:
?
Apr 27 15:28:59 raspberrypi linbpq[2448]: Com Open Failed: No such file or dire>
Apr 27 15:28:59 raspberrypi linbpq[2448]: ?/dev/serial0 could not be opened Apr 27 15:28:59 raspberrypi LINBPQ[2448]: ?/dev/serial0 could not be opened lines 1-19/19 (END) ?
I did not find a file titled "serial0" in /dev.? I'd like to move from my current Win10 OS for this application, but I'm not very familiar with linux. I tried to identify what was assigned to serial0 but quickly found I am out of my element . . .?
pi@raspberrypi:~ $ dmesg | grep tty [ ? ?0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 cgroup_disable=memory snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 ?vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 ?console=ttyS0,115200 console=tty1 root=PARTUUID=384c6e67-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=US [ ? ?0.000238] printk: legacy console [tty1] enabled [ ? ?2.122768] 3f201000.serial: ttyAMA1 at MMIO 0x3f201000 (irq = 99, base_baud = 0) is a PL011 rev2 [ ? ?2.123112] serial serial0: tty port ttyAMA1 registered [ ? ?6.015759] systemd[1]: Created slice system-getty.slice - Slice /system/getty. pi@raspberrypi:~ $ lsof /dev/ttyS0 lsof: status error on /dev/ttyS0: No such file or directory pi@raspberrypi:~ $ lsof /dev/ttyAMA1 lsof: status error on /dev/ttyAMA1: No such file or directory pi@raspberrypi:~ $ ls /dev/ttyS* /dev/ttyUSB* ls: cannot access '/dev/ttyS*': No such file or directory ls: cannot access '/dev/ttyUSB*': No such file or directory pi@raspberrypi:~ $ ls /dev/serial/by-id/ ls: cannot access '/dev/serial/by-id/': No such file or directory pi@raspberrypi:~ $ ?
I have attached a copy of the bpq32.cfg:
; K9KQA BBS & RMS & CHAT config File 4-25-25 SIMPLE ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; This set a whole load of par$
NODECALL=K9KQA-1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Default node callsign NODEALIAS=HCARES ? ? ? ? ? ? ? ? ? ? ?; Alias 6 Char max LOCATOR=EN41vm ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Defailt node location NODESINTERVAL=60 MAXNODES=150 AUTOSAVE=1 FULL_CTEXT=0 LINMAIL ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Enable BBS
LINCHAT ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Enable CHAT MAPCOMMENT=Motorola Syntor X Hustler G7-144<BR>IDEN Node<BR>Raspberry PI3 PI-TN$
IDINTERVAL=60 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; UI broadcast interval (minut$
IDMSG: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; UI broadcast text IDEN Node GENESEO IL EN41vm *** CTEXT: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Connect Message
Welcome to the K9KQA BPQ32 Node. K9KQA> BBS RMS CHAT CONNECT BYE INFO NODES ROUTES PORTS USERS MHEARD *** BTINTERVAL=60 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Beacon interval (minutes)
BTEXT: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Beacon text K9KQA IDEN Node GENESEO IL EN41vm ***
INFOMSG: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Text for INFO command
This is the BPQ32 Node for the K9KQA. Sysop K9KQA. Type K9KQA-7 to connect to the BBS. Type K9KQA-10 to connect to WinLink. Type K9KQA-11 to to CHAT server. *** ; ?Port 1 ?
PORT ? ?PORTNUM=1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Port number ? ?ID=IDEN 145.610 MHz 1200 bps ? ? ? ? ? ? ? ? ? ? ? ; PORTS command text ? ?TYPE=ASYNC ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; RS232 connection ? ?COMPORT=/dev/serial0 ? ? ? ? ? ? ? ? ? ? ? ? ; Serial port ? ?SPEED=19200 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Serial port speed ? ?PROTOCOL=KISS ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; KISS protocol ? ?KISSOPTIONS=PITNC,NOPARAMS ? ? ? ? ? ? ? ? ? ?; KISS options for TNC ? ?CHANNEL=A ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; TNC channel ? ?MAXFRAME=2 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Max outstanding frames ? ?FRACK=7000 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Level 2 timeout (ms) ? ?RESPTIME=1000 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Level 2 delayed ACK (ms) ? ?RETRIES=10 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Level 2 max retries ? ?PACLEN=128 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Max packet length (bytes) ? ?TXDELAY=500 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Transmit keyup delay (ms) ? ?SLOTTIME=20 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; CMSA interval timer (ms) ? ?PERSIST=64 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Persistence (256/(# transmis$ ? ?DIGIFLAG=1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Allow Digipeat on this port ? ?QUALITY=255 ? ?MINQUAL=20 ; ? NOKEEPALIVES=1 ? ?WL2KREPORT PUBLIC,api.winlink.org,8085,K9KQA-10,EN41VM,00-23,145610000,PKT120$ ENDPORT
; ?Port 2 ? PORT ? ?PORTNUM=2 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Port number ? ?ID=Telnet Server ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; PORTS command text ? ?DRIVER=TELNET ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; TCP/IP connection ? ?CONFIG ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Driver specific configuration$ ? ?LOGGING=1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Log all connections ? ?DisconnectOnClose=1 ? ? ? ? ? ? ? ? ? ? ? ? ?; Disconnect on close ? ?TCPPORT=8010 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Port for telnet connections ? ?FBBPORT=8011 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Port for FBB protocol BBS con$ ? ?HTTPPORT=8008 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Port for web interface ? ?LOGINPROMPT=user: ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Telnet login prompt ? PASSWORDPROMPT=password: ? ? ? ? ? ? ? ? ? ? ; Telnet password prompt ? ?LOCALECHO=NO ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Do not echo input ? ?MAXSESSIONS=10 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Maxmimum simultaneous connect$ ? ?CTEXT=K9KQA BPQ32 Telnet Server\nEnter ? for list of commands\n\n ; Telnet co$ ? ?USER=K9KQA, XXXXXX,K9KQA,NODE,SYSOP ? ? ? ? ? ; Telnet user ? ?;USER=WB9QPM,1Fastenate1!,WB9QPM,NODE,SYSOP ? ? ? ; Telnet user ? ?CMS=1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Enable WinLink CMS connection ? ?CMSCALL=K9KQA ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Callsign for WinLink ? ?CMSPASS=XXXXXXXX ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Password for WinLink ENDPORT ; ?Port 3 ? PORT ? ?PORTNUM=3 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Port number ? ?ID=AX/IP/UDP ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Displayed by PORTS command ? ?DRIVER=BPQAXIP ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Uses BPQAXIP ? ?QUALITY=192 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Quality factor applied to no$ ? ?MINQUAL=165 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Entries in the nodes table w$ ? ?MAXFRAME=5 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Max outstanding frames (1 th$ ? ?FRACK=3000 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Level 2 timeout in milliseco$ ? ?RESPTIME=1000 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Level 2 delayed ack timer in$ ? ?RETRIES=5 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Level 2 maximum retry value ? ?PACLEN=236 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Maximum packet length ? ?CONFIG ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Driver specific configuratio$ ? ?MHEARD ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Keep heard stats ; ? UDP 10093 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; UDP port ? ?BROADCAST NODES ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Broadcast ENDPORT ; ?Applications ? APPLICATION 1,BBS,,K9KQA-7,KQABBS,255 ? ? ? ? ? ?; BBS Application APPLICATION 2,RMS,C 2 CMS,K9KQA-10,KQARMS,255 ? ?; CMS Application APPLICATION 3,CHAT,,K9KQA-11,KQACHT,255 ? ? ? ? ?; CHAT Application ;APPLICATION 32,TALK,,K9KQA ? ? ? ? ? ? ? ? ? ? ?; Node Application ?
Any replies that would steer me to a correction for my issue would be greatly appreciated.? Thank you.
?
73s
--
Brian K9KQA |
Re: linbpq seg fault
¿ªÔÆÌåÓýTo lock someone out set Excluded in User record.Can you email me your bpq32.cfg and a BBS log showing the crash? 73, John On 27/04/2025 15:54, Louis Botterill
via groups.io wrote:
|
Re: Strange SEG Fault - need help on this one.
Hi Lee - Yes, you're understanding it better than I said it <grin> - this is only happening when connecting on the VHF port, and connections to the Chat and node aliases work just fine, but the BBS dies when called from the node menu when the connection was made on my VHF port.? I'm running Version 6.0.24.69 - once I discovered it, the first thing I tried after reviewing my configs was to update the version.? That wasn't the problem as it turns out.
--
Charlie (N4NVD) |
Re: Strange SEG Fault - need help on this one.
Hi Charlie, On Sun, Apr 27, 2025 at 11:36?AM Charlie Hein via <chein=[email protected]> wrote:
? Are you referring to only incoming connections on VHF?
I think based on the above you are talking about incoming connections. Are you saying that an incoming connection over VHF directly to the BBS alias or call will cause the segfault, AND if an incoming connection is made first to the node, then to the BBS, the segfault happens upon attempting to connect to the BBS? What version of BPQ are you running, and did the problem start after upgrading to a newer version? 73, Lee K5DAT
|
Strange SEG Fault - need help on this one.
Thanks in advance for your attention.? I'm really stumped by this one.
?
My BBS will die with a SEG fault at connect over my VHF port, but NOT when called over the internet (AXIP port) or from the keyboard.? ODDLY, the RPi does NOT SEG fault when called over the air on any other aliases, but if the BBS is called from the node alias, the RPi will immediately die of a SEG Fault as it does if called directly.
?
Any ideas?
?
--
Charlie (N4NVD) |
Re: linbpq seg fault
Hi Glenn,
?
Thanks for the message and info. Very Interesting.
I am not fully up to speed on forwarding - but when I checked my node's config I did have a rule for n2mh
it was something very simple, like this:
c 2 n2mh-7
(port 2 was vhf radio direct link, our nodes are near each other) - but in order to rule out I have removed it for now...
Once all is stable I can try put something back in, perhaps more like (or same as) what you have shared there.
Thank you, this is invaluable reference.
?
Hopefully addressing all these areas, this will all fall in to place, can't see why it won't all work as expected unless we've found a bug to fix, but I suppose it can most likely be addressed as a config/setup issue, I hope.
?
All the best, Louis
? |
Re: linbpq seg fault
Hi,
?
>I don't recognise the messages - do they mean anything to you?
I'm not quite sure - only significance is that is Mark's node, the new link we were adding in.
?
>It looks like the AXIP link is somehow getting connected to the BBS. Do you see in Incoming Connect message for N2MH-8?
Where would I see this? Could there be a problem with ssid suffix routing or forwarding, or some forwarding loop even?
?
>I would be interesting to see if excluding N2MH from the BBS allows the BBS to run.
Good idea, I presume that's just uncheck bbs from users page for n2mh for a bit and see what happens
?
>Could you also send me your bpq32.cfg so I can see if I can see anything that could be a problem?
Sure - what is best way to share it all, I do not want to compromise any station's ip/dns unwittingly. Should I email you it privately?
?
>The .mes files just contain the message contents, not the To, From, Subject etc.
Noted - lesson learnt, if I do this again ever I'll also back up the metadata file. If it had lived in the dir with message files that would have been fine, did not realise it was separated.
?
I currently have the node running, no crash in last 5-10mins, but also MH for n2mh* is still stale - I wonder if it will crash once that starts communicating again (assuming Mark still has map for my node in it).
?
YCKBPQ:KD2YCK-7} Heard List for Port 4
NC8Q-7 ? ? 00:00:00:02 WW6Q-7 ? ? 00:00:01:04 N2MH-8 ? ? 00:19:56:38 N2MH-2 ? ? 00:19:58:27 KA1VSC-8 ? 92:23:58:58 WW6Q ? ? ? 100:08:51:59 WW6Q-1 ? ? 214:09:32:43 WW2BSA-7 ? 361:07:17:18 ?
It's a bit tricky to figure due to a hard crash and being triggered by events that are not clear, but hopefully it will all get ironed out
?
Current map entries are
?
? UDP 10093 ? ? ? ? ? ? ? ?# Optional. Enables UDP support, and defines the port
? ? ? ? ? ? ? ? ? ? ? ? ? ?# AX.IP listens on. You can specify more than one ? ? ? ? ? ? ? ? ? ? ? ? ? ?# UDP line if you need to listen on more than one port ? MHEARD ? ? ? ? ? ? ? ? ? ?# Optional - opens a window to display a "Heard List"
?BROADCAST NODES
; BROADCAST APRS ? AUTOADDMAP
? MAP WW6Q-7???? ww6q-ip? UDP 10093 B
? MAP WW2BSA-7 bsa-ip????? UDP 10093 B ? MAP NC8Q-7?????? nc8q-ip?? UDP 10093 B ? MAP N2MH-8????? n2mh-ip?? UDP 10093 B ?
All have been in place and working fine for some time (months/years) but the last n2mh is the new one added since yesterday and coinciding with crashes.
As you can see, all is AX-IP UDP, AX-UDP, all on same UDP port.
?
The only other thing I can think of at this time is there was a forwarding to N2MH in the forwarding rules, it was like this: c 2 n2mh-7 (port 2 is vhf direct link) - but to eliminate this I've removed this forwarding rule for now. Once stable this can be reinstated correctly as required. Not sure if these can have been causing issues?
?
I'm no expert on all of this, relatively new to it, so input from yourself as the author and other experienced packeteers is invaluable. Also, I am learning in the process :)
?
Louis kd2yck
?
?
?
? |
Re: linbpq seg fault
¿ªÔÆÌåÓýMy node is located at the Arts Center where any and all changes are executed from the computer.I'll double check the mail forwarding script tomorrow on Monday when I? get there. In the interim, please suggest what the script should be if what I currently have isn't working? Tnx. 73 de Chris ww2bsa.org? -------- Original message -------- From: "Mark Herson, N2MH" <n2mh@...> Date: 4/27/25 9:49 AM (GMT-05:00) Subject: Re: [bpq32] linbpq seg fault To the Group,
?
I think that this post has evolved into two separate issues.
?
1. Problems with bringing up a link between my jnos system and KD2YCK's bpq system.
2. A forwarding problem at WW2BSA.
?
This is my configuration in jnos for KD2YCK
?
# KD2YCK #
attach axudp ? ? ? ? ? ?udp-yck 256 www.host.com - 10093 10093 ax25 bcport ? ? ? ? ? ? udp-yck on ax25 hport ? ? ? ? ? ? ?udp-yck on convers interface ? ? ? udp-yck on ifconfig ? ? ? ? ? ? ? ?udp-yck description "axudp link to kd2yck via Internet" mbox mport ? ? ? ? ? ? ?udp-yck on netrom interface ? ? ? ?udp-yck 203 ?
This is identical to the one I use for N3MEL
?
# N3MEL # 2025-04-01
attach axip ? ? ? ? ? ? ip-mel 256 10.59.29.368 ax25 bcport ? ? ? ? ? ? ip-mel on ax25 hport ? ? ? ? ? ? ?ip-mel on convers interface ? ? ? ip-mel on ifconfig ? ? ? ? ? ? ? ?ip-mel description "axip link to n3mel via Mesh" mbox mport ? ? ? ? ? ? ?ip-mel on netrom interface ? ? ? ?ip-mel 203 ?
As N3MEL can agree, his link works Ok.
?
I would point out that I have set this up as an AXUDP link, not an AXIP link. Terminology is very important here. AXIP and AXUDP are separate technologies and will not talk to each other.
?
I also run a second bbs system 600 miles away using BPQ software that links to the same jnos machine, this time over 44-net. This is the map statement for that machine along with the matching jnos configuration
?
MAP N2MH 44.64.24.380 UDP 10044 UDP 10044 B
?
attach axudp ? ? ? ? ? ?udp-mh4 256 44.74.24.332 - 10044 10044
ax25 bcport ? ? ? ? ? ? udp-mh4 on ax25 hport ? ? ? ? ? ? ?udp-mh4 on convers interface ? ? ? udp-mh4 on #ifconfig ? ? ? ? ? ? ? udp-mh4 description "axudp link to n2mh4 bpq via AMPRnet" ?
Note that the UDP port can be changed. The only requirement is that both ends must agree. In this case, they do agree and the link works satisfactory.
?
For the record, hostnames and ip addresses have been changed to prevent tampering.
?
While it's possible that YCK's problem may be due to something that I am doing, I think that possiblity is remote. I use the same basic configuration very successfully for other forwarding partners.
?
As for WW2BSA, he is trying to send me a personal message, the same personal message, for the past several days. His machine does not seem to recognize the BID rejection being sent back to him. I don't want to hijack this thread with someone else's issue. So, that's all I'm going to say in this thread. I will say that I can stop the repeated forwarding attempts by going into his BBS and killing the message.
?
73, Mark, N2MH
West Orange, NJ FN20ut
Oak Island, NC FM03ww
?
?
|
Re: linbpq seg fault
To the Group,
?
I think that this post has evolved into two separate issues.
?
1. Problems with bringing up a link between my jnos system and KD2YCK's bpq system.
2. A forwarding problem at WW2BSA.
?
This is my configuration in jnos for KD2YCK
?
# KD2YCK #
attach axudp ? ? ? ? ? ?udp-yck 256 www.host.com - 10093 10093 ax25 bcport ? ? ? ? ? ? udp-yck on ax25 hport ? ? ? ? ? ? ?udp-yck on convers interface ? ? ? udp-yck on ifconfig ? ? ? ? ? ? ? ?udp-yck description "axudp link to kd2yck via Internet" mbox mport ? ? ? ? ? ? ?udp-yck on netrom interface ? ? ? ?udp-yck 203 ?
This is identical to the one I use for N3MEL
?
# N3MEL # 2025-04-01
attach axip ? ? ? ? ? ? ip-mel 256 10.59.29.368 ax25 bcport ? ? ? ? ? ? ip-mel on ax25 hport ? ? ? ? ? ? ?ip-mel on convers interface ? ? ? ip-mel on ifconfig ? ? ? ? ? ? ? ?ip-mel description "axip link to n3mel via Mesh" mbox mport ? ? ? ? ? ? ?ip-mel on netrom interface ? ? ? ?ip-mel 203 ?
As N3MEL can agree, his link works Ok.
?
I would point out that I have set this up as an AXUDP link, not an AXIP link. Terminology is very important here. AXIP and AXUDP are separate technologies and will not talk to each other.
?
I also run a second bbs system 600 miles away using BPQ software that links to the same jnos machine, this time over 44-net. This is the map statement for that machine along with the matching jnos configuration
?
MAP N2MH 44.64.24.380 UDP 10044 UDP 10044 B
?
attach axudp ? ? ? ? ? ?udp-mh4 256 44.74.24.332 - 10044 10044
ax25 bcport ? ? ? ? ? ? udp-mh4 on ax25 hport ? ? ? ? ? ? ?udp-mh4 on convers interface ? ? ? udp-mh4 on #ifconfig ? ? ? ? ? ? ? udp-mh4 description "axudp link to n2mh4 bpq via AMPRnet" ?
Note that the UDP port can be changed. The only requirement is that both ends must agree. In this case, they do agree and the link works satisfactory.
?
For the record, hostnames and ip addresses have been changed to prevent tampering.
?
While it's possible that YCK's problem may be due to something that I am doing, I think that possiblity is remote. I use the same basic configuration very successfully for other forwarding partners.
?
As for WW2BSA, he is trying to send me a personal message, the same personal message, for the past several days. His machine does not seem to recognize the BID rejection being sent back to him. I don't want to hijack this thread with someone else's issue. So, that's all I'm going to say in this thread. I will say that I can stop the repeated forwarding attempts by going into his BBS and killing the message.
?
73, Mark, N2MH
West Orange, NJ FN20ut
Oak Island, NC FM03ww
?
? |
Re: linbpq seg fault
N2MH-8 is a J-Nos system, those errors I believe are coming from his side. I was watching that port yesterday and
WW2BSA looked like he was having the same problem.
?
I forwarded with Mark a number of times yesterday and again today BPQ to J-Nos with no issues.?
?
Louis I am not sure how your setup to forward to Mark's system but here is my forwarding script for him.?
?
|
Re: linbpq seg fault
¿ªÔÆÌåÓýHi Louis,I don't recognise the messages - do they mean anything to you? It looks like the AXIP link is somehow getting connected to the BBS. Do you see in Incoming Connect message for N2MH-8? I would be interesting to see if excluding N2MH from the BBS allows the BBS to run. Could you also send me your bpq32.cfg so I can see if I can see anything that could be a problem? The .mes files just contain the message contents, not the To, From, Subject etc. 73, John On 26/04/2025 22:22, Louis Botterill
via groups.io wrote:
|
Re: linbpq seg fault
Hi John, thanks very much!
?
I do see a lot of these in the logs, I think from when the new axip UDP link is started up
?
250426 18:42:34 >N2MH-8 ? ?Too many errors - closing
250426 18:42:34 >N2MH-8 ? ?de KD2YCK>^M 250426 18:42:36 <N2MH-8 ? ?1 63217U 25052H ? 25115.51581110 ?.00020018 ?00000-0 ?95571-3 0 ?9990 250426 18:42:36 >N2MH-8 ? ?Too many errors - closing 250426 18:42:36 >N2MH-8 ? ?de KD2YCK>^M 250426 18:42:36 <N2MH-8 ? ?2 63217 ?97.4366 ?10.1475 0005150 135.9557 224.2089 15.19073419 ?6407 250426 18:42:36 >N2MH-8 ? ?Too many errors - closing 250426 18:42:36 >N2MH-8 ? ?de KD2YCK>^M 250426 18:42:36 <N2MH-8 ? ?TEVEL2-2 250426 18:42:36 >N2MH-8 ? ?Too many errors - closing 250426 18:42:36 >N2MH-8 ? ?de KD2YCK>^M 250426 18:42:36 <N2MH-8 ? ?1 63218U 25052J ? 25115.58190535 ?.00019608 ?00000-0 ?93637-3 0 ?9999 250426 18:42:36 >N2MH-8 ? ?Too many errors - closing 250426 18:42:36 >N2MH-8 ? ?de KD2YCK>^M 250426 18:42:36 <N2MH-8 ? ?2 63218 ?97.4362 ?10.2138 0005040 135.1611 225.0031 15.19070238 ?6415 250426 18:42:36 >N2MH-8 ? ?Too many errors - closing 250426 18:42:36 >N2MH-8 ? ?de KD2YCK>^M 250426 18:42:36 <N2MH-8 ? ?TEVEL2-3 250426 18:42:36 >N2MH-8 ? ?Too many errors - closing ?
many times over
?
The ^M is a line endings, could that be an issue?
?
Interestingly n2mh is the new remote node I was hoping to link with...
?
When I traced some seg fault file line numbers to code it did see to be in a line endings area.- could it be forwarding many messages to me over new link we're trying to set up and causing a crash, due to some invalid / incompatible message content?
?
Shame about the DIRMES.SYS, I see a few backups but all super recent, alas. Shame - oh well. Is the format of dirmes.sys binary, I'd have no chance to make a small script to recreate from the mes files?
?
All the best, Louis
? |
Re: LinBPQ error & exit
John,
toggle quoted message
Show quoted text
Up to now, it seems to me that it crashes only when KAM port is used to initiate (or receive) a g-tor or pactor connection to/from the other station (UT1HZM, who also runs a KAM). It sometimes crashes after a session fails and disconnected, or an outgoing call was initiated but did not get response from the other party. It also looks to me that KAM does not fully returns to a TOR standby after the last link was over or failed, so it does not respond to a subsequent incoming connection request from the other party (even when the signal from the other end is loud & clear). Misko YT7MPB On 4/26/2025 5:19 PM, John G8BPQ via groups.io wrote:
Does it crash randomly or only when you do something with the KAM? |
to navigate to use esc to dismiss