Re: Failed to access the Debian archive
Ivan, Thanks, that did the trick! Took me a while to figure out how to connect to the network (ipup I believe), but I got connected and did actually access the Debian archive. Thanks for all your kind respones, they were most helpfull. Now how do I ensure that next time Debian starts, the 8139too module is loaded as well, so I don't have to do it manually every time? Cheers, Karel >El jue, 22-04-2004 a las 22:20, Karel Brascamp escribió: >> "Assure the ethernet card modules are successfully loaded." >> >> I'm a total newby, so please, forgive my asking: How? >running "lsmod" will show you all loaded modules. Your module may be >listed. I don't know if your card (S1300) works with 8139too module or >not. If it does, well, if not, you may ask for wich module you need. >If you know the correct module and it is not listed by "lsmod", then you >load it by "modprobe 8139too" (similary for other modules). - Original Message - From: "Ivan Aragones Muniesa" <[EMAIL PROTECTED]> To: "Karel Brascamp" <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 10:44 PM Subject: Re: Failed to access the Debian archive
Re: Failed to access the Debian archive
Ivan, Thanks, that did the trick! Took me a while to figure out how to connect to the network (ipup I believe), but I got connected and did actually access the Debian archive. Thanks for all your kind respones, they were most helpfull. Now how do I ensure that next time Debian starts, the 8139too module is loaded as well, so I don't have to do it manually every time? Cheers, Karel >El jue, 22-04-2004 a las 22:20, Karel Brascamp escribió: >> "Assure the ethernet card modules are successfully loaded." >> >> I'm a total newby, so please, forgive my asking: How? >running "lsmod" will show you all loaded modules. Your module may be >listed. I don't know if your card (S1300) works with 8139too module or >not. If it does, well, if not, you may ask for wich module you need. >If you know the correct module and it is not listed by "lsmod", then you >load it by "modprobe 8139too" (similary for other modules). - Original Message - From: "Ivan Aragones Muniesa" <[EMAIL PROTECTED]> To: "Karel Brascamp" <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 10:44 PM Subject: Re: Failed to access the Debian archive -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Failed to access the Debian archive
Ok, this is something I can help with. It's time to point to different servers. Go into /etc/apt/sources.list and change the names of the servers. Here's what I've got, be aware I'm running "unstable" and yours will say "sarge" === deb http://http.us.debian.org/debian/ unstable main non-free contrib deb http://ftp.jp.debian.org/debian-non-US/ unstable/non-US main contrib non-free deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free === You can change the country code to many different ones, with DE, UK, US, JP and such major countries as certain hits. Try a few different ones to see what's reachable for you. The way to tell if your machine is working at all is to try the following: === # route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.0 * 255.255.255.0 U 0 00 eth1 default 192.168.0.1 0.0.0.0 UG0 00 eth1 # ping 192.168.0.1 PING 192.168.0.1 (192.168.1.1): 56 data bytes 64 bytes from 192.168.0.1: icmp_seq=0 ttl=250 time=2.6 ms 64 bytes from 192.168.0.1: icmp_seq=1 ttl=250 time=1.9 ms === This will tell you if you have a route, if you can reach your gateway, and if your network interface is functioning. Just change the IP address to the ones that match yours. Let us know how this goes. Curt- On Thursday 22 April 2004 16:08, Karel Brascamp was heard to say: > Alex, > > thanks for your response. I tried your suggestion, the nameservers > in /etc/resolv.conf match the ones the router knows. Yet when I try > pinging them, the response is: "connect: Network is unreachable". > Same happens when I try pinging my router. > nslookup seems to be an "unknown command" in this twighlight zone > of the Post-Boot Base Configuration. > > - Original Message - > From: "Alex Martin" <[EMAIL PROTECTED]> > To: "Karel Brascamp" <[EMAIL PROTECTED]> > Sent: Thursday, April 22, 2004 9:52 PM > Subject: Re: Failed to access the Debian archive > > > It sounds like DNS resolution is not happening. Probably the dhcp > > client > > is > > > not updating your local config. > > I would suggest getting a shell and verifying that > > /etc/resolv.conf gets > > dns > > > servers from dhcp and that you can resolve names, 'nslookup > > www.google.com'. > > > - Original Message - > > From: "Karel Brascamp" <[EMAIL PROTECTED]> > > To: > > Sent: Thursday, April 22, 2004 1:30 PM > > Subject: Failed to access the Debian archive > > > > > Hi all, > > > > > > I'm trying to install Debian on my asus s1300 machine, but I > > > haven't > > been > > > > very lucky so far. I'm doing a net install I downloaded two > > > days ago, I downloaded the following ISO: > > > sarge-i386-businesscard.iso So far so good, burned it on an cd > > > and started installing. Installation kicked of nicely, I > > > presume it downloaded some files from the mirror I chose, and > > > then Debian wanted to reboot. I agreed. > > > The problem I stumbled upon a few times now, is when Debian > > > runs for the first time, and "Configure apt " occurs. First > > > the base system configuration claims not to be connected to the > > > internet, which it is, > > no > > > > PPP or anything, just a router with DHCP enabled between my > > > precious > > Asus > > > > and the rest of the world. Then when I choose my mirror to do > > > the downloading from, he right away claims: "Failed to access > > > the Debian archive", and further down the error message: > > > "Temporary failure > > resolving > > > > "I tried several mirrors. Heck, I tried all in my > > > country. Seems odd, since there was some downloading involved > > > in the primary installation, before the rebooting, if I am not > > > mistaking. A clue anyone? > > > > > > Any help would be very much appreciated, > > > > > > regards, > > > > > > Karel Brascamp > > > > > > > > > -- > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > > with a subject of "unsubscribe". Trouble? Contact > > > > [EMAIL PROTECTED] -- September 11th, 2001 The proudest day for gun control and central planning advocates in American history
Re: Failed to access the Debian archive
Hi Curt, Yeah, I realise it's a test version. If there's no simple workaround, I'd better do that. It's just...the asus has the burner, not the machine I'm typing on now. I'll just wait otherwise, cheers, Karel - Original Message - From: "Curt Howland" <[EMAIL PROTECTED]> To: "Karel Brascamp" <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 10:20 PM Subject: Re: Failed to access the Debian archive > Hi Karel. Sorry you're having trouble. > > However, you should understand that Sarge has not been "officially" > released yet. It is still in the testing phase, and there are indeed > still some bugs. > > Go back and get the "Woody" net install iso, rather than the Sarge > version. Once you get a working install, preferably as minimalist as > practical for your hardware, change the /etc/apt/sources.list file by > changing the "stable" to "sarge" and then run: > > # apt-get update && apt-get dist-upgrade > > or you can use dselect (like I do) and after updating available > packages it will resolve all the dependencies needed to get your > system up to Sarge. I recommend that you do not select additional > packages until after letting it go through the upgrade cycle. > > Hope this helps, > > Curt- > -rw-r--r--1 curt curt 34242560 Jul 19 2003 > Debian_Linux_Installer_mini_boot_CD_2.2r4.iso > > > On Thursday 22 April 2004 15:30 it was so written: > > Hi all, > > > > I'm trying to install Debian on my asus s1300 machine, but I > > haven't been very lucky so far. I'm doing a net install I > > downloaded two days ago, I downloaded the following ISO: > > sarge-i386-businesscard.iso > > So far so good, burned it on an cd and started installing. > > Installation kicked of nicely, I presume it downloaded some files > > from the mirror I chose, and then Debian wanted to reboot. I > > agreed. > > The problem I stumbled upon a few times now, is when Debian runs > > for the first time, and "Configure apt " occurs. First the base > > system configuration claims not to be connected to the internet, > > which it is, no PPP or anything, just a router with DHCP enabled > > between my precious Asus and the rest of the world. Then when I > > choose my mirror to do the downloading from, he right away claims: > > "Failed to access the Debian archive", and further down the error > > message: "Temporary failure resolving "I tried several > > mirrors. Heck, I tried all in my country. Seems odd, since there > > was some downloading involved in the primary installation, before > > the rebooting, if I am not mistaking. A clue anyone? > > > > Any help would be very much appreciated, > > > > regards, > > > > Karel Brascamp > > -- > September 11th, 2001 > The proudest day for gun control and central > planning advocates in American history > >
Re: Failed to access the Debian archive
"Assure the ethernet card modules are successfully loaded." I'm a total newby, so please, forgive my asking: How? I know someone got the S1300 up and running using the 8139too module. Thanks, Karel - Original Message - From: "Ivan Aragones Muniesa" <[EMAIL PROTECTED]> To: "Karel Brascamp" <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 10:06 PM Subject: Re: Failed to access the Debian archive
Re: Failed to access the Debian archive
Alex, thanks for your response. I tried your suggestion, the nameservers in /etc/resolv.conf match the ones the router knows. Yet when I try pinging them, the response is: "connect: Network is unreachable". Same happens when I try pinging my router. nslookup seems to be an "unknown command" in this twighlight zone of the Post-Boot Base Configuration. - Original Message - From: "Alex Martin" <[EMAIL PROTECTED]> To: "Karel Brascamp" <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 9:52 PM Subject: Re: Failed to access the Debian archive > It sounds like DNS resolution is not happening. Probably the dhcp client is > not updating your local config. > I would suggest getting a shell and verifying that /etc/resolv.conf gets dns > servers from dhcp and that you can resolve names, 'nslookup www.google.com'. > > - Original Message - > From: "Karel Brascamp" <[EMAIL PROTECTED]> > To: > Sent: Thursday, April 22, 2004 1:30 PM > Subject: Failed to access the Debian archive > > > > Hi all, > > > > I'm trying to install Debian on my asus s1300 machine, but I haven't been > > very lucky so far. I'm doing a net install I downloaded two days ago, I > > downloaded the following ISO: sarge-i386-businesscard.iso > > So far so good, burned it on an cd and started installing. Installation > > kicked of nicely, I presume it downloaded some files from the mirror I > > chose, and then Debian wanted to reboot. I agreed. > > The problem I stumbled upon a few times now, is when Debian runs for the > > first time, and "Configure apt " occurs. First the base system > > configuration claims not to be connected to the internet, which it is, no > > PPP or anything, just a router with DHCP enabled between my precious Asus > > and the rest of the world. Then when I choose my mirror to do the > > downloading from, he right away claims: "Failed to access the Debian > > archive", and further down the error message: "Temporary failure resolving > > "I tried several mirrors. Heck, I tried all in my country. > > Seems odd, since there was some downloading involved in the primary > > installation, before the rebooting, if I am not mistaking. > > A clue anyone? > > > > Any help would be very much appreciated, > > > > regards, > > > > Karel Brascamp > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > > > >
Re: Failed to access the Debian archive
Ok, this is something I can help with. It's time to point to different servers. Go into /etc/apt/sources.list and change the names of the servers. Here's what I've got, be aware I'm running "unstable" and yours will say "sarge" === deb http://http.us.debian.org/debian/ unstable main non-free contrib deb http://ftp.jp.debian.org/debian-non-US/ unstable/non-US main contrib non-free deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free === You can change the country code to many different ones, with DE, UK, US, JP and such major countries as certain hits. Try a few different ones to see what's reachable for you. The way to tell if your machine is working at all is to try the following: === # route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.0 * 255.255.255.0 U 0 00 eth1 default 192.168.0.1 0.0.0.0 UG0 00 eth1 # ping 192.168.0.1 PING 192.168.0.1 (192.168.1.1): 56 data bytes 64 bytes from 192.168.0.1: icmp_seq=0 ttl=250 time=2.6 ms 64 bytes from 192.168.0.1: icmp_seq=1 ttl=250 time=1.9 ms === This will tell you if you have a route, if you can reach your gateway, and if your network interface is functioning. Just change the IP address to the ones that match yours. Let us know how this goes. Curt- On Thursday 22 April 2004 16:08, Karel Brascamp was heard to say: > Alex, > > thanks for your response. I tried your suggestion, the nameservers > in /etc/resolv.conf match the ones the router knows. Yet when I try > pinging them, the response is: "connect: Network is unreachable". > Same happens when I try pinging my router. > nslookup seems to be an "unknown command" in this twighlight zone > of the Post-Boot Base Configuration. > > - Original Message - > From: "Alex Martin" <[EMAIL PROTECTED]> > To: "Karel Brascamp" <[EMAIL PROTECTED]> > Sent: Thursday, April 22, 2004 9:52 PM > Subject: Re: Failed to access the Debian archive > > > It sounds like DNS resolution is not happening. Probably the dhcp > > client > > is > > > not updating your local config. > > I would suggest getting a shell and verifying that > > /etc/resolv.conf gets > > dns > > > servers from dhcp and that you can resolve names, 'nslookup > > www.google.com'. > > > - Original Message - > > From: "Karel Brascamp" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, April 22, 2004 1:30 PM > > Subject: Failed to access the Debian archive > > > > > Hi all, > > > > > > I'm trying to install Debian on my asus s1300 machine, but I > > > haven't > > been > > > > very lucky so far. I'm doing a net install I downloaded two > > > days ago, I downloaded the following ISO: > > > sarge-i386-businesscard.iso So far so good, burned it on an cd > > > and started installing. Installation kicked of nicely, I > > > presume it downloaded some files from the mirror I chose, and > > > then Debian wanted to reboot. I agreed. > > > The problem I stumbled upon a few times now, is when Debian > > > runs for the first time, and "Configure apt " occurs. First > > > the base system configuration claims not to be connected to the > > > internet, which it is, > > no > > > > PPP or anything, just a router with DHCP enabled between my > > > precious > > Asus > > > > and the rest of the world. Then when I choose my mirror to do > > > the downloading from, he right away claims: "Failed to access > > > the Debian archive", and further down the error message: > > > "Temporary failure > > resolving > > > > "I tried several mirrors. Heck, I tried all in my > > > country. Seems odd, since there was some downloading involved > > > in the primary installation, before the rebooting, if I am not > > > mistaking. A clue anyone? > > > > > > Any help would be very much appreciated, > > > > > > regards, > > > > > > Karel Brascamp > > > > > > > > > -- > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > > with a subject of "unsubscribe". Trouble? Contact > > > > [EMAIL PROTECTED] -- September 11th, 2001 The proudest day for gun control and central planning advocates in American history -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Failed to access the Debian archive
Hi all, I'm trying to install Debian on my asus s1300 machine, but I haven't been very lucky so far. I'm doing a net install I downloaded two days ago, I downloaded the following ISO: sarge-i386-businesscard.iso So far so good, burned it on an cd and started installing. Installation kicked of nicely, I presume it downloaded some files from the mirror I chose, and then Debian wanted to reboot. I agreed. The problem I stumbled upon a few times now, is when Debian runs for the first time, and "Configure apt " occurs. First the base system configuration claims not to be connected to the internet, which it is, no PPP or anything, just a router with DHCP enabled between my precious Asus and the rest of the world. Then when I choose my mirror to do the downloading from, he right away claims: "Failed to access the Debian archive", and further down the error message: "Temporary failure resolving "I tried several mirrors. Heck, I tried all in my country. Seems odd, since there was some downloading involved in the primary installation, before the rebooting, if I am not mistaking. A clue anyone? Any help would be very much appreciated, regards, Karel Brascamp
Re: Failed to access the Debian archive
Hi Curt, Yeah, I realise it's a test version. If there's no simple workaround, I'd better do that. It's just...the asus has the burner, not the machine I'm typing on now. I'll just wait otherwise, cheers, Karel - Original Message - From: "Curt Howland" <[EMAIL PROTECTED]> To: "Karel Brascamp" <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 10:20 PM Subject: Re: Failed to access the Debian archive > Hi Karel. Sorry you're having trouble. > > However, you should understand that Sarge has not been "officially" > released yet. It is still in the testing phase, and there are indeed > still some bugs. > > Go back and get the "Woody" net install iso, rather than the Sarge > version. Once you get a working install, preferably as minimalist as > practical for your hardware, change the /etc/apt/sources.list file by > changing the "stable" to "sarge" and then run: > > # apt-get update && apt-get dist-upgrade > > or you can use dselect (like I do) and after updating available > packages it will resolve all the dependencies needed to get your > system up to Sarge. I recommend that you do not select additional > packages until after letting it go through the upgrade cycle. > > Hope this helps, > > Curt- > -rw-r--r--1 curt curt 34242560 Jul 19 2003 > Debian_Linux_Installer_mini_boot_CD_2.2r4.iso > > > On Thursday 22 April 2004 15:30 it was so written: > > Hi all, > > > > I'm trying to install Debian on my asus s1300 machine, but I > > haven't been very lucky so far. I'm doing a net install I > > downloaded two days ago, I downloaded the following ISO: > > sarge-i386-businesscard.iso > > So far so good, burned it on an cd and started installing. > > Installation kicked of nicely, I presume it downloaded some files > > from the mirror I chose, and then Debian wanted to reboot. I > > agreed. > > The problem I stumbled upon a few times now, is when Debian runs > > for the first time, and "Configure apt " occurs. First the base > > system configuration claims not to be connected to the internet, > > which it is, no PPP or anything, just a router with DHCP enabled > > between my precious Asus and the rest of the world. Then when I > > choose my mirror to do the downloading from, he right away claims: > > "Failed to access the Debian archive", and further down the error > > message: "Temporary failure resolving "I tried several > > mirrors. Heck, I tried all in my country. Seems odd, since there > > was some downloading involved in the primary installation, before > > the rebooting, if I am not mistaking. A clue anyone? > > > > Any help would be very much appreciated, > > > > regards, > > > > Karel Brascamp > > -- > September 11th, 2001 > The proudest day for gun control and central > planning advocates in American history > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Failed to access the Debian archive
"Assure the ethernet card modules are successfully loaded." I'm a total newby, so please, forgive my asking: How? I know someone got the S1300 up and running using the 8139too module. Thanks, Karel - Original Message - From: "Ivan Aragones Muniesa" <[EMAIL PROTECTED]> To: "Karel Brascamp" <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 10:06 PM Subject: Re: Failed to access the Debian archive -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Failed to access the Debian archive
Alex, thanks for your response. I tried your suggestion, the nameservers in /etc/resolv.conf match the ones the router knows. Yet when I try pinging them, the response is: "connect: Network is unreachable". Same happens when I try pinging my router. nslookup seems to be an "unknown command" in this twighlight zone of the Post-Boot Base Configuration. - Original Message - From: "Alex Martin" <[EMAIL PROTECTED]> To: "Karel Brascamp" <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 9:52 PM Subject: Re: Failed to access the Debian archive > It sounds like DNS resolution is not happening. Probably the dhcp client is > not updating your local config. > I would suggest getting a shell and verifying that /etc/resolv.conf gets dns > servers from dhcp and that you can resolve names, 'nslookup www.google.com'. > > - Original Message - > From: "Karel Brascamp" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, April 22, 2004 1:30 PM > Subject: Failed to access the Debian archive > > > > Hi all, > > > > I'm trying to install Debian on my asus s1300 machine, but I haven't been > > very lucky so far. I'm doing a net install I downloaded two days ago, I > > downloaded the following ISO: sarge-i386-businesscard.iso > > So far so good, burned it on an cd and started installing. Installation > > kicked of nicely, I presume it downloaded some files from the mirror I > > chose, and then Debian wanted to reboot. I agreed. > > The problem I stumbled upon a few times now, is when Debian runs for the > > first time, and "Configure apt " occurs. First the base system > > configuration claims not to be connected to the internet, which it is, no > > PPP or anything, just a router with DHCP enabled between my precious Asus > > and the rest of the world. Then when I choose my mirror to do the > > downloading from, he right away claims: "Failed to access the Debian > > archive", and further down the error message: "Temporary failure resolving > > "I tried several mirrors. Heck, I tried all in my country. > > Seems odd, since there was some downloading involved in the primary > > installation, before the rebooting, if I am not mistaking. > > A clue anyone? > > > > Any help would be very much appreciated, > > > > regards, > > > > Karel Brascamp > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Failed to access the Debian archive
Hi all, I'm trying to install Debian on my asus s1300 machine, but I haven't been very lucky so far. I'm doing a net install I downloaded two days ago, I downloaded the following ISO: sarge-i386-businesscard.iso So far so good, burned it on an cd and started installing. Installation kicked of nicely, I presume it downloaded some files from the mirror I chose, and then Debian wanted to reboot. I agreed. The problem I stumbled upon a few times now, is when Debian runs for the first time, and "Configure apt " occurs. First the base system configuration claims not to be connected to the internet, which it is, no PPP or anything, just a router with DHCP enabled between my precious Asus and the rest of the world. Then when I choose my mirror to do the downloading from, he right away claims: "Failed to access the Debian archive", and further down the error message: "Temporary failure resolving "I tried several mirrors. Heck, I tried all in my country. Seems odd, since there was some downloading involved in the primary installation, before the rebooting, if I am not mistaking. A clue anyone? Any help would be very much appreciated, regards, Karel Brascamp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

