Unix Technical Forum

debian 3.1 install connection timeout

This is a discussion on debian 3.1 install connection timeout within the Linux Operating System forums, part of the Unix Operating Systems category; --> I'm installing debian 3.1 on a P3 500 with 128M RAM via ADSL, booting from floppys. When I get ...


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-18-2008, 09:08 AM
Ross Crawford
 
Posts: n/a
Default debian 3.1 install connection timeout

I'm installing debian 3.1 on a P3 500 with 128M RAM via ADSL, booting
from floppys. When I get to Install base system step, it retrieves and
installs all the core packages, but fails when it gets to "Updating list
of available packages". The log screen has the message:

Err http://<mirror> sarge/main Packages
Could not connect to <mirror> (1.0.0.0), connection timed out.

I have tried 3 mirrors now, 2 local (Australia) and 1 US, all get the
same result. I have no idea where to look for the problem. Why does the
connection time out when it's just spent 20 mins downloading all the
core packages from that same server? And what does the (1.0.0.0) mean?

Thanks for any help,

ROSCO
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-18-2008, 09:08 AM
=?iso-8859-1?q?Christian_Fu=DF?=
 
Posts: n/a
Default Re: debian 3.1 install connection timeout

On Thu, 24 Nov 2005 15:03:32 +1100, Ross Crawford wrote:

> I'm installing debian 3.1 on a P3 500 with 128M RAM via ADSL, booting from
> floppys. When I get to Install base system step, it retrieves and installs
> all the core packages, but fails when it gets to "Updating list of
> available packages". The log screen has the message:
>
> Err http://<mirror> sarge/main Packages
> Could not connect to <mirror> (1.0.0.0), connection timed out.
>
> I have tried 3 mirrors now, 2 local (Australia) and 1 US, all get the same
> result. I have no idea where to look for the problem. Why does the
> connection time out when it's just spent 20 mins downloading all the core
> packages from that same server? And what does the (1.0.0.0) mean?
>
> Thanks for any help,
>
> ROSCO


Looks Like, an Misconfiguration in your network, check your DNS Settings.

--
MFG
Christian Fuß, replica-solutions.de
( Linux, Poetry, Community 4 everyone, International German/English )


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-18-2008, 09:08 AM
Ross Crawford
 
Posts: n/a
Default Re: SOLVED: debian 3.1 install connection timeout

Ross Crawford wrote:
> I'm installing debian 3.1 on a P3 500 with 128M RAM via ADSL, booting
> from floppys. When I get to Install base system step, it retrieves and
> installs all the core packages, but fails when it gets to "Updating list
> of available packages". The log screen has the message:
>
> Err http://<mirror> sarge/main Packages
> Could not connect to <mirror> (1.0.0.0), connection timed out.
>
> I have tried 3 mirrors now, 2 local (Australia) and 1 US, all get the
> same result. I have no idea where to look for the problem. Why does the
> connection time out when it's just spent 20 mins downloading all the
> core packages from that same server? And what does the (1.0.0.0) mean?


Well I found the problem, the DHCP client doesn't grab the correct
nameserver(s) from my ADSL router.

It may be a problem with the router, I will investigate further, but in
/etc/resolve.conf, it put:

nameserver 192.168.1.254

instead of grabbing the nameservers from my router (my subnet is
192.168.1.*). So I added my ISPs nameservers manually to resolv.conf,
and it worked. I'm guessing it will get overridden each time I reboot,
maybe even each time the lease is renewed, so I still need to work out
what's not working and fix it, but at least I got the install to complete.

ROSCO
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-18-2008, 09:09 AM
Alan Adams
 
Posts: n/a
Default Re: SOLVED: debian 3.1 install connection timeout

In message <4386428c_1@news.iprimus.com.au>
Ross Crawford <ross.crawford@gmail.com> wrote:

> Ross Crawford wrote:
> > I'm installing debian 3.1 on a P3 500 with 128M RAM via ADSL, booting
> > from floppys. When I get to Install base system step, it retrieves and
> > installs all the core packages, but fails when it gets to "Updating list
> > of available packages". The log screen has the message:
> >
> > Err http://<mirror> sarge/main Packages
> > Could not connect to <mirror> (1.0.0.0), connection timed out.
> >
> > I have tried 3 mirrors now, 2 local (Australia) and 1 US, all get the
> > same result. I have no idea where to look for the problem. Why does the
> > connection time out when it's just spent 20 mins downloading all the
> > core packages from that same server? And what does the (1.0.0.0) mean?

>
> Well I found the problem, the DHCP client doesn't grab the correct
> nameserver(s) from my ADSL router.
>
> It may be a problem with the router, I will investigate further, but in
> /etc/resolve.conf, it put:
>
> nameserver 192.168.1.254


That's normal behaviour with many routers, if the router is the DHCP server.
Your network machines see the router as nameserver, and the router relays
the requests to a real nameserver. I'm not sure why it isn't working for you
though.

For it to work, your ROUTER needs to have the correct nameservers set up in
its config, so it knows wherre to relay the requests to. It might (should?)
get these from the ISP in turn, rather than having them statically set, but
there might be a router setting that's interfering.

>
> instead of grabbing the nameservers from my router (my subnet is
> 192.168.1.*). So I added my ISPs nameservers manually to resolv.conf,
> and it worked. I'm guessing it will get overridden each time I reboot,
> maybe even each time the lease is renewed, so I still need to work out
> what's not working and fix it, but at least I got the install to complete.
>
> ROSCO


--
Alan Adams
alan.adams@orchard-way.freeserve.co.uk
http://www.nckc.org.uk/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-18-2008, 09:09 AM
Alan Adams
 
Posts: n/a
Default Re: SOLVED: debian 3.1 install connection timeout

In message <4386428c_1@news.iprimus.com.au
Ross Crawford <ross.crawford@gmail.com> wrote

> Ross Crawford wrote
> I'm installing debian 3.1 on a P3 500 with 128M RAM via ADSL

bootin
> from floppys. When I get to Install base system step, it retrieve

an
> installs all the core packages, but fails when it gets to "Updatin

lis
> of available packages". The log screen has the message
>
> Err http://<mirror> sarge/main Package
> Could not connect to <mirror> (1.0.0.0), connection timed out
>
> I have tried 3 mirrors now, 2 local (Australia) and 1 US, all ge

th
> same result. I have no idea where to look for the problem. Why doe

th
> connection time out when it's just spent 20 mins downloading all th
> core packages from that same server? And what does the (1.0.0.0

mean
>
> Well I found the problem, the DHCP client doesn't grab the correc
> nameserver(s) from my ADSL router
>
> It may be a problem with the router, I will investigate further, bu

i
> /etc/resolve.conf, it put
>
> nameserver 192.168.1.25
>

That's normal behaviour with many routers, if the router is the DHC
server
Your network machines see the router as nameserver, and the route
relay
the requests to a real nameserver. I'm not sure why it isn't workin
for yo
though

For it to work, your ROUTER needs to have the correct nameservers se
up i
its config, so it knows wherre to relay the requests to. It migh
(should?
get these from the ISP in turn, rather than having them staticall
set, bu
there might be a router setting that's interfering

>
> instead of grabbing the nameservers from my router (my subnet i
> 192.168.1.*). So I added my ISPs nameservers manually t

resolv.conf
> and it worked. I'm guessing it will get overridden each time

reboot
> maybe even each time the lease is renewed, so I still need to wor

ou
> what's not working and fix it, but at least I got the install t

complete
>
> ROSC
>

--
Alan Adam
alan.adams@orchard-way.freeserve.co.u
http://www.nckc.org.uk

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:41 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com