Package: pki-server Version: 10.3.5-5 Severity: important Dear Maintainer,
I tried to install `freeipa-server` which is install the `pki-ca` and `pki-server` package. During the `freeipa-server` installation (`ipa-server-install`) it tries to configure the `pki-server` with the `/usr/sbin/pkispawn -s CA -f /tmp/tmpV2cMIf` command. But the `freeipa-server` installation fails, because the CS.cfg file is missing from `/var/lib/pki/pki-tomcat/ca/conf/CS.cfg`. But this file is already in the system just at `/usr/share/pki/ca/conf/CS.cfg` location. The solution is add a symlink to `/var/lib/pki/pki-tomcat/ca/conf` from `/usr/share/pki/ca/conf`: ``` ln -s /usr/share/pki/ca/conf /var/lib/pki/pki-tomcat/ca/ ``` Then the freeipa-server installation can go to the next step or the pkispawn can run successefuly. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.8.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages pki-server depends on: ii adduser 3.115 ii dogtag-pki-server-theme 10.3.5-5 ii ldap-utils 2.4.42+dfsg-2+b3 ii libatk-wrapper-java 0.33.3-11 ii libcommons-collections3-java 3.2.2-1 ii libcommons-dbcp-java 1.4-5 ii libcommons-pool-java 1.6-3 ii libjackson-json-java 1.9.2-8 ii libjackson2-annotations-java 2.7.3-1 ii libjackson2-jaxrs-providers-java 2.7.3-1 ii libjboss-logging-java 3.3.0-1 ii libjs-jquery 3.1.1-1 ii libjs-underscore 1.8.3~dfsg-1 ii libnuxwdog-java 1.0.3-3+b2 ii libscannotation-java 1.0.2+svn20110812-3 ii libsymkey-java 10.3.5-5 ii libtomcatjss-java 7.1.4-4 ii libxml-commons-external-java 1.4.01-2 ii libxml-commons-resolver1.1-java 1.2-7 ii pki-base 10.3.5-5 ii pki-base-java 10.3.5-5 ii pki-tools 10.3.5-5 ii python-ldap 2.4.22-0.1 ii python-lxml 3.6.4-1 ii python-selinux 2.6-3 pn python:any <none> ii tomcat8-user 8.0.38-2 ii velocity 1.7-5 pki-server recommends no packages. pki-server suggests no packages. -- no debconf information Kindly regards, SIPOS, Peter [email protected]

