Re: [Planetlab-users] Problem installing packages
Brought to you by:
alklinga
|
From: Neil S. <ns...@cs...> - 2004-02-19 04:10:14
|
Aninda, Use Aaron K's script: > If you want to set up yum and python in your slice, you can simply run = =20 > this > line: > > curl --silent http://www.cs.princeton.edu/~alk/setup_yum.sh | = /bin/bash or mine (unofficial, but includes scriptroute client software): curl -O http://www.scriptroute.org/planetlab/planetlab-install && sh =20 ./planetlab-install both will install yum and setup your yum.conf to use =20 boot.planet-lab.org for packages. that your error messages include =20 mirror.dulug.duke.edu suggests to me that you've installed yum in some =20= other way that does not configure yum.conf. > My experiments will involve usage of quite a few nodes. Do I have to =20= > install these packages in all the nodes separately? yup. -neil On Feb 18, 2004, at 3:36 PM, Aninda Bhattacharya wrote: > Hi! > =A0 > I use the following command to install the packages in my slice: > =A0 > >>=A0yum -y install man gzip less gcc flex bison bc rpm-build =20 > linux-headers > =A0 > It exits after downloading some of the headers. The error message is: > =A0 > getting /var/cache/yum/base/headers/tcl-html-0-8.3.5-88.i386.hdr > retrygrab() failed for: > =A0 =20 > http://mirror.dulug.duke.edu/pub/yum-repository/redhat/9/i386//=20 > headers/tcl-html-0-8.3.5-88.i386.hdr > =A0 Executing failover method > failover: out of servers to try > Error getting file =20 > http://mirror.dulug.duke.edu/pub/yum-repository/redhat/9/i386//=20 > headers/tcl-html-0-8.3.5-88.i386.hdr > [Errno 7] HTTP Error (CannotSendRequest): > =A0 > How can I get rid of this error? > =A0 > My experiments will involve usage of quite a few nodes. Do I have to =20= > install these packages in all the nodes separately? > =A0 > Sincerely, > Aninda > > > |