Jan Pazdziora wrote:
On Fri, Nov 07, 2008 at 11:52:24AM -0800, Mike McCune wrote:
anyone seen this before:

# /etc/init.d/oracle-xe configure

Oracle Database 10g Express Edition Configuration
-------------------------------------------------
...
Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:n

Starting Oracle Net Listener...Done
Configuring Database...grep: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/*.log: No such file or directory
Done
Starting Oracle Database 10g Express Edition Instance...Done
Installation Completed Successfully.
To access the Database Home Page go to "http://127.0.0.1:9001/apex";

Is it possible that you run with SELinux in enforcing mode and that
you have something like

        type=AVC msg=audit(1226323498.922:65): avc:  denied  { add_name } for  pid=5587 
comm="sqlplus" name="CloneRmanRestore.log" 
scontext=root:system_r:oracle_sqlplus_t:s0 tcontext=user_u:object_r:oracle_db_log_t:s0 tclass=dir
        type=AVC msg=audit(1226323498.922:65): avc:  denied  { create } for  pid=5587 
comm="sqlplus" name="CloneRmanRestore.log" 
scontext=root:system_r:oracle_sqlplus_t:s0 tcontext=root:object_r:oracle_db_log_t:s0 tclass=file

in your audit.log, thus the log file

        
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/CloneRmanRestore.log

was not created and thus grep did not find it there?


ah, SELinux, thanks!!  Forgot to check that.

_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to