On Tue, May 29, 2007 at 10:15:14AM +0530, arnuld wrote:
> i installed Debian Etch AMD64 using netinst CD. installation went fine
> except one thing. it configured and connected my network using DHCP
> but says "unable to connect to Debian security updates" then after
> installation and booting into new system, i faced the same problem.
> even "apt-get install xorg" does not work correctly. it goes like
> this:

[snip: timeout waiting to connect to security]

> it seems like i have long DNS lookup. 
> 
> i chose these during installation:
> 
> hostname = debian
> domainname = planet
> 
> every time, when i boot up, i also get this message: "internet
> superserver disabled"

Normal unless you're running services out of inetd.

> 
> ----- /etc/hosts -------------
> 127.0.0.1   localhost
> 127.0.1.1   debian.planet   debian
> 
> --------- /etc/resolv.conf -----
> nameserver 218.248.255.145
> nameserver 61.1.96.69
> 
> -------------- /etc/network/interfaces -----
> did not remember exactly what was here but it was something like this:
> 
> auto lo ....
> auto eth0...
> eth0 inet dhcp ....
 
I've never used dhcp so I don't know how it integrates with /etc/hosts.
If eth0 was setup manually, your /etc/hosts file would look something
like mine:

127.0.0.1       localhost.localdomain   localhost
192.168.1.1     debian.planet           debian

If your network is planet, and this box on your network is debian, then
having that show in your /etc/hosts file as 127.* will be a source of
confusion or errors.  You need them to point to your network.

Since it is your network, can you try manually configuring it and not
use dhcp to see if the problem persists?

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to