JET 4.7 DNS issue
807559Sep 9 2009 — edited Jan 19 2010Hello,
I have a little inconveniece with the DNS configuration with JET 4.7.
The "normal" sysidcfg notation that is described e.g. at Joerg Moellenkamp's tutorial at http://www.c0t0d0s0.org for the client template like
base_config_sysidcfg_nameservice=DNS { domain_name=mydomain.com name_server=x.x.x.x,y.y.y.y,z.z.z.z search=mydomain.com }
does not work, a make_client fails with the error:
ERROR: ERROR: no base_config_sysidcfg_nameservice specified
ERROR: Could not build client.
client_build returned non-zero exit status (1)
If set my DNS JET variables in the client template file like this:
base_config_sysidcfg_nameservice=DNS
base_config_sysidcfg_domain_name=mydomain.com
base_config_sysidcfg_name_server=x.x.x.x,y.y.y.y,z.z.z.z
base_config_sysidcfg_search=mydomain.com
a make client runs fine, but the resuling sysidcfg file has just the entry
name_service=DNS
without the actual parameters.
As a result the installation jumps into interactive mode, requesting the missing variables.
If I manually correct the entry the system installation goes smoothly.
A websearch did not reveal any useful information.
Am I missing something obvious?
Regards,
Joern