EW 7.10 on Linux 10.04 64 bit with a Q330HR and the task to make mseeds for internal use at our department only (Chalmers University of Technology / Onala Space Observatory / Gravimetry lab).
The Q330HR gets registered, the IP number is correct.
q3302ew.d:IPAddress 192.168.0.101
But there is a problem with the connection ew2mseed tries to establish.
In ew2mseed.d, from what I understand, the WaveServer line is to provide the IP number of the server that
makes tankfiles and wave_ring files. Tankfiles etc. are duly made 1)
In ew2mseed
ew2mseed.d:WaveServer 192.168.0.111 16022
wave_serverV.d:WaveServer 192.168.0.111 16022Port 16022 is the obstacle. The IP is not admonished, 192.168.0.111 is the local host.
We also have ports 16000: and 18000
ew2ringserver.d: RSAddress 192.168.0.111:16000 # address of destination ringserver
ringserver.d:DataLinkPort 16000
ringserver.d:SeedLinkPort 18000
An error note is written to the log every 20 seconds.
The notes are such:
20260311_UTC_21:15:07 setuptcpclient_ew()- getaddrinfo error: Name or service not known
20260311_UTC_21:15:07 wsAppendMenu nfiguration:16022 : Could not get a connection.
20260311_UTC_21:15:07 processWsAppendMenu: menu is empty, retrying to connect to servers...
20260311_UTC_21:15:27 setuptcpclient_ew()- getaddrinfo error: Name or service not knownIn the ten years with the same computer but Linux Mint and EW 7.8 I haven't seen this problem not once.
Copies of the config files, logs, and a screen dump of startstop worth a few minutes are here:
https://barre.oso.chalmers.se/hgs/4EW-group/After installing and old and a recent ringserver I now have two executables and four libmseed.a
-rw-rw-r-- 1 hgs hgs 2688640 2026-03-11 22:19:28 CET ./ringserver-4.2.2/libmseed/libmseed.a
-rw-rw-r-- 1 hgs hgs 518570 2026-03-11 21:56:41 CET ./ringserver-2015.188/libmseed/libmseed.a
-rw-rw-r-- 1 hgs hgs 520604 2026-03-11 20:57:05 CET /home/hgs/earthworm/lib/libmseed.a
-rw-rw-r-- 1 hgs hgs 520604 2026-03-11 20:57:05 CET /home/hgs/earthworm/src/libsrc/util/libmseed/libmseed.aThe getaddrinfo error does not depend on the ringserver.
The most recent startstop was with ringserver-4.2.2 executable copied into ~/earthworm/bin/ 2)
ls -l ~/earthworm/bin/ringserver
-rwxrwxr-x 1 hgs hgs 6297136 2026-03-11 22:20:24 CET /home/hgs/earthworm/bin/ringserverAll other executables have been compiled with EW's libmseed.a
And I had recompiled all EW src (.o, lib*.a, and all ELF's in this bin/) before making ringserver-4.2.2
Question remains what code is missing that causes the problem.
In EW? In ringserver? In linux gnu /usr/lib or kernel /lib?
Footnotes: 1) 2) in
https://barre.oso.chalmers.se/hgs/4EW-group/footnotes.txt