Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 1154520[details]
foreman-debug logs
Description of problem:
I was trying to upgrade a fresh installed setup of 6.1.8 to sat62 snap10 on rhel7 and upgrade failed as below:
[qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] run: foreman-installer --scenario katello --upgrade
[qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] out: Upgrading...
[qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] out: Upgrade Step: stop_services...
[qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] out: Upgrade Step: start_databases...
[qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] out: Upgrade Step: migrate_pulp...
[qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] out: Upgrade Step: start_httpd...
[qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] out: Upgrade step start_httpd failed. Check logs for more information.
[qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] out:
on checking httpd status, found this error:
May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com systemd[1]: Starting The Apache HTTP Server...
May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com httpd[14139]: AH00526: Syntax error on line 20 of /etc/httpd/conf.d/pulp_content.conf:
May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com httpd[14139]: Invalid command 'XSendFile', perhaps misspelled or defined by a module not included in the server configuration
May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com kill[14141]: kill: cannot find process ""
May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com systemd[1]: httpd.service: control process exited, code=exited status=1
May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com systemd[1]: Failed to start The Apache HTTP Server.
May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com systemd[1]: Unit httpd.service entered failed state.
Version-Release number of selected component (if applicable):
upgrade from sat6.1.8 -> sat62 beta snap10
How reproducible:
always
Steps to Reproduce:
1.upgrade from sat6.1.8 -> sat62 beta snap10
Actual results:
Upgrade step start_httpd failed. Check logs for more information.
Expected results:
upgrade should succeed
Additional info:
Created attachment 1154520 [details] foreman-debug logs Description of problem: I was trying to upgrade a fresh installed setup of 6.1.8 to sat62 snap10 on rhel7 and upgrade failed as below: [qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] run: foreman-installer --scenario katello --upgrade [qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] out: Upgrading... [qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] out: Upgrade Step: stop_services... [qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] out: Upgrade Step: start_databases... [qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] out: Upgrade Step: migrate_pulp... [qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] out: Upgrade Step: start_httpd... [qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] out: Upgrade step start_httpd failed. Check logs for more information. [qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com] out: on checking httpd status, found this error: May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com systemd[1]: Starting The Apache HTTP Server... May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com httpd[14139]: AH00526: Syntax error on line 20 of /etc/httpd/conf.d/pulp_content.conf: May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com httpd[14139]: Invalid command 'XSendFile', perhaps misspelled or defined by a module not included in the server configuration May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com kill[14141]: kill: cannot find process "" May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com systemd[1]: httpd.service: control process exited, code=exited status=1 May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com systemd[1]: Failed to start The Apache HTTP Server. May 06 04:32:36 qe-sat6-upgrade-rhel7.satqe.lab.eng.rdu2.redhat.com systemd[1]: Unit httpd.service entered failed state. Version-Release number of selected component (if applicable): upgrade from sat6.1.8 -> sat62 beta snap10 How reproducible: always Steps to Reproduce: 1.upgrade from sat6.1.8 -> sat62 beta snap10 Actual results: Upgrade step start_httpd failed. Check logs for more information. Expected results: upgrade should succeed Additional info: