error update yum reinstall lvemanager -y
I'm in the v70.0.41 version of the CPanel by tapping the following command
I get this error:
but not error on cpanel v70.0.42
yum reinstall lvemanager -yI get this error:
Loaded plugins: fastestmirror, rhnplugin, tsflags, universal-hooks
Setting up Group Process
Loading mirror speeds from cached hostfile
* cpanel-addons-production-feed: 185.69.232.245
* cloudlinux-x86_64-server-6: cl-mirror.ptisp.com
* epel: mirror.wiuwiu.de
* ius: mirror.amsiohosting.net
Traceback (most recent call last):
File "/usr/bin/yum_is_bak", line 29, in
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 298, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 146, in main
result, resultmsgs = base.doCommands()
File "/usr/share/yum-cli/cli.py", line 440, in doCommands
return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds)
File "/usr/share/yum-cli/yumcommands.py", line 491, in doCommand
GroupCommand.doCommand(self, base, basecmd, extcmds)
File "/usr/share/yum-cli/yumcommands.py", line 447, in doCommand
base.doGroupSetup()
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 786, in doGroupSetup
return self._getGroups()
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 811, in _getGroups
self.pkgSack
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 907, in
pkgSack = property(fget=lambda self: self._getSacks(),
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 687, in _getSacks
self.repos.populateSack(which=repos)
File "/usr/lib/python2.6/site-packages/yum/repos.py", line 324, in populateSack
sack.populate(repo, mdtype, callback, cacheonly)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 165, in populate
if self._check_db_version(repo, mydbtype):
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 223, in _check_db_version
return repo._check_db_version(mdtype)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1263, in _check_db_version
repoXML = self.repoXML
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1462, in
repoXML = property(fget=lambda self: self._getRepoXML(),
File "/usr/share/yum-plugins/rhnplugin.py", line 500, in _getRepoXML
return YumRepository._getRepoXML(self)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1454, in _getRepoXML
self._loadRepoXML(text=self)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1444, in _loadRepoXML
return self._groupLoadRepoXML(text, self._mdpolicy2mdtypes())
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1419, in _groupLoadRepoXML
if self._commonLoadRepoXML(text):
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1237, in _commonLoadRepoXML
result = self._getFileRepoXML(local, text)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1015, in _getFileRepoXML
size=102400) # setting max size as 100K
File "/usr/share/yum-plugins/rhnplugin.py", line 325, in _getFile
up2dateAuth.updateLoginInfo(mirrorServer=url)
File "/usr/share/rhn/up2date_client/up2dateAuth.py", line 207, in updateLoginInfo
login(forceUpdate=True, mirrorServer=mirrorServer)
File "/usr/share/rhn/up2date_client/up2dateAuth.py", line 190, in login
li = server.up2date.login(systemId)
File "/usr/share/rhn/up2date_client/rhnserver.py", line 50, in __call__
return rpcServer.doCall(method, *args, **kwargs)
File "/usr/share/rhn/up2date_client/rpcServer.py", line 276, in doCall
ret = method(*args, **kwargs)
File "/usr/lib64/python2.6/xmlrpclib.py", line 1199, in __call__
return self.__send(self.__name, args)
File "/usr/share/rhn/up2date_client/rpcServer.py", line 39, in _request1
ret = self._request(methodname, params)
File "/usr/lib/python2.6/site-packages/rhn/rpclib.py", line 386, in _request
self._handler, request, verbose=self._verbose)
File "/usr/lib/python2.6/site-packages/rhn/transports.py", line 171, in request
headers, fd = req.send_http(host, handler)
File "/usr/lib/python2.6/site-packages/rhn/transports.py", line 723, in send_http
headers=self.headers)
File "/usr/lib64/python2.6/httplib.py", line 973, in request
self._send_request(method, url, body, headers)
File "/usr/lib64/python2.6/httplib.py", line 1010, in _send_request
self.endheaders()
File "/usr/lib64/python2.6/httplib.py", line 967, in endheaders
self._send_output()
File "/usr/lib64/python2.6/httplib.py", line 831, in _send_output
self.send(msg)
File "/usr/lib64/python2.6/httplib.py", line 810, in send
self.sock.sendall(str)
File "/usr/lib/python2.6/site-packages/rhn/SSL.py", line 217, in write
sent = self._connection.send(data)
OpenSSL.SSL.Error: [('SSL routines', 'SSL23_WRITE', 'ssl handshake failure')]but not error on cpanel v70.0.42
-
Hello @Seyed, Can you run the following command and let us know if it solves the issue? yum clean all
Thank you.0 -
not solves 0 -
Hello @Seyed, Could you open a support ticket using the link in my signature so we can take a closer look? You can post the ticket number here and we will link this thread to the ticket. Thank you. 0 -
Hello @Seyed, Could you open a support ticket using the link in my signature so we can take a closer look? You can post the ticket number here and we will link this thread to the ticket. Thank you.
This problem exists on all servers that have Python 2.60 -
This problem exists on all servers that have Python 2.6
Hello @Seyed, Were you able to open a support ticket for one of the affected servers? If so, could you post the ticket number here so we can link this thread to it? Thank you.0
Please sign in to leave a comment.
Comments
5 comments