[PATCH] 130 - set log level to DEBUG in log file for pkispawn
by Ade Lee
The log file is not very useful without the level of logging.
If you have occasion to go to the log file, then you want to
see all the gory details, This of course is valid for pkidestroy too.
Also removed an unneeded import introduced by mistake.
Please review,
Ade
11 years, 8 months
[PATCH] 236 Refactored upgrade framework into base and server upgrade.
by Endi Sukma Dewata
The upgrade framework has been split into base and server upgrade
frameworks since they will be run automatically by different RPM
packages during upgrade. The base upgrade framework will upgrade
the system configuration. The server upgrade framework will upgrade
the instances and subsystems.
Ticket #544
--
Endi S. Dewata
11 years, 8 months
[PATCH] 233 Refactored code to import CA certificate.
by Endi Sukma Dewata
The code to import CA certificate has been moved from PKIConnection
into PKIClient to allow reuse.
The Client classes have been modified such that it uses a shared
PKIClient object instead of PKIConnection.
The return codes in CertFindCLI has been fixed to be more consistent
with other commands.
Ticket #491
--
Endi S. Dewata
11 years, 8 months
[PATCH] Fix 'sslget' to skip link local addresses
by Matthew Harmsen
Please review the attached patch which addresses the following two bugs
by causing 'sslget' to skip link local addresses:
* Bugzilla Bug #953464 - ipa-server-install crashes due to sslget error
* Bugzilla Bug #859043 - ipa-server-install results in error -5987
11 years, 8 months
[PATCH] 129 - added pretrans and java-atk-wrapper dependency
by Ade Lee
These are both things for fedora 19.
First the java-atk-wrapper dependency appears to come from something
that changed in java-1.7.0-openjdk. When you upgrade to the latest
version of the JDK, on starting tomcat, an exception is thrown because
the server cannot find this dependency.
After some searching, it seems like this dependency is somehow brought
in when tomcat is initializing the web containers. Its not clear who is
bringing this in. For now, we're just going to add it to the
dependencies for pki-server. Hopefully, at some later point, we can
remove it.
Second, we have added a pretrans section that runs only on f19 onwards.
This %pretrans checks for the existence of dogtag 9 style instances, and
if present, prevents the upgrade. This is to prevent people from
upgrading and then discovering that their dogtag 9 style instance have
broken because tomcat 6 does not exist on f19.
The workaround - if they want to upgrade in any case -- is to move the
registry files associated with those instances. Then they would have to
install tomcat 6 and the right version of tomcatjss.
The scriptlet is written in lua so that it does not break fresh
installs. Go lua!
Please review,
Ade
11 years, 9 months