Keyboard Shortcuts
Likes
- Bpq32
- Messages
Search
Re: linbpq source old version -- John G8BPQ
#linbpq
sparc gcc -m32
root@debian:~/bpq# ./linbpq?
G8BPQ AX25 Packet Switch System Version 6.0.20.1 April 2020
Copyright ? 2001-2020 John Wiseman G8BPQ
Current Directory is /root/bpq
?
Configuration file Preprocessor.
Using Configuration file /root/bpq/bpq32.cfg
Conversion (probably) successful
?
PORTS 0x210450 LINKS 0x212078 DESTS 0x214f78 ROUTES 0x21b508 L4 0x21cf08 BUFFERS 0x2234e8
?
Initialising Port 01? ? ?AXIP?
Initialising Port 02? ? ?Telnet Server?
linbpq: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) == 0)' failed.
Aborted
? |
||
Re: linbpq source old version -- John G8BPQ
#linbpq
unless it is an architectural problem
Sun Netra's processor is 64bit |
||
Re: linbpq source old version -- John G8BPQ
#linbpq
ok when you connect by telnet to monitor with termtcp It hangs in the compilation you can see the error right in TelnetV6.c root@debian:~/tmp/CommonSource# cat /proc/cpuinfo? root@debian:~# uname -a
Linux debian 3.2.0-4-sparc64 #1 Debian 3.2.78-1 sparc64 GNU/Linux
root@debian:~# gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/sparc-linux-gnu/4.6/lto-wrapper
Target: sparc-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --with-long-double-128 --enable-checking=release --build=sparc-linux-gnu --host=sparc-linux-gnu --target=sparc-linux-gnu
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-14)?
--------------- root@debian:~/tmp/CommonSource# make
gcc -DLINBPQ -MMD -g? ?-c -o adif.o adif.c
gcc -DLINBPQ -MMD -g? ?-c -o bpqhdlc.o bpqhdlc.c
gcc -DLINBPQ -MMD -g? ?-c -o SerialPort.o SerialPort.c
gcc -DLINBPQ -MMD -g? ?-c -o WebMail.o WebMail.c
gcc -DLINBPQ -MMD -g? ?-c -o utf8Routines.o utf8Routines.c
gcc -DLINBPQ -MMD -g? ?-c -o VARA.o VARA.c
gcc -DLINBPQ -MMD -g? ?-c -o LzFind.o LzFind.c
gcc -DLINBPQ -MMD -g? ?-c -o Alloc.o Alloc.c
gcc -DLINBPQ -MMD -g? ?-c -o LzmaDec.o LzmaDec.c
gcc -DLINBPQ -MMD -g? ?-c -o LzmaEnc.o LzmaEnc.c
gcc -DLINBPQ -MMD -g? ?-c -o LzmaLib.o LzmaLib.c
gcc -DLINBPQ -MMD -g? ?-c -o Multicast.o Multicast.c
gcc -DLINBPQ -MMD -g? ?-c -o ARDOP.o ARDOP.c
gcc -DLINBPQ -MMD -g? ?-c -o IPCode.o IPCode.c
gcc -DLINBPQ -MMD -g? ?-c -o FLDigi.o FLDigi.c
FLDigi.c: In function ‘ExtProc’:
FLDigi.c:584:6: warning: passing argument 3 of ‘SendXMLCommand’ makes pointer from integer without a cast [enabled by default]
FLDigi.c:97:6: note: expected ‘char *’ but argument is of type ‘int’
gcc -DLINBPQ -MMD -g? ?-c -o linether.o linether.c
gcc -DLINBPQ -MMD -g? ?-c -o TNCEmulators.o TNCEmulators.c
gcc -DLINBPQ -MMD -g? ?-c -o CMSAuth.o CMSAuth.c
gcc -DLINBPQ -MMD -g? ?-c -o APRSCode.o APRSCode.c
gcc -DLINBPQ -MMD -g? ?-c -o BPQtoAGW.o BPQtoAGW.c
gcc -DLINBPQ -MMD -g? ?-c -o KAMPactor.o KAMPactor.c
gcc -DLINBPQ -MMD -g? ?-c -o AEAPactor.o AEAPactor.c
gcc -DLINBPQ -MMD -g? ?-c -o HALDriver.o HALDriver.c
gcc -DLINBPQ -MMD -g? ?-c -o MULTIPSK.o MULTIPSK.c
gcc -DLINBPQ -MMD -g? ?-c -o BBSHTMLConfig.o BBSHTMLConfig.c
gcc -DLINBPQ -MMD -g? ?-c -o ChatHTMLConfig.o ChatHTMLConfig.c
gcc -DLINBPQ -MMD -g? ?-c -o HTMLCommonCode.o HTMLCommonCode.c
gcc -DLINBPQ -MMD -g? ?-c -o BBSUtilities.o BBSUtilities.c
gcc -DLINBPQ -MMD -g? ?-c -o bpqaxip.o bpqaxip.c
gcc -DLINBPQ -MMD -g? ?-c -o BPQINP3.o BPQINP3.c
gcc -DLINBPQ -MMD -g? ?-c -o BPQNRR.o BPQNRR.c
gcc -DLINBPQ -MMD -g? ?-c -o cMain.o cMain.c
gcc -DLINBPQ -MMD -g? ?-c -o Cmd.o Cmd.c
gcc -DLINBPQ -MMD -g? ?-c -o CommonCode.o CommonCode.c
gcc -DLINBPQ -MMD -g? ?-c -o compatbits.o compatbits.c
gcc -DLINBPQ -MMD -g? ?-c -o config.o config.c
gcc -DLINBPQ -MMD -g? ?-c -o datadefs.o datadefs.c
gcc -DLINBPQ -MMD -g? ?-c -o FBBRoutines.o FBBRoutines.c
gcc -DLINBPQ -MMD -g? ?-c -o HFCommon.o HFCommon.c
gcc -DLINBPQ -MMD -g? ?-c -o Housekeeping.o Housekeeping.c
gcc -DLINBPQ -MMD -g? ?-c -o HTTPcode.o HTTPcode.c
gcc -DLINBPQ -MMD -g? ?-c -o kiss.o kiss.c
gcc -DLINBPQ -MMD -g? ?-c -o L2Code.o L2Code.c
gcc -DLINBPQ -MMD -g? ?-c -o L3Code.o L3Code.c
gcc -DLINBPQ -MMD -g? ?-c -o L4Code.o L4Code.c
gcc -DLINBPQ -MMD -g? ?-c -o lzhuf32.o lzhuf32.c
gcc -DLINBPQ -MMD -g? ?-c -o MailCommands.o MailCommands.c
gcc -DLINBPQ -MMD -g? ?-c -o MailDataDefs.o MailDataDefs.c
gcc -DLINBPQ -MMD -g? ?-c -o LinBPQ.o LinBPQ.c
gcc -DLINBPQ -MMD -g? ?-c -o MailRouting.o MailRouting.c
gcc -DLINBPQ -MMD -g? ?-c -o MailTCP.o MailTCP.c
gcc -DLINBPQ -MMD -g? ?-c -o MBLRoutines.o MBLRoutines.c
gcc -DLINBPQ -MMD -g? ?-c -o md5.o md5.c
gcc -DLINBPQ -MMD -g? ?-c -o Moncode.o Moncode.c
gcc -DLINBPQ -MMD -g? ?-c -o NNTPRoutines.o NNTPRoutines.c
gcc -DLINBPQ -MMD -g? ?-c -o RigControl.o RigControl.c
gcc -DLINBPQ -MMD -g? ?-c -o TelnetV6.o TelnetV6.c
TelnetV6.c:48:0: warning: "TIOCOUTQ" redefined [enabled by default]
/usr/include/sparc-linux-gnu/asm/ioctls.h:63:0: note: this is the location of the previous definition
TelnetV6.c: In function ‘Telnet_Connected’:
TelnetV6.c:4796:0: warning: "ETIMEDOUT" redefined [enabled by default]
/usr/include/sparc-linux-gnu/asm/errno.h:33:0: note: this is the location of the previous definition
TelnetV6.c:4797:0: warning: "ECONNREFUSED" redefined [enabled by default]
/usr/include/sparc-linux-gnu/asm/errno.h:34:0: note: this is the location of the previous definition
TelnetV6.c:4798:0: warning: "EHOSTDOWN" redefined [enabled by default]
/usr/include/sparc-linux-gnu/asm/errno.h:37:0: note: this is the location of the previous definition
TelnetV6.c:4799:0: warning: "EHOSTUNREACH" redefined [enabled by default]
/usr/include/sparc-linux-gnu/asm/errno.h:38:0: note: this is the location of the previous definition
TelnetV6.c:4800:0: warning: "EALREADY" redefined [enabled by default]
/usr/include/sparc-linux-gnu/asm/errno.h:10:0: note: this is the location of the previous definition
TelnetV6.c:4801:0: warning: "EINPROGRESS" redefined [enabled by default]
/usr/include/sparc-linux-gnu/asm/errno.h:9:0: note: this is the location of the previous definition
gcc -DLINBPQ -MMD -g? ?-c -o WINMOR.o WINMOR.c
gcc -DLINBPQ -MMD -g? ?-c -o TNCCode.o TNCCode.c
gcc -DLINBPQ -MMD -g? ?-c -o UZ7HODrv.o UZ7HODrv.c
gcc -DLINBPQ -MMD -g? ?-c -o WPRoutines.o WPRoutines.c
gcc -DLINBPQ -MMD -g? ?-c -o SCSTrackeMulti.o SCSTrackeMulti.c
gcc -DLINBPQ -MMD -g? ?-c -o SCSPactor.o SCSPactor.c
gcc -DLINBPQ -MMD -g? ?-c -o SCSTracker.o SCSTracker.c
gcc -DLINBPQ -MMD -g? ?-c -o HanksRT.o HanksRT.c
gcc -DLINBPQ -MMD -g? ?-c -o UIRoutines.o UIRoutines.c
gcc -DLINBPQ -MMD -g? ?-c -o AGWAPI.o AGWAPI.c
gcc -DLINBPQ -MMD -g? ?-c -o AGWMoncode.o AGWMoncode.c
gcc adif.o bpqhdlc.o SerialPort.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 TNCEmulators.o CMSAuth.o APRSCode.o BPQtoAGW.o KAMPactor.o AEAPactor.o HALDriver.o MULTIPSK.o BBSHTMLConfig.o ChatHTMLConfig.o HTMLCommonCode.o BBSUtilities.o bpqaxip.o BPQINP3.o BPQNRR.o cMain.o Cmd.o CommonCode.o compatbits.o config.o datadefs.o FBBRoutines.o HFCommon.o Housekeeping.o HTTPcode.o kiss.o L2Code.o L3Code.o L4Code.o lzhuf32.o MailCommands.o MailDataDefs.o LinBPQ.o MailRouting.o MailTCP.o MBLRoutines.o md5.o Moncode.o NNTPRoutines.o RigControl.o TelnetV6.o WINMOR.o TNCCode.o UZ7HODrv.o WPRoutines.o SCSTrackeMulti.o SCSPactor.o SCSTracker.o HanksRT.o? UIRoutines.o AGWAPI.o AGWMoncode.o -Xlinker -Map=output.map -lrt -lm -lpthread -lconfig -lpcap -o linbpq
sudo setcap "CAP_NET_ADMIN=ep CAP_NET_RAW=ep CAP_NET_BIND_SERVICE=ep" linbpq
?
|
||
Re: linbpq source old version -- John G8BPQ
#linbpq
开云体育The current source should compile with gcc 4.6.3. I couldn't find that version, but tried 4.4.7 and 4.6.4 and both worked.What errors do you get? 73, John On 27/02/2021 23:37, Eduardo Castillo
(LU9DCE) wrote:
|
||
Re: linbpq source old version -- John G8BPQ
#linbpq
On Sat, Feb 27, 2021 at 09:22 AM, US1GHQ wrote:
It is not possible to compile new versions .. since the gcc 4 .. has a difference compared to the gcc 9 or 10 that are being used in other versions
?
the problem is that the processor architecture is sparc .. and debian only got up to version 7
?
I will investigate if there is any other more modern linux distribution for sparc64
?
but if I get the older linbpq source code for gcc version 4 .. it sure can work
|
||
Re: linbpq source old version -- John G8BPQ
#linbpq
I need some source code from an old version of linbpq
?
the gcc version I have is gcc version 4.6.3 if possible
I leave you my email
lu9dce@... |
||
Re: linbpq source old version -- John G8BPQ
#linbpq
Maybe he wants to ask, how to compile new versions on this architecture? |
||
Re: linbpq source old version -- John G8BPQ
#linbpq
开云体育Sorry, I don't understand what you are asking.73, John On 26/02/2021 22:06, Eduardo Castillo
(LU9DCE) wrote:
|
||
Re: MH Time
开云体育No, you can't list more than one port at a time.73, John On 26/02/2021 21:26, John - wb4moz
wrote:
Mike, the display looks normal here. |
||
Re: BPQ32 and RMS Relay when CMS not accessible
John,
Here comes my config: PORT
?ID=Telnet Server
?DRIVER=Telnet
?CONFIG
? ?LOGGING=1
? ?CMDPORT 23 63000 63001
? ?DisconnectOnClose=1
? ?TCPPORT=86
? ?FBBPORT=87
? ?HTTPPORT=88
? ?MAXSESSIONS=10
? ?USER=Thomas,xxxxxx,sm0yos,"",SYSOP
? ?
? ?CMS=1
? ?CMSCALL=SM0YOS
? ?CMSPASS=xxxxxx
? ?CMSLOGGING=1
? ?FALLBACKTORELAY=1
? ?RELAYHOST=127.0.0.1
? ?RELAYAPPL=BBS
? ?CloseOnDisconnect=1
?ENDPORT 73 Thomas |
||
Re: MH Time
开云体育Thanks for the reply guys, I forgot about the MHU & MHL commands,
Thanks John.
?
73 Mike Melnik-N9PMO BPQ32 Groups.io Group Moderator |
||
linbpq source old version -- John G8BPQ
#linbpq
Hello?
?
I have a server netra ultrasparc 2?
and has running debian etch 4.0
to the architectura is sparc
?
linbpq old that can compile
the gcc is version 4.1.2 20061115
?
greetings |
||
Re: MH Time
开云体育Mike, the display looks normal here.John, is there a way to list multiple ports? Something like mh 1,2,3 or mh * for all ports? While playing with this I noticed a filter function which is neat.? MH 1 moz lists all the station with moz, any character seems to work 73?? John? wb4moz On 2/26/2021 16:12, John G8BPQ wrote:
Mike, |
||
Re: MH Time
toggle quoted message
Show quoted text
Typing MH p returns this |
||
Re: MH Time
开云体育Mike,The times are Days, Hours. Minutes, Seconds since last heard. To display in clock time use MHU (UTC) or MHL (Local Time). 73, John On 26/02/2021 16:57, Mike Melnik wrote:
|
||
Re: MH Time
开云体育Hello Mike Have had no issue’s here . All looks normal. 73 de KB8OAK ? Sent from for Windows 10 ? From: Mike Melnik
Sent: Friday, February 26, 2021 11:57 AM To: [email protected] Subject: [bpq32] MH Time ? Hello all ? Has anyone noticed when using MH Port Number the timing seems to be way off as well as having too many charters in the from of the time?? ? 73 ?
? |
||
MH Time
开云体育Hello all
?
Has anyone noticed when using MH Port Number the timing seems to be way off
as well as having
too many charters in the from of the time??
?
73 Mike Melnik-N9PMO BPQ32 Groups.io Group Moderator |
||
Re: BPQ32 and RMS Relay when CMS not accessible
开云体育It seems ok here.Are you sure you haven't accidentally removed RELAYHOST or FALLBACKTORELAY? 73, John On 25/02/2021 15:54, Thomas Bostr?m
wrote:
John, |
||
LinBPQ Install. . . .FINALLY
Howdy. . . . . This may not be a memorable moment for the subject but it IS for me.? Without going into a lot of detail about Windows issues on a computer, I was placed in a position of finally facing my ol' nemesis - LINUX.? Just to keep cost down to recover from the computer failure, I installed LINUX Mint and got confident enough? to install Chromium and use the Terminal amd the dreaded command line. By George, no failures at all. Threw caution to the wind and installed LinBPQ by referring to John's BPQ info: "Setting up a Winlink Client using LinBPQ" Now I'm at the point in the?documentation where it says: Open a Web browser, either on the LinBPQ machine or another on the same
network and connect to if using a local browser or
ipaddr:8080 if using a remote machine. You should see the node
management page: I"m having a few assumptions about my LINUX reluctance being dashed to bits.? Well, at least there's progress in emptying my "bucket list."? I can learn something while I salvage my VHF ops.? Whodathunk that I'd be working LINUX at some level after all these years. Howard W6IDS |