Hide Forgot
Description of problem: A missing openssl runtime Requires causing these errors during tog-pegasus installation: chmod: cannot access '/etc/Pegasus/*.pem': No such file or directory cp: cannot stat '/etc/Pegasus/cert.pem': No such file or directory cp: cannot stat '/etc/Pegasus/key.pem': No such file or directory chmod: cannot access '/etc/Pegasus/file.pem': No such file or directory chmod: cannot access '/etc/Pegasus/server.pem': No such file or directory cp: cannot stat '/etc/Pegasus/server.pem': No such file or directory chmod: cannot access '/etc/Pegasus/client.pem': No such file or directory The postinstall script for tog-pegasus is using openssl: -bash-4.2# cat /usr/share/Pegasus/scripts/genOpenPegasusSSLCerts |grep openssl /usr/bin/openssl req -x509 -days 3650 -newkey rsa:2048 \ Version-Release number of selected component (if applicable): -bash-4.2# rpm -q tog-pegasus tog-pegasus-2.12.1-9.fc20.s390x How reproducible: Make sure openssl is not installed. Install tog-pegasus Steps to Reproduce: 1. rpm -q openssl package openssl is not installed 2. yum install tog-pegasus Actual results: chmod: cannot access '/etc/Pegasus/*.pem': No such file or directory cp: cannot stat '/etc/Pegasus/cert.pem': No such file or directory cp: cannot stat '/etc/Pegasus/key.pem': No such file or directory chmod: cannot access '/etc/Pegasus/file.pem': No such file or directory chmod: cannot access '/etc/Pegasus/server.pem': No such file or directory cp: cannot stat '/etc/Pegasus/server.pem': No such file or directory chmod: cannot access '/etc/Pegasus/client.pem': No such file or directory Expected results: No error messages should be displayed. Additional info:
Thanks for report. I fixed it in Rawhide for future releases. I will not push special update for this into F20. (Only if there will be more important fix in the future to ship it with.)