Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 600290 Details for
Bug 843048
Cds managemet screen tracebacks having updated node certificates
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Screen log
log (text/plain), 24.74 KB, created by
mkovacik
on 2012-07-25 12:20:18 UTC
(
hide
)
Description:
Screen log
Filename:
MIME Type:
Creator:
mkovacik
Created:
2012-07-25 12:20:18 UTC
Size:
24.74 KB
patch
obsolete
>[root@ip-10-80-226-7 ~]# export rhua=ip-10-80-226-7.ec2.internal >[root@ip-10-80-226-7 ~]# rhui-manager > >------------------------------------------------------------------------------ > -= Red Hat Update Infrastructure Management Tool =- > > >-= Home =- > > r manage repositories > c manage content delivery servers (CDS) > s synchronization status and scheduling > e create entitlement certificates and client configuration RPMs > n manage Red Hat entitlement certificates > u manage users > i manage identity certificate > > logout > removes stored authentication credentials and exits > > < move to the previous screen > ^, home > move to the home screen > /, clear > clears the screen > ?, help > display help > q, quit, exit > exit > > Connected: ip-10-80-226-7.ec2.internal >------------------------------------------------------------------------------ >rhui (home) => c > >------------------------------------------------------------------------------ > -= Red Hat Update Infrastructure Management Tool =- > > >-= Content Delivery Server (CDS) Management =- > > l list all CDS clusters and instances managed by the RHUI > i display detailed information on a CDS cluster > a register (add) a new CDS instance > m move CDS(s) to a different cluster > d unregister (delete) a CDS instance from the RHUI > s associate a repository with a CDS cluster > u unassociate a repository from a CDS cluster > > Connected: ip-10-80-226-7.ec2.internal >------------------------------------------------------------------------------ >rhui (cds) => i > >Select one or more CDS clusters: > > - 1 : cluster2 >Enter value (1-1) to toggle selection, 'c' to confirm selections, or '?' for more commands: 1 > >Select one or more CDS clusters: > > x 1 : cluster2 >Enter value (1-1) to toggle selection, 'c' to confirm selections, or '?' for more commands: c > >-= RHUI CDS Clusters =- > > cluster2 > -------- > > CDS Instances > ------------- > ip-10-35-81-94.ec2.internal > hostname: ip-10-35-81-94.ec2.internal > client hostname: ip-10-35-81-94.ec2.internal > > Repositories > ------------ > Red Hat Update Infrastructure 2.0 (RPMs) (6Server-x86_64) > Red Hat Enterprise Linux 6 Server (RPMs) from RHUI (6Server-x86_64) > bhello-x86_64 > gkrellm-x86_64 > > > > >------------------------------------------------------------------------------ >rhui (cds) => q >[root@ip-10-80-226-7 ~]# export cds2=ec2-23-22-69-164.compute-1.amazonaws.com >[root@ip-10-80-226-7 ~]# export cds3=ec2-204-236-245-246.compute-1.amazonaws.com >[root@ip-10-80-226-7 ~]# mv pem/ pem-1 >[root@ip-10-80-226-7 ~]# mkdir -p /root/pem >[root@ip-10-80-226-7 ~]# pushd /root/pem >~/pem ~ >[root@ip-10-80-226-7 pem]# echo 10 > ca.srl >[root@ip-10-80-226-7 pem]# openssl req -new -x509 -extensions v3_ca -keyout ca.key -subj "/C=US/ST=NC/L=Raleigh/CN=$rhua CA" -out ca.crt -days 365 >Generating a 2048 bit RSA private key >.........................................................................+++ >..................................................................................+++ >writing new private key to 'ca.key' >Enter PEM pass phrase: >Verifying - Enter PEM pass phrase: >----- >[root@ip-10-80-226-7 pem]# openssl genrsa -out server.key 2048 >Generating RSA private key, 2048 bit long modulus >...............................................+++ >...........+++ >e is 65537 (0x10001) >[root@ip-10-80-226-7 pem]# for server in^C >[root@ip-10-80-226-7 pem]# export cds1=ip-10-35-81-94.ec2.internal >[root@ip-10-80-226-7 pem]# for server in $rhua $cds1 $cds2 $cds3 ; do >> echo -ne "\n\n\n## $server\n==" >> openssl req -new -key server.key -subj "/C=US/ST=NC/L=Raleigh/CN=$server" -out $server.csr || break >> openssl x509 -req -days 365 -CA ca.crt -CAkey ca.key -in $server.csr -out $server.crt || break >> done > > > >## ip-10-80-226-7.ec2.internal >==Signature ok >subject=/C=US/ST=NC/L=Raleigh/CN=ip-10-80-226-7.ec2.internal >Getting CA Private Key >Enter pass phrase for ca.key: > > > >## ip-10-35-81-94.ec2.internal >==Signature ok >subject=/C=US/ST=NC/L=Raleigh/CN=ip-10-35-81-94.ec2.internal >Getting CA Private Key >Enter pass phrase for ca.key: > > > >## ec2-23-22-69-164.compute-1.amazonaws.com >==Signature ok >subject=/C=US/ST=NC/L=Raleigh/CN=ec2-23-22-69-164.compute-1.amazonaws.com >Getting CA Private Key >Enter pass phrase for ca.key: > > > >## ec2-204-236-245-246.compute-1.amazonaws.com >==Signature ok >subject=/C=US/ST=NC/L=Raleigh/CN=ec2-204-236-245-246.compute-1.amazonaws.com >Getting CA Private Key >Enter pass phrase for ca.key: >[root@ip-10-80-226-7 pem]# popd >~ >[root@ip-10-80-226-7 ~]# vim /etc/rhui/answers.example >[root@ip-10-80-226-7 ~]# vim /etc/rhui/answers.sample >[root@ip-10-80-226-7 ~]# ls >838658.patch aws-us-east-1.pem eu-west-1-rhui-01-entitlement-70111348270280.pem installRHUI.sh pem-1 rh_1 rh1.csr rh1.key rh_3 rhuiCFG.tar >answers.txt bhello-0.1-1.el6.x86_64.rpm gkrellm-daemon-2.3.5-5.fc16.x86_64.rpm pem prepEC2partitions.sh rh1.crt rh1-extensions.txt rh_2 RHEL-6.3-RHUI-2.1-20120705.0-Server-x86_64-DVD1.iso rpmbuild >[root@ip-10-80-226-7 ~]# vim answers.txt >[root@ip-10-80-226-7 ~]# >[root@ip-10-80-226-7 ~]# rhui-installer answers.txt >Generating RHUA configuration RPM >RHUA RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-35-81-94.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-46-79-152.ec2.internal] >Traceback (most recent call last): > File "/usr/bin/rhui-installer", line 16, in <module> > rhui.installer.launcher.main() > File "/usr/lib/python2.6/site-packages/rhui/installer/launcher.py", line 106, in main > cds_rpm_path = cds.build_rpm(cds_bundle, CONFIG_DIR) > File "/usr/lib/python2.6/site-packages/rhui/rpm/cds.py", line 72, in build_rpm > _do_ssl(builder, answers) > File "/usr/lib/python2.6/site-packages/rhui/rpm/cds.py", line 142, in _do_ssl > shutil.copy(answers['ssl_cert'], os.path.join(rpm_builder.source_gz_dir, 'cds-ssl-cert.crt')) > File "/usr/lib64/python2.6/shutil.py", line 84, in copy > copyfile(src, dst) > File "/usr/lib64/python2.6/shutil.py", line 50, in copyfile > with open(src, 'rb') as fsrc: >IOError: [Errno 2] No such file or directory: '/root/pem/ip-10-46-79-152.ec2.internal.crt' >[root@ip-10-80-226-7 ~]# ls >838658.patch aws-us-east-1.pem eu-west-1-rhui-01-entitlement-70111348270280.pem installRHUI.sh pem-1 rh_1 rh1.csr rh1.key rh_3 rhuiCFG.tar >answers.txt bhello-0.1-1.el6.x86_64.rpm gkrellm-daemon-2.3.5-5.fc16.x86_64.rpm pem prepEC2partitions.sh rh1.crt rh1-extensions.txt rh_2 RHEL-6.3-RHUI-2.1-20120705.0-Server-x86_64-DVD1.iso rpmbuild >[root@ip-10-80-226-7 ~]# ls pem >ca.crt ca.srl ec2-204-236-245-246.compute-1.amazonaws.com.csr ec2-23-22-69-164.compute-1.amazonaws.com.csr ip-10-35-81-94.ec2.internal.csr ip-10-80-226-7.ec2.internal.csr >ca.key ec2-204-236-245-246.compute-1.amazonaws.com.crt ec2-23-22-69-164.compute-1.amazonaws.com.crt ip-10-35-81-94.ec2.internal.crt ip-10-80-226-7.ec2.internal.crt server.key >[root@ip-10-80-226-7 ~]# echo $cds2 >ec2-23-22-69-164.compute-1.amazonaws.com >[root@ip-10-80-226-7 ~]# echo $cds3 >ec2-204-236-245-246.compute-1.amazonaws.com >[root@ip-10-80-226-7 ~]# vim answers.txt > >[1]+ Stopped vim answers.txt >[root@ip-10-80-226-7 ~]# fg >vim answers.txt >[root@ip-10-80-226-7 ~]# rhui-installer answers.txt >Generating RHUA configuration RPM >RHUA RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-35-81-94.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-46-79-152.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >Generating CDS bundle for CDS [ip-10-76-230-254.ec2.internal] >CDS RPM can be found at [/tmp/rhui] >[root@ip-10-80-226-7 ~]# rm /etc/pki/rhui/entitlement-ca.crt /etc/pki/rhui/entitlement-ca-key.pem /etc/pki/rhui/identity.crt /etc/pki/rhui/identity.key >rm: remove regular file `/etc/pki/rhui/entitlement-ca.crt'? y >rm: remove regular file `/etc/pki/rhui/entitlement-ca-key.pem'? y >rm: remove regular file `/etc/pki/rhui/identity.crt'? y >rm: remove regular file `/etc/pki/rhui/identity.key'? y >[root@ip-10-80-226-7 ~]# rpm -Uvh /tmp/rhui/rh-rhua-config-2.0 >rh-rhua-config-2.0/ rh-rhua-config-2.0-2.el6.noarch.rpm >[root@ip-10-80-226-7 ~]# rpm -Uvh /tmp/rhui/rh-rhua-config-2.0-2.el6.noarch.rpm >Preparing... ########################################### [100%] > 1:rh-rhua-config ########################################### [100%] >Updating RHUA Server Configuration >Updating RHUA Repository Authentication Configuration >Updating Apache SSL Configuration >removing persisted tasks >data model in use matches the current version >database migration to version 41 complete >Stopping httpd: [ OK ] >Stopping Qpid AMQP daemon: [ OK ] >Stopping mongod: [ OK ] >Starting mongod: [ OK ] >Starting Qpid AMQP daemon: [ OK ] >Starting httpd: [ OK ] >[root@ip-10-80-226-7 ~]# rhui-manager >An entitlement signing CA certificate is required to use RHUI Tools >but was not found. > >Full path to the new signing CA certificate: >/root/pem/ca.crt > >Full path to the new signing CA certificate private key: >/root/pem/ca.key > >A RHUI identity certificate is required to use RHUI Tools but was not found. >A new identity certificate will be generated now using the CA certificate >found at /etc/pki/rhui/entitlement-ca.crt. > >Enter the number of days the RHUI identity certificate will be valid. >If the identity certificate ever expires, it will need to be >regenerated using rhui-manager [Default: 3650]: >.....................+++ >....................................+++ >Enter pass phrase for /etc/pki/rhui/entitlement-ca-key.pem: >Traceback (most recent call last): > File "/usr/bin/rhui-manager", line 16, in <module> > rhui.tools.launcher.main() > File "/usr/lib/python2.6/site-packages/rhui/tools/launcher.py", line 343, in main > pulp_api.update_all_consumer_bundle() > File "/usr/lib/python2.6/site-packages/rhui/tools/pulp_api.py", line 483, in update_all_consumer_bundle > protected_repos = self.redhat_repo_list() + \ > File "/usr/lib/python2.6/site-packages/rhui/tools/pulp_api.py", line 165, in redhat_repo_list > raise e >pulp.client.api.server.ServerRequestError: (None, 'sslv3 alert handshake failure', None) >[root@ip-10-80-226-7 ~]# rhui-manager > >------------------------------------------------------------------------------ > -= Red Hat Update Infrastructure Management Tool =- > > >-= Home =- > > r manage repositories > c manage content delivery servers (CDS) > s synchronization status and scheduling > e create entitlement certificates and client configuration RPMs > n manage Red Hat entitlement certificates > u manage users > i manage identity certificate > > logout > removes stored authentication credentials and exits > > < move to the previous screen > ^, home > move to the home screen > /, clear > clears the screen > ?, help > display help > q, quit, exit > exit > > Connected: ip-10-80-226-7.ec2.internal >------------------------------------------------------------------------------ >rhui (home) => c > >------------------------------------------------------------------------------ > -= Red Hat Update Infrastructure Management Tool =- > > >-= Content Delivery Server (CDS) Management =- > > l list all CDS clusters and instances managed by the RHUI > i display detailed information on a CDS cluster > a register (add) a new CDS instance > m move CDS(s) to a different cluster > d unregister (delete) a CDS instance from the RHUI > s associate a repository with a CDS cluster > u unassociate a repository from a CDS cluster > > Connected: ip-10-80-226-7.ec2.internal >------------------------------------------------------------------------------ >rhui (cds) => l > > >An unexpected error has occurred during the last operation. >More information can be found in /root/.rhui/rhui.log. > > >------------------------------------------------------------------------------ > -= Red Hat Update Infrastructure Management Tool =- > > >-= Content Delivery Server (CDS) Management =- > > l list all CDS clusters and instances managed by the RHUI > i display detailed information on a CDS cluster > a register (add) a new CDS instance > m move CDS(s) to a different cluster > d unregister (delete) a CDS instance from the RHUI > s associate a repository with a CDS cluster > u unassociate a repository from a CDS cluster > > logout > removes stored authentication credentials and exits > > < move to the previous screen > ^, home > move to the home screen > /, clear > clears the screen > ?, help > display help > q, quit, exit > exit > > Connected: ip-10-80-226-7.ec2.internal >------------------------------------------------------------------------------ >rhui (cds) => q >[root@ip-10-80-226-7 ~]# less /root/.rhui/rhui.log >[root@ip-10-80-226-7 ~]# rhui-manager status >Traceback (most recent call last): > File "/usr/bin/rhui-manager", line 16, in <module> > rhui.tools.launcher.main() > File "/usr/lib/python2.6/site-packages/rhui/tools/launcher.py", line 348, in main > cli.run(args) > File "/usr/lib/python2.6/site-packages/rhui/common/cli.py", line 272, in run > command_or_section.execute(remaining_args) > File "/usr/lib/python2.6/site-packages/rhui/common/cli.py", line 113, in execute > self.method(**arg_dict) > File "/usr/lib/python2.6/site-packages/rhui/tools/commands/status.py", line 52, in show > ret_code = self._status(kwargs['--code']) > File "/usr/lib/python2.6/site-packages/rhui/tools/commands/status.py", line 61, in _status > cds_instances = self.pulp.cds_with_sync_status() > File "/usr/lib/python2.6/site-packages/rhui/tools/pulp_api.py", line 601, in cds_with_sync_status > cds_list = self.cds_list() > File "/usr/lib/python2.6/site-packages/rhui/tools/pulp_api.py", line 551, in cds_list > raise e >pulp.client.api.server.ServerRequestError: (None, 'sslv3 alert handshake failure', None) >[root@ip-10-80-226-7 ~]# rhui-manager > >------------------------------------------------------------------------------ > -= Red Hat Update Infrastructure Management Tool =- > > >-= Home =- > > r manage repositories > c manage content delivery servers (CDS) > s synchronization status and scheduling > e create entitlement certificates and client configuration RPMs > n manage Red Hat entitlement certificates > u manage users > i manage identity certificate > > logout > removes stored authentication credentials and exits > > < move to the previous screen > ^, home > move to the home screen > /, clear > clears the screen > ?, help > display help > q, quit, exit > exit > > Connected: ip-10-80-226-7.ec2.internal >------------------------------------------------------------------------------ >rhui (home) => q >[root@ip-10-80-226-7 ~]# >[root@ip-10-80-226-7 ~]# pulp-admin -u admin -p admin cds list >+------------------------------------------+ > CDS Instances >+------------------------------------------+ > >Name ip-10-35-81-94.ec2.internal >Hostname ip-10-35-81-94.ec2.internal >Description RHUI CDS >Cluster cluster2 >Sync Schedule 2012-07-12T12:50:20-04:00/PT6H >Repos rhel-x86_64-6-rhui-2-rpms-6Server-x86_64, rhel-6-rhui-server-rpms-6Server-x86_64, bhello-x86_64, gkrellm-x86_64 >Last Sync 2012-07-25 06:51:46-04:00 >Status: > Responding Yes > Last Heartbeat 2012-07-25 11:19:36.877961+00:00 > > >[root@ip-10-80-226-7 ~]# pulp-admin -u admin -p admin cds remove ip-10-35-81-94.ec2.internal >Usage: pulp-admin <options> cds <action> <options> >Supported Actions: > register associates a CDS instance with the pulp server > unregister removes the association between the Pulp server and a CDS > update updates an existing CDS instance > associate_repo associates a repo with a CDS > unassociate_repo unassociates a repo from a CDS > list lists all CDS instances associated with the pulp server > history displays the history of events on a CDS > sync triggers an immediate sync between the pulp server and the given CDS > status displays the sync status of the given CDS > info lists all CDS instances associated with the pulp server > >pulp-admin: error: invalid action: please see --help >[root@ip-10-80-226-7 ~]# pulp-admin -u admin -p admin cds unregister ip-10-35-81-94.ec2.internal >Usage: pulp-admin <options> cds unregister <options> > >pulp-admin: error: Option --hostname is required; please see --help >[root@ip-10-80-226-7 ~]# pulp-admin -u admin -p admin cds unregister --hostname ip-10-35-81-94.ec2.internal >Successfully unregistered CDS [ip-10-35-81-94.ec2.internal] > >[root@ip-10-80-226-7 ~]# tail -30 .rhui/rhui.log >writing RSA key > >Command [openssl x509 -req -days 3650 -in /tmp/rhui-id-rFRYkD/identity.csr -CA /etc/pki/rhui/entitlement-ca.crt -CAkey /etc/pki/rhui/entitlement-ca-key.pem -CAserial /etc/pki/rhui/entitlement-ca.srl -out /tmp/rhui-id-rFRYkD/identity.crt -extfile /tmp/rhui-id-rFRYkD/identity-extensions.txt -extensions rhui] >Certificate creation output > >Signature ok >subject=/CN=Red Hat Update Infrastructure >Getting CA Private Key > >Connecting to RHUA [ip-10-80-226-7.ec2.internal]... >Successfully connected to [ip-10-80-226-7.ec2.internal] >Connecting to RHUA [ip-10-80-226-7.ec2.internal]... >Successfully connected to [ip-10-80-226-7.ec2.internal] >Unexpected error caught at the shell level >Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/rhui/tools/shell.py", line 86, in safe_listen > self.listen(clear=first_run) > File "/usr/lib/python2.6/site-packages/rhui/tools/shell.py", line 112, in listen > Shell.listen(self) > File "/usr/lib/python2.6/site-packages/rhui/common/shell.py", line 186, in listen > item.func(*args, **item.kwargs) > File "/usr/lib/python2.6/site-packages/rhui/tools/screens/cds.py", line 60, in list > cds_list = self.pulp.cds_list() > File "/usr/lib/python2.6/site-packages/rhui/tools/pulp_api.py", line 551, in cds_list > raise e >ServerRequestError: (None, 'sslv3 alert handshake failure', None) >Connecting to RHUA [ip-10-80-226-7.ec2.internal]... >Successfully connected to [ip-10-80-226-7.ec2.internal] >Connecting to RHUA [ip-10-80-226-7.ec2.internal]... >Successfully connected to [ip-10-80-226-7.ec2.internal] >[root@ip-10-80-226-7 ~]# >[root@ip-10-80-226-7 ~]# pulp-admin -u admin -p admin cds list >+------------------------------------------+ > CDS Instances >+------------------------------------------+ > >[root@ip-10-80-226-7 ~]# rhui-manager > >------------------------------------------------------------------------------ > -= Red Hat Update Infrastructure Management Tool =- > > >-= Home =- > > r manage repositories > c manage content delivery servers (CDS) > s synchronization status and scheduling > e create entitlement certificates and client configuration RPMs > n manage Red Hat entitlement certificates > u manage users > i manage identity certificate > > logout > removes stored authentication credentials and exits > > < move to the previous screen > ^, home > move to the home screen > /, clear > clears the screen > ?, help > display help > q, quit, exit > exit > > Connected: ip-10-80-226-7.ec2.internal >------------------------------------------------------------------------------ >rhui (home) => c > >------------------------------------------------------------------------------ > -= Red Hat Update Infrastructure Management Tool =- > > >-= Content Delivery Server (CDS) Management =- > > l list all CDS clusters and instances managed by the RHUI > i display detailed information on a CDS cluster > a register (add) a new CDS instance > m move CDS(s) to a different cluster > d unregister (delete) a CDS instance from the RHUI > s associate a repository with a CDS cluster > u unassociate a repository from a CDS cluster > > Connected: ip-10-80-226-7.ec2.internal >------------------------------------------------------------------------------ >rhui (cds) => l > > >An unexpected error has occurred during the last operation. >More information can be found in /root/.rhui/rhui.log. > > >------------------------------------------------------------------------------ > -= Red Hat Update Infrastructure Management Tool =- > > >-= Content Delivery Server (CDS) Management =- > > l list all CDS clusters and instances managed by the RHUI > i display detailed information on a CDS cluster > a register (add) a new CDS instance > m move CDS(s) to a different cluster > d unregister (delete) a CDS instance from the RHUI > s associate a repository with a CDS cluster > u unassociate a repository from a CDS cluster > > logout > removes stored authentication credentials and exits > > < move to the previous screen > ^, home > move to the home screen > /, clear > clears the screen > ?, help > display help > q, quit, exit > exit > > Connected: ip-10-80-226-7.ec2.internal >------------------------------------------------------------------------------ >rhui (cds) => i > > >An unexpected error has occurred during the last operation. >More information can be found in /root/.rhui/rhui.log. > > >------------------------------------------------------------------------------ > -= Red Hat Update Infrastructure Management Tool =- > > >-= Content Delivery Server (CDS) Management =- > > l list all CDS clusters and instances managed by the RHUI > i display detailed information on a CDS cluster > a register (add) a new CDS instance > m move CDS(s) to a different cluster > d unregister (delete) a CDS instance from the RHUI > s associate a repository with a CDS cluster > u unassociate a repository from a CDS cluster > > logout > removes stored authentication credentials and exits > > < move to the previous screen > ^, home > move to the home screen > /, clear > clears the screen > ?, help > display help > q, quit, exit > exit > > Connected: ip-10-80-226-7.ec2.internal >------------------------------------------------------------------------------ >rhui (cds) => q >[root@ip-10-80-226-7 ~]# tail -40 .rhui/rhui.log > self.listen(clear=first_run) > File "/usr/lib/python2.6/site-packages/rhui/tools/shell.py", line 112, in listen > Shell.listen(self) > File "/usr/lib/python2.6/site-packages/rhui/common/shell.py", line 186, in listen > item.func(*args, **item.kwargs) > File "/usr/lib/python2.6/site-packages/rhui/tools/screens/cds.py", line 60, in list > cds_list = self.pulp.cds_list() > File "/usr/lib/python2.6/site-packages/rhui/tools/pulp_api.py", line 551, in cds_list > raise e >ServerRequestError: (None, 'sslv3 alert handshake failure', None) >Connecting to RHUA [ip-10-80-226-7.ec2.internal]... >Successfully connected to [ip-10-80-226-7.ec2.internal] >Unexpected error caught at the shell level >Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/rhui/tools/shell.py", line 86, in safe_listen > self.listen(clear=first_run) > File "/usr/lib/python2.6/site-packages/rhui/tools/shell.py", line 112, in listen > Shell.listen(self) > File "/usr/lib/python2.6/site-packages/rhui/common/shell.py", line 186, in listen > item.func(*args, **item.kwargs) > File "/usr/lib/python2.6/site-packages/rhui/tools/screens/cds.py", line 60, in list > cds_list = self.pulp.cds_list() > File "/usr/lib/python2.6/site-packages/rhui/tools/pulp_api.py", line 551, in cds_list > raise e >ServerRequestError: (None, 'sslv3 alert handshake failure', None) >Unexpected error caught at the shell level >Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/rhui/tools/shell.py", line 86, in safe_listen > self.listen(clear=first_run) > File "/usr/lib/python2.6/site-packages/rhui/tools/shell.py", line 112, in listen > Shell.listen(self) > File "/usr/lib/python2.6/site-packages/rhui/common/shell.py", line 186, in listen > item.func(*args, **item.kwargs) > File "/usr/lib/python2.6/site-packages/rhui/tools/screens/cds.py", line 102, in info > clusters = self.pulp.cds_clusters() > File "/usr/lib/python2.6/site-packages/rhui/tools/pulp_api.py", line 582, in cds_clusters > cds_list = self.cds_list() > File "/usr/lib/python2.6/site-packages/rhui/tools/pulp_api.py", line 551, in cds_list > raise e >ServerRequestError: (None, 'sslv3 alert handshake failure', None) >[root@ip-10-80-226-7 ~]#
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 843048
: 600290