hehe..
i tried getting all the packages moved into my python 2.4 site-packages directory, and it's causing more issues than it's worth![]()
hehe..
i tried getting all the packages moved into my python 2.4 site-packages directory, and it's causing more issues than it's worth![]()
Eric Coleman
eric.coleman@sitemod.net
http://zaireweb.com
The RPM list is empty.
So i tried to see if i could install ImageMagick by itself using
1. mkdir /home/src
2. cd /home/src
3. wget ftp://ftp.imagemagick.org/pub/ImageM....5.7-17.tar.gz
4. tar xvzf ImageMagick-5.5.7-17.tar.gz
5. cd ImageMagick-5.5.7
6. ./configure
7. make
8. make install
9. cd PerlMagick
10. perl Makefile.PL
11. make
12. make install
Set 3 tells me no file found. (no matter which version i try.) \
So i decided to just update my rpm list. It will be there once updated and that should fix the promblem.
I was trying yum update (I have Fidora Core 2.)
I have tried
[Try the following in order from shell:
cd /var/lib/rpm/
rpm -qa
cd /scripts/
rm -rf ~/.cp*
./updatenow
./sysup
./rpmup
./fixcommonproblems
./cleanmd5
service cpanel stop
service cpanel start
Try the RPM list] This did not work at all
and also
# yum update yum
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
retrygrab() failed for:
http://www.muug.mb.ca/pub/fedora/lin...rs/header.info
Executing failover method
failover: out of servers to try
Error getting file http://www.muug.mb.ca/pub/fedora/lin...rs/header.info
[Errno 4] IOError: HTTP Error 404: Not Found
I have also tried. When i enter /var/cpanel/useyum/ I get the message
-bash: /var/cpanel/useyum: Permission denied
root@xxx [/home]# locate yum
/var/cpanel/useyum
/scripts/safeyum
/scripts/checkyum
/usr/local/src/installd/safeyum
root@xxx [/home]# locate up2date
/scripts/safeup2date
/scripts/checkup2date
/usr/local/src/installd/safeup2date
Any ideas would be greatly appriciated. I have to be going but i will check back in a few hours to see if anyone has posted a reply.
Thanks in advance.
Same problem: centos 4
root@host # yum update yum
Repository extras is listed more than once in the configuration
Repository base is listed more than once in the configuration
Repository addons is listed more than once in the configuration
Setting up Update Process
Setting up repositories
Cannot open/read repomd.xml file for repository: update
failure: repodata/repomd.xml from update: [Errno 256] No more mirrors to try.
Error: failure: repodata/repomd.xml from update: [Errno 256] No more mirrors to try.
So, you'll need to fix yum as it's not been setup correctly on your server. Either that or DNS lookups are not resolving (make sure that you have working resolvers in /etc/resolv.conf).
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
I got that problems. The yum.conf is not up to date.
Go here
http://forums.cpanel.net/showthread....b%28%29+failed
For a solution that worked for me.
Discussion Bucks
Discussing anything related to making or saving bucks.
In my case, the yum.conf had incorrect URLs sepcified. So the cpanel error_log was giving 404 everytime I clicked on Install RPM.
There was a missing "i386" in the urls which yum.conf specified
http://mirror.centos.org/centos/$releasever/os/ etc where it should have been http://mirror.centos.org/centos/$releasever/os/i386/
I hope this helps someone.