Hi all,
I am currently developing a TangoDS using PyTango on a Raspi that runs with tango 9.25
tango-common/stable,now 9.2.5a+dfsg1-2 all [Installiert,automatisch]
tango-starter/stable,now 9.2.5a+dfsg1-2 armhf [installiert]
tango-test/stable,now 9.2.5a+dfsg1-2 armhf [installiert]
I encounter a strange behaviour whenever I start the PyTango DS or even the TangoTest DS:
The DS starts with no error messages and then simply gets stuck.
Then after some undefined time, something like a few minutes, I do get the message
Ready to accept request
and everything works as expected. I can then restart the DS as often as I like and everything is fine. Only after a reboot, the same situation as before sets in again.
When I kill the DS during it hangs, I get the message:
Tango is not initialised !!!
The weired thing is, that I can connect to the TangoDB with PyTango from the Raspi while the local DS hangs. The TANGO_HOST is defined and pingable. So running a Tango Client is okay, just running the DS is not.
I fear that this might be somehow related to my network but I have no clue how I should proceed with the debugging.
Many thanks in advance for any help/suggestions
Daniel