"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 Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
CentOS Update Failing
I'm having a problem with my CentOS 5 box. for some reason the update will not work. I run yum update, The update starts, then when it gets too downloading the packages I get the following error for every single RPM. [url]: [Errno 4] IOError: <urlopen error (114, 'Operation already in progress')> Trying other mirror. The RPM's can be downloaded just fine if I copy and past that URL in my browser. I don't understand why the server can't open that URL Does anyone know of a fix for this? Or is anyone else at iWeb having the same problem.
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 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 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
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
Clone Centos Failing Hard Drive
Is it possible to clone centos 4.6.x + cpanel 11 hard drive to brand new disk with same capacity? just like we clone hard drives in windows with noton ghost ?. I have a server with failing hard drive (smart errors) and drive must be replaced soon but i feel lazy to restore everything from backup hard drive and was thinking it will be smart to just copy mirror of primary hard drive from original hard drive to knew one. Is this possible? I do have 2 backup copies, so don't worry about that . Btw, i found this link which says its possible but i am not sure. Please suggest. [url]
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
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
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
Installing HyperVM On CentOS- W/ YUM
I'm trying to install HyperVM like the following: Code: [root@server ~]# sh ./hypervm-install-master.sh --virtualization-type=openvz Here is the output it's returning to me (From log file) Code: Installing packages which lxlighttpd zip unzip lxphp lxzend curl mysql mysql-server mysqlclient10... 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 Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package lxphp.i386 0:5.2.1-90 set to be updated ---> Package lxzend.i386 0:3.3-lxa set to be updated ---> Package lxlighttpd.i386 0:1.4.13-1 set to be updated --> Running transaction check --> Processing Dependency: libmysqlclient.so.14(libmysqlclient_14) for package: lxphp --> Processing Dependency: libmysqlclient.so.14 for package: lxphp --> Finished Dependency Resolution Up2date Gave Error... Trying Again... This continues to loop
View Replies!
View Related
Yum Issue On CentOS 4 With Webmin
I get the following message when installing MySQL in Webmin and in ssh, also with a few other packages. What do I do?Setting up Install ProcessSetting up repositoriesnot using ftp, http[s], or file for repos, skipping - Null is not a valid release or hasnt been released yet.. install failed!
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 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
HOW TO: CentOS Issue .. Kernel Update - SAS Drive
I installed CentOS 5 with SAS drive. But i forgot install kernel-PAE for more 4GB RAM. (i'm using 8GB RAM). But now when i trying to install kernel-PAE or update kernel. I have issue with hda and fd0 ... "WARNING: No module megasr found for kernel" When i 'cat /var/log/messages' i got: kernel: end_request: i/o error, dev fd0,sector 0 kernel: hda: packet command error: status=0x51 { DriveReady SeekComplete Error } kernel: hda: packet command error: error=0x54 { AbortedCommand LastFailedSense=0x05 } I tried to 'google' they to find the solution, but now i still not find out ... I'll try to reload OS. After reload OS, if i dont have floppy disk, how can i update kernel with no error?
View Replies!
View Related
Php Not Updating After Php Update On Centos
im trying to update my php version to 5.2+ so i can run phpmyadmin on my server. Ive tried two different methods both produced same results. First method was to download libxml2-2.7.3 and then do ./configure, make,etc then i download php, ./configure, make install, etc. At first i had to yum install make, then a c complier cause make and ./configure didnt work before that. After everything seemed to work fine until the end when it said you may have found a bug on php would you like to submit it? So obviously the php version didnt update at all. Next i tried adding a repo that already contained php-5.2.5 and then yum install php since centos only seems to support regular yum install up to php version 5.1.6. i did rpm and installed php and thought sweet ive updated php. Ran php -v and i am still running php version 5.1.6.
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
Httpd Keeps Failing
for the past 4 days i have being having problems with my Apache server. on day one i noticed it was going down irregularly over day 2/3 it got progressively worse by last night httpd would only work after i restarted it then 5minutes later it failed again. now it wont start at all every time i tried restarting from whm it just says 'httpd failed' ive also tried restarting from shell but no joy. ive tried rebuilding apache from whm that hasn't helped either. one error i was getting was 'invalid user name' of a user who i terminated yesturday.
View Replies!
View Related
Is This Drive Failing
Just got this server setup, getting some smart errors. Here's a copy of the trouble ticket I posted to the host, they said "If you read through the documentation for smartd you will find that from the results you pasted, your hard disk passed every test. We can give you another hard disk if you want but we will have to charge you 3 credits for the reinstall of the operating system." I could be wrong, maybe everything's fine, but the fact that there are unreadable sectors reported has me a little worried. Quote: What is the nature of the problem? New server, hard drive failing smart tests What is the error message? Sep 12 17:51:43 sls-db8p19 smartd[3312]: Device: /dev/hda, found in smartd database. Sep 12 17:51:43 sls-db8p19 smartd[3312]: Device: /dev/hda, is SMART capable. Adding to "monitor" list. Sep 12 17:51:43 sls-db8p19 smartd[3312]: Monitoring 1 ATA and 0 SCSI devices Sep 12 17:51:43 sls-db8p19 smartd[3312]: Device: /dev/hda, 2 Currently unreadable (pending) sectors Sep 12 17:51:43 sls-db8p19 smartd[3312]: Sending warning via mail to root ... Sep 12 17:51:43 sls-db8p19 smartd[3312]: Warning via mail to root: successful Sep 12 17:51:43 sls-db8p19 smartd[3312]: Device: /dev/hda, 2 Offline uncorrectable sectors Sep 12 17:51:43 sls-db8p19 smartd[3312]: Sending warning via mail to root ... Sep 12 17:51:44 sls-db8p19 smartd[3312]: Warning via mail to root: successful === START OF READ SMART DATA SECTION === SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 066 062 006 Pre-fail Always - 78282665 3 Spin_Up_Time 0x0003 098 097 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 19 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 2 7 Seek_Error_Rate 0x000f 075 060 030 Pre-fail Always - 29797813 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1175 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 27 194 Temperature_Celsius 0x0022 030 048 000 Old_age Always - 30 195 Hardware_ECC_Recovered 0x001a 066 062 000 Old_age Always - 78282665 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 2 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 2 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0 200 Multi_Zone_Error_Rate 0x0000 100 253 000 Old_age Offline - 0 202 TA_Increase_Count 0x0032 100 253 000 Old_age Always - 0 Was it working before? No, brand new server If it was working before, did you do anything before this error occurred? N/A Have you done anything after this error occurred?
View Replies!
View Related
Httpd Keeps Failing
Before I used to get around 5-6 a day emails saying that httpd has failed and a restart has been attempted automatically. After I increased the max clients in the httpd.conf the number reduced 1-2 emails a day. I am not sure what the problem exactly is Is it because my sites are using up high bandwidth?
View Replies!
View Related
Bind Keeps Failing
For some reason BIND keeps failing on my cPanel server every couple of days. There are no error logs in the /var/logs/messages file concerning the crash but when I manually restart bind then it logs messages just fine and I can see them. Does BIND keep any other error logs? Today it seemed to coincide with a big movement in system memory, here my munin graph: [url] I have ran the “fixeverything” script which attempts to correct any errors in the bind config file but it still crashes. I couldn’t see anything wrong with it ayway.
View Replies!
View Related
Failing Controller Or Drive
one of my servers has 2x250gb hard drives in hardware RAID 0 using a 3ware controller, but ive now got the following error message 3 times prior to 3 server crashes, my server supplier beleves it one of the drives failing (i have backups on a non raid drive so rthats fine) but i suspect the controller, whats everyone else think... Code: Mar 28 22:41:46 server kernel: sd 2:0:0:0: WARNING: Command (0x2a) timed out, resetting card. Mar 28 22:42:39 server kernel: 3w-xxxx: scsi2: Command failed: status = 0xc7, flags = 0x1b, unit #0. Mar 28 22:43:08 server kernel: 3w-xxxx: scsi2: Command failed: status = 0xc7, flags = 0x1b, unit #0. Mar 28 22:43:12 server kernel: 3w-xxxx: scsi2: AEN: WARNING: ATA port timeout: Port #1.
View Replies!
View Related
HTTPD Failing .. Troubleshooting
I noticed all of my sites were down earlier.. so I tried restarting apache via WHM.. and that didn't work, said the following: Waiting for httpd to restart.... . . . . . . . . . . finished. httpd status root 8103 0.5 0.8 30892 29264 ? S 12:28 0:00 /usr/local/cpanel/whostmgr/bin/whostmgr ./reshttpd httpd has failed, please contact the sysadmin. I tried rebooting.. same issue. how to troubleshoot this? This is very bad!
View Replies!
View Related
AmeriHost Failing Me For 8 Weeks Now...
The second week of July AmeriHosting moved my VPS to a new server or something and changed my IP addresses. No big deal, except the move failed miserably. My sites were down for a week. Shortly thereafter, email was down also for a week. What had worked on the old VPS did not work reliably on the new VPS. Messages sent to support went unanswered, or were given inadequate responses. They also could not go back to the old VPS which was working acceptably (and had for 2 years); I do not know why. No backup was made or else they could have gone back. That's what I think anyway. On the new VPS they did not have the same version of PHP or PHP modules. This broke some of the sites; and asking them to correct the problems as they were discovered took several days up to a week. Now the first week of September, and problems persist. This time I cannot issue a backup in Virtuozzo. This has been going on for 2 weeks. I get a response every couple of days about this is being looked into and they will respond, but no one ever does. I've been told on several occasions the past week that they were going to move me to a new VPS but keep my IP addresses; this has not yet happened and it has been a week. Twice I was told it would take only a few minutes to do this and it would be done that day. It has not yet been done. To add to the matter, I prepaid for a year, and I have 6 months hosting left with them. So I feel pretty damn screwed. My largest hosting customer has just moved sites from my service to another service this past week, so I am clearly losing revenue from this ordeal. Phone calls have gone unanswered (during the freakin' day!). Messages to billing and support get absolutely no response. Tonight I left a message that I wanted the name of the president or owner and his phone number so that I might enlighten him about the problems his customers are having and the dire straits his business is in. At one time I would have recommended AmeriHosting. Not now. Not ever. Don't even consider AmeriHosting. They'll **** you good at some point and harm YOUR business and YOUR CUSTOMERS' businesses, too.
View Replies!
View Related
Spamd Is Constantly Failing
I have been using my Server for a decent while, All of a sudden of the last month it has decided that it wants to play a game. "Spamd" keeps failing and automagically restarts. It restarts and works, But then Fails once again a few hours later. One morning I woke up to 7 error messages with the same service. By Restarting Exim it resolves the issue but it happens hours later. I have tried mostly of what I can think of. Does anyone have any other thoughts on this issue and how it can be resolved?
View Replies!
View Related
Apache Mail Failing
On my website, which is hosted on Godaddy's VPS, I have a tell-a-friend script and a few email forms in which my visitors can contact me. They have all worked perfectly for months on my VPS (and for over a year on shared hosting before that) until a few weeks ago, when I started to notice that mail would not come through unless I rebooted the server. I contacted Godaddy's support, but all they told me was that "mail might me stuck in the queue". I don't know what to do. Should I upgrade my RAM? I think the process that does the mailing is called Apache Mail if that helps.
View Replies!
View Related
RAID 1 Array Failing
I have a server with a Dell Perc4e Hardware RAID Controller and 2 Maxtor Atlas 15K2 U320 SCSI. I´m currently having a problem with one of the HD´s. For the second time in about 2 - 3 months, it failed. I reconsctruct the array and everything goes online and healthy. Does this mean this specific HD may not be in the best condition? Shouldn´t it fail and never go back online again, in this case? Is there any chance that the problem is the SCSI cable (i´m not using hot swap cradle, but cable + adapter)?
View Replies!
View Related
Mysql Is Failing Every 9 Minutes.
This just started a few hours ago. This is in my inbox: 06:54:01 PM cpanel@server.mydomain mysql on server.mydomain failed 06:45:11 PM cpanel@server.mydomain mysql on server.mydomain failed 06:36:25 PM cpanel@server.mydomain mysql on server.mydomain failed 06:27:34 PM cpanel@server.mydomain mysql on server.mydomain failed 06:18:46 PM cpanel@server.mydomain mysql on server.mydomain failed 06:09:57 PM cpanel@server.mydomain mysql on server.mydomain failed 06:01:05 PM cpanel@server.mydomain mysql on server.mydomain failed 05:51:46 PM cpanel@server.mydomain mysql on server.mydomain failed 05:42:58 PM cpanel@server.mydomain mysql on server.mydomain failed 05:34:08 PM cpanel@server.mydomain mysql on server.mydomain failed 05:25:19 PM cpanel@server.mydomain mysql on server.mydomain failed 05:16:31 PM cpanel@server.mydomain mysql on server.mydomain failed 05:07:43 PM cpanel@server.mydomain mysql on server.mydomain failed 04:58:53 PM cpanel@server.mydomain mysql on server.mydomain failed 04:50:05 PM cpanel@server.mydomain mysql on server.mydomain failed 04:41:09 PM cpanel@server.mydomain mysql on server.mydomain failed 04:32:15 PM cpanel@server.mydomain mysql on server.mydomain failed 04:23:28 PM cpanel@server.mydomain mysql on server.mydomain failed 04:14:36 PM cpanel@server.mydomain mysql on server.mydomain failed 04:05:48 PM cpanel@server.mydomain mysql on server.mydomain failed 03:56:57 PM cpanel@server.mydomain mysql on server.mydomain failed 03:48:09 PM cpanel@server.mydomain mysql on server.mydomain failed And they're still arriving to my inbox. When you look at the time stamps, it's failing every 9 minutes. I looked in the crontab and there is nothing running every 9 minutes. Not even close. But there's something happening every 9 minutes. Where do I look?
View Replies!
View Related
Cron Jobs Failing
I have jobs that fail every now and then. I get this email: Looking up www.xxxx.com www.xxxx.com Making HTTP connection to www.xxxx.com Sending HTTP request. HTTP request sent; waiting for response. Alert!: Unexpected network read error; connection aborted. Can't Access [url] Alert!: Unable to access document. lynx: Can't access startfile
View Replies!
View Related
Cannot SSH Into The Server Since Sshd Keeps Failing
/dev/sda1 is mounted to / on my dedicated server, however, it is 100% full and cPanel is having problems with it. Is there a way I can clean out some files? Additionally, I cannot SSH into the server since sshd keeps failing. Anyone know what I can do? I'm sure /dev/sda1 isn't usually mounted to / but who knows.
View Replies!
View Related
|