-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buffer overflow #2
Comments
Disconnecting unauthorized user |
I suggest using theLinkbox (tlb) instead of theBridge (tbd). Skip Hansen
stopped developing theBridge some time ago. Skip also created theLinkbox
which is based on theBridge. theLinkbox seems to work on Ubuntu 22 and
Debian 11. You can find Skip's tlb source at <https://github.com/skiphansen>
I have a branch of his tlb code for personal modifications as well.
David McAnally
WD5M
…On Fri, Aug 26, 2022 at 8:20 AM Jorge Jesus Sainz Casalla < ***@***.***> wrote:
Disconnecting unauthorized user
*** buffer overflow detected ***: terminated
Aborted (core dumped)
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXLYZO2H76PX3BOEPJWS7TV3DACPANCNFSM57WWYC4Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hey Thx for your answer
First the make compilation have an error but I fixed and tlb have the same
issue when some station try to connect
Example, KJ4GNU have an Android with AT&T provider and when he try to
connect, the error is:
23:19:13 Rejecting KJ4GNU, dir IP 44.190.12.91 != IP 44.190.12.89.
23:19:13 Disconnecting unauthorized user KJ4GNU.
*** buffer overflow detected ***: terminated
Aborted (core dumped)
Best regards
73's HC1LNM
https://www.qrz.com/db/HC1LNM
+593 98 443 0010
Jorge Jesus Sainz Casalla
Freelance senior software developement and consultant.
El vie, 26 ago 2022 a la(s) 17:19, David McAnally ***@***.***)
escribió:
… I suggest using theLinkbox (tlb) instead of theBridge (tbd). Skip Hansen
stopped developing theBridge some time ago. Skip also created theLinkbox
which is based on theBridge. theLinkbox seems to work on Ubuntu 22 and
Debian 11. You can find Skip's tlb source at <
https://github.com/skiphansen>
I have a branch of his tlb code for personal modifications as well.
David McAnally
WD5M
On Fri, Aug 26, 2022 at 8:20 AM Jorge Jesus Sainz Casalla <
***@***.***> wrote:
> Disconnecting unauthorized user
> *** buffer overflow detected ***: terminated
> Aborted (core dumped)
>
> —
> Reply to this email directly, view it on GitHub
> <#2 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ACXLYZO2H76PX3BOEPJWS7TV3DACPANCNFSM57WWYC4Q
>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC4VXX4277GYSMWA7UIO3X3V3E7HBANCNFSM57WWYC4Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I created an Ubuntu 22 droplet on Digitalocean with my branch of
theLinkbox, and later Skip's master branch. I think Skip made an update
today. Both seem to work okay on my Droplet. Below are some of the commands
I ran to update and install. Further down are some commands showing my
version and the log.
apt-get update
apt-get upgrade
shutdown -r now
apt-get dist-upgrade -u
shutdown -r now
apt-get install build-essential automake libreadline-dev unzip net-tools
cd /usr/local/src
wget
https://github.com/skiphansen/thelinkbox/archive/refs/heads/master.zip
unzip master.zip
cd thelinkbox-master/
./bootstrap.sh
make
make install
ln -s /usr/local/libexec/tlb /usr/sbin
adduser tlb
cd /usr/local/etc/
cp tlb.conf.sample tlb.conf
vi tlb.conf
tlb -d
cat /etc/ec2_version
Ubuntu 22.04 LTS (Jammy Jellyfish)
uname -a
Linux ubuntu 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022
x86_64 x86_64 x86_64 GNU/Linux
tlbcmd version
tlbcmd Version 0.56 compiled Aug 27 2022 01:23:41
0
thelinkbox V 0.56 on x86_64-pc-linux-gnu
tlbcmd users
tlbcmd Version 0.56 compiled Aug 27 2022 01:23:41
0
1. WD5M
cat /home/tlb/tlb.log
Aug 27 1:53:04 thelinkbox V 0.56 compiled Aug 27 2022 01:52:33 (pid: 6636)
Aug 27 1:53:04 EndPointInit: WARNING no ports defined.
Aug 27 1:53:05 Msg from EchoLink: EchoLink Server v2.6.104
Aug 27 1:53:05 Msg from EchoLink:
Aug 27 1:53:05 Msg from EchoLink: ECHO6: N.Virginia, USA
Aug 27 1:53:16 RTP_Data: Failed to find client 44.76.15.193
Aug 27 1:53:16 WD5M (44.76.15.193) logged in, current users: 1.
Aug 27 1:53:23 WD5M (44.76.15.193) logged out, on 0:00:07, current users:
0.
On Fri, Aug 26, 2022 at 6:25 PM Jorge Jesus Sainz Casalla <
***@***.***> wrote:
… Hey Thx for your answer
First the make compilation have an error but I fixed and tlb have the same
issue when some station try to connect
Example, KJ4GNU have an Android with AT&T provider and when he try to
connect, the error is:
23:19:13 Rejecting KJ4GNU, dir IP 44.190.12.91 != IP 44.190.12.89.
23:19:13 Disconnecting unauthorized user KJ4GNU.
*** buffer overflow detected ***: terminated
Aborted (core dumped)
Best regards
73's HC1LNM
https://www.qrz.com/db/HC1LNM
+593 98 443 0010
Jorge Jesus Sainz Casalla
Freelance senior software developement and consultant.
El vie, 26 ago 2022 a la(s) 17:19, David McAnally ***@***.***)
escribió:
> I suggest using theLinkbox (tlb) instead of theBridge (tbd). Skip Hansen
> stopped developing theBridge some time ago. Skip also created theLinkbox
> which is based on theBridge. theLinkbox seems to work on Ubuntu 22 and
> Debian 11. You can find Skip's tlb source at <
> https://github.com/skiphansen>
> I have a branch of his tlb code for personal modifications as well.
>
> David McAnally
> WD5M
>
> On Fri, Aug 26, 2022 at 8:20 AM Jorge Jesus Sainz Casalla <
> ***@***.***> wrote:
>
> > Disconnecting unauthorized user
> > *** buffer overflow detected ***: terminated
> > Aborted (core dumped)
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
#2 (comment)
> >,
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/ACXLYZO2H76PX3BOEPJWS7TV3DACPANCNFSM57WWYC4Q
> >
> > .
> > You are receiving this because you are subscribed to this
thread.Message
> > ID: ***@***.***>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <#2 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AC4VXX4277GYSMWA7UIO3X3V3E7HBANCNFSM57WWYC4Q
>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXLYZJJPR7CVWVETAIHNOTV3FG47ANCNFSM57WWYC4Q>
.
You are receiving this because you commented.Message ID: <wd5m/thebridge-1
.***@***.***>
|
Hey David good morning
The version that you send me, it's different that I have?
If it's yes i will download and test
Best regards
73's HC1LNM
https://www.qrz.com/db/HC1LNM
+593 98 443 0010
Jorge Jesus Sainz Casalla
Freelance senior software developement and consultant.
El vie, 26 ago 2022 a la(s) 21:01, David McAnally ***@***.***)
escribió:
… I created an Ubuntu 22 droplet on Digitalocean with my branch of
theLinkbox, and later Skip's master branch. I think Skip made an update
today. Both seem to work okay on my Droplet. Below are some of the commands
I ran to update and install. Further down are some commands showing my
version and the log.
apt-get update
> apt-get upgrade
> shutdown -r now
> apt-get dist-upgrade -u
> shutdown -r now
> apt-get install build-essential automake libreadline-dev unzip net-tools
> cd /usr/local/src
> wget
> https://github.com/skiphansen/thelinkbox/archive/refs/heads/master.zip
> unzip master.zip
> cd thelinkbox-master/
> ./bootstrap.sh
> make
> make install
> ln -s /usr/local/libexec/tlb /usr/sbin
> adduser tlb
> cd /usr/local/etc/
> cp tlb.conf.sample tlb.conf
> vi tlb.conf
> tlb -d
cat /etc/ec2_version
> Ubuntu 22.04 LTS (Jammy Jellyfish)
uname -a
> Linux ubuntu 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022
> x86_64 x86_64 x86_64 GNU/Linux
tlbcmd version
> tlbcmd Version 0.56 compiled Aug 27 2022 01:23:41
> 0
> thelinkbox V 0.56 on x86_64-pc-linux-gnu
tlbcmd users
> tlbcmd Version 0.56 compiled Aug 27 2022 01:23:41
> 0
> 1. WD5M
cat /home/tlb/tlb.log
> Aug 27 1:53:04 thelinkbox V 0.56 compiled Aug 27 2022 01:52:33 (pid:
6636)
> Aug 27 1:53:04 EndPointInit: WARNING no ports defined.
> Aug 27 1:53:05 Msg from EchoLink: EchoLink Server v2.6.104
> Aug 27 1:53:05 Msg from EchoLink:
> Aug 27 1:53:05 Msg from EchoLink: ECHO6: N.Virginia, USA
> Aug 27 1:53:16 RTP_Data: Failed to find client 44.76.15.193
> Aug 27 1:53:16 WD5M (44.76.15.193) logged in, current users: 1.
> Aug 27 1:53:23 WD5M (44.76.15.193) logged out, on 0:00:07, current users:
> 0.
On Fri, Aug 26, 2022 at 6:25 PM Jorge Jesus Sainz Casalla <
***@***.***> wrote:
> Hey Thx for your answer
>
> First the make compilation have an error but I fixed and tlb have the
same
> issue when some station try to connect
>
> Example, KJ4GNU have an Android with AT&T provider and when he try to
> connect, the error is:
>
> 23:19:13 Rejecting KJ4GNU, dir IP 44.190.12.91 != IP 44.190.12.89.
> 23:19:13 Disconnecting unauthorized user KJ4GNU.
> *** buffer overflow detected ***: terminated
> Aborted (core dumped)
>
> Best regards
> 73's HC1LNM
> https://www.qrz.com/db/HC1LNM
> +593 98 443 0010
>
>
> Jorge Jesus Sainz Casalla
> Freelance senior software developement and consultant.
>
>
>
>
> El vie, 26 ago 2022 a la(s) 17:19, David McAnally ***@***.***)
> escribió:
>
> > I suggest using theLinkbox (tlb) instead of theBridge (tbd). Skip
Hansen
> > stopped developing theBridge some time ago. Skip also created
theLinkbox
> > which is based on theBridge. theLinkbox seems to work on Ubuntu 22 and
> > Debian 11. You can find Skip's tlb source at <
> > https://github.com/skiphansen>
> > I have a branch of his tlb code for personal modifications as well.
> >
> > David McAnally
> > WD5M
> >
> > On Fri, Aug 26, 2022 at 8:20 AM Jorge Jesus Sainz Casalla <
> > ***@***.***> wrote:
> >
> > > Disconnecting unauthorized user
> > > *** buffer overflow detected ***: terminated
> > > Aborted (core dumped)
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> #2 (comment)
> > >,
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/ACXLYZO2H76PX3BOEPJWS7TV3DACPANCNFSM57WWYC4Q
> > >
> > > .
> > > You are receiving this because you are subscribed to this
> thread.Message
> > > ID: ***@***.***>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
#2 (comment)
> >,
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AC4VXX4277GYSMWA7UIO3X3V3E7HBANCNFSM57WWYC4Q
> >
> > .
> > You are receiving this because you authored the thread.Message ID:
> > ***@***.***>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <#2 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ACXLYZJJPR7CVWVETAIHNOTV3FG47ANCNFSM57WWYC4Q
>
> .
> You are receiving this because you commented.Message ID:
<wd5m/thebridge-1
> .***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC4VXX625UCDRMLNEFG4XCLV3FZF7ANCNFSM57WWYC4Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hey again
I try to explain that's
Aug 27 10:50:35 Rejecting HC1BV, dir IP 44.190.12.81 != IP 44.137.75.78.
Aug 27 10:50:35 Disconnecting unauthorized user HC1BV.
and when I find the ip's
***@***.***:~# nslookup 44.190.12.81
81.12.190.44.in-addr.arpa name = relay4.echolink.kk4ddf.org.
***@***.***:~# nslookup 44.137.75.78
78.75.137.44.in-addr.arpa name = elp078.pi9noz.ampr.org.
I think that's no error because elp078.pi9noz.ampr.org is the proxy that
the hamradio used to connect
Best regards
73's HC1LNM
https://www.qrz.com/db/HC1LNM
+593 98 443 0010
Jorge Jesus Sainz Casalla
Freelance senior software developement and consultant.
El vie, 26 ago 2022 a la(s) 21:01, David McAnally ***@***.***)
escribió:
… I created an Ubuntu 22 droplet on Digitalocean with my branch of
theLinkbox, and later Skip's master branch. I think Skip made an update
today. Both seem to work okay on my Droplet. Below are some of the commands
I ran to update and install. Further down are some commands showing my
version and the log.
apt-get update
> apt-get upgrade
> shutdown -r now
> apt-get dist-upgrade -u
> shutdown -r now
> apt-get install build-essential automake libreadline-dev unzip net-tools
> cd /usr/local/src
> wget
> https://github.com/skiphansen/thelinkbox/archive/refs/heads/master.zip
> unzip master.zip
> cd thelinkbox-master/
> ./bootstrap.sh
> make
> make install
> ln -s /usr/local/libexec/tlb /usr/sbin
> adduser tlb
> cd /usr/local/etc/
> cp tlb.conf.sample tlb.conf
> vi tlb.conf
> tlb -d
cat /etc/ec2_version
> Ubuntu 22.04 LTS (Jammy Jellyfish)
uname -a
> Linux ubuntu 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022
> x86_64 x86_64 x86_64 GNU/Linux
tlbcmd version
> tlbcmd Version 0.56 compiled Aug 27 2022 01:23:41
> 0
> thelinkbox V 0.56 on x86_64-pc-linux-gnu
tlbcmd users
> tlbcmd Version 0.56 compiled Aug 27 2022 01:23:41
> 0
> 1. WD5M
cat /home/tlb/tlb.log
> Aug 27 1:53:04 thelinkbox V 0.56 compiled Aug 27 2022 01:52:33 (pid:
6636)
> Aug 27 1:53:04 EndPointInit: WARNING no ports defined.
> Aug 27 1:53:05 Msg from EchoLink: EchoLink Server v2.6.104
> Aug 27 1:53:05 Msg from EchoLink:
> Aug 27 1:53:05 Msg from EchoLink: ECHO6: N.Virginia, USA
> Aug 27 1:53:16 RTP_Data: Failed to find client 44.76.15.193
> Aug 27 1:53:16 WD5M (44.76.15.193) logged in, current users: 1.
> Aug 27 1:53:23 WD5M (44.76.15.193) logged out, on 0:00:07, current users:
> 0.
On Fri, Aug 26, 2022 at 6:25 PM Jorge Jesus Sainz Casalla <
***@***.***> wrote:
> Hey Thx for your answer
>
> First the make compilation have an error but I fixed and tlb have the
same
> issue when some station try to connect
>
> Example, KJ4GNU have an Android with AT&T provider and when he try to
> connect, the error is:
>
> 23:19:13 Rejecting KJ4GNU, dir IP 44.190.12.91 != IP 44.190.12.89.
> 23:19:13 Disconnecting unauthorized user KJ4GNU.
> *** buffer overflow detected ***: terminated
> Aborted (core dumped)
>
> Best regards
> 73's HC1LNM
> https://www.qrz.com/db/HC1LNM
> +593 98 443 0010
>
>
> Jorge Jesus Sainz Casalla
> Freelance senior software developement and consultant.
>
>
>
>
> El vie, 26 ago 2022 a la(s) 17:19, David McAnally ***@***.***)
> escribió:
>
> > I suggest using theLinkbox (tlb) instead of theBridge (tbd). Skip
Hansen
> > stopped developing theBridge some time ago. Skip also created
theLinkbox
> > which is based on theBridge. theLinkbox seems to work on Ubuntu 22 and
> > Debian 11. You can find Skip's tlb source at <
> > https://github.com/skiphansen>
> > I have a branch of his tlb code for personal modifications as well.
> >
> > David McAnally
> > WD5M
> >
> > On Fri, Aug 26, 2022 at 8:20 AM Jorge Jesus Sainz Casalla <
> > ***@***.***> wrote:
> >
> > > Disconnecting unauthorized user
> > > *** buffer overflow detected ***: terminated
> > > Aborted (core dumped)
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> #2 (comment)
> > >,
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/ACXLYZO2H76PX3BOEPJWS7TV3DACPANCNFSM57WWYC4Q
> > >
> > > .
> > > You are receiving this because you are subscribed to this
> thread.Message
> > > ID: ***@***.***>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
#2 (comment)
> >,
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AC4VXX4277GYSMWA7UIO3X3V3E7HBANCNFSM57WWYC4Q
> >
> > .
> > You are receiving this because you authored the thread.Message ID:
> > ***@***.***>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <#2 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ACXLYZJJPR7CVWVETAIHNOTV3FG47ANCNFSM57WWYC4Q
>
> .
> You are receiving this because you commented.Message ID:
<wd5m/thebridge-1
> .***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC4VXX625UCDRMLNEFG4XCLV3FZF7ANCNFSM57WWYC4Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It may take a few minutes for EchoLink to register and propagate a new
EchoLink login for authentication by tlb. You might try disabling
authentication by adding "RTP_Pass = !" in the tlb.conf file.
On Sat, Aug 27, 2022 at 6:03 AM Jorge Jesus Sainz Casalla <
***@***.***> wrote:
… Hey again
I try to explain that's
Aug 27 10:50:35 Rejecting HC1BV, dir IP 44.190.12.81 != IP 44.137.75.78.
Aug 27 10:50:35 Disconnecting unauthorized user HC1BV.
and when I find the ip's
***@***.***:~# nslookup 44.190.12.81
81.12.190.44.in-addr.arpa name = relay4.echolink.kk4ddf.org.
***@***.***:~# nslookup 44.137.75.78
78.75.137.44.in-addr.arpa name = elp078.pi9noz.ampr.org.
I think that's no error because elp078.pi9noz.ampr.org is the proxy that
the hamradio used to connect
Best regards
73's HC1LNM
https://www.qrz.com/db/HC1LNM
+593 98 443 0010
Jorge Jesus Sainz Casalla
Freelance senior software developement and consultant.
El vie, 26 ago 2022 a la(s) 21:01, David McAnally ***@***.***)
escribió:
> I created an Ubuntu 22 droplet on Digitalocean with my branch of
> theLinkbox, and later Skip's master branch. I think Skip made an update
> today. Both seem to work okay on my Droplet. Below are some of the
commands
> I ran to update and install. Further down are some commands showing my
> version and the log.
>
> apt-get update
> > apt-get upgrade
> > shutdown -r now
> > apt-get dist-upgrade -u
> > shutdown -r now
> > apt-get install build-essential automake libreadline-dev unzip
net-tools
> > cd /usr/local/src
> > wget
> > https://github.com/skiphansen/thelinkbox/archive/refs/heads/master.zip
> > unzip master.zip
> > cd thelinkbox-master/
> > ./bootstrap.sh
> > make
> > make install
> > ln -s /usr/local/libexec/tlb /usr/sbin
> > adduser tlb
> > cd /usr/local/etc/
> > cp tlb.conf.sample tlb.conf
> > vi tlb.conf
> > tlb -d
>
>
> cat /etc/ec2_version
> > Ubuntu 22.04 LTS (Jammy Jellyfish)
>
>
> uname -a
> > Linux ubuntu 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC
2022
> > x86_64 x86_64 x86_64 GNU/Linux
>
>
> tlbcmd version
> > tlbcmd Version 0.56 compiled Aug 27 2022 01:23:41
> > 0
> > thelinkbox V 0.56 on x86_64-pc-linux-gnu
>
>
> tlbcmd users
> > tlbcmd Version 0.56 compiled Aug 27 2022 01:23:41
> > 0
> > 1. WD5M
>
>
> cat /home/tlb/tlb.log
> > Aug 27 1:53:04 thelinkbox V 0.56 compiled Aug 27 2022 01:52:33 (pid:
> 6636)
> > Aug 27 1:53:04 EndPointInit: WARNING no ports defined.
> > Aug 27 1:53:05 Msg from EchoLink: EchoLink Server v2.6.104
> > Aug 27 1:53:05 Msg from EchoLink:
> > Aug 27 1:53:05 Msg from EchoLink: ECHO6: N.Virginia, USA
> > Aug 27 1:53:16 RTP_Data: Failed to find client 44.76.15.193
> > Aug 27 1:53:16 WD5M (44.76.15.193) logged in, current users: 1.
> > Aug 27 1:53:23 WD5M (44.76.15.193) logged out, on 0:00:07, current
users:
> > 0.
>
>
>
>
>
> On Fri, Aug 26, 2022 at 6:25 PM Jorge Jesus Sainz Casalla <
> ***@***.***> wrote:
>
> > Hey Thx for your answer
> >
> > First the make compilation have an error but I fixed and tlb have the
> same
> > issue when some station try to connect
> >
> > Example, KJ4GNU have an Android with AT&T provider and when he try to
> > connect, the error is:
> >
> > 23:19:13 Rejecting KJ4GNU, dir IP 44.190.12.91 != IP 44.190.12.89.
> > 23:19:13 Disconnecting unauthorized user KJ4GNU.
> > *** buffer overflow detected ***: terminated
> > Aborted (core dumped)
> >
> > Best regards
> > 73's HC1LNM
> > https://www.qrz.com/db/HC1LNM
> > +593 98 443 0010
> >
> >
> > Jorge Jesus Sainz Casalla
> > Freelance senior software developement and consultant.
> >
> >
> >
> >
> > El vie, 26 ago 2022 a la(s) 17:19, David McAnally ***@***.***)
> > escribió:
> >
> > > I suggest using theLinkbox (tlb) instead of theBridge (tbd). Skip
> Hansen
> > > stopped developing theBridge some time ago. Skip also created
> theLinkbox
> > > which is based on theBridge. theLinkbox seems to work on Ubuntu 22
and
> > > Debian 11. You can find Skip's tlb source at <
> > > https://github.com/skiphansen>
> > > I have a branch of his tlb code for personal modifications as well.
> > >
> > > David McAnally
> > > WD5M
> > >
> > > On Fri, Aug 26, 2022 at 8:20 AM Jorge Jesus Sainz Casalla <
> > > ***@***.***> wrote:
> > >
> > > > Disconnecting unauthorized user
> > > > *** buffer overflow detected ***: terminated
> > > > Aborted (core dumped)
> > > >
> > > > —
> > > > Reply to this email directly, view it on GitHub
> > > > <
> >
#2 (comment)
> > > >,
> > > > or unsubscribe
> > > > <
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/ACXLYZO2H76PX3BOEPJWS7TV3DACPANCNFSM57WWYC4Q
> > > >
> > > > .
> > > > You are receiving this because you are subscribed to this
> > thread.Message
> > > > ID: ***@***.***>
> > > >
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> #2 (comment)
> > >,
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/AC4VXX4277GYSMWA7UIO3X3V3E7HBANCNFSM57WWYC4Q
> > >
> > > .
> > > You are receiving this because you authored the thread.Message ID:
> > > ***@***.***>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
#2 (comment)
> >,
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/ACXLYZJJPR7CVWVETAIHNOTV3FG47ANCNFSM57WWYC4Q
> >
> > .
> > You are receiving this because you commented.Message ID:
> <wd5m/thebridge-1
> > .***@***.***>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <#2 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AC4VXX625UCDRMLNEFG4XCLV3FZF7ANCNFSM57WWYC4Q
>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXLYZJ7VOWQQ7YXWEF7NGTV3HYW3ANCNFSM57WWYC4Q>
.
You are receiving this because you commented.Message ID: <wd5m/thebridge-1
.***@***.***>
|
Hey. good morning
I think the problem was solved, thx, and I have other questions for you
How can I write a word using UTF-8, that's for Spanish information.
Nice weekend
Best regards
73's HC1LNM
https://www.qrz.com/db/HC1LNM
+593 98 443 0010
Jorge Jesus Sainz Casalla
Freelance senior software developement and consultant.
El sáb, 27 ago 2022 a la(s) 17:28, David McAnally ***@***.***)
escribió:
… It may take a few minutes for EchoLink to register and propagate a new
EchoLink login for authentication by tlb. You might try disabling
authentication by adding "RTP_Pass = !" in the tlb.conf file.
On Sat, Aug 27, 2022 at 6:03 AM Jorge Jesus Sainz Casalla <
***@***.***> wrote:
> Hey again
>
> I try to explain that's
>
> Aug 27 10:50:35 Rejecting HC1BV, dir IP 44.190.12.81 != IP 44.137.75.78.
> Aug 27 10:50:35 Disconnecting unauthorized user HC1BV.
>
> and when I find the ip's
>
> ***@***.***:~# nslookup 44.190.12.81
> 81.12.190.44.in-addr.arpa name = relay4.echolink.kk4ddf.org.
>
> ***@***.***:~# nslookup 44.137.75.78
> 78.75.137.44.in-addr.arpa name = elp078.pi9noz.ampr.org.
>
> I think that's no error because elp078.pi9noz.ampr.org is the proxy that
> the hamradio used to connect
>
> Best regards
> 73's HC1LNM
> https://www.qrz.com/db/HC1LNM
> +593 98 443 0010
>
>
> Jorge Jesus Sainz Casalla
> Freelance senior software developement and consultant.
>
>
>
>
> El vie, 26 ago 2022 a la(s) 21:01, David McAnally ***@***.***)
> escribió:
>
> > I created an Ubuntu 22 droplet on Digitalocean with my branch of
> > theLinkbox, and later Skip's master branch. I think Skip made an update
> > today. Both seem to work okay on my Droplet. Below are some of the
> commands
> > I ran to update and install. Further down are some commands showing my
> > version and the log.
> >
> > apt-get update
> > > apt-get upgrade
> > > shutdown -r now
> > > apt-get dist-upgrade -u
> > > shutdown -r now
> > > apt-get install build-essential automake libreadline-dev unzip
> net-tools
> > > cd /usr/local/src
> > > wget
> > >
https://github.com/skiphansen/thelinkbox/archive/refs/heads/master.zip
> > > unzip master.zip
> > > cd thelinkbox-master/
> > > ./bootstrap.sh
> > > make
> > > make install
> > > ln -s /usr/local/libexec/tlb /usr/sbin
> > > adduser tlb
> > > cd /usr/local/etc/
> > > cp tlb.conf.sample tlb.conf
> > > vi tlb.conf
> > > tlb -d
> >
> >
> > cat /etc/ec2_version
> > > Ubuntu 22.04 LTS (Jammy Jellyfish)
> >
> >
> > uname -a
> > > Linux ubuntu 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC
> 2022
> > > x86_64 x86_64 x86_64 GNU/Linux
> >
> >
> > tlbcmd version
> > > tlbcmd Version 0.56 compiled Aug 27 2022 01:23:41
> > > 0
> > > thelinkbox V 0.56 on x86_64-pc-linux-gnu
> >
> >
> > tlbcmd users
> > > tlbcmd Version 0.56 compiled Aug 27 2022 01:23:41
> > > 0
> > > 1. WD5M
> >
> >
> > cat /home/tlb/tlb.log
> > > Aug 27 1:53:04 thelinkbox V 0.56 compiled Aug 27 2022 01:52:33 (pid:
> > 6636)
> > > Aug 27 1:53:04 EndPointInit: WARNING no ports defined.
> > > Aug 27 1:53:05 Msg from EchoLink: EchoLink Server v2.6.104
> > > Aug 27 1:53:05 Msg from EchoLink:
> > > Aug 27 1:53:05 Msg from EchoLink: ECHO6: N.Virginia, USA
> > > Aug 27 1:53:16 RTP_Data: Failed to find client 44.76.15.193
> > > Aug 27 1:53:16 WD5M (44.76.15.193) logged in, current users: 1.
> > > Aug 27 1:53:23 WD5M (44.76.15.193) logged out, on 0:00:07, current
> users:
> > > 0.
> >
> >
> >
> >
> >
> > On Fri, Aug 26, 2022 at 6:25 PM Jorge Jesus Sainz Casalla <
> > ***@***.***> wrote:
> >
> > > Hey Thx for your answer
> > >
> > > First the make compilation have an error but I fixed and tlb have the
> > same
> > > issue when some station try to connect
> > >
> > > Example, KJ4GNU have an Android with AT&T provider and when he try to
> > > connect, the error is:
> > >
> > > 23:19:13 Rejecting KJ4GNU, dir IP 44.190.12.91 != IP 44.190.12.89.
> > > 23:19:13 Disconnecting unauthorized user KJ4GNU.
> > > *** buffer overflow detected ***: terminated
> > > Aborted (core dumped)
> > >
> > > Best regards
> > > 73's HC1LNM
> > > https://www.qrz.com/db/HC1LNM
> > > +593 98 443 0010
> > >
> > >
> > > Jorge Jesus Sainz Casalla
> > > Freelance senior software developement and consultant.
> > >
> > >
> > >
> > >
> > > El vie, 26 ago 2022 a la(s) 17:19, David McAnally ***@***.***)
> > > escribió:
> > >
> > > > I suggest using theLinkbox (tlb) instead of theBridge (tbd). Skip
> > Hansen
> > > > stopped developing theBridge some time ago. Skip also created
> > theLinkbox
> > > > which is based on theBridge. theLinkbox seems to work on Ubuntu 22
> and
> > > > Debian 11. You can find Skip's tlb source at <
> > > > https://github.com/skiphansen>
> > > > I have a branch of his tlb code for personal modifications as well.
> > > >
> > > > David McAnally
> > > > WD5M
> > > >
> > > > On Fri, Aug 26, 2022 at 8:20 AM Jorge Jesus Sainz Casalla <
> > > > ***@***.***> wrote:
> > > >
> > > > > Disconnecting unauthorized user
> > > > > *** buffer overflow detected ***: terminated
> > > > > Aborted (core dumped)
> > > > >
> > > > > —
> > > > > Reply to this email directly, view it on GitHub
> > > > > <
> > >
> #2 (comment)
> > > > >,
> > > > > or unsubscribe
> > > > > <
> > > >
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/ACXLYZO2H76PX3BOEPJWS7TV3DACPANCNFSM57WWYC4Q
> > > > >
> > > > > .
> > > > > You are receiving this because you are subscribed to this
> > > thread.Message
> > > > > ID: ***@***.***>
> > > > >
> > > >
> > > > —
> > > > Reply to this email directly, view it on GitHub
> > > > <
> >
#2 (comment)
> > > >,
> > > > or unsubscribe
> > > > <
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/AC4VXX4277GYSMWA7UIO3X3V3E7HBANCNFSM57WWYC4Q
> > > >
> > > > .
> > > > You are receiving this because you authored the thread.Message ID:
> > > > ***@***.***>
> > > >
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> #2 (comment)
> > >,
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/ACXLYZJJPR7CVWVETAIHNOTV3FG47ANCNFSM57WWYC4Q
> > >
> > > .
> > > You are receiving this because you commented.Message ID:
> > <wd5m/thebridge-1
> > > .***@***.***>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
#2 (comment)
> >,
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AC4VXX625UCDRMLNEFG4XCLV3FZF7ANCNFSM57WWYC4Q
> >
> > .
> > You are receiving this because you authored the thread.Message ID:
> > ***@***.***>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <#2 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ACXLYZJ7VOWQQ7YXWEF7NGTV3HYW3ANCNFSM57WWYC4Q
>
> .
> You are receiving this because you commented.Message ID:
<wd5m/thebridge-1
> .***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC4VXX6QSNJ5WF4OMN24UHTV3KJAVANCNFSM57WWYC4Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: