1 May
2003
1 May
'03
12:47 a.m.
Figured it out. Problem was two fold. First problem, the host I was testing with was in my /etc/hosts file with a shortname first, and my nsswitch.conf file was looking there first. Second problem, I had chrooted the environment. When I chrooted the environment all name resolution failed, all I got was IP addresses. After I removed that option I got the short name again, as soon as I commented out the shortname entry in /etc/hosts I got the FQDN. Thanks everyone for their help.