device accessible on some clients but not on others
|
|
---|---|
Hi, we noticed a strange issue with a device. This DS runs on a tango client running a debian 12 in a conda env with pytango 9.5.0 installed through pip. It can be accessed on debian 11 clients with a debian 11 server (Tango 9.3.4) but not on our debian 12 clients (recently installed, Tango 9.3.4 also). When we launch atkpanel on this specific device, we got this output message (same message is displayed on GUI):
When we access the device through pytango, we got a similar error:
Si it does not seem due to atkpanel. Other devices are accessible:
So I understand it is not some network issue or a generic tango config issue. The only difference I found is the debian-specific version number: On the debian 11 client, versions are following:
while on debian 12 clients I got:
Our users remind that this device was working 2 weeks ago, so it seems something changed but I do not find any recent package change in /var/log/apt/ or in the conda env. However, I do not think we can exclude some code change. Would you have any idea of what could cause this issue? Regards.
- Philippe
|
|
|
---|---|
Hello, I add that jive can be launched on the buggy clients, but I fail to launch astor
while a window displays following message
- Philippe
|
|
|
---|---|
When clients cannot reach devices any more and just time out, then the first thing to check is if the devices are not stuck somehow. I am sure that the logs of your devices will provide proper information about what they are doing. If the TangoDB cannot be reached then try to telnet it from the same computer: If telnet can reach TangoDB then your network might be laggy. Export an environment variab and try to connect to the TangoDB from iTango. If that works then you have confirmed that it is a network issue. If that still does not work, then try again telnetting on the same computer that TangoDB runs on. That should always work.BTW The telnet test also works for devices servers if you know on which CORBA port they are reachable. Cheers, Thomas |
|
|
---|---|
Thank you Thomas. FYI, I heard the issue would be due to some MTU set to jumbo frame which was not compatible with the computer, and that reset the MTU configuration in /etc/network/interface.
- Philippe
|