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


Advertisements:




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







"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 Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
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 Update
I get the following error, when I run 'yum update':

Quote:

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

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

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

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

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

I can't remove them or change their permissions.

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

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

Dependencies Resolved ...

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

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

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

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

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

Seems it causes the problem.

What should I do now?

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

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

.. there is also Cpanel on it,

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

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

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

Downloading Packages:

Running rpm_check_debug

ERROR with rpm_check_debug vs depsolve:

Package kernel conflicts with ecryptfs-utils < 44.

Complete!

So kernel not updated yet.

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


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

I stopped all firewalls before trying it.

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

Transaction Check Error:

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

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

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

My VPS is running fine otherwise.

I opened a support ticket and got this reply.

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

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

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

Quote:

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

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

View Replies!   View Related
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
Recompile Apache :: Your Operating System's Rpm Update Method (yum) Was Not ..
i tried recompile Apache to install

--curl
--curl ssl
--mcrypt

by running /scripts/easyapache

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

Checking Update System........Your operating system's rpm update method (yum) was not able to locate the glibc package. This is an indication of an improper set up. You must correct this error before you can proceed.

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

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

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

when I run yum update

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

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

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

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

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

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

Quote:

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

when I run /etc/easyapache it too fails

Quote:

root@server1 [~]# /scripts/easyapache
Testing connection speed...(this could take a while)............Done
Ping:32.076 Testing connection speed to 69.90.250.35 using pureperl...(120500.00 bytes/s)...Done
Ping:32.179 Testing connection speed to 69.90.250.34 using pureperl...(120500.00 bytes/s)...Done
Ping:49.545 Testing connection speed to 69.72.164.152 using pureperl...(76681.82 bytes/s)...Done
Ping:49.605 Testing connection speed to 69.72.164.155 using pureperl...(70291.67 bytes/s)...Done
Ping:51.603 Testing connection speed to 198.66.92.147 using pureperl...(76681.82 bytes/s)...Done
5 usable mirrors located
Fetching http://layer1.cpanel.net/buildapache.sea (0)....@69.90.250.35......connected......receiving...1%...2%...3%...4%...5%...6%...7%...8%...9%...10%...11%...13%...14%...15%...16%...17%...18%...19%. ..20%...21%...22%...23%...25%...26%...27%...28%...29%...30%...31%...32%...33%...34%...35%...36%...38%...39%...40%...41%...42%...43%...44%...45%...46%. ..47%...48%...50%...51%...52%...53%...54%...55%...56%...57%...58%...59%...60%...62%...63%...64%...65%...66%...67%...68%...69%...70%...71%...72%...73%. ..75%...76%...77%...78%...79%...80%...81%...82%...83%...84%...85%...87%...88%...89%...90%...91%...92%...93%...94%...95%...96%...97%...98%...100%...... Done
Creating directory buildapache
Verifying archive integrity... All good.
Uncompressing buildapache........................................................................................................................................... ...................................................................................................................................................... ...................................................................................................................................................... .................................................................
Checking Update System........Your operating system's rpm update method (yum) was not able to locate the glibc package. This is an indication of an improper setup. You must correct this error before you can proceed.
Please correct the conflicts and try again!
initfpsuexec: using apache 1.x support
Waiting for httpd to restart..............finished.

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

httpd started ok

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

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

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

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

View Replies!   View Related
Traceroute Broken
I have a problem with the traceroute for 72.36.229.84 . Some useres can reatch it, but not all.

I 've attaced 3 routes under that isn't working and 2 that work. Look at the routes that doesn't work, they all stop by gblx.net ( String 9 - 10) Working routes doesn't use gblex.net
My question : What should i do, what can i do ? Is gblex.net the problem ?

Not working route : emil@egenhost:~$ ping 72.36.229.84
PING 72.36.229.84 (72.36.229.84) 56(84) bytes of data...

View Replies!   View Related
Fantastico Broken
I don't know how it got broken, it was working a couple days ago. When users click the fantastico icon in their cpanels, a page opens that says this:

Fantastico is not installed at the default location /usr/local/cpanel/3rdparty/fantastico. Either move the Fantastico directory from it's current location to /usr/local/cpanel/3rdparty/fantastico OR enable ioncube loaders in WHM -> Tweak settings.

I enabled the ioncube loaders and that didn't fix it. So then I reinstalled fantastico and it's still broken.

How do I troubleshoot?

View Replies!   View Related
Broken BIND
I ran "yum update" on one of my servers, and it must've updated BIND, because now named doesn't start.

I basically hit all the problems in this thread:
[url]

This is CentOS4 with Plesk.

Even though I don't have that package installed, and tried every suggestion there, it still doesn't start... I mucked with the configs and moved so many files I don't know how to get back to where I started.

Quote:

Jul 24 05:08:06 www named: /etc/named.conf:67: open: /etc/rndc.key: file not found

What's my best bet for fixing this mess? I sent in an e-mail to two "server administration" companies I found in signatures here, hopefully one of them will be available today.

I changed the nameservers on critical domains to a free DNS service to get them back online, but they're acting oddly (like DB timeouts), perhaps because of the lack of a local nameserver to talk to.

But in the meantime is there anything I can do to try to fix this quick?

View Replies!   View Related
CPAN Is Broken...or Something
I'm trying to install some basic cpan modules to use ASSP with. On my other server, this all went without a hitch, but on this one (Centos), it it a pain. First off, every time I start up cpan, it's asking me to do some sort of reconfiguration..every time (running as root)...

Secondly, after I'm in the cpan shell, and I issue this:

install Compress::Zlib

I get a whole slew of errors, and ultimately, nothing is done...Here is the last portion of what is shown on the screen

Quote:

Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 481.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 499.
Global symbol "$gzerrno" requires explicit package name at t/14gzopen.t line 502.
Bareword "Compress::Zlib::zlib_version" not allowed while "strict subs" in use at t/14gzopen.t line 38.
Bareword "ZLIB_VERSION" not allowed while "strict subs" in use at t/14gzopen.t line 38.
Bareword "Z_FINISH" not allowed while "strict subs" in use at t/14gzopen.t line 98.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/14gzopen.t line 110.
Bareword "Z_STREAM_END" not allowed while "strict subs" in use at t/14gzopen.t line 111.
Bareword "Z_STREAM_ERROR" not allowed while "strict subs" in use at t/14gzopen.t line 446.
Bareword "Z_STREAM_ERROR" not allowed while "strict subs" in use at t/14gzopen.t line 461.
Execution of t/14gzopen.t aborted due to compilation errors.
# Looks like you planned 217 tests but only ran 2.
# Looks like your test died just after 2.
t/14gzopen......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-217
Failed 217/217 tests, 0.00% okay
t/99pod.........skipped
all skipped: Test:od 1.00 required for testing POD
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/000prereq.t 4 1024 6 4 1 3-4 6
t/01version.t 255 65280 2 3 1-2
t/03zlib-v1.t 255 65280 394 785 1-394
t/05examples.t 255 65280 ?? ?? ??
t/06gzsetp.t 255 65280 ?? ?? ??
t/08encoding.t 255 65280 16 31 1-16
t/14gzopen.t 255 65280 217 432 1-217
1 test skipped.
Failed 7/8 test scripts. 633/635 subtests failed.
Files=8, Tests=635, 1 wallclock secs ( 0.72 cusr + 0.27 csys = 0.99 CPU)
Failed 7/8 test programs. 633/635 subtests failed.
make: *** [test_dynamic] Error 255
PMQS/Compress-Zlib-2.004.tar.gz
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Failed during this command:
PMQS/Compress-Raw-Zlib-2.004.tar.gz : make NO
PMQS/IO-Compress-Zlib-2.004.tar.gz : make_test NO
PMQS/Compress-Zlib-2.004.tar.gz : make_test NO

View Replies!   View Related
Ensim Quotas Broken
While creating a domain on Ensim I got this error:

Code:
Field Disk Quota (WARNING): Disk quota is either not enabled or not supported for virtual domain filesystems.
diskquota - Reconfigure service
(WARNING):Group quota is not enabled on the server. Not configuring quota for the site. Please fix your server's quota problem and edit the site again if you want to configure quota for the site
I'm using RHES 3 + Ensim Pro 4.1.0-8, i know maybe an

option would be upgrade to Ensim Pro X, but right now I can not do that, i need alternative solutions..

View Replies!   View Related
Broken Pipe Error
Fresh install of centos 5 / cpanel

I get this when ssh'ing in default port 22 / root

-bash: mail: command not found
-bash: echo: write error: Broken pipe

View Replies!   View Related
Complex Initrd Issue Probably Involving A Broken Sh
We had someone take a look at our server for security issues, and they believed that one way of keeping "hackers at bay" would be to write an sh wrapper that only allowed root access. Well, this immediately broke the system.

I have spent about six hours now attempting to fix this. We're using Red Hat Enterprise 4, and the recovery disc doesn't have the SCSI drivers we need to even mount the hard drive, so that's out. I can't skip initrd because it apparently contains the drivers for the hard drive, but it's also not allowing the system to boot up. I have tried setting kernel emergency in grub, but it still loads initrd and breaks. Without initrd, I get a kernel panic while mounting the hard drive. Annoyingly enough, doing cat initrd-version.img at the grub prompt shows the file just fine, so why is initrd required for mounting the drive if it's already accessible? Also, it doesn't look like there's any way to edit initrd from grub, which is a real pain in the head because I could always comment out the offending lines. And of course, even though I can see the initrd file, I can't do anything else with the file system. I have requested of the data center to provide a boot disc that can mount the hard drive, and if that can be done, then I can go in and make the changes immediately and hope that it works, but without that, it seems I'm stuck. Any suggestions?

When I say "broken", what happens is I get "Out of memory: Killed process x (procname)" which then repeats itself infinitely, killing any process which would load.

The data center says that they HAVE no boot discs capable of mounting the hard drive. This is utterly ridiculous, because the only option from here is to order the expensive OS reload. I'll never use Red Hat again.

View Replies!   View Related
Hard Disk Went Broken And I Need To Recovery Data
My server (Fedora Core V and Plesk 8) hard disk broke 2 days ago and my bakckup tar.gz is too old.

Datacenter (fdcservers.net) tried to put old harddisk as slave but server is not recognising the old drive. Datacenter say that can not do anything more.

My question:

Is there any software or company that can recovery my harddisk data?

My last 6 months work is gone now.

View Replies!   View Related
HD Died, OS Reload Partially Broken, Dead In The Water
I've a dedicated server at ThePlanet / Servermatrix for the past few years and for the most part the service has been okay. Uptime has been good and support used to be fairly swift.

Early wednesday morning the primary hard drive in my server started dying. Throughout the day various services kept going up and down and overall the entire server was very unstable. I didn't get much movement from ThePlanet's support team - they would reboot the server, SSH and other services would come back online, and so they would close the ticket.

Thirty minutes after the reboot the HD would switch to read-only and stuff would start dying. So they finally recommended that I replace the HD and do an OS reload. I said fine as I had a backup of all of the accounts on a 2nd hard drive.

Well it took until 6am this morning for the OS reload to finally be completed, but when it was done apache was *completely* screwed up. WHM was up and running but if you went to the server IP address in the browser you got an error.

It turns out that something really badly went wrong with the OS reload but it took them hours before they even admitted that there was something wrong that needed more action. It's now 10pm and while email and other services are up, apache is still nonexistent.

When I try to run easyapache it barely starts before it errors out with a bunch of missing dependencies. I cannot instal GD and a bunch of other items, and I keep getting error messages that SSL isn't installed either.

Please visit [url] for help with this error.!
No original working apache backup to restore!
Executing '/scripts/initfpsuexec'!
Executing '/scripts/initsslhttpd'!
Compiling report...
Sending report (6304 bytes)...
If you want to create a support ticket with cPanel regarding this please reference 'BuildAP Report Id': '741873'!
Report processed.
Verbose logfile is at '/usr/local/cpanel/logs/easy/apache/build.1212079281'
----
seems the yum repo being used has bad files:
Error: Missing Dependency: zlib = 1.2.3-0 is needed by package zlib-devel
Error: Missing Dependency: libjpeg = 6b-0 is needed by package libjpeg-devel
--- -0 isn't a normal package id.

I can't even transfer my accounts off the server as that's also broken - I was going to all of the accounts off to my KnownHost VPS but I keep getting an authentication error ("sshcmdpermissiondeny") even though I'm definitely entering the correct root password.

View Replies!   View Related
How To Update More Than One Server
I am with 13 servers in the planet. It would like to know it has as it updates them in a way simpler that I am doing. I update 1 for 1.

View Replies!   View Related
WHM Server Time Does Not Update
In WHM I'm trying to sync the server time with the time server. It displays the new time but it doesn't actually apply the new time to the server.

Also via ssh when I run

rdate -s rdate.cpanel.net

it says

rdate: rdate: could not set system time: Operation not permitted

I'm on a virtuozzo VPS.

View Replies!   View Related
How Do I Update Awstats Software On A CPanel Server
I would like to know if Awstats (the software itself, not the data) is updated automatically on cPanel based servers?

If not, is there a way to update it manually?

View Replies!   View Related
Parallels Timeline Update: Windows2008 Server
We wanted to pass along some information that we received from Parallels today. They are planning on releasing a supported Windows2008 Server package for Virtuozzo "in Q3 of this year".

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

how can update my server without updating mysql and apache

View Replies!   View Related
Server Software Package Update Strategy
when I do "yum update" at my centos 5 box, I saw over 40 packages needed to be updated.

For example, there's minor version update for MySQL 5.

so I am wondering how to determine which packages are absolutely needed.

My box is used to serve web applications. I just want to make sure that it's secure.

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

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

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

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

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

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

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

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

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

Initial apache2.conf:

Code:
Timeout 4
KeepAlive Off
KeepAliveTimeout 2
ServerLimit 1500

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

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

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

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

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

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

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

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

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

View Replies!   View Related
[mailconfigupdate] Unable To Automatically Update The Mailer Config On SERVER
I've added this:

# Added for me
hostlist privaterelay_hosts = lsearch;/etc/privaterelay

And changed this:

accept hosts = +relay_hosts

Into this:

accept hosts = +relay_hosts +privaterelay_hosts

within the Exim Advanced configuration editor. Cause I wish to allow a relay without authentification.

This morning, I've got this:

cPanel was unable to automatically merge your Exim configuration with the new settings that shipped with the build you have installed (11.23.6-RELEASE_27698) because you have a custom ACL configuration which cannot be automatically configured.

To avoid any mail downtime, we thought it was best to leave your previous configuration intact until the new configuration can be properly installed. In order to complete this configuration update, you will need to manually merge your configuration with the new
configuration settings. Please follow the steps below to complete this update:

1. Enter the Advanced Configuration Editor

2. Notate any custom changes you have made in the ACL section. You may also which to make a copy of /etc/exim.conf.local and /etc/exim.conf.localopts as custom settings are contained in these files.

3. Click the 'Reset ACL Config to Defaults' button.

4. Reinstall your advanced custom settings.

Until you manually complete this update, automatic spam filtering may have been rendered inoperable to prevent any mail loss. (This generally only applied is you were upgrading from cPanel 10.x)

Current Config Version: unknown
New Config Version: 4.900000

What can I do to prevent this ? Cause last time, all mail was receiving a 550 (SMTP Protocol Returned a Permanent Error 550 Sender verify failed) which is pretty bad...

View Replies!   View Related
Host Will Only Update Domain Name Server (DNS) In Batches, Takes Several Hours For A DNS Change, Normal?
Host will only update DNS in batches, takes several hours for a DNS change, is that normal?
Well today my mail stopped working and it turns out the A record for mail was deleted. How it got deleted I don't know.

I called my host and after speaking to 2 techs, they said that have added my request to a batch, and that would update in a few hours.

I said to him, batch? What can't you do it instantly?

He said thats not the way their DNS works and any DNS change would affect thousands of other sites they are hosting.

Does anyone know what kind of dns system these people could possibly have where they can not reload a single zone?

And by affected, I think he means the sites will go down for a minute or so, while it relaods every zone. Is this really the case, or are these people just idiots?

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

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

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

Also when running the command to install hypervm

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

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

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

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

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

PHP Code:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Quote:

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

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

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

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

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