Skip to content
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

APRS is not working on current ircDDBGateway #103

Closed
yngwiechou opened this issue Jul 22, 2016 · 6 comments
Closed

APRS is not working on current ircDDBGateway #103

yngwiechou opened this issue Jul 22, 2016 · 6 comments

Comments

@yngwiechou
Copy link
Contributor

Hi folks,

My ircDDBGateway is compiled from Git pull without problem.

I have the ARPS enabled in ircDDBGateway config and coordinates configured for gateway and repeater.

aprsEnabled=1
aprsHostname=rotate.aprps2.net
aprsPort=14580

However, I noticed that the APRS doesn't seems to be working.
And there's no any connection attempt can be found in the log.

Does anyone encounter the same?

Regards,
Yngwie
BX2AFC

@johnhays
Copy link
Collaborator

If that is your exact entry. You have a bad host name. Try this:

aprsEnabled=1
aprsHostname=rotate.aprs2.net
aprsPort=14580

Also to be clear, even though you are reporting to APRS-IS, D-STAR does not
have APRS, it has DPRS position reporting.

On Thu, Jul 21, 2016 at 9:50 PM, yngwiechou notifications@github.com
wrote:

Hi folks,

My ircDDBGateway is compiled from Git pull without problem.

I have the ARPS enabled in ircDDBGateway config and coordinates configured
for gateway and repeater.

aprsEnabled=1
aprsHostname=rotate.aprps2.net
aprsPort=14580

However, I noticed that the APRS doesn't seems to be working.
And there's no any connection attempt can be found in the log.

Does anyone encounter the same?

Regards,
Yngwie
BX2AFC


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#103, or mute the thread
https://github.com/notifications/unsubscribe-auth/AGP0elZ0DHAQ5M8bb0NNmnXZEe1HqlkRks5qYEwugaJpZM4JScCr
.


John D. Hays
K7VE

PO Box 1223, Edmonds, WA 98020-1223
http://k7ve.org/blog http://twitter.com/#!/john_hays

@johnhays
Copy link
Collaborator

http://www.aprs2.net/

You actually probably should choose asia.aprs2.net (try pinging these
hosts).

On Thu, Jul 21, 2016 at 10:07 PM, John D. Hays john@hays.org wrote:

If that is your exact entry. You have a bad host name. Try this:

aprsEnabled=1
aprsHostname=rotate.aprs2.net
aprsPort=14580

Also to be clear, even though you are reporting to APRS-IS, D-STAR does
not have APRS, it has DPRS position reporting.

On Thu, Jul 21, 2016 at 9:50 PM, yngwiechou notifications@github.com
wrote:

Hi folks,

My ircDDBGateway is compiled from Git pull without problem.

I have the ARPS enabled in ircDDBGateway config and coordinates
configured for gateway and repeater.

aprsEnabled=1
aprsHostname=rotate.aprps2.net
aprsPort=14580

However, I noticed that the APRS doesn't seems to be working.
And there's no any connection attempt can be found in the log.

Does anyone encounter the same?

Regards,
Yngwie
BX2AFC


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#103, or mute the thread
https://github.com/notifications/unsubscribe-auth/AGP0elZ0DHAQ5M8bb0NNmnXZEe1HqlkRks5qYEwugaJpZM4JScCr
.


John D. Hays
K7VE

PO Box 1223, Edmonds, WA 98020-1223
http://k7ve.org/blog http://twitter.com/#!/john_hays


John D. Hays
K7VE

PO Box 1223, Edmonds, WA 98020-1223
http://k7ve.org/blog http://twitter.com/#!/john_hays

@yngwiechou
Copy link
Contributor Author

yngwiechou commented Jul 22, 2016

Thanks for your kindly response, John.
Sorry about the typo.

aprsHostname=rotate.aprps2.net <--- this is a typo while reporting the issue here.

My configuration is exactly like this:

aprsEnabled=1
aprsHostname=rotate.aprs2.net
aprsPort=14580

Verified rotate.aprs2.net is reachable.

root@bpi3:/opt/Hotspot-BX2AFC# ping rotate.aprs2.net
PING rotate.aprs2.net (205.209.228.93) 56(84) bytes of data.
64 bytes from nts-93.228-209-205.nts-online.net (205.209.228.93): icmp_seq=1 ttl=48 time=198 ms
64 bytes from nts-93.228-209-205.nts-online.net (205.209.228.93): icmp_seq=2 ttl=48 time=197 ms
64 bytes from nts-93.228-209-205.nts-online.net (205.209.228.93): icmp_seq=3 ttl=48 time=198 ms
64 bytes from nts-93.228-209-205.nts-online.net (205.209.228.93): icmp_seq=4 ttl=48 time=199 ms

@johnhays
Copy link
Collaborator

You are restarting ircddbgateway between configuration changes?

On Thu, Jul 21, 2016 at 10:18 PM, yngwiechou notifications@github.com
wrote:

Thanks for your kindly response, John.
Sorry about the typo.

aprsHostname=rotate.aprps2.net <--- this is a typo while reporting the
issue here.

My configuration is exactly like this:

aprsEnabled=1
aprsHostname=rotate.aprs2.net
aprsPort=14580

I also changed to asia.aprs2.net, it doesn't work either.

aprsEnabled=1
aprsHostname=asia.aprs2.net
aprsPort=14580

Verified asia.aprs2.net is reachable.

root@bpi3:/opt/Hotspot-BX2AFC# ping rotate.aprs2.net
PING rotate.aprs2.net (205.209.228.93) 56(84) bytes of data.
64 bytes from nts-93.228-209-205.nts-online.net (205.209.228.93): icmp_seq=1 ttl=48 time=198 ms
64 bytes from nts-93.228-209-205.nts-online.net (205.209.228.93): icmp_seq=2 ttl=48 time=197 ms
64 bytes from nts-93.228-209-205.nts-online.net (205.209.228.93): icmp_seq=3 ttl=48 time=198 ms
64 bytes from nts-93.228-209-205.nts-online.net (205.209.228.93): icmp_seq=4 ttl=48 time=199 ms


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#103 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AGP0es7ibeiQvBSYSfug9HBTxL1DuUcFks5qYFKggaJpZM4JScCr
.


John D. Hays
K7VE

PO Box 1223, Edmonds, WA 98020-1223
http://k7ve.org/blog http://twitter.com/#!/john_hays

@yngwiechou
Copy link
Contributor Author

Yes, I use CLI based ircddbgateway. Service is restarted everytime I changed the config.

@yngwiechou
Copy link
Contributor Author

Hello John,

I figured out the problem. It was a configuration conflicts since I was using my old configuration from previous version of ircddbgateway.

It lacks of ircddb # 2 ~ #4 settings. And the ircddb host was configured as rr.openquad.net, which is then conflicts with the ircddbgateway default configuration setting #2 (enabled and points to rr.openquad.net).

Since the connection to ircddb failed, then causing the problem on APRS.

Thanks for your kindly help!
I'll close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants