Error in cfeninge NETWORK script
Thomas Lange
lange at informatik.Uni-Koeln.DE
Tue Jun 6 15:10:32 CEST 2000
there's a major error in cfengine NETWORK script, that builds /etc/resolv.conf.
If you use nslookup, the default server is always 0.0.0.0 and sendmail has
also problems.
kueppers[/tmp]> diff NETWORK.old NETWORK
81,84c81,84
< Append "${DNSSRVS_1}"
< Append "${DNSSRVS_2}"
< Append "${DNSSRVS_3}"
< Append "${DNSSRVS_4}"
---
> Append "nameserver ${DNSSRVS_1}"
> Append "nameserver ${DNSSRVS_2}"
> Append "nameserver ${DNSSRVS_3}"
> Append "nameserver ${DNSSRVS_4}"
--
Gruss Thomas
----------------------------------------------------------------------
Thomas Lange
Institut fuer Informatik mailto:lange at informatik.Uni-Koeln.DE
Universitaet zu Koeln
Pohligstr. 1 Telefon: +49 221 470 5303
50969 Koeln Fax : +49 221 470 5317
----------------------------------------------------------------------
More information about the linux-fai
mailing list