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 Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
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
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
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 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 - 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 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
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
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
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
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
CentOS Yum Fail
cpanel tech staff say my server --------------- in a broken state halfway upgraded from centos 4 to centos 5. You'll need to either complete the update to centos 5 or revert to centos 4. Easyapache and some other cPanel functions require that yum be working, but "yum update" on your server currently fails due to the mix of centos 4 and 5 rpm's you have installed --------------- i want to ask how can i fix the issue? because i run "yum update",it fail.
View Replies!
View Related
Yum Problem On Fedora 5
I am having a problem with YUM on Fedora 5, for a long time it has not worked saying there is nothing to update when I know there is, I have tried to correct this by following a forum post of someone having the same problem, now I have really messed things up... When I type any yum command (yum, yum --version, yum check-update etc) I get the following error: Traceback (most recent call last): File "/usr/bin/yum", line 28, in ? import yummain File "/usr/share/yum-cli/yummain.py", line 29, in ? from yum import logginglevels ImportError: cannot import name logginglevels perhaps removing it and installing the latest version of Yum would help however tried that and it seems to make no difference, perhaps I am doing it wrong?
View Replies!
View Related
Yum Install Openvpn - Nothing To Do
i try running on centos 5.2 : yum install -y openvpn -bash-3.1# yum install -y openvpn Loading "installonlyn" plugin Setting up Install Process Setting up repositories Reading repository metadata in from local files Parsing package install arguments Nothing to do i want install openvpn by yum
View Replies!
View Related
Yum Remove Command
I had some issues with PHP compilation seems to be issue with zlib. So I decided to remove it. What happened then is something like nightmare... The command yum remove zlib removed zlib + all dependencies without asking me what to remove. So it removed majority of packages including yum itself. How can I force yum to not remove dependencies when I uninstall some package?
View Replies!
View Related
Yum Hangs/freezes
I seem to be having troubles getting yum to run. The problem occurs when I try to run yum via ssh using putty or install perl modules through whm. When I try to run it, I generally get: Loading "fastestmirror" plugin And nothing after that, even if I wait a while. This happens when I run: yum update yum install imagemagick (my current reason for trying to get yum to run) yum clean all (probably other yum commands) If I run yum with --noplugins, it just skips putting out the fastestmirror message. Some info on my system: CENTOS Enterprise 5.2 Kernel Version: 2.6.18-92.el5 Intel C2D e6750 WHM 11.23.2 cPanel 11.23.6-R27698 I'm not sure what other information be relevant;
View Replies!
View Related
Yum (failed Dependencies)
I'm in the process of transferring my sites over to a new VPS, which is running CentOS and plesk. The server is also running PHP4 and MySQL4, both of which have to be upgraded for one of my sites (the site depends on PHP5 specific functions and MySQL referential integrity stuff) So, to begin with, I installed yum to make my job easier. That went without a hitch. Then I did a yum check-update to see what was going to update...among the list was php and Mysql...excellent. When I issued yum update, however, I got a failed dependency error, and for the life of me, I can't solve it. Hoping a centos/plesk/linux guru can help me out here... Quote: Running transaction check --> Processing Dependency: glibc-common = 2.3.4-2.25 for package: glibc-dummy-centos-4 --> Finished Dependency Resolution Error: Missing Dependency: glibc-common = 2.3.4-2.25 is needed by package glibc-dummy-centos-4
View Replies!
View Related
Lost With Yum On CentOS
i'm running centOS i don't know what version it is as i can't find anywhere on the net what the command is to get the version of os i'm running. But yum is apparently not setup. whenever running "yum install php" for example i get the following error, "bash: yum: command not found" Now i've also tried "su -c 'yum intall php'" even while logged in as root. But i get the same error. Anybody have any direction for me on this? I've been googling this for wlan hour and have come up totally empty.
View Replies!
View Related
Can Not Use Yum To Install Mhash On Linux
The control panel is plesk. When I run Code: yum install php5-mhash I get Quote: Loaded plugins: security Setting up Install Process No package php5-mhash available. Nothing to do When I run Quote: yum install php-mhash Same thing happen. Linux version 2.6.18-128.4.1.el5PAE (mockbuild@hs20-bc1-6.build.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-44)) #1 SMP Thu Jul 23 20:14:48 EDT 2009 When I run on centOS, it works just fine.
View Replies!
View Related
|