On Sunday 17 September 2006 18:59, Alexander Skwar wrote: > I've got: > > # Alle Interfaces > modules=( "ifconfig" ) > dns_servers="130.171.200.151 130.171.157.129" > dns_search="dewup.europe europe" > dns_domain="dewup.europe" > ntp_servers="130.171.200.145 130.171.200.144" > nis_domain="wup.de" > nis_servers="10.233.7.240" > > # eth0 - LAN > config_eth0=( "10.233.7.145 netmask 255.255.248.0 broadcast > 10.233.7.255" ) routes_eth0=( "default via 10.233.0.250" ) > > And this does work. As you can see, I've got dns_domain="dewup.europe" > and when I run "hostname -d", I get the expected result - > dewup.europe.
Just curious: do you have the fqdn of your host in /etc/hosts? If it's there and you remove it, does hostname -d still work? -- [email protected] mailing list

