-
Notifications
You must be signed in to change notification settings - Fork 173
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
Suddenly stops speaking to the EchoLink directory server #87
Comments
hi, I am experiencing this issue. How can I help to debug it? |
Well, the problem is that it's hard to debug since it happens very seldom. It also seem to happen more often in periods and then the problem can be gone for a while. The problem probably is somewhere in the classes EchoLink::DirectoryCon or EchoLink::Directory. Not much help I'm afraid. |
Hi, on my system I experience this every few days. Can I provide some debug information useful to fix this? |
For the first time it has occurred also on our repeater during the night at 01:07 local. It continued to fail to connect until I rebooted the repeater at 08:50, when it connected without problem. There was no activity on the air at the time to indicate the cause. The svxlink.log shows nothing except the failure to communicate to the EchoLink Server. |
Right now I cannot provide any easy debug instructions. One way that would probably be a way to work around the problem is to run an Echolink proxy server on the same computer as SvxLink. I have not verified this though. Have a look at the Echolink proxy pages for installation instructions. |
I have fixed a number of bugs in code that may affect the EchoLink code. Please test the latest code from git master to see if this issue is still there. |
Nope. The latest bugfixes did not take care of the problem :-/ |
I think this should be fixed now. Can anyone verify it? The fix is both in the master and the maint branch. The maint branch corresponds to the 14.08 release with this bugfix applied. |
I for one would like to try this. Can you supply info as to how to download either software in maint or master? Is there a difference? -Brett Williams Date: Thu, 2 Apr 2015 09:49:50 -0700 I think this should be fixed now. Can anyone verify it? The fix is both in the master and the maint branch. The maint branch corresponds to the 14.08 release with this bugfix applied. — |
Master is the bleeding edge version with all the latest bells and whistles. It should usually be pretty stable but things may change without notice and things may break. Maint contains the latest released code. The easiest way to get the code is to use "git". Install git if not already installed and then run the following command to download the source code:
The code will be in the svxlink subdirectory. It will be on the master branch by default. If you'd rather want the maint branch, run the following command:
Use the same command if you want to switch back to master:
Now compile and install as usual. To later update to the latest version:
It is also possible to download the respective branches as a zip-archive but I find that more clumsy to handle: If you go this way, for example use the "unzip" utility to unzip the archive. |
Has anybody seen the problem after the fix was made (Thu Apr 2 18:33:30 2015 +0200)? |
Nobody seem to have seen this problem for a while now so I'll close the issue now. Reopen it if you see it again. |
Hi, I had a look through the issues and although the error message is never mentioned, I am pretty confident that the error described by OP is the same I am experiencing. Also, it is mentioned in https://sourceforge.net/p/svxlink/mailman/message/35117421/ and https://forum.funk-telegramm.de/thread/653-fehler-error-command-timeout-while-communicating/ but unfortunately no solution is given. I am running svxlink 1.7.0 with Echolink 1.5.0. (19.09.2 the latest release from Github). From time to time (sometimes 1h after start of svxlink, sometimes up to 4h), svxlink obviously can't communicate to the directory server any more ("*** ERROR: Command timeout while communicating to the directory server") and does not recover from this. The echolink server is then shown as offline in the directory. Though, it can be fixed by restarting svxlink.
Please let me know if I can provide any further data, logs, pcap traces, ... |
Hi, I had this problem observed at my node that's connected by LTE connection. I guess the reason was an unreliable connection with a slow data rate. Maybe that the proxy and/or EchoLink directory server has a problem with constantly changing ip addresses. But that's just a guess. However, it is difficult to understand with the old version you are using. I would recommend an update to the latest trunk version. |
Hi @dl1hrc, thanks a lot for your quick reply!
It's a DSL connection and several other services are running on the network pretty fine, so I would probably rule this out.
Good point. I was hesitating to use the master branch, as in many projects it's not really sure how stable and regression-free it is. So the latest official release is usually the way to got for me, which is 19.09.2 for svxlink. Thanks a lot! |
So, the day before yesterday I installed svxlink 1.7.99.53 (Echolink 1.5.99.2) - the current HEAD of master. @dl1hrc Question: Thank you |
Afaik for the communication between SvxLink-Node and el-proxy the 8100/TCP is used. The el-proxy uses 5198+5199/UDP and 5200/TCP to communicate to the EchoLink-directory server. A proxy is needed for LTE-connections and if you can't forward the ports at the dsl-router or if you get a non-public ip-address from your internet provider (e.g. range 100.x.x.x, 10.x.x.x). Just seen at my two nodes that the connection over my both el-proxy is working well. I've setup my own el-proxy instances since I've encountered problems with the public el-proxies. 73s Adi / DL1HRC |
The EchoLink module can suddenly stop speaking to the EchoLink directory server which make the node disappear from the EchoLink network. It never recovers so SvxLink have to be restarted.
This was first noticed after the EchoLink Proxy protocol was implemented. I also saw it the first time after I had switch hardware, to a Cubieboard (ARM).
The text was updated successfully, but these errors were encountered: