LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-03-2006, 09:58 AM   #1
salmanucit
Member
 
Registered: Jul 2004
Posts: 56

Rep: Reputation: 15
security parameters


i am trying to install oracle 10g application server on Red Hat Advcance server 4 Update 2.

oracle installer check the requirements before it starts installarion and during checking, it returns the following error

*********************************************
Checking security kernel parameters
Checking for file-max=206173; found file-max=131072. Failed <<<<
Problem: The security parameters in the kernel do not meet the minimum requirements (see above).
Recommendation: Perform operating system specific instructions to update the kernel parameters, namely BIT_SIZE and noexec_user_stack.
*********************************************

Can anyone please tell that what is the problem???

another problem (not related to the above problem) is that when i issue the statement

[root@nisar ~]# sysctl -a | grep sem

I face the following problem

*****************************
error: unknown error 0 reading key 'dev.parport.parport0.autoprobe3'
error: unknown error 0 reading key 'dev.parport.parport0.autoprobe2'
error: unknown error 0 reading key 'dev.parport.parport0.autoprobe1'
error: unknown error 0 reading key 'dev.parport.parport0.autoprobe0'
error: unknown error 0 reading key 'dev.parport.parport0.autoprobe'
kernel.sem = 100 256 100 100
[root@nisar ~]#
******************************

i really didnt touch sysctl.conf

What might be the problem?
Regards
 
Old 03-04-2006, 06:20 AM   #2
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
That's a higher file-max value than I thought you'd need. For making sure you're pre-requisites are correct, there's a good document at http://www.puschitz.com/InstallingOracle10g.shtml that I've used to install Oracle 10g on Redhat and Slackware based systems.

As far as the dev.parport.parport0 sysctl keys, they are added to the /proc file system by including parallel port support when you compile your kernel. There is more info on the parallel support and what it does on systems using /proc support in the docs that come with the kernel sources (Documentation/parport.txt). It shouldn't affect your Oracle installation though.
 
Old 03-04-2006, 06:52 AM   #3
salmanucit
Member
 
Registered: Jul 2004
Posts: 56

Original Poster
Rep: Reputation: 15
can you please answer the following???
After a very new installaion and without touching any thing, why this error message is being returned and whats the solution? i m very much new in linux


[root@nisar ~]# sysctl -a | grep sem

I face the following problem

*****************************
error: unknown error 0 reading key 'dev.parport.parport0.autoprobe3'
error: unknown error 0 reading key 'dev.parport.parport0.autoprobe2'
error: unknown error 0 reading key 'dev.parport.parport0.autoprobe1'
error: unknown error 0 reading key 'dev.parport.parport0.autoprobe0'
error: unknown error 0 reading key 'dev.parport.parport0.autoprobe'
kernel.sem = 100 256 100 100
[root@nisar ~]#
******************************
 
Old 03-04-2006, 07:11 AM   #4
gilead
Senior Member
 
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141

Rep: Reputation: 168Reputation: 168
sysctl -a reads the all the keys under /proc/sys so what you're seeing is not an error in the configuration of your system. sysctl is reading the keys that are put there by the parallel port driver and doesn't recognise them. You don't need to do anything about them unless you are having problems with your parallel port devices.

If you want to see what those keys contain, try running cat /proc/sys/dev/parport/parport0/autoprobe. The file will probably be empty unless you have a parallel port device that was successfully probed in which case you will see any IEEE-1284 device ID information that has been acquired from the (non-IEEE 1284.3) device or any IEEE 1284 device ID information retrieved from daisy-chain devices that conform to IEEE 1284.3 (Documentation/parport.txt).

You can hide the message (this doesn't change the configuration of your system, the keys are still there) with:
Code:
sysctl -a 2>/dev/null | grep sem
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Firefox security (Really Windows Security or Lack Thereof - ED) LXer Syndicated Linux News 1 10-18-2008 09:32 PM
LXer: Security: KJS and KPDF Security Advisories LXer Syndicated Linux News 0 01-20-2006 03:31 AM
help needed in security ,vonarabilities ,loopholes in linux security haseebnazar Linux - Security 2 11-23-2005 07:16 PM
[Security Questions] Last Login, how good is this feature for security breach info? t3gah Linux - Security 2 06-14-2005 01:02 AM
todays requirements regarding security (not limited to linux security) markus1982 Linux - Security 8 04-25-2004 10:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration