Please forgive my tardiness it is my first time posting on this ticketing system. I am trying to get freeIPA to work on Ubuntu 18.04 daily build (upgraded to latest packages). This bug is a mayor blocker for our use of freeIPA on Ubuntu 18.04. My questions are brief will dogtags-pki make the release? Can the tomcat 8.0.32 packages be made available as part of the release? Or via Backports? For completeness: 1. I am running the latest beta packages: dpkg -l | grep pki ii dogtag-pki 10.6.0~beta2-2 all Dogtag Public Key Infrastructure (PKI) Suite ii dogtag-pki-console-theme 10.6.0~beta2-2 all Certificate System - PKI Console User Interface ii dogtag-pki-server-theme 10.6.0~beta2-2 all Certificate System - PKI Server User Interface ii pki-base 10.6.0~beta2-2 all Certificate System - PKI Framework ii pki-base-java 10.6.0~beta2-2 all Certificate System - PKI Framework -- java client support ii pki-ca 10.6.0~beta2-2 all Certificate System - Certificate Authority ii pki-console 10.6.0~beta2-2 all Certificate System - PKI Console ii pki-javadoc 10.6.0~beta2-2 all Certificate System - PKI Framework Javadocs ii pki-kra 10.6.0~beta2-2 all Certificate System - Data Recovery Manager ii pki-ocsp 10.6.0~beta2-2 all Certificate System - Online Certificate Status Protocol Manager ii pki-server 10.6.0~beta2-2 amd64 Certificate System - PKI Server Framework ii pki-tks 10.6.0~beta2-2 all Certificate System - Token Key Service ii pki-tools 10.6.0~beta2-2 amd64 Certificate System - PKI Tools ii pki-tps 10.6.0~beta2-2 all Certificate System - Token Processing System 1. On tomcat8.5 (openjdk 8): sudo dpkg -l | grep tomcat ii libtomcat8-java 8.5.29-1 all Apache Tomcat 8 - Servlet and JSP engine -- core libraries ii libtomcatjss-java 7.3.0~git20180214-1 all JSSE implementation using JSS for Tomcat ii tomcat8 8.5.29-1 all Apache Tomcat 8 - Servlet and JSP engine ii tomcat8-common 8.5.29-1 all Apache Tomcat 8 - Servlet and JSP engine -- common files ii tomcat8-user 8.5.29-1 all Apache Tomcat 8 - Servlet and JSP engine -- tools to create user instances sudo dpkg -l | grep openjdk ii openjdk-8-jre-headless:amd64 8u162-b12-1 amd64 OpenJDK Java runtime, using Hotspot JIT (headless) 3. pki-tomcat fails to start. Claiming it can't find tomcat: systemctl -l status pki-tomcatd ● pki-tomcatd.service - LSB: Start pki-tomcatd at boot time Loaded: loaded (/etc/init.d/pki-tomcatd; generated) Active: failed (Result: exit-code) since Mon 2018-04-09 04:44:59 UTC; 7s ago Docs: man:systemd-sysv-generator(8) Process: 21216 ExecStart=/etc/init.d/pki-tomcatd start (code=exited, status=1/FAILURE) Apr 09 04:44:59 sbxvrtloc-vm01-i01-aipa0001 systemd[1]: Starting LSB: Start pki-tomcatd at boot time... Apr 09 04:44:59 sbxvrtloc-vm01-i01-aipa0001 pki-tomcatd[21216]: ERROR: No 'tomcat' instances installed! Apr 09 04:44:59 sbxvrtloc-vm01-i01-aipa0001 systemd[1]: pki-tomcatd.service: Control process exited, code=exited status=1 Apr 09 04:44:59 sbxvrtloc-vm01-i01-aipa0001 systemd[1]: pki-tomcatd.service: Failed with result 'exit-code'. Apr 09 04:44:59 sbxvrtloc-vm01-i01-aipa0001 systemd[1]: Failed to start LSB: Start pki-tomcatd at boot time.