LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   up2date crash on RH9 (https://www.linuxquestions.org/questions/linux-newbie-8/up2date-crash-on-rh9-241367/)

realized 10-11-2004 11:55 AM

up2date crash on RH9
 
Can anybody help me with this, even if i FWD through everything i get an error failed to register username (i am already registered with RHN btw)

Code:


]# up2date
Traceback (most recent call last):
  File "/usr/share/rhn/up2date_client/gui.py", line 405, in onPrivacyPagePrepare    text = rhnreg.privacyText()
  File "/usr/share/rhn/up2date_client/rhnreg.py", line 176, in privacyText
    return rpcServer.doCall(s.registration.privacy_statement)
  File "/usr/share/rhn/up2date_client/rpcServer.py", line 114, in doCall
    ret = apply(method, args, kwargs)
  File "/usr/lib/python2.2/xmlrpclib.py", line 821, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.2/site-packages/rhn/rpclib.py", line 126, in _request
    verbose=self._verbose
  File "/usr/lib/python2.2/site-packages/rhn/transports.py", line 130, in request
    headers, fd = req.send_http(host, handler)
  File "/usr/lib/python2.2/site-packages/rhn/transports.py", line 614, in send_http
    headers=self.headers)
  File "/usr/lib/python2.2/httplib.py", line 701, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python2.2/httplib.py", line 723, in _send_request
    self.endheaders()
  File "/usr/lib/python2.2/httplib.py", line 695, in endheaders
    self._send_output()
  File "/usr/lib/python2.2/httplib.py", line 581, in _send_output
    self.send(msg)
  File "/usr/lib/python2.2/httplib.py", line 560, in send
    self.sock.sendall(str)
  File "/usr/lib/python2.2/site-packages/rhn/SSL.py", line 191, in write
    sent = self._connection.send(data)
SSL.Error: [('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify
failed')]



-realized

kvedaa 10-14-2004 11:09 PM

98 times out of 100 when you are having a registration problem with up2date it has to do with the experation of the built in keys (expired in August of 2003) that came with older versions of Red Hat (such as RH9). For full details on this problem ans how to resolve it take a look at this article from 'Red Hat Network'

https://rhn.redhat.com/help/latest-up2date.pxt

Happy hunting!


All times are GMT -5. The time now is 09:43 PM.