PDA

View Full Version : cpanel problem


Vlad
02-12-2005, 19:49
sorry to bother you with my newbie question but i need :help:
this is what i get on my fedora core 2 box when i try to install cpanel
sh cpanel-universal-install.sea
Creating directory installd
Verifying archive integrity... All good.
Uncompressing cplyr1-cPanel............................................ .................................................. .................................................. .................................................. .
You must update your /etc/yum.conf with a fedora mirror
You can find a list of mirrors here: http://fedora.redhat.com/download/mirrors.html

my /etc/yum.conf looks looks like this [main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20

[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/

[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/

#[updates-testing]
#name=Fedora Core $releasever - $basearch - Unreleased Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/$releasever/$basearch/

#[development]
#name=Fedora Core $releasever - Development Tree
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/

what exactly do i have to do ?

mikron15
02-13-2005, 06:14
this how my yum.conf looks like but i am on FC1

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora-release
tolerant=1
exactarch=1
retries=20

[dag]
name=Dag RPM Repository for Fedora Core
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag

[core]
name=Fedora Linux $releasever - $basearch - core
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/core


[updates]
name=Fedora Linux $releasever - $basearch - updates
baseurl=http://ayo.us5.freshrpms.net/fedora/linux/$releasever/$basearch/updates

[freshrpms]
name=Fedora Linux $releasever - $basearch - freshrpms
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms

mikron15
02-13-2005, 06:17
yum.conf for FC2
http://modzer0.cs.uaf.edu/wiki/index.php/Yum/FC2.Conf

Vlad
02-13-2005, 12:34
yum.conf for FC2
http://modzer0.cs.uaf.edu/wiki/index.php/Yum/FC2.Conf
thanks mikron, it worked