Re: hostname/IP on beacon?
On Tue, 27 Jul 2004 14:35:56 -0500
debbie fligor <fligor@uiuc.edu> wrote:
> I'm not that good a programmer to just know how to fix it, and I
> don't have time to spend on this for very long, so I thought I'd see
> if anyone else has ideas/answers.
Seeing as how I recommended the use of Net::Domain I suppose I'm
responsible for this breaking on your system. I'm not much of a
programmer either, but I'll try to help...
Check your /etc/resolv.conf file for the old, no longer used domain
in a 'search' or 'domain' statement that Net::Domain may be grabbing.
Removing any stray info there I suspect may resolve the problem seen
by using the Net::Domain module.
John