Re: [Planetlab-support] Re: [Planetlab-users] less, man, gzip, and rpmbuild
Brought to you by:
alklinga
|
From: Aaron K. <al...@CS...> - 2004-01-05 21:54:09
|
Try this once logged in to your vserver, as root (use su):
------------------
mkdir yum-rpms
cd yum-rpms
for i in stock-rh9/python-2.2.2-26.i386.rpm \
stock-rh9/libxml2-python-2.5.4-1.i386.rpm \
stock-rh9/libxml2-2.5.4-1.i386.rpm \
stock-rh9/expat-1.95.5-2.i386.rpm \
stock-rh9/rpm-python-4.2-0.69.i386.rpm \
stock-rh9/elfutils-0.76-3.i386.rpm \
stock-rh9/gmp-4.1.2-2.i386.rpm \
planetlab/yum-2.0.3-1_planetlab.noarch.rpm \
; do
curl -O http://boot.planet-lab.org/install-rpms/$i;
done
rpm -ivh *.rpm
----------------------------
Now, as root, to install gzip for example, type:
# yum install gzip
or
# yum groupinstall "Development Tools"
Yum will handle the dependencies, and ask you if its ok before actually
installing anything.
:)
Aaron
On Monday 05 January 2004 04:32 pm, Paul Brett wrote:
> Aaron
>
> Given that we have all the RPMS installed on the boot server, it there a
> simple way for a user to get yum up and running inside their vserver?
>
> Regards
>
> Paul Brett
> PlanetLab Support
> Email: pau...@pl...
> Tel No: +1 503 712 4520
>
> | -----Original Message-----
> | From: pla...@li...
> | [mailto:pla...@li...] On
> | Behalf Of Aaron Klingaman
> | Sent: Monday, January 05, 2004 1:08 PM
> | To: Neil Spring; pla...@li...
> | Cc: pla...@li...
> | Subject: [Planetlab-support] Re: [Planetlab-users] less,
> | man, gzip, and rpmbuild
> |
> |
> | I've added gzip, and as a dependency, less is being
> | installed as well. This
> | change won't effect any already created slices nor any
> | nodes that have been
> | already installed (although this will change, we do have
> | the capability to
> | dynamically update the reference image on all the machines).
> |
> | Aaron
> |
> | > On Monday 05 January 2004 03:45 pm, Neil Spring wrote:
> | > > what is the "best" way to install these necessities on
> |
> | a planetlab
> |
> | > > slice?
> | > >
> | > > thanks,
> | > > -neil
> | > >
> | > > I'm used to Debian where:
> | > > [uw_nspring@planetlab02 uw_nspring]$ rpm -i
> |
> | ftp://rpmfind.net/linux/redhat/9/en/os/i386/RedHat/RPMS/rpm
> | -build-4.2
> |
> | > > -0.69.i386.rpm
> | > > warning: /var/tmp/rpm-xfer.PQp5Zf: V3 DSA signature:
> |
> | NOKEY, key ID
> |
> | > > db42a60e
> | > > error: Failed dependencies:
> | > > file is needed by rpm-build-4.2-0.69
> | > > patch >= 2.5 is needed by rpm-build-4.2-0.69
> | > >
> | > > doesn't happen.
> | > >
> | > >
> | > >
> | > > -------------------------------------------------------
> | > > This SF.net email is sponsored by: IBM Linux Tutorials.
> | > > Become an expert in LINUX or just sharpen your skills.
> |
> | Sign up for IBM's
> |
> | > > Free Linux Tutorials. Learn everything from the bash
> |
> | shell to sys admin.
> |
> | > > Click now!
> |
> | http://ads.osdn.com/?ad_id=1278&alloc_id=| 3371&op=click
> |
> | _______________________________________________
> |
> | > > Planetlab-users mailing list
> | > > Pla...@li...
> | > > https://lists.sourceforge.net/lists/listinfo/planetlab-users
> | >
> | > -------------------------------------------------------
> | > This SF.net email is sponsored by: IBM Linux Tutorials.
> | > Become an expert in LINUX or just sharpen your skills.
> |
> | Sign up for IBM's
> |
> | > Free Linux Tutorials. Learn everything from the bash
> |
> | shell to sys admin.
> |
> | > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> | > _______________________________________________
> | > Planetlab-users mailing list
> | > Pla...@li...
> | > https://lists.sourceforge.net/lists/listinfo/planetlab-users
> |
> | -------------------------------------------------------
> | This SF.net email is sponsored by: IBM Linux Tutorials.
> | Become an expert in LINUX or just sharpen your skills.
> | Sign up for IBM's
> | Free Linux Tutorials. Learn everything from the bash
> | shell to sys admin.
> | Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> | _______________________________________________
> | Planetlab-support mailing list
> | Pla...@li...
> | https://lists.sourceforge.net/lists/listinfo/planetlab-support
|