#1623 Runtime dependency on python-nss is missing
Closed: Fixed None Opened 8 years ago by rpattath.

Runtime dependency on python-nss is missing

Steps to Reproduce:

1. pkispawn CA
2.# pki-server subsystem-cert-find ca
Traceback (most recent call last):
  File "/usr/sbin/pki-server", line 28, in <module>
    import pki.server.cli.subsystem
  File "/usr/lib/python2.7/site-packages/pki/server/cli/subsystem.py", 
  line 26, in <module> import nss.nss as nss
ImportError: No module named nss.nss3.

Actual results:

yum install python-nss

# pki-server
Usage: pki-server [OPTIONS]

  -v, --verbose                Run in verbose mode.
      --debug                  Show debug messages.
      --help                   Show help message.

Commands:
 ca                            CA management commands        
 instance                      Instance management commands  
 subsystem                     Subsystem management commands 
 migrate                       Migrate system                
 nuxwdog                       Nuxwdog related commands

Expected results:

pki-server command should be executable after CA packages are installed
and pkispawn of CA

after discussions with edewata on IRC on 9/28/2015, it is believed that this runtime requirement will be needed by both the server and the client, therefore the runtime requirement should be placed in pki-base

Checked into the following branches:

  • master

    • 29801060fa86b6f196ef694c6672d909ea5336e4
  • DOGTAG_10_2_BRANCH

    • 58df7a061cd395cff29016e8d1efc3dafad91b4c
  • DOGTAG_10_2_6_BRANCH

    • 063944827690c47f1f1422e178b5b8729738ac3d
  • DOGTAG_10_2_RHEL_BRANCH

    • 1c459dea5dafa15b467ea93ea160e4e960a4aa69

Metadata Update from @rpattath:
- Issue assigned to mharmsen
- Issue set to the milestone: 10.2.6

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/2182

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata