Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
bootstrap.sh -f getting fetch error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
nikath
n00b
n00b


Joined: 04 Jul 2004
Posts: 7

PostPosted: Sun Jul 04, 2004 12:19 am    Post subject: bootstrap.sh -f getting fetch error Reply with quote

I have been trying to install gentoo, i am new to it. Have been following the install guide. Anyways when i do the
scripts/bootstrap.sh -f (to fetch everything first)
i gate error

on the screen its the following

It seems to try different servers but they seem to refusing anonymous log in?????

This is at the end of the output on the screen.
________________________________________________________

>>> Downloading http://gentoo.oregonstate.edu/distfiles/rc-scripts-1.4.8.tar.bz2
--02:03:13-- http://gentoo.oregonstate.edu/distfiles/rc-scripts-1.4.8-tar.bz2 '/usr/portage/distfiles/rc-scripts-1.4.8.tar.bz2'
Resolving gentoo.oregonstate.edu... 128.193.0.3
Connecting to gentoo.oregonstate.edu[128.193.0.3]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
02:03:14 ERROR 404: Not Found.

!!! Couldn´t download rc-scripts-1.4.8.tar.bz2. Aborting.

!!! Fetch for /usr/portage/sys-apps/baselayout/baselayout-1.8.10.ebuild failed, continuing...

>>> emerge (3 of 3) sys-libs/zlib-1.1.4-r2 to /
>>> Previously fetched file: zlib-1.1.4.tar.bz2
>>> md5 src_uri ;-) zlib-1.1.4.tar.bz2

!!! Some fetch errors were encountered.

__________________________________________

Any help apreciated

// Nik
Back to top
View user's profile Send private message
megadonkey
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 224
Location: Bohuslän, Sweden

PostPosted: Sun Jul 04, 2004 1:58 am    Post subject: Reply with quote

Hmm. 404 not found. And yes there is no rc-scripts-1.4.8 at oregonstate. Had a look at another mirror too and it was the same. Atleast i couldn't find it.
The closest version I found was 1.4.9.
Are you using an old LiveCD or something?

Edit:
found it here: http://gentoo.mirror.at.stealer.net/distfiles/rc-scripts-1.4.8.tar.bz2
_________________
Life, loathe it or ignore it, you can't like it.
Back to top
View user's profile Send private message
nikath
n00b
n00b


Joined: 04 Jul 2004
Posts: 7

PostPosted: Sun Jul 04, 2004 8:33 am    Post subject: Reply with quote

I dont think so,

I downloaded the universal 2004.1 LiveCD

I guess i will have to redo the whole thing :(

Ill try downloading everything from the net instead.

Thank god i have a reasonbly fast Internet Connection.

Only problem i have had when i tried that the first time was i dont know how to download a whole directory with links2.

:(
Back to top
View user's profile Send private message
megadonkey
Apprentice
Apprentice


Joined: 24 Apr 2004
Posts: 224
Location: Bohuslän, Sweden

PostPosted: Sun Jul 04, 2004 5:53 pm    Post subject: Reply with quote

You are aware that the distfiles dir is, well, quite large to say the least :)
Try and put http://gentoo.mirror.at.stealer.net/ in your mirror list in make.conf.
Or you could do this:
Code:
cd /usr/portage/distfiles
wget http://gentoo.mirror.at.stealer.net/distfiles/rc-scripts-1.4.8.tar.bz2
cd ../
and then continue with the boostrap.
_________________
Life, loathe it or ignore it, you can't like it.
Back to top
View user's profile Send private message
FlyingHorse
n00b
n00b


Joined: 29 Jun 2004
Posts: 5

PostPosted: Sun Jul 04, 2004 8:08 pm    Post subject: Reply with quote

I had the same exact problem. Try:
Code:
emerge sync


prior to doing the bootstrap. HTH
_________________
Over and out,
FlyingHorse
Back to top
View user's profile Send private message
moomintroll
n00b
n00b


Joined: 05 Jul 2004
Posts: 5
Location: Sydney, Godzone

PostPosted: Mon Jul 05, 2004 5:55 am    Post subject: Reply with quote

:? install continues (2004.1) shot self in foot, (accidentally opened stage 2 tarball over successful install - bugger) install goes well until `chroot' at which point nameserver wanders off somewhere. I am attempting a stage 1 this time (masochist) and have followed the instructions. when I reach `bootstrap.sh' the response is a series of attempted downloads, each followed by `... host not found'. It worked the first time, what am I doing wrong this time... yes I have checked resolv.conf (repeatedly)
_________________
you mean that everyone can SEE THIS?
Back to top
View user's profile Send private message
Dolemite
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jul 2004
Posts: 77
Location: Where the pirates hang out

PostPosted: Mon Jul 05, 2004 8:04 am    Post subject: Reply with quote

did you run
Code:
  mirrorselect -a -s4 -o | grep -ve '^Netselect' >> /mnt/gentoo/etc/make.conf

prior to running bootstrap.sh?

this updated my make.conf with the fastest mirrors(i think they r the fastest) after probing 148 servers - also verifies the mirrors you will be using are up

there is also an http fetch option - in case your firewall is blocking rsync or ftp or whatever


Code:
 emerge-webrsync

_________________
Linux 0mega 2.6.8.1-cko8
----------------------------
Screenshot http://dolemite777.spymac.net/shot1.png
-----------------------------
update - ubuntu is ok but I hate debian and I dislike precompiled shit that doesnt work
Back to top
View user's profile Send private message
moomintroll
n00b
n00b


Joined: 05 Jul 2004
Posts: 5
Location: Sydney, Godzone

PostPosted: Mon Jul 05, 2004 8:56 am    Post subject: Tip: Styles can be applied quickly to selected text. Reply with quote

don't know where the styles bit came from... Yes I did that (I read the latest FM ;-)) I'm posting this on another console on the same machine, (hp omnibook 4150 - not `B', with xircom pccard ethernet) so I know net worx, nameserver worx and I did cp -L resolv.conf... which leaves me with a +5 huh??
_________________
you mean that everyone can SEE THIS?
Back to top
View user's profile Send private message
Dolemite
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jul 2004
Posts: 77
Location: Where the pirates hang out

PostPosted: Mon Jul 05, 2004 9:41 am    Post subject: Re: Tip: Styles can be applied quickly to selected text. Reply with quote

i was hoping it was a simple omission :)
so its the same reaction no matter what mirror u choose? and you can ping or otherwise see the same mirrors?
have you tried the bootstrap.sh -f?
do u have a firewall up?

has to be an omission or network config issue- especially if you can resolve ips and hit the internet

(lol at 4150 - thats what hp gave me as my workstation back in 2001 a 500mhz i think or 450 p3 - i have a semi-new docking station if u want it u pay the shipping its yours free - im in the usa)
dang- im glad im not u- im doing a stage 1 for the second time in 1.5years- (1st time made me a slackware user) just emerged system this damn thing better be fast when im done
_________________
Linux 0mega 2.6.8.1-cko8
----------------------------
Screenshot http://dolemite777.spymac.net/shot1.png
-----------------------------
update - ubuntu is ok but I hate debian and I dislike precompiled shit that doesnt work
Back to top
View user's profile Send private message
nikath
n00b
n00b


Joined: 04 Jul 2004
Posts: 7

PostPosted: Mon Jul 05, 2004 10:05 am    Post subject: Reply with quote

I redid everything yesterday, took almost the entire day to finish it. Actually it took the entire day.

What i did this time was to use everything from the net and not anything from the cd.

I also used a stage2 instead of the stage1.

I have the basic system up and running and now i am reading the XFree86 tutorial on http://www-106.ibm.com/developerworks/edu/os-dw-linuxxwin-i.html

I hope to get X running today :)

Its a lot of work but i think that in the end it will be worth it :D

I will remember that thing about doing a emerge sync next time i use a stage 1 before doing the bootstrap.

Thanks for all the help for now.
Back to top
View user's profile Send private message
moomintroll
n00b
n00b


Joined: 05 Jul 2004
Posts: 5
Location: Sydney, Godzone

PostPosted: Mon Jul 05, 2004 10:58 am    Post subject: Tip: Styles can be applied quickly to selected text. Reply with quote

fscking headings that can't be changed SUCK!!! Do not think that i am unappreciative of any help. in LiveCD environment all is cool, in`chrooted' environment, it appears that dns doesn't work. /etc/resolv.conf is correct eth0 works from non-chrooted con (I'm posting this from it) it seems to be the env that is at fault. I know I've done something stupid, I've just missed it
_________________
you mean that everyone can SEE THIS?
Back to top
View user's profile Send private message
moomintroll
n00b
n00b


Joined: 05 Jul 2004
Posts: 5
Location: Sydney, Godzone

PostPosted: Mon Jul 05, 2004 11:12 am    Post subject: Reply with quote

nikath wrote:
I redid everything yesterday, took almost the entire day to finish it. Actually it took the entire day.

What i did this time was to use everything from the net and not anything from the cd.

I also used a stage2 instead of the stage1.

I have the basic system up and running and now i am reading the XFree86 tutorial on http://www-106.ibm.com/developerworks/edu/os-dw-linuxxwin-i.html

I hope to get X running today :)

Its a lot of work but i think that in the end it will be worth it :D

I will remember that thing about doing a emerge sync next time i use a stage 1 before doing the bootstrap.

Thanks for all the help for now.


just be glad you aren't trying to emerge openoffice. >2GB and at least 36 hours (PII 366)!!!
_________________
you mean that everyone can SEE THIS?
Back to top
View user's profile Send private message
nikath
n00b
n00b


Joined: 04 Jul 2004
Posts: 7

PostPosted: Mon Jul 05, 2004 11:39 am    Post subject: Re: Tip: Styles can be applied quickly to selected text. Reply with quote

moomintroll wrote:
fscking headings that can't be changed SUCK!!! Do not think that i am unappreciative of any help. in LiveCD environment all is cool, in`chrooted' environment, it appears that dns doesn't work. /etc/resolv.conf is correct eth0 works from non-chrooted con (I'm posting this from it) it seems to be the env that is at fault. I know I've done something stupid, I've just missed it



I think they refer to that in the manual
-snip-

Copy DNS Info

One thing still remains to be done before we enter the new environment and that is copying over the DNS information in /etc/resolv.conf. You need to do this to ensure that networking still works even after entering the new environment. /etc/resolv.conf contains the nameservers for your network.

-snip-
Back to top
View user's profile Send private message
moomintroll
n00b
n00b


Joined: 05 Jul 2004
Posts: 5
Location: Sydney, Godzone

PostPosted: Tue Jul 06, 2004 7:58 am    Post subject: Aaargh! Reply with quote

Thanks to all who tried to advise me!

There is no `E' in resolv.conf (goes to stand in corner for two days)
_________________
you mean that everyone can SEE THIS?
Back to top
View user's profile Send private message
eyoung100
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1428

PostPosted: Tue Jul 06, 2004 9:12 pm    Post subject: Reply with quote

Make sure when starting from stage 1 to run net-setup eth0. After doing so and before executing chroot don't forget

Code:

cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf


I also recommend
Code:

emerge sync
emerge mirrorselect
mirrorselect -a -s3


Hope that helps :D
_________________
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
Back to top
View user's profile Send private message
jswilsonwilson
n00b
n00b


Joined: 26 Jun 2004
Posts: 9

PostPosted: Thu Jul 22, 2004 2:35 pm    Post subject: Reply with quote

megadonkey wrote:
Hmm. 404 not found. And yes there is no rc-scripts-1.4.8 at oregonstate. Had a look at another mirror too and it was the same. Atleast i couldn't find it.
The closest version I found was 1.4.9.
Are you using an old LiveCD or something?

Edit:
found it here: http://gentoo.mirror.at.stealer.net/distfiles/rc-scripts-1.4.8.tar.bz2


I had this same problem and this thread helped me -- solved the issue almost immediately. I'm using 2004.1 LiveCD. Thank You!!

Somewhat related: why don't all sites have rc-scripts-1.4.8.tar.bz2? Perhaps I'm being a little dreamy to wish all sites had everything, but part of the reason I'm trying out Gentoo is because of the vast array of complete mirrors [or maybe this is a mis-interpretation]... but none of the mirrors selected by my "mirrorselect" had this file, which was a temporary show-stopper.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum