Bug 1257574
| Summary: | After installing oracle-xe-selinux, oracle-xe fails to configure after installation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Lukáš Hellebrandt <lhellebr> | ||||
| Component: | Server | Assignee: | Tomas Lestach <tlestach> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Red Hat Satellite QA List <satqe-list> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 2.3 | CC: | pstudeni | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-09-02 10:24:44 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1484117 | ||||||
| Attachments: |
|
||||||
*** This bug has been marked as a duplicate of bug 1258563 *** This BZ closed some time during 2.5, 2.6 or 2.7. Adding to 2.7 tracking bug. |
Created attachment 1067689 [details] audit.log Description of problem: When oracle-xe-selinux is installed, oracle-xe fails to configure after installation ('/etc/init.d/oracle-xe configure'). AVC denials in audit.log attached. The error message is 'Database Configuration failed. Look into /u01/app/oracle/product/11.2.0/xe/config/log for details'. The files in that directory contain multiple Oracle errors: 'ORA-01034: ORACLE not available', 'ORA-27101: shared memory realm does not exist', 'ORA-00600: internal error code, arguments: [SKGMHASH], [1], [18446744072646661188], [0], [0], [], [], [], [], [], [], []'. After 'setenforce 0' or without oracle-xe-selinux, installation works and the database runs (tested using sqlplus). Version-Release number of selected component (if applicable): oracle-xe-11.2.0-1.0.x86_64 oracle-xe-selinux-10.2.0.40-1.fc21.noarch How reproducible: Always on Fedora 21, 22 Steps to Reproduce: yum remove oracle-xe -y; yum install oracle-xe -y; yum --nogpgcheck -y install oracle-lib-compat; yum -y upgrade selinux-policy selinux-policy-targeted; yum --nogpgcheck -y install oracle-xe-selinux; /etc/init.d/oracle-xe configure while tail -F /var/log/audit/audit.log Actual results: AVCs, errors in /u01/app/oracle/product/11.2.0/xe/config/log , the database is not configured Expected results: The database should be configured and run correctly