OK.  Here's what I got.<br>
<br>
# hostname<br>
> computer_name<br>
<br>
# host computer_name<br>> Host computer_name not found: 3(NXDOMAIN)<br>
<br>
So, I suppose Comcast didn't populate their DNS entry appropriately.  I tried this.<br>
<br>
# host <a href="http://127.0.0.1">127.0.0.1</a><br>
> 1.0.0.127.in-addr.arpa domain name pointer localhost.<br>
<br>
And<br>
<br>
# host localhost<br>

> localhost has address <a href="http://127.0.0.1">127.0.0.1</a><br>
   Host localhost not found: 3(NXDOMAIN)<br>
   Host localhost not found: 3(NXDOMAIN)<br>
<br>
So, do I complain to Comcast?  Will they repopulate their DNS
shortly?  From this I'm getting that, in the past, Comcast didn't
give me a hostname.  Then they decided to give me one, except they
screwed everything up.  Is there any way I can go in and manually
set up the hostname and such?<br>
<br>
By the way, how do I change the machine's name?<br>
<br>
Also, I attempted the other method suggested and didn't get any success.<br>
 <br><div><span class="gmail_quote">On 6/2/06, <b class="gmail_sendername">Rick Stevens</b> <<a href="mailto:rstevens@vitalstream.com">rstevens@vitalstream.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Fri, 2006-06-02 at 14:34 -0700, <a href="mailto:under.actuate@gmail.com">under.actuate@gmail.com</a> wrote:<br>> OK, here's the issue.  I moved to the Bay Area.  I have a new internet<br>> service provider.  It's Comcast.  I've got Windows XP and FC4 on my
<br>> computer.  Just a couple days ago everything was working great (with<br>> new service).  But all of a sudden the whole host internet address has<br>> blown up.  When I login, a message says Gnome cannot function properly
<br>> without an internet address for my_computer_name.  Opening an<br>> x-terminal, I noticed that the command line reads<br>> my_login@my_computer_name.  This is odd.  In the past it read<br>> my_login@internet
_host_address_deal.  So now I can't remotely login to<br>> other places and what-not.  The web browser still works though.  So,<br>> the Gateway has to be working.  The system just doesn't login with the<br>> internet address (like it used to do).
<br>><br>> I would definitely appreciate any help here.<br><br>You didn't say if you have a router between your system and the cable or<br>(A)DSL modem or not.  Assuming you you're plugged directly into the<br>modem, it appears that the DHCP server for Comcast didn't populate
<br>your /etc/hosts file with your system's name when it obtained an IP, or<br>didn't give it a name that will reverse-resolve.  So, X can't start<br>since it has no idea what machine "my_computer_name" is.<br><br>
Go to a console (CTRL-ALT-F1 through -F5), log in as root and check the<br>output of "hostname".  That's what your machine thinks its host name is.<br>If it's not set, or it contains "localhost", then Comcast didn't send
<br>you a host name.<br><br>If you did get a host name, try:<br><br>        # host `hostname`<br><br>and see if an IP is returned.  If not, then Comcast didn't populate<br>their DNS entry appropriately.<br><br>If it did return an IP, make sure that IP is the same as shown in the
<br>"ifconfig" for your network card.  If they match, then try<br><br>        # host IPaddress<br><br>If you don't get a response, then Comcast didn't populate their reverse<br>DNS (PTR) records.<br><br>Of course, if you have a router, it's one hell of a lot easier to give
<br>your a machine a fixed IP address on the LAN side of the router, set up<br>the /etc/hosts file to have that IP and your host's name in it and let<br>the router do the work (that's what I do).<br><br>Another alternative is to change your machine's name to
<br>"localhost.localdomain" and restart X (hit "ALT-F7", then<br>"CTRL-ALT-BACKSPACE" to restart the X server).<br><br>I hate futzing with DHCP.  I sure wish the ISPs would implement the<br>whole standard instead of "selected parts" of it and use a DHCP daemon
<br>that adhered to the standard instead of Winblows servers.  Jeeze!<br><br>----------------------------------------------------------------------<br>- Rick Stevens, Senior Systems Engineer     <a href="mailto:rstevens@vitalstream.com">
rstevens@vitalstream.com</a> -<br>-
VitalStream,
Inc.                      
<a href="http://www.vitalstream.com">http://www.vitalstream.com</a> -<br>-                                                                    -<br>-  Tempt not the dragons of fate, since thou art crunchy and taste   -<br>
-                        
good with
ketchup.                        
-<br>----------------------------------------------------------------------<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">
https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br>