François Cami
François Cami
[report](http://freeipa-org-pr-ci.s3-website.eu-central-1.amazonaws.com/jobs/852b1e40-0559-11eb-b794-fa163e46012f/report.html) pki-kra-spawn [log](http://freeipa-org-pr-ci.s3-website.eu-central-1.amazonaws.com/jobs/852b1e40-0559-11eb-b794-fa163e46012f/test_integration-test_backup_and_restore.py-TestBackupReinstallRestoreWithKRA-install/master.ipa.test/var/log/pki/pki-kra-spawn.20201003093411.log.gz) Short log: ``` DEBUG: Command: pki -d /etc/pki/pki-tomcat/alias -f /etc/pki/pki-tomcat/password.conf -U https://master.ipa.test:443 --ignore-cert-status UNTRUSTED_ISSUER ca-cert-signing-export --pkcs7\nPKIException: Internal Server Error\nERROR: CalledProcessError: Command \'[\'pki\', \'-d\', \'/etc/pki/pki-tomcat/alias\', \'-f\', \'/etc/pki/pki-tomcat/password.conf\', \'-U\',...
Force permissions of /run/ipa/services.list to be 644 at creation time. If leftover from a failed install due to the wrong umask, its mode might be more strict, leading to an...
When running kdcproxy in mod_wsgi, it is unclear from which component error messages come from. For example: mod_wsgi.c(): [client WARNING:root:Connection broken while writing (...)
There is a typo around line 194 of kdcproxy/__init__.py: `logging.warning("Conection broken while writing (%s)", e) `
It would not be an error but a warning.
To test: - install packit locally: `dnf install packit` - create a [user configuration file](https://packit.dev/docs/configuration/) - create a [user copr configuration file](https://copr.fedorainfracloud.org/api/) - launch `packit copr-build` from your local copy...
It would be useful to be able to: - have a CLI knob like --expected-failures-file= - have a configuration item like expected_failures = to deal with expected check failures. The...
So far healthcheck plugins have unit tests but CLI knobs' behavior is not tested. Proposal: add cli knob tests.
check that: - rpms cronie-anacron, crontabs, cronie, logrotate are installed - systemd unit crond is active+enabled this will make sure (via manual execution and via sosreport integration) that logrotate is...