easyapache yum problem, fedora core 1

gxhosting

Member
Aug 12, 2004
7
0
151
Hello there. I finaly got really frustrated and decided to ask for help.
Cpanel was telling me that I need to update my apache to 4.4.2 from 4.4.1 and also update my frontpage extensions.

I run
Fedora Core 1

I tried by going to scritps/easyapache, and I would get:

Fetching http://layer1.cpanel.net/buildapache.sea (0)[email protected]%...3%...5%...6%...8%...10%...11%...13%...15%...17%...18%...20%...22%...23%...25%...27%...29%...30%...32%...34%...35%...37%...39%...41%...42%...44%...46%...47%...49%...51%...53%...54%...56%...58%...59%...61%...63%...65%...66%...68%...70%...71%...73%...75%...76%...78%...80%...82%...83%...85%...87%...88%...90%...92%...94%...95%...97%...99%...100%......Done
Creating directory buildapache
Verifying archive integrity... All good.
Uncompressing buildapache....................................................................................................................................................................................................................
Checking Update System........Your operating system's rpm update method (yum) was not able to locate the glibc package. This is an indication of an improper setup. You must correct this error before you can proceed.
Please correct the conflicts and try again!
Waiting for httpd to restart..............finished.

root 8985 1.1 1.5 14312 7668 ? S 22:04 0:00 /usr/local/apache/bin/httpd -DSSL


Then I tried:

[~]# yum install glibc
Gathering header information file(s) from server(s)
Server: Fedora Core 1 - i386 - Base
retrygrab() failed for:
ftp://ftp.dc.aleron.net/pub/linux/fedora/linux/core/1/i386/os/headers/header.info
Executing failover method
failover: out of servers to try
Error getting file ftp://ftp.dc.aleron.net/pub/linux/fedora/linux/core/1/i386/os/headers/header.info
[Errno 4] IOError: [Errno ftp error] 550 Failed to change directory.

I also tried:
[~]# whereis yum
yum: /usr/bin/yum /etc/yum.conf /usr/share/yum /usr/share/man/man8/yum.8.gz

Please help me. Thank you
 

tweakservers

Well-Known Member
Mar 30, 2006
379
0
166
try :

rm -rf /root/.MirrorSearch
/scripts/upcp
/scripts/easyapache
 

dalem

Well-Known Member
PartnerNOC
Oct 24, 2003
2,983
159
368
SLC
cPanel Access Level
DataCenter Provider
looks like you just have a bad fedora mirror

ttp://mirror.linux.duke.edu/pub/fedora/linux/core/1/

this one works
 

gxhosting

Member
Aug 12, 2004
7
0
151
dalem said:
looks like you just have a bad fedora mirror

ttp://mirror.linux.duke.edu/pub/fedora/linux/core/1/

this one works
How would I enter this mirror into the server?
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
gxhosting said:
Thanks for advice but I still get the same error :(
You can download and instal the glibc rpm binary package at: http://rpm.pbone.net/ and search for glibc package comptaible with your OS. You may want to seek professional help.
 

gxhosting

Member
Aug 12, 2004
7
0
151
THanks for all of your help. I was able to fix this problem. If anyone runs into this problem this is what I did. (Thanks dalem for mirror info :) )

#pico /etc/yum.conf

and I changed yum.conf so it looks like:

[main]
exclude=courier* apache* mod_ssl* httpd* perl mysql* php* spamassassin* kernel* exim*
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora-release
tolerant=1
exactarch=1

[base]
name=Fedora Core $releasever - $basearch - Base
#baseurl=http://fedora.redhat.com/releases/fedora-core-$releasever
baseurl=ftp://mirror.linux.duke.edu/pub/fedora/linux/core/$releasever/$basearch/os

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

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

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
34
473
Go on, have a guess
If you're using FC1 then you should use the FedoraLegacy distribution as the OS is long dead and supported now, though not much, through them (unless the one you've used is a FL mirror).
 

dgbaker

Well-Known Member
PartnerNOC
Sep 20, 2002
2,531
10
343
Toronto, Ontario Canada
cPanel Access Level
DataCenter Provider
This error also happens if YUM is hung up from a previous attempt. If you receive this error also do a `ps -ef|grep -i yum` to ensure no previous yum updates are stuck.

If there are previous ones kill the processes and retart easyapache and it sould work fine at that point.