Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







Apache Update Problems (yum)


Just started running a new VPS and have tried to update apache through WHM and I get this error :

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.

Someone told me to check out yum so I ran a command that he told me too and got this output :

Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
yummain.main(sys.argv[1:])
File "/usr/share/yum-cli/yummain.py", line 94, in main
result, resultmsgs = base.doCommands()
File "/usr/share/yum-cli/cli.py", line 381, in doCommands
return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds)
File "/usr/share/yum-cli/yumcommands.py", line 150, in doCommand
return base.updatePkgs(extcmds)
File "/usr/share/yum-cli/cli.py", line 672, in updatePkgs
self.doRepoSetup()
File "/usr/share/yum-cli/cli.py", line 109, in doRepoSetup
self.doSackSetup(thisrepo=thisrepo)
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 338, in doSackSetup
self.repos.populateSack(which=repos)
File "/usr/lib/python2.4/site-packages/yum/repos.py", line 200, in populateSack
sack.populate(repo, with, callback, cacheonly)
File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 91, in populate
dobj = repo.cacheHandler.getPrimary(xml, csum)
File "/usr/lib/python2.4/site-packages/yum/sqlitecache.py", line 100, in getPrimary
return self._getbase(location, checksum, 'primary')
File "/usr/lib/python2.4/site-packages/yum/sqlitecache.py", line 93, in _getbase
self.updateSqliteCache(db, parser, checksum, metadatatype)
File "/usr/lib/python2.4/site-packages/yum/sqlitecache.py", line 382, in updateSqliteCache
cur.execute("DELETE FROM "+table+ " where pkgKey in %s" % delpkgs)
File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 244, in execute
self.rs = self.con.db.execute(SQL)
_sqlite.DatabaseError: unable to open database file

Its the database error that worries me, can anyone help me out with how to fix this?

Running WHM 11.2.0 cPanel 11.11.0-S16999

CENTOS Enterprise 5 i686 - WHM X v3.1.0


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Recompile Apache :: Your Operating System's Rpm Update Method (yum) Was Not ..
i tried recompile Apache to install

--curl
--curl ssl
--mcrypt

by running /scripts/easyapache

then i get the error below. Can anyone help me out? i really dont know what todo here.

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 set up. You must correct this error before you can proceed.

View Replies!   View Related
Yum Update
I get the following error, when I run 'yum update':

Quote:

[root@moloko ~]# yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* atomic: www2.atomicorp.com
* base: mirrors.usc.edu
* updates: mirrors.serveraxis.net
* addons: styx.biochem.wfubmc.edu
* extras: mirrors.gigenet.com
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package file.i386 0:4.17-15.el5_3.1 set to be updated
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 229, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 145, in main
(result, resultmsgs) = base.buildTransaction()
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 647, in buildTransaction
(rescode, restring) = self.resolveDeps()
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 704, in resolveDeps
for po, dep in self._checkFileRequires():
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 939, in _checkFileRequires
if not self.tsInfo.getOldProvides(filename) and not self.tsInfo.getNewProvides(filename):
File "/usr/lib/python2.4/site-packages/yum/transactioninfo.py", line 414, in getNewProvides
for pkg, hits in self.pkgSack.getProvides(name, flag, version).iteritems():
File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 300, in getProvides
return self._computeAggregateDictResult("getProvides", name, flags, version)
File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 470, in _computeAggregateDictResult
sackResult = apply(method, args)
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 861, in getProvides
return self._search("provides", name, flags, version)
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 43, in newFunc
return func(*args, **kwargs)
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 837, in _search
for pkg in self.searchFiles(name, strict=True):
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 43, in newFunc
return func(*args, **kwargs)
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 586, in searchFiles
self._sql_pkgKey2po(rep, cur, pkgs)
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 470, in _sql_pkgKey2po
pkg = self._packageByKey(repo, ob['pkgKey'])
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 413, in _packageByKey
po = self.pc(repo, cur.fetchone())
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 68, in __init__
self._read_db_obj(db_obj)
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 94, in _read_db_obj
setattr(self, item, _share_data(db_obj[item]))
TypeError: unsubscriptable object

View Replies!   View Related
Using Yum To Update
I have two packages in Centos 5.3 that refuse to update via YUM. Coreutils and Findutils.

coreutils.i386 0:5.97-19.el5
findutils.i386 1:4.2.27-5.el5

The error code returned is:
error: unpacking of archive failed on file /usr/bin/find: cpio: rename
error: unpacking of archive failed on file /bin/ls: cpio: rename

I checked that the files are not immutable via chattr and that I am logged in as root. The directory is also writeable.

I can't remove them or change their permissions.

Any idea on how to force an upgrade? I checked with the support at Cpanel but they had no idea how to fix it and were less than helpful.

root@server[~]# yum install fileutils
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* extras: mirror.fdcservers.net
* updates: mirror.fdcservers.net
* base: pubmirrors.reflected.net
* addons: chi-10g-1-mirror.fastsoft.net
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package coreutils.i386 0:5.97-19.el5 set to be updated
--> Processing Dependency: findutils for package: coreutils
--> Running transaction check
---> Package findutils.i386 1:4.2.27-5.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved ...

View Replies!   View Related
YUM Update
I am researching how to upgrade my server, I have already tested #yum update and seen all the patches and upgrades that could be made for my server. My question is that by upgrading all these (mysql, php, etc) do i need to backup all my mysql databases or should the upgrade not affect my databases?

View Replies!   View Related
Yum Update
I just did yum update and got this error:

There are unfinished transactions remaining. You mightconsider running yum-complete-transaction first to finish them.

View Replies!   View Related
Yum Update
I tried to update packages by yum and got this message:
Error: djbdns-localcache conflicts with bind

I installed QmailToaster from this url:
[url]
and I replaced bind with djbdns-localcache*.rpm.

Seems it causes the problem.

What should I do now?

View Replies!   View Related
Centos Yum Update
Last night my server was updated to Centos 5.4 via yum update command.

Is it recommended to restart the server after this update or it is fine to let it run ?

.. there is also Cpanel on it,

View Replies!   View Related
YUM Update Fails
Whenever I try to run yum update on Cent OS I get this error:

---> Package udev.i386 0:095-14.20.el5_3 set to be updated
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 229, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 145, in main
(result, resultmsgs) = base.buildTransaction()
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 647, in buildTransaction
(rescode, restring) = self.resolveDeps()
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 704, in resolveDeps
for po, dep in self._checkFileRequires():
File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 939, in _checkFileRequires
if not self.tsInfo.getOldProvides(filename) and not self.tsInfo.getNewProvides(filename):
File "/usr/lib/python2.4/site-packages/yum/transactioninfo.py", line 414, in getNewProvides
for pkg, hits in self.pkgSack.getProvides(name, flag, version).iteritems():
File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 300, in getProvides
return self._computeAggregateDictResult("getProvides", name, flags, version)
File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 470, in _computeAggregateDictResult
sackResult = apply(method, args)
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 861, in getProvides
return self._search("provides", name, flags, version)
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 43, in newFunc
return func(*args, **kwargs)
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 837, in _search
for pkg in self.searchFiles(name, strict=True):
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 43, in newFunc
return func(*args, **kwargs)
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 586, in searchFiles
self._sql_pkgKey2po(rep, cur, pkgs)
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 470, in _sql_pkgKey2po
pkg = self._packageByKey(repo, ob['pkgKey'])
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 413, in _packageByKey
po = self.pc(repo, cur.fetchone())
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 68, in __init__
self._read_db_obj(db_obj)
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 94, in _read_db_obj
setattr(self, item, _share_data(db_obj[item]))
TypeError: unsubscriptable object
[root@liquidwind jeeves]#

View Replies!   View Related
Kernel Update With Yum
I have following error in kernel update with yum:

Downloading Packages:

Running rpm_check_debug

ERROR with rpm_check_debug vs depsolve:

Package kernel conflicts with ecryptfs-utils < 44.

Complete!

So kernel not updated yet.

View Replies!   View Related
Yum Update Fails
Well when I try to run the yum update, it fails


Code:
root@server1 [~]# yum update
Gathering header information file(s) from server(s)
Server: CentOS-3 - Addons
retrygrab() failed for:
[url]
Executing failover method
failover: out of servers to try
Error getting file [url]
[Errno 4] IOError: <urlopen error >

I stopped all firewalls before trying it.

View Replies!   View Related
Error Message With Yum Update
I keep getting this error whenever I try to update my packages which prevents me from doing any updates. Anyone have any idea how to solve this?

Transaction Check Error:

file /etc/aliases from install of setup-2.5.58-7.el5.noarch conflicts with file from package da_exim-4.67-1.i386

View Replies!   View Related
Yum Update Killed SSH
I did a yum update on my VPS and now I can't connect SSH.

Putty gives me the error message "Network error:Connection refused.

My VPS is running fine otherwise.

I opened a support ticket and got this reply.

"Not sure exactly what happened, but something you did has corrupted your system, I cannot even login to it from our node. I think the only thing you can do now is rebuild your system."

View Replies!   View Related
Yum Update Producing Error
I started a yum update on one of my VPS accounts. Halfway through the update I lost the connection to the server (Part of FDC's routing troubles...)

Now that FDC is back up and running smoothly, I logged in and when I do a yum update, it refreshes the repositories like it should, but then throws this error:

Quote:

--> Running transaction check
--> Processing Dependency: yum = 3.0.3-1.fc6 for package: yum-updatesd
--> Finished Dependency Resolution
Error: Missing Dependency: yum = 3.0.3-1.fc6 is needed by package yum-updatesd

Hopefully there's an easy way to go about fixing it..

View Replies!   View Related
CentOs(Yum) Error :: Error: Cannot Find A Valid Baseurl For Repo: Update
yum -y groupinstall kde
Loading "priorities" plugin
Setting up Group Process
Setting up repositories
Cannot find a valid baseurl for repo: update
Error: Cannot find a valid baseurl for repo: update

what is this? what ever i try to install i get this weird error..

View Replies!   View Related
Error On Yum Update :: Error: Missing Dependency: Perl(Crypt:asswdMD5) Is Needed By Package Syslinux
--> Populating transaction set with selected packages. Please wait.
---> Package cadaver.i386 0:0.22.5-1.el5.rf set to be updated
---> Package mtr.i386 2:0.72-1.el5.rf set to be updated
---> Package rsync.i386 0:3.0.2-1.el5.rf set to be updated
---> Package nmap.i386 2:4.20-1.el5.rf set to be updated
---> Package lftp.i386 0:3.7.1-1.el5.rf set to be updated
---> Package syslinux.i386 0:3.63-1.el5.rf set to be updated
---> Package dkms.noarch 0:2.0.19-2.el5.rf set to be updated
---> Package subversion.i386 0:1.4.6-0.1.el5.rf set to be updated
--> Running transaction check
--> Processing Dependency: perl(Crypt:asswdMD5) for package: syslinux
--> Finished Dependency Resolution
Error: Missing Dependency: perl(Crypt:asswdMD5) is needed by package syslinux

when I run yum update

View Replies!   View Related
"yum Update" Failing On CentOS 5
I'm not sure if this is todo with the imminent release of 5.2, but I'm getting the following messages when running "yum update":

Code:
# yum update
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package yum.noarch 0:3.2.8-9.el5.centos.2.1 set to be updated
--> Running transaction check
--> Processing Dependency: yum-metadata-parser >= 1.1.0 for package: yum
--> Processing Dependency: yum-fastestmirror for package: yum
--> Processing Dependency: python-iniparse for package: yum
--> Processing Dependency: yum = 3.0.5-1.el5.centos.5 for package: yum-updatesd
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package yum-fastestmirror.noarch 0:1.0.4-3.el5.centos.2 set to be updated
--> Running transaction check
--> Processing Dependency: yum-metadata-parser >= 1.1.0 for package: yum
--> Processing Dependency: python-iniparse for package: yum
--> Processing Dependency: yum = 3.0.5-1.el5.centos.5 for package: yum-updatesd
--> Finished Dependency Resolution
Error: Missing Dependency: yum-metadata-parser >= 1.1.0 is needed by package yum
Error: Missing Dependency: python-iniparse is needed by package yum
Error: Missing Dependency: yum = 3.0.5-1.el5.centos.5 is needed by package yum-updatesd
Anyone else having problems or know how to resolve this? yum is only using the standard CentOS-Base repositories. Searching for yum-metadata-parse gives:

Code:
#yum search yum-metadata-parser
Loading "installonlyn" plugin
Setting up repositories
Reading repository metadata in from local files

yum-metadata-parser.i386 1.0-8.fc6 base
Matched from:
yum-metadata-parser

yum-metadata-parser.i386 1.0-8.fc6 installed
Matched from:
yum-metadata-parser

View Replies!   View Related
Yum Update Fails , Easyapache Also Fails [cent Os]
when I try to run yum update it throws an error

Quote:

Gathering header information file(s) from server(s)
Server: CentOS-3 - Addons
retrygrab() failed for:
http://mirror.centos.org/centos/3/ad...rs/header.info
Executing failover method
failover: out of servers to try
Error getting file http://mirror.centos.org/centos/3/ad...rs/header.info
[Errno 4] IOError: <urlopen error >

when I run /etc/easyapache it too fails

Quote:

root@server1 [~]# /scripts/easyapache
Testing connection speed...(this could take a while)............Done
Ping:32.076 Testing connection speed to 69.90.250.35 using pureperl...(120500.00 bytes/s)...Done
Ping:32.179 Testing connection speed to 69.90.250.34 using pureperl...(120500.00 bytes/s)...Done
Ping:49.545 Testing connection speed to 69.72.164.152 using pureperl...(76681.82 bytes/s)...Done
Ping:49.605 Testing connection speed to 69.72.164.155 using pureperl...(70291.67 bytes/s)...Done
Ping:51.603 Testing connection speed to 198.66.92.147 using pureperl...(76681.82 bytes/s)...Done
5 usable mirrors located
Fetching http://layer1.cpanel.net/buildapache.sea (0)....@69.90.250.35......connected......receiving...1%...2%...3%...4%...5%...6%...7%...8%...9%...10%...11%...13%...14%...15%...16%...17%...18%...19%. ..20%...21%...22%...23%...25%...26%...27%...28%...29%...30%...31%...32%...33%...34%...35%...36%...38%...39%...40%...41%...42%...43%...44%...45%...46%. ..47%...48%...50%...51%...52%...53%...54%...55%...56%...57%...58%...59%...60%...62%...63%...64%...65%...66%...67%...68%...69%...70%...71%...72%...73%. ..75%...76%...77%...78%...79%...80%...81%...82%...83%...84%...85%...87%...88%...89%...90%...91%...92%...93%...94%...95%...96%...97%...98%...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!
initfpsuexec: using apache 1.x support
Waiting for httpd to restart..............finished.

root 7208 0.8 0.5 46200 5772 ? S 02:06 0:00 /usr/local/apache/bin/httpd -DSSL

httpd started ok

View Replies!   View Related
"yum Update" Has Broken My Server
I've just got my server and after running the command "yum update" followed by "reboot" to make sure my server was upto date, my server is failing to startup. The update installed over 400 updates, is this normal? and what can I do?

View Replies!   View Related
Error During "Yum Update"
I'm trying to run "Yum update" but it ends up with error. Here is the full log:

Code:
yum update
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* rpmforge: ftp-stud.fht-esslingen.de
* base: mirrors.service.softlayer.com
* updates: mirrors.service.softlayer.com
* addons: mirrors.service.softlayer.com
* extras: mirrors.service.softlayer.com
Excluding Packages in global exclude list
Finished
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package perl-BSD-Resource.x86_64 0:1.2901-1.el5.rf set to be updated
---> Package iftop.x86_64 0:0.17-1.el5.rf set to be updated
---> Package perl-IO-Socket-SSL.noarch 0:1.13-1.el5.rf set to be updated
---> Package perl-HTML-Parser.x86_64 0:3.56-1.el5.rf set to be updated
---> Package perl-IO-Socket-INET6.noarch 0:2.54-1.el5.rf set to be updated
---> Package nss_ldap.i386 0:253-13.el5_2.1 set to be updated
---> Package lftp.x86_64 0:3.7.3-1.el5.rf set to be updated
---> Package perl-HTML-Tagset.noarch 0:3.20-1.el5.rf set to be updated
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package perl-Compress-Zlib.noarch 0:2.011-1.el5.rf set to be updated
--> Processing Dependency: perl(IO::Compress::Gzip::Constants) >= 2.011 for package: perl-Compress-Zlib
--> Processing Dependency: perl(IO::Uncompress::Gunzip) >= 2.011 for package: perl-Compress-Zlib
--> Processing Dependency: perl(IO::Compress::Gzip) >= 2.011 for package: perl-Compress-Zlib
--> Processing Dependency: perl(Compress::Raw::Zlib) >= 2.011 for package: perl-Compress-Zlib
--> Processing Dependency: perl(IO::Compress::Base::Common) >= 2.011 for package: perl-Compress-Zlib
---> Package perl-Net-SSLeay.x86_64 0:1.32-1.el5.rf set to be updated
---> Package cadaver.x86_64 0:0.22.5-1.el5.rf set to be updated
---> Package udftools.x86_64 0:1.0.0b3-3.el5.rf set to be updated
---> Package spamassassin.x86_64 0:3.2.5-1.el5.rf set to be updated
---> Package perl-IO-Zlib.noarch 0:1.09-1.el5.rf set to be updated
---> Package perl-Net-DNS.x86_64 0:0.63-1.el5.rf set to be updated
---> Package perl-DBI.x86_64 0:1.605-1.el5.rf set to be updated
--> Processing Dependency: perl(RPC::PlServer) >= 0.2001 for package: perl-DBI
--> Processing Dependency: perl(RPC::PlClient) >= 0.2000 for package: perl-DBI
---> Package syslinux.x86_64 0:3.71-1.el5.rf set to be updated
--> Processing Dependency: perl(Crypt::PasswdMD5) for package: syslinux
---> Package subversion.x86_64 0:1.5.1-0.1.el5.rf set to be updated
---> Package perl-Archive-Tar.noarch 0:1.38-1.el5.rf set to be updated
---> Package dkms.noarch 0:2.0.20.2-2.el5.rf set to be updated
---> Package mtr.x86_64 2:0.72-1.el5.rf set to be updated
---> Package libxslt-python.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package rsync.x86_64 0:3.0.3-1.el5.rf set to be updated
---> Package nfs-utils.x86_64 1:1.0.9-35z.el5_2 set to be updated
---> Package perl-Socket6.x86_64 0:0.20-1.el5.rf set to be updated
--> Running transaction check
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.011-1.el5.rf set to be updated
---> Package perl-Crypt-PasswdMD5.noarch 0:1.3-1.2.el5.rf set to be updated
---> Package perl-IO-Compress-Zlib.noarch 0:2.011-1.el5.rf set to be updated
---> Package perl-PlRPC.noarch 0:0.2020-1.el5.rf set to be updated
--> Processing Dependency: perl(Net::Daemon) for package: perl-PlRPC
--> Processing Dependency: perl(Net::Daemon::Log) for package: perl-PlRPC
--> Processing Dependency: perl(Net::Daemon::Test) for package: perl-PlRPC
---> Package perl-IO-Compress-Base.noarch 0:2.011-1.el5.rf set to be updated
--> Running transaction check
---> Package perl-Net-Daemon.noarch 0:0.43-1.el5.rf set to be updated
--> Finished Dependency Resolution ...................

View Replies!   View Related
Yum Etc Vs Manual Compile - Specifically Apache
We run CentOS for our web servers (not providing hosting) and manually compile Apache, PHP etc. What would be the benefits to using Yum rather than compiling the software ourselves?

The way I see it, Yum allows Apache etc to automatically update to latest versions and saves time. When compiling myself though, I can specify exactly where to install to and which modules etc to install with the software. Is there any reason we should be using Yum instead?

View Replies!   View Related
Apache Do Not Update
i enable Mbstrings and Soap in easyapache in Cpanel.
after 24 hours i restart my server and some things get eror.

tmp folder become read only.

easy apache give below eror :

Code:
Died at /var/cpanel/perl/easy/Cpanel/Easy/Utils/BackGround.pm line 40.
and all site have eror for tmp and mysql.
i change tmp folder but some eror don't solved.

Code:
Can't create/write to file '/tmp/#sql_1f42_0.MYI' (Errcode: 30) SQL=SELECT m.*, sum(case when p.published=1 then 1 else 0 end) as cnt FROM jos_menu AS m LEFT JOIN jos_menu AS p ON p.parent = m.id WHERE m.menutype='mainmenu' AND m.published='1' AND m.access <= '0' GROUP BY m.id ORDER BY m.parent, m.ordering
Warning: Invalid argument supplied for foreach() in /home/music/public_html/modules/mod_tpmenu/tpmenu/dropdown/menu.php on line 127

Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/music/public_html/modules/mod_tpmenu/tpmenu/dropdown/menu.php on line 150

this is mount command :

Code:
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw,usrquota)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/usr/tmpDSK on /tmp type ext3 (rw,noexec,nosuid,loop=/dev/loop0)
and this is fstabs :

Code:
/dev/VolGroup00/LogVol00 / ext3 defaults,usrquota 1 1
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/usr/tmpDSK /tmp ext3 defaults,noauto 0 0

View Replies!   View Related
Cant Access Apache Update In WHM
Can't access apache update in WHM I get an http 500 error page.

View Replies!   View Related
Update Apache And Php In Plesk
How can I update my apache and php to latest version in PLESK?

I need to install GD and Zend Optimizer too.

View Replies!   View Related
Update Server Without Updating Mysql And Apache
i would like to update my CentOS Linux 5 but i don't want to update mysql and apache i need to use mysql 4. When i entered yum update i can see Total download size: 245 M i can see mysql i386 5.0.45-7.el5 base 4.1 M

how can update my server without updating mysql and apache

View Replies!   View Related
Error When Trying To Run Apache Update (cPanel)
I got a new server online today with a fresh installation of centos and cPanel:

WHM 11.15.0 cPanel 11.18.1-R20683
CENTOS Enterprise 5 i686 on standard - WHM X v3.1.0

I have done the initial setup (ip's nameservers etc..) but when I try and run apache update I get the following:

Premature end of script headers: /usr/local/cpanel/whostmgr/docroot/cgi/easyapache.pl: Please check /usr/local/cpanel/logs/error_log for the exact error.

I look in the log file but it just repeatse the above error and doesnt supply any additional info.

View Replies!   View Related
POP Server Error After Apache Update
I run a dedicated server with WHM/cPanel (10.8.0).

I was recently supposed to update the Apache installation to add a module, but instead of clicking "load previous config" I clicked on "start build" by mistake. This brought the installation back to default.

I waited till the build was finished and then added all the modules I could remember having installed earlier. This made Apache not wanting to start. I went back to the default and then recompiled apache over and over again, adding 1 o 2 modules every time. Apache booted up fine, but for some reason my mail is suddenly acting up.

I keep getting the following error on one of my domain in my client:

Code:
Unable to connect to POP server mail.example.com.
Error sending password: -ERR Maildir invalid (no 'cur' directory)
When I click OK, I get:

Code:
Unable to connect to POP server mail.example.com.
Error sending password: Operation now in progress
I have a couple of other accounts in the mail client. None of them are receiving mails, even though I can see that there are new mails present in the mailbox via webmail.

My exim is configured to use mbox as far as I know. So I don't understand why I'm getting an invalid maildir message.

View Replies!   View Related
Used Apache Update/some PHP Scripts No Longer Working
Having some issues here, I used Apache Update to install WHMCS as I didn't have Curl installed. Well had some issues using the username and password as it couldn't connect to the database, my modernbill and phpnuke scripts still work but some other scripts like joomla, some shopping cart software, and other MYSQL scripts are not working.

I've run test scripts to see if I can connect to the database, got the following error with the PHP test script

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'data_invoice'@'localhost' (using password: YES) in /home/data/public_html/test2.php on line 4
I cannot connect to the database because:Access denied for user 'data_invoice'@'localhost' (using password: YES)

Also attempted it in SSH and getting a similar error that access is denied. Username and password are correct. I believe I upgraded PHP which my guess is what caused this. I've searched the forum for a few solutions and I had the problem in the past which I fixed it, but it's been a while.

View Replies!   View Related
Server Update, Too Many Apache Processes But Low Load
I have 2 almost similar webservers:

debian 3.2, P4 3GHZ, 1 Gb ram, kernel 2.6, apache2, php4

Initial apache2.conf:

Code:
Timeout 4
KeepAlive Off
KeepAliveTimeout 2
ServerLimit 1500

<IfModule prefork.c>
StartServers 10
MinSpareServers 10
MaxSpareServers 15
MaxClients 1500
MaxRequestsPerChild 3000
</IfModule>

I update the sources.list on server 1 to mirrors of the new debian 4 etc . I run apt-get update and apt-get dist-upgrade . A whole bunch of things get updated (it was long time ago that I did this anyway). After some troubles with /boot/grub/menu.lst the server boots ok, and everything is well. This server used to have loads of 15-25 at peak times, but after the update its running very smooth with loads of 2-3 at the same peak times. I dont know why exactly, as I noticed updates in OS , kernel version (from 2.6.8x to 2.6.18) , apache2 , php (4.4.4-8+etch1) , and I also needed to update eaccelerator from 0.94 to 0.95 .

A few days later I update server 2. Everything seems to go the same, although the kernel version stays at 2.6.8-3-686. I dont think kernel version at start was exactly same at server 1. But the new php version is the same as server 1, and everything else looks the same too.

But when peak times are coming up, this server starts to have troubles. It is quickly rising to total of 200-300 processes , while server 1 always stays stable at 60-70.

Server 2 also reacts slow if I click somewhere on the site. It takes 5-10 seconds to show a new page. However the load stays pretty low at 1-2 . I see no big cpu usage and also no big memory usage. I have the impression that this server 2 is somehow wasting a lot of apache processes and is making things hard for itself without a real reason.

When I check the seperate mysql database server, I also notice a lot of processes.

Around 200-250 whereas it used to be 40-60. Sometimes this adds up so hard, that all webservers are blocked because mysql has too much processes. When I check the mysql connections, I see a few dozen things like 'unauthen ip:port Connect login' just hanging. All of them have the ip of webserver 2. Those extra apache processes are somehow hanging on to the mysql server without really doing something.

I dont know what is happening, but this server is underperforming very badly now. I managed to limit the problem by drastically lowering ServerLimit and MaxClients on webserver 2 , but this is no real solution. The server is still slow, at least now its not bringing down the others.

My question : what should I check for now ? I noticed a different structure in the conf files in debian etch, maybe something new has a bad influence on my old conf files? Is there something wrong with the combination of kernel+php version? I have no idea, please point me in the right direction so I can learn from this.

View Replies!   View Related
Apache 2.2 / Php 5 Update: Calling Files Behind Root
With my old Apache 1 and PHP4 I was able to pull files from behind the public_html using a php file without any problems. Is there a reason why this does not work with Apache 2.2 and PHP5?

the piece of coding below is what grabs the image. Right now i'm just seeing a red X for each image.

PHP Code:

        if ($private == 1) {
        header("Content-type: image/jpeg"); 
        $im = imagecreatefromjpeg('/home/site1/private/' . $type . '/' . $mid . '-' . $iid . '.jpg'); 
        imagecolorallocate($im, 255, 255, 255);
        imagejpeg($im); 
        imagedestroy($im);
        } 

View Replies!   View Related
Mysql Insert/Update Makes Apache Go Crazy
I run a wordpress blog with apache2+mysql5+php5 in a Debian vps with 1024mb ram (plus swap).

When you read the website everything works quick and smooth, but when you have to add data to the database (edit posts, write posts, write comments) something weird happens.
monitoring the system with the top and I see that, for example, as soon as an article has been posted (already got the "article posted" message in the page) the free ram goes suddenly down (some seconds) from 800mb to 0. Swapping starts and the website stops responding. in the meanwhile cpu "wa" goes high (90%++).

Typing ps aux I can see that is not mysql process's fault, actually it seems more that it's apache to cause this ram hogging, in fact an apache restart brings back tons of free ram.

this is my current my.cnf:

Code:
client]
port= 3306
socket= /var/run/mysqld/mysqld.sock

# Here is entries for some specific programs
# The following values assume you have at least 32M ram

# This was formally known as [safe_mysqld]. Both versions are currently parsed.
[mysqld_safe]
socket= /var/run/mysqld/mysqld.sock
nice= 0

[mysqld]
#
# * Basic Settings
#
user= mysql
pid-file= /var/run/mysqld/mysqld.pid
socket= /var/run/mysqld/mysqld.sock
port= 3306
basedir= /usr
datadir= /var/lib/mysql
tmpdir= /tmp
language= /usr/share/mysql/english
skip-external-locking
#
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
bind-address= 127.0.0.1
#
# * Fine Tuning
#

myisam_sort_buffer_size=64M
max_connect_errors=20
connect_timeout=15
interactive_timeout=100

join_buffer_size=1M
sort_buffer_size=1M
read_buffer_size=1M
bulk_insert_buffer_size=16M

key_buffer= 64M
max_allowed_packet= 16M
thread_stack= 128K
thread_cache_size= 8
max_connections = 600
table_cache = 256
#thread_concurrency = 10
#
# * Query Cache Configuration
#
query_cache_limit = 1M
query_cache_size = 16M
#
# * Logging and Replication
#
# Both location gets rotated by the cronjob.
# Be aware that this log type is a performance killer.
#log= /var/log/mysql/mysql.log
#
# Error logging goes to syslog. This is a Debian improvement :)
#
# Here you can see queries with especially long duration
#log_slow_queries= /var/log/mysql/mysql-slow.log
#long_query_time = 2
#log-queries-not-using-indexes
#
# The following can be used as easy to replay backup logs or for replication.
#server-id= 1
#log_bin= /var/log/mysql/mysql-bin.log
# WARNING: Using expire_logs_days without bin_log crashes the server! See README.Debian!
#expire_logs_days= 10
#max_binlog_size = 100M
#binlog_do_db= include_database_name
#binlog_ignore_db= include_database_name
#
# * BerkeleyDB
#
# Using BerkeleyDB is now discouraged as its support will cease in 5.1.12.
skip-bdb
#
# * InnoDB
#
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
# Read the manual for more InnoDB related options. There are many!
# You might want to disable InnoDB to shrink the mysqld process by circa 100MB.
skip-innodb
#
# * Security Features
#
# Read the manual, too, if you want chroot!
# chroot = /var/lib/mysql/
#
# For generating SSL certificates I recommend the OpenSSL GUI "tinyca".
#
# ssl-ca=/etc/mysql/cacert.pem
# ssl-cert=/etc/mysql/server-cert.pem
# ssl-key=/etc/mysql/server-key.pem

View Replies!   View Related
Can I Setup My Control Panel To Update The Apache Config File
How can I setup my control panel to update the Apache config file

View Replies!   View Related
CentOS5 VPS - Yum Barely Working. How To Exclude A Mirror/Mirroring For YUM?
On a CentOS5 VPS I have access to "yum update" barely working due to the base mirror "styx.biochem.wfubmc.edu" being tremendously slow.

I'm trying to find out how to disable that mirror possibly via a mirror exclude setting in yum.conf or some other way. I've been searching but I've not found any documentation on this so hopefully somebody out there will know how to make this change.

View Replies!   View Related
YUM - Is Yum Disabled By Easyspace
I went with the cheapest VPS, no control panel and installed webmin myself (done - saves a quid a month )

I have now setup the virtual domains for multiple domain hosting, to find whilst migrating a website that the current install of php (5.12ish) has --without-mysql
so i got the php install files, went to run ./config to find i'm missing required files
(configure: error: Could not find pcre.h in /usr)
which in turn required more files
the resolution rpms are out of the question too many, I need YUM
yet...
bash: yum: command not found
strange as centos comes with yum i thaught
support is busy, thaught i'd try here
-------------------------------------------------
Me:
Web Designer
Only linux experience prior is Yellow Dog Linux
No prior experience in VPS
VPS:
centos 5
minimum spec
now with webmin

View Replies!   View Related
Yum
just having a bit of a play around with virtuozzo here but cant seem to figure out how to get yum within a template so it installs with the initial install

View Replies!   View Related
Yum
I was trying to install Hypervm on one of our nodes, however when running yum commands like yum update I get the following error:

error: cannot open Packages index using db3 - Permission denied (13)
error: cannot open Packages database in /var/lib/rpm

Also when running the command to install hypervm

Repository extras is listed more than once in the configuration
Repository updates 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 Install Process
Setting up repositories
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
No Match for argument: php
Nothing to do
installing php failed. Please fix yum/up2date.

However when installing php it fails and returns the error above. If someone can help that would be great.

View Replies!   View Related
Yum
Does yum support on fedora and centos or can we use it in redhat too?

View Replies!   View Related
How To Install Yum
Well I ordered a virtuzzo server and I am wondering on how do you install yum. Its a centos

View Replies!   View Related
Yum Install
I've tried to work with yum. but if I "yum install .." enter, then i get this error :

PHP Code:

error: no dbpath has been set
error: cannot open Packages database in /%{_dbpath}
Traceback (most recent call last):
  File "/usr/bin/yum", line 30, in ?
    yummain.main(sys.argv[1:])
  File "/usr/share/yum/yummain.py", line 163, in main
    (log, errorlog, filelog, conf, cmds) = parseCmdArgs(args)
  File "/usr/share/yum/yummain.py", line 75, in parseCmdArgs
    conf=yumconf(configfile=yumconffile)
  File "/usr/share/yum/config.py", line 155, in __init__
    self.yumvar['releasever'] = self._getsysver()
  File "/usr/share/yum/config.py", line 285, in _getsysver
    idx = ts.dbMatch('provides', self.distroverpkg)
TypeError: rpmdb open failed 

View Replies!   View Related
Yum RHEL5
What should I put to yum.conf to get this working?

YUM is installed, but I can't get yum.conf setup correctly.

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

But what should I put to [base] and [updates].

View Replies!   View Related
How To Install Yum
one of my server forgot to install yum, as a result, i am unable to use yum to install packages. The os is centos 5,

View Replies!   View Related
Yum Repository
I want to install packages through yum in Fedora 7 just like (clamav , assp)
but i m not able to install , how can i create .repo file and which path i have to select because i want to install package from the net .

View Replies!   View Related
Yum [centos 4.5]
I've just leased my first dedicated server from managemybox, which has come loaded with centos 4.5.

I need to install all the ffmpeg/transcoding junk - something I've done before...

...but now, I'm having huge issues. Yum and up2date don't seem to have *any* idea of where anything, from ffmpeg to flvtool2 is.

I'm crap at quite a bit (read most) of the command line stuff. Whadddoo I need to do? Why is yum telling me there are no matches for the damn stuff?

How can I get from A to B properly without the hassle?

I did have a VPS before, with memset.com - and all this stuff installed fine on Fedora 4 (it was a VMWare based VPS so everything worked, unlike the Xen based ones I've experienced).

View Replies!   View Related
Yum Is Failing
Is there a reason why yum is failing for me? Its a brand new server!

Quote:

[root@194 yum.repos.d]# yum update
Repository base is listed more than once in the configuration
Repository addons is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras 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
not using ftp, http[s], or file for repos, skipping - Null is not a valid release or hasnt been released yet
Cannot find a valid baseurl for repo: update
Error: Cannot find a valid baseurl for repo: update

View Replies!   View Related
Yum Error
I got this error when I try to use yum in a new server with CentOS 5:

Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Could not retrieve mirrorlist [url]
error was
[Errno 4] IOError: <urlopen error (-2, 'Name or service not known')>
Error: Cannot find a valid baseurl for repo: base

View Replies!   View Related
Yum On CentOS 5
How to install yum in CentOS 5?

View Replies!   View Related
Too Many Connection From Yum
Today i get alert from server provider saying my server is under attack, i check netstat and found too many connections.

Quote:

This ticket was automatically generated by the Softlayer Network Protection System. Due to the large amount of traffic targeted to your IP address 74.86.157.184, SoftLayer has automatically injected the IP address into our Cisco Guard Protection system. This system diverts traffic destined to the IP address 74.86.157.184 through hardware devices that will try to identify and block the specific packets and flows responsible for the attack while allowing legitimate transactions to pass. The injection of 74.86.157.184 will remain in place until this attack subsides and then be automatically removed once traffic levels reach a normal level.

Details of the event follow:
Exceeded Bits In: 782.7 M (Threshold: 500 M)

[url]

The connections are from my server to port 80 of "140.211.166.134".

lsof -i :port gives

PHP Code:

# lsof -i :47837
COMMAND     PID USER   FD   TYPE   DEVICE SIZE NODE NAME
crond     16004 root  269u  IPv4 48880489       TCP server20.hosthat.com:47837->ftp-osl.osuosl.org:http (CLOSE_WAIT)
udevd     31116 root  269u  IPv4 48880489       TCP server20.hosthat.com:47837->ftp-osl.osuosl.org:http (CLOSE_WAIT)
yum-updat 31347 root  269u  IPv4 48880489       TCP server20.hosthat.com:47837->ftp-osl.osuosl.org:http (CLOSE_WAIT)
auditd    31683 root  269u  IPv4 48880489       TCP server20.hosthat.com:47837->ftp-osl.osuosl.org:http (CLOSE_WAIT)
python    31685 root  269u  IPv4 48880489       TCP server20.hosthat.com:47837->ftp-osl.osuosl.org:http (CLOSE_WAIT)
ntpd      31715  ntp  269u  IPv4 48880489       TCP server20.hosthat.com:47837->ftp-osl.osuosl.org:http (CLOSE_WAIT)


I have rebooted the server and now server is normal.

I disabled yum on the server. Some days back, i have same problem with another server, server have too many connection to one of the yum respositry IP. The OS is CentOS 5.1

View Replies!   View Related
Installing Yum
Anyone have tried yum with suse 10.x ? and what its rpm download link?

View Replies!   View Related
Yum Broken
I have waisted all not trying to get subversion working for apache 2.2.6 and in the process i have broken yum now to.

I did yum erase subversion, and now with every yum command i get:

Code:
(process:27490): GLib-CRITICAL **: file gtimer.c: line 106 (g_timer_stop): assertion `timer != NULL' failed

(process:27490): GLib-CRITICAL **: file gtimer.c: line 88 (g_timer_destroy): assertion `timer != NULL' failed
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
yummain.main(sys.argv[1:])
File "/usr/share/yum-cli/yummain.py", line 97, in main
result, resultmsgs = do()
File "/usr/share/yum-cli/cli.py", line 512, in doCommands
ypl = self.returnPkgLists()
File "/usr/share/yum-cli/cli.py", line 1176, in returnPkgLists
ypl = self.doPackageLists(pkgnarrow=pkgnarrow)
File "__init__.py", line 885, in doPackageLists
File "/usr/share/yum-cli/cli.py", line 75, in doRepoSetup
self.doSackSetup(thisrepo=thisrepo)
File "__init__.py", line 260, in doSackSetup
File "repos.py", line 277, in populateSack
File "/usr/lib/python2.3/site-packages/sqlitecachec.py", line 40, in getPrimary
self.repoid))
TypeError: Can not create index on requires table: near "NOT": syntax error
I saw this too:

Code:
/sbin/ldconfig: /usr/lib/mysql/libmysqlclient.so.15 is not a symbolic link
I tried uninstalling and reinstall yum but that did not work.

View Replies!   View Related
Yum Error
Code:
root@server2 [~]# yum install kernel-smp
Setting up Install Process
Setting up repositories
update 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
update : ################################################## 372/372
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
yummain.main(sys.argv[1:])
File "/usr/share/yum-cli/yummain.py", line 97, in main
result, resultmsgs = do()
File "/usr/share/yum-cli/cli.py", line 470, in doCommands
return self.installPkgs()
File "/usr/share/yum-cli/cli.py", line 836, in installPkgs
self.doRepoSetup()
File "/usr/share/yum-cli/cli.py", line 75, in doRepoSetup
self.doSackSetup(thisrepo=thisrepo)
File "__init__.py", line 260, in doSackSetup
File "repos.py", line 287, in populateSack
File "sqlitecache.py", line 96, in getPrimary
File "sqlitecache.py", line 89, in _getbase
File "sqlitecache.py", line 373, in updateSqliteCache
File "/var/tmp/python-sqlite-root//usr/lib/python2.3/site-packages/sqlite/main.py", line 244, in execute
_sqlite.DatabaseError: unable to open database file

View Replies!   View Related
Yum Error
how to fix the error on the bottom of this...

root@host [/home/britneye]# yum -y update
Setting up Update Process
Setting up repositories
update 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 26 kB 00:00
update : ################################################## 105/105
Added 22 new packages, deleted 11 old in 0.41 seconds
Excluding Packages in global exclude list
Finished
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package net-tools.i386 0:1.60-37.EL4.9 set to be updated
---> Package dbus-glib.i386 0:0.22-12.EL.9 set to be updated
---> Package selinux-policy-targeted.noarch 0:1.17.30-2.145 set to be updated
---> Package audit.i386 0:1.0.15-3.EL4 set to be updated
---> Package libxml2.i386 0:2.6.16-10 set to be updated
---> Package man.i386 0:1.5o1-10.rhel4 set to be updated
---> Package dosfstools.i386 0:2.8-18 set to be updated
---> Package unzip.i386 0:5.51-9.EL4.5 set to be updated
---> Package python-docs.i386 0:2.3.4-14.4 set to be updated
---> Package shared-mime-info.i386 0:0.15-10.1.el4 set to be updated
---> Package rhpl.i386 0:0.148.5-1 set to be updated
---> Downloading header for vixie-cron to pack into transaction set.
vixie-cron-4.1-47.EL4.i38 100% |=========================| 18 kB 00:00
---> Package vixie-cron.i386 4:4.1-47.EL4 set to be updated
---> Package mailx.i386 0:8.1.1-37.EL4 set to be updated
---> Package xorg-x11-font-utils.i386 0:6.8.2-1.EL.18 set to be updated
---> Package mutt.i386 5:1.4.1-12.el4 set to be updated
---> Package yum.noarch 0:2.4.3-3.el4.centos set to be updated
---> Package rpm.i386 0:4.3.3-22_nonptl set to be updated
---> Package usermode-gtk.i386 0:1.74-2 set to be updated
---> Package dbus.i386 0:0.22-12.EL.9 set to be updated
---> Package tkinter.i386 0:2.3.4-14.4 set to be updated
---> Package rpm-build.i386 0:4.3.3-22_nonptl set to be updated
---> Package iputils.i386 0:20020927-19.EL4.5 set to be updated
---> Package openldap.i386 0:2.2.13-7.4E set to be updated
---> Package kernel-utils.i386 1:2.4-13.1.99 set to be updated
---> Package dbus-python.i386 0:0.22-12.EL.9 set to be updated
---> Package libstdc++.i386 0:3.4.6-8 set to be updated
---> Package aspell-devel.i386 12:0.50.5-4.EL4 set to be updated
---> Package nfs-utils.i386 0:1.0.6-80.EL4 set to be updated
---> Package python-devel.i386 0:2.3.4-14.4 set to be updated
---> Package krb5-devel.i386 0:1.3.4-47 set to be updated
---> Package words.noarch 0:3.0-3.2 set to be updated
---> Package system-config-lvm.noarch 0:1.0.23-1.0 set to be updated
---> Package pciutils.i386 0:2.1.99.test8-3.4 set to be updated
---> Package squid.i386 7:2.5.STABLE14-1.4E set to be updated
---> Package elfutils.i386 0:0.97.1-4 set to be updated
---> Package acl.i386 0:2.2.23-5.3.el4 set to be updated
---> Package nscd.i386 0:2.3.4-2.36 set to be updated
---> Package kernel-smp-devel.i686 0:2.6.9-55.EL set to be updated
---> Package python-sqlite.i386 0:1.1.7-1.2.1 set to be updated
---> Package usermode.i386 0:1.74-2 set to be updated
---> Package diskdumputils.i386 0:1.3.25-1 set to be updated
---> Package dmraid.i386 0:1.0.0.rc14-5_RHEL4_U5 set to be updated
---> Package util-linux.i386 0:2.12a-16.EL4.25 set to be updated
---> Package mkinitrd.i386 0:4.2.1.10-1.1 set to be updated
---> Package rpmdb-CentOS.i386 2:4.5-0.20070506 set to be updated
---> Package alsa-utils.i386 0:1.0.6-6 set to be updated
---> Package rpm-python.i386 0:4.3.3-22_nonptl set to be updated
---> Package cracklib.i386 0:2.8.9-1.3 set to be updated
---> Package strace.i386 0:4.5.15-1.el4.1 set to be updated
---> Package procps.i386 0:3.2.3-8.6 set to be updated
---> Package hwdata.noarch 0:0.146.28.EL-1 set to be updated
---> Package system-config-users.noarch 0:1.2.27-0.EL4.4 set to be updated
---> Package cpio.i386 0:2.5-13.RHEL4 set to be updated
---> Package logwatch.noarch 0:5.2.2-2.EL4 set to be updated
---> Package NetworkManager.i386 0:0.3.1-4.el4 set to be updated
---> Package findutils.i386 1:4.1.20-7.el4.3 set to be updated
---> Package libIDL.i386 0:0.8.4-1.centos4 set to be updated
---> Package ntp.i386 0:4.2.0.a.20040617-6.el4 set to be updated
---> Package kudzu.i386 0:1.1.95.22-1 set to be updated
---> Package numactl.i386 0:0.6.4-1.39 set to be updated
---> Package dhcpv6_client.i386 0:0.10-17_EL4 set to be updated
---> Package samba.i386 0:3.0.10-1.4E.12.2 set to be updated
---> Package ntsysv.i386 0:1.3.13.5.EL4-1 set to be updated
---> Downloading header for kernel-smp to pack into transaction set.
kernel-smp-2.6.9-55.EL.i6 100% |=========================| 236 kB 00:00
---> Package kernel-smp.i686 0:2.6.9-55.EL set to be installed
---> Package cracklib-dicts.i386 0:2.8.9-1.3 set to be updated
---> Package krb5-workstation.i386 0:1.3.4-47 set to be updated
---> Package system-config-samba.noarch 0:1.2.21-1.el4.1 set to be updated
---> Package glibc-devel.i386 0:2.3.4-2.36 set to be updated
---> Package comps.i386 2:4.5CENTOS-0.20070506 set to be updated
---> Package glibc-common.i386 0:2.3.4-2.36 set to be updated
---> Package system-config-printer.i386 0:0.6.116.10-1 set to be updated
---> Downloading header for libpng10-devel to pack into transaction set.
libpng10-devel-1.0.16-3.i 100% |=========================| 5.7 kB 00:00
---> Package libpng10-devel.i386 0:1.0.16-3 set to be updated
---> Package iproute.i386 0:2.6.9-3.EL4.7 set to be updated
---> Package netdump.i386 0:0.7.16-10 set to be updated
---> Package grep.i386 0:2.5.1-32.3 set to be updated
---> Package curl.i386 0:7.12.1-11.el4 set to be updated
---> Package python.i386 0:2.3.4-14.4 set to be updated
---> Package initscripts.i386 0:7.93.29.EL-1.centos4 set to be updated
---> Package man-pages.noarch 0:1.67-12.EL4 set to be updated
---> Package traceroute.i386 0:1.4a12-24.EL4.1 set to be updated
---> Package autofs.i386 1:4.1.3-199.3 set to be updated
---> Package rhnlib.noarch 0:2.1.1-3.el4 set to be updated
---> Package SysVinit.i386 0:2.85-34.4 set to be updated
---> Package quota.i386 1:3.12-6.el4 set to be updated
---> Downloading header for libpng-devel to pack into transaction set.
libpng-devel-1.2.7-3.el4. 100% |=========================| 9.2 kB 00:00
---> Package libpng-devel.i386 2:1.2.7-3.el4 set to be updated
---> Package nfs-utils-lib.i386 0:1.0.6-8 set to be updated
---> Package policycoreutils.i386 0:1.18.1-4.12 set to be updated
---> Package lvm2.i386 0:2.02.21-5.el4 set to be updated
---> Package xorg-x11-xauth.i386 0:6.8.2-1.EL.18 set to be updated
---> Package usbutils.i386 0:0.11-7.RHEL4.1 set to be updated
---> Package popt.i386 0:1.9.1-22_nonptl set to be updated
---> Package nss_ldap.i386 0:226-18 set to be updated
---> Downloading header for kernel to pack into transaction set.
kernel-2.6.9-55.EL.i686.r 100% |=========================| 235 kB 00:00
---> Package kernel.i686 0:2.6.9-55.EL set to be installed
---> Package dovecot.i386 0:0.99.11-8.EL4 set to be updated
---> Package setools.i386 0:2.3-4 set to be updated
---> Package sqlite.i386 0:3.3.6-2 set to be updated
---> Package glibc-headers.i386 0:2.3.4-2.36 set to be updated
---> Package shadow-utils.i386 2:4.0.3-61.RHEL4 set to be updated
---> Package parted.i386 0:1.6.19-16.EL set to be updated
---> Package sendmail-cf.i386 0:8.13.1-3.2.el4 set to be updated
---> Package samba-client.i386 0:3.0.10-1.4E.12.2 set to be updated
---> Package python-tools.i386 0:2.3.4-14.4 set to be updated
---> Package tcsh.i386 0:6.13-9.el4.1 set to be updated
---> Package up2date.i386 0:4.5.5-5.centos4 set to be updated
---> Package bluez-utils.i386 0:2.10-2.2 set to be updated
---> Package cups-libs.i386 1:1.1.22-0.rc1.9.20 set to be updated
---> Package attr.i386 0:2.4.16-3.1.el4 set to be updated
---> Package hal.i386 0:0.4.2-6.EL4 set to be updated
---> Package kbd.i386 0:1.12-2.el4.4 set to be updated
---> Package coreutils.i386 0:5.2.1-31.6 set to be updated
---> Package cups.i386 1:1.1.22-0.rc1.9.20 set to be updated
---> Package audit-libs.i386 0:1.0.15-3.EL4 set to be updated
---> Package chkconfig.i386 0:1.3.13.5.EL4-1 set to be updated
---> Package dhclient.i386 7:3.0.1-59.EL4 set to be updated
---> Package gamin.i386 0:0.1.7-1.2.EL4 set to be updated
---> Package glibc.i686 0:2.3.4-2.36 set to be updated
---> Package libxml2-devel.i386 0:2.6.16-10 set to be updated
---> Package e2fsprogs-devel.i386 0:1.35-12.5.el4 set to be updated
---> Package libattr.i386 0:2.4.16-3.1.el4 set to be updated
---> Package jpackage-utils.noarch 0:1.7.3-1jpp.1.el4 set to be updated
---> Package pam.i386 0:0.77-66.21 set to be updated
---> Package ypbind.i386 3:1.17.2-13 set to be updated
---> Package less.i386 0:382-4.rhel4 set to be updated
---> Package glibc-kernheaders.i386 0:2.4-9.1.100.EL set to be updated
---> Package desktop-file-utils.i386 0:0.9-3.el4 set to be updated
---> Package crash.i386 0:4.0-3.9 set to be updated
---> Downloading header for device-mapper to pack into transaction set.
device-mapper-1.02.17-3.0 100% |=========================| 11 kB 00:00
---> Package device-mapper.i386 0:1.02.17-3.0.1.el4 set to be updated
---> Package e2fsprogs.i386 0:1.35-12.5.el4 set to be updated
---> Package ttmkfdir.i386 0:3.0.9-20.el4 set to be updated
---> Package xorg-x11-Mesa-libGL.i386 0:6.8.2-1.EL.18 set to be updated
---> Package samba-common.i386 0:3.0.10-1.4E.12.2 set to be updated
---> Package libxml2-python.i386 0:2.6.16-10 set to be updated
---> Downloading header for libpng to pack into transaction set.
libpng-1.2.7-3.el4.i386.r 100% |=========================| 9.2 kB 00:00
---> Package libpng.i386 2:1.2.7-3.el4 set to be updated
---> Package centos-release.i386 6:4-4.3 set to be updated
---> Package libstdc++-devel.i386 0:3.4.6-8 set to be updated
---> Package system-config-language.noarch 0:1.1.8-4 set to be updated
---> Downloading header for libpng10 to pack into transaction set.
libpng10-1.0.16-3.i386.rp 100% |=========================| 6.1 kB 00:00
---> Package libpng10.i386 0:1.0.16-3 set to be updated
---> Package pam_ccreds.i386 0:3-3.rhel4.2 set to be updated
---> Package hotplug.i386 3:2004_04_01-7.8 set to be updated
---> Package aspell.i386 12:0.50.5-4.EL4 set to be updated
---> Package python-elementtree.i386 0:1.2.6-5.el4.centos set to be updated
---> Package rpm-libs.i386 0:4.3.3-22_nonptl set to be updated
---> Package krb5-libs.i386 0:1.3.4-47 set to be updated
---> Package binutils.i386 0:2.15.92.0.2-22 set to be updated
---> Package logrotate.i386 0:3.7.1-6.RHEL4 set to be updated
---> Package elfutils-libelf.i386 0:0.97.1-4 set to be updated
---> Package ImageMagick.i386 0:6.0.7.1-17 set to be updated
---> Package psacct.i386 0:6.3.2-39.rhel4 set to be updated
---> Package module-init-tools.i386 0:3.1-0.pre5.3.4 set to be updated
---> Package grub.i386 0:0.95-3.8 set to be updated
---> Package mdadm.i386 0:1.12.0-2 set to be updated
---> Package ftp.i386 0:0.17-23.EL4 set to be updated
---> Package libselinux.i386 0:1.19.1-7.3 set to be updated
---> Package libacl.i386 0:2.2.23-5.3.el4 set to be updated
---> Package sed.i386 0:4.1.2-6.el4 set to be updated
---> Package pam-devel.i386 0:0.77-66.21 set to be updated
---> Package rdist.i386 1:6.1.5-38.40.2 set to be updated
--> Running transaction check
--> Processing Dependency: libmysqlclient.so.14 for package: dovecot
--> Processing Dependency: libmysqlclient.so.14(libmysqlclient_14) for package: dovecot
--> Finished Dependency Resolution
Error: Missing Dependency: libmysqlclient.so.14 is needed by package dovecot
Error: Missing Dependency: libmysqlclient.so.14(libmysqlclient_14) is needed by package dovecot
root@host [/home/britneye]# yum -y update
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package net-tools.i386 0:1.60-37.EL4.9 set to be updated
---> Package dbus-glib.i386 0:0.22-12.EL.9 set to be updated
---> Package selinux-policy-targeted.noarch 0:1.17.30-2.145 set to be updated
---> Package audit.i386 0:1.0.15-3.EL4 set to be updated
---> Package libxml2.i386 0:2.6.16-10 set to be updated
---> Package man.i386 0:1.5o1-10.rhel4 set to be updated
---> Package dosfstools.i386 0:2.8-18 set to be updated
---> Package unzip.i386 0:5.51-9.EL4.5 set to be updated
---> Package python-docs.i386 0:2.3.4-14.4 set to be updated
---> Package shared-mime-info.i386 0:0.15-10.1.el4 set to be updated
---> Package rhpl.i386 0:0.148.5-1 set to be updated
---> Package vixie-cron.i386 4:4.1-47.EL4 set to be updated
---> Package mailx.i386 0:8.1.1-37.EL4 set to be updated
---> Package xorg-x11-font-utils.i386 0:6.8.2-1.EL.18 set to be updated
---> Package mutt.i386 5:1.4.1-12.el4 set to be updated
---> Package yum.noarch 0:2.4.3-3.el4.centos set to be updated
---> Package rpm.i386 0:4.3.3-22_nonptl set to be updated
---> Package usermode-gtk.i386 0:1.74-2 set to be updated
---> Package dbus.i386 0:0.22-12.EL.9 set to be updated
---> Package tkinter.i386 0:2.3.4-14.4 set to be updated
---> Package rpm-build.i386 0:4.3.3-22_nonptl set to be updated
---> Package iputils.i386 0:20020927-19.EL4.5 set to be updated
---> Package openldap.i386 0:2.2.13-7.4E set to be updated
---> Package kernel-utils.i386 1:2.4-13.1.99 set to be updated
---> Package dbus-python.i386 0:0.22-12.EL.9 set to be updated
---> Package libstdc++.i386 0:3.4.6-8 set to be updated
---> Package aspell-devel.i386 12:0.50.5-4.EL4 set to be updated
---> Package nfs-utils.i386 0:1.0.6-80.EL4 set to be updated
---> Package python-devel.i386 0:2.3.4-14.4 set to be updated
---> Package krb5-devel.i386 0:1.3.4-47 set to be updated
---> Package words.noarch 0:3.0-3.2 set to be updated
---> Package system-config-lvm.noarch 0:1.0.23-1.0 set to be updated
---> Package pciutils.i386 0:2.1.99.test8-3.4 set to be updated
---> Package squid.i386 7:2.5.STABLE14-1.4E set to be updated
---> Package elfutils.i386 0:0.97.1-4 set to be updated
---> Package acl.i386 0:2.2.23-5.3.el4 set to be updated
---> Package nscd.i386 0:2.3.4-2.36 set to be updated
---> Package kernel-smp-devel.i686 0:2.6.9-55.EL set to be updated
---> Package python-sqlite.i386 0:1.1.7-1.2.1 set to be updated
---> Package usermode.i386 0:1.74-2 set to be updated
---> Package diskdumputils.i386 0:1.3.25-1 set to be updated
---> Package dmraid.i386 0:1.0.0.rc14-5_RHEL4_U5 set to be updated
---> Package util-linux.i386 0:2.12a-16.EL4.25 set to be updated
---> Package mkinitrd.i386 0:4.2.1.10-1.1 set to be updated
---> Package rpmdb-CentOS.i386 2:4.5-0.20070506 set to be updated
---> Package alsa-utils.i386 0:1.0.6-6 set to be updated
---> Package rpm-python.i386 0:4.3.3-22_nonptl set to be updated
---> Package cracklib.i386 0:2.8.9-1.3 set to be updated
---> Package strace.i386 0:4.5.15-1.el4.1 set to be updated
---> Package procps.i386 0:3.2.3-8.6 set to be updated
---> Package hwdata.noarch 0:0.146.28.EL-1 set to be updated
---> Package system-config-users.noarch 0:1.2.27-0.EL4.4 set to be updated
---> Package cpio.i386 0:2.5-13.RHEL4 set to be updated
---> Package logwatch.noarch 0:5.2.2-2.EL4 set to be updated
---> Package NetworkManager.i386 0:0.3.1-4.el4 set to be updated
---> Package findutils.i386 1:4.1.20-7.el4.3 set to be updated
---> Package libIDL.i386 0:0.8.4-1.centos4 set to be updated
---> Package ntp.i386 0:4.2.0.a.20040617-6.el4 set to be updated
---> Package kudzu.i386 0:1.1.95.22-1 set to be updated
---> Package numactl.i386 0:0.6.4-1.39 set to be updated
---> Package dhcpv6_client.i386 0:0.10-17_EL4 set to be updated
---> Package samba.i386 0:3.0.10-1.4E.12.2 set to be updated
---> Package ntsysv.i386 0:1.3.13.5.EL4-1 set to be updated
---> Package kernel-smp.i686 0:2.6.9-55.EL set to be installed
---> Package cracklib-dicts.i386 0:2.8.9-1.3 set to be updated
---> Package krb5-workstation.i386 0:1.3.4-47 set to be updated
---> Package system-config-samba.noarch 0:1.2.21-1.el4.1 set to be updated
---> Package glibc-devel.i386 0:2.3.4-2.36 set to be updated
---> Package comps.i386 2:4.5CENTOS-0.20070506 set to be updated
---> Package glibc-common.i386 0:2.3.4-2.36 set to be updated
---> Package system-config-printer.i386 0:0.6.116.10-1 set to be updated
---> Package libpng10-devel.i386 0:1.0.16-3 set to be updated
---> Package iproute.i386 0:2.6.9-3.EL4.7 set to be updated
---> Package netdump.i386 0:0.7.16-10 set to be updated
---> Package grep.i386 0:2.5.1-32.3 set to be updated
---> Package curl.i386 0:7.12.1-11.el4 set to be updated
---> Package python.i386 0:2.3.4-14.4 set to be updated
---> Package initscripts.i386 0:7.93.29.EL-1.centos4 set to be updated
---> Package man-pages.noarch 0:1.67-12.EL4 set to be updated
---> Package traceroute.i386 0:1.4a12-24.EL4.1 set to be updated
---> Package autofs.i386 1:4.1.3-199.3 set to be updated
---> Package rhnlib.noarch 0:2.1.1-3.el4 set to be updated
---> Package SysVinit.i386 0:2.85-34.4 set to be updated
---> Package quota.i386 1:3.12-6.el4 set to be updated
---> Package libpng-devel.i386 2:1.2.7-3.el4 set to be updated
---> Package nfs-utils-lib.i386 0:1.0.6-8 set to be updated
---> Package policycoreutils.i386 0:1.18.1-4.12 set to be updated
---> Package lvm2.i386 0:2.02.21-5.el4 set to be updated
---> Package xorg-x11-xauth.i386 0:6.8.2-1.EL.18 set to be updated
---> Package usbutils.i386 0:0.11-7.RHEL4.1 set to be updated
---> Package popt.i386 0:1.9.1-22_nonptl set to be updated
---> Package nss_ldap.i386 0:226-18 set to be updated
---> Package kernel.i686 0:2.6.9-55.EL set to be installed
---> Package dovecot.i386 0:0.99.11-8.EL4 set to be updated
---> Package setools.i386 0:2.3-4 set to be updated
---> Package sqlite.i386 0:3.3.6-2 set to be updated
---> Package glibc-headers.i386 0:2.3.4-2.36 set to be updated
---> Package shadow-utils.i386 2:4.0.3-61.RHEL4 set to be updated
---> Package parted.i386 0:1.6.19-16.EL set to be updated
---> Package sendmail-cf.i386 0:8.13.1-3.2.el4 set to be updated
---> Package samba-client.i386 0:3.0.10-1.4E.12.2 set to be updated
---> Package python-tools.i386 0:2.3.4-14.4 set to be updated
---> Package tcsh.i386 0:6.13-9.el4.1 set to be updated
---> Package up2date.i386 0:4.5.5-5.centos4 set to be updated
---> Package bluez-utils.i386 0:2.10-2.2 set to be updated
---> Package cups-libs.i386 1:1.1.22-0.rc1.9.20 set to be updated
---> Package attr.i386 0:2.4.16-3.1.el4 set to be updated
---> Package hal.i386 0:0.4.2-6.EL4 set to be updated
---> Package kbd.i386 0:1.12-2.el4.4 set to be updated
---> Package coreutils.i386 0:5.2.1-31.6 set to be updated
---> Package cups.i386 1:1.1.22-0.rc1.9.20 set to be updated
---> Package audit-libs.i386 0:1.0.15-3.EL4 set to be updated
---> Package chkconfig.i386 0:1.3.13.5.EL4-1 set to be updated
---> Package dhclient.i386 7:3.0.1-59.EL4 set to be updated
---> Package gamin.i386 0:0.1.7-1.2.EL4 set to be updated
---> Package glibc.i686 0:2.3.4-2.36 set to be updated
---> Package libxml2-devel.i386 0:2.6.16-10 set to be updated
---> Package e2fsprogs-devel.i386 0:1.35-12.5.el4 set to be updated
---> Package libattr.i386 0:2.4.16-3.1.el4 set to be updated
---> Package jpackage-utils.noarch 0:1.7.3-1jpp.1.el4 set to be updated
---> Package pam.i386 0:0.77-66.21 set to be updated
---> Package ypbind.i386 3:1.17.2-13 set to be updated
---> Package less.i386 0:382-4.rhel4 set to be updated
---> Package glibc-kernheaders.i386 0:2.4-9.1.100.EL set to be updated
---> Package desktop-file-utils.i386 0:0.9-3.el4 set to be updated
---> Package crash.i386 0:4.0-3.9 set to be updated
---> Package device-mapper.i386 0:1.02.17-3.0.1.el4 set to be updated
---> Package e2fsprogs.i386 0:1.35-12.5.el4 set to be updated
---> Package ttmkfdir.i386 0:3.0.9-20.el4 set to be updated
---> Package xorg-x11-Mesa-libGL.i386 0:6.8.2-1.EL.18 set to be updated
---> Package samba-common.i386 0:3.0.10-1.4E.12.2 set to be updated
---> Package libxml2-python.i386 0:2.6.16-10 set to be updated
---> Package libpng.i386 2:1.2.7-3.el4 set to be updated
---> Package centos-release.i386 6:4-4.3 set to be updated
---> Package libstdc++-devel.i386 0:3.4.6-8 set to be updated
---> Package system-config-language.noarch 0:1.1.8-4 set to be updated
---> Package libpng10.i386 0:1.0.16-3 set to be updated
---> Package pam_ccreds.i386 0:3-3.rhel4.2 set to be updated
---> Package hotplug.i386 3:2004_04_01-7.8 set to be updated
---> Package aspell.i386 12:0.50.5-4.EL4 set to be updated
---> Package python-elementtree.i386 0:1.2.6-5.el4.centos set to be updated
---> Package rpm-libs.i386 0:4.3.3-22_nonptl set to be updated
---> Package krb5-libs.i386 0:1.3.4-47 set to be updated
---> Package binutils.i386 0:2.15.92.0.2-22 set to be updated
---> Package logrotate.i386 0:3.7.1-6.RHEL4 set to be updated
---> Package elfutils-libelf.i386 0:0.97.1-4 set to be updated
---> Package ImageMagick.i386 0:6.0.7.1-17 set to be updated
---> Package psacct.i386 0:6.3.2-39.rhel4 set to be updated
---> Package module-init-tools.i386 0:3.1-0.pre5.3.4 set to be updated
---> Package grub.i386 0:0.95-3.8 set to be updated
---> Package mdadm.i386 0:1.12.0-2 set to be updated
---> Package ftp.i386 0:0.17-23.EL4 set to be updated
---> Package libselinux.i386 0:1.19.1-7.3 set to be updated
---> Package libacl.i386 0:2.2.23-5.3.el4 set to be updated
---> Package sed.i386 0:4.1.2-6.el4 set to be updated
---> Package pam-devel.i386 0:0.77-66.21 set to be updated
---> Package rdist.i386 1:6.1.5-38.40.2 set to be updated
--> Running transaction check
--> Processing Dependency: libmysqlclient.so.14 for package: dovecot
--> Processing Dependency: libmysqlclient.so.14(libmysqlclient_14) for package: dovecot
--> Finished Dependency Resolution
Error: Missing Dependency: libmysqlclient.so.14 is needed by package dovecot
Error: Missing Dependency: libmysqlclient.so.14(libmysqlclient_14) is needed by package dovecot

View Replies!   View Related
Yum Memory
When I run yum update I get:
memory alloc (XXXXX bytes) returned null

It's probably memory problem since my VPS config is really minimalistic... running updates one-by-one (yum update packagename) works ok, but it's pain in the a** to install 100+ updates like that, manually. It's apparently some kind memory leak in yum, does anybody know some way to prevent it? E.g. a script that would download list of needed updates, save it and then run it individually.

View Replies!   View Related
How To Install Yum In Openvz ?
When i using openvz to create VPS, and RHEL4 needed yum installed.

I don't know how to install yum on it.

View Replies!   View Related
Yum Install Gcc
I tried to : yum install gcc

Quote:

root@name [~]# yum install gcc
Traceback (most recent call last):
File "/usr/bin/yum", line 28, in ?
import yummain
File "/usr/share/yum-cli/yummain.py", line 30, in ?
from yum import _
ImportError: cannot import name _

command : rpm -q yum

Quote:

root@name [~]# rpm -q yum
yum-3.2.8-9.el5.centos.2.1

command : rpm -ap | grep yum

Quote:

root@name [~]# rpm -aq | grep yum
yum-3.2.8-9.el5.centos.2.1
yum-fastestmirror-1.1.10-9.el5.centos
yum-metadata-parser-1.1.2-2.el5

command : rpm -e yum-metadata-parser-1.0-8.fc6

Quote:

root@name [~]# rpm -e yum-metadata-parser-1.0-8.fc6
error: package yum-metadata-parser-1.0-8.fc6 is not installed

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved