ipa-client-install fails at certutil stage because /etc/pki doesn't exist
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
freeipa (Ubuntu) |
Fix Released
|
Undecided
|
Timo Aaltonen | ||
nss (Debian) |
Confirmed
|
Unknown
|
|||
nss (Ubuntu) |
Fix Released
|
High
|
Timo Aaltonen |
Bug Description
Dear Colleagues,
ipa-client-install fails at the import stage of the freeipa server cert.
Created /etc/ipa/
New SSSD config will be created.
Configured /etc/sssd/sssd.conf
Traceback (most recent call last):
File "/usr/sbin/
sys.
File "/usr/sbin/
rval = install(options, env, fstore, statestore)
File "/usr/sbin/
run(
File "/usr/lib/
raise CalledProcessEr
subprocess.
It looks like the patch create_
1. check if /etc/pki exists
2. if not, create it
this is important especially for debian and ubuntu, because /etc/pki is/was fedora/rhel specific
Regards,
\sh
Related branches
Changed in nss (Debian): | |
status: | Unknown → Confirmed |
summary: |
- ipa-client-install failes at certutil stage because /etc/pki doesn't + ipa-client-install fails at certutil stage because /etc/pki doesn't exist |
Changed in nss (Debian): | |
status: | Confirmed → Fix Released |
Changed in nss (Debian): | |
status: | Fix Released → Confirmed |
Changed in nss (Debian): | |
status: | Confirmed → Fix Released |
Changed in nss (Debian): | |
status: | Fix Released → Confirmed |
Well
this patch is not the right location.
We should create this directory in debian/rules