- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- ulimit privileges
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2005 05:25 AM
тАО11-01-2005 05:25 AM
I cannot set ulimit parameters ("ulimt -n 65536") with a certain user (just with root user).
In version 3 I set the following parameters in file /etc/ssh/sshd_config, to be able to set ulimit params with "myuser"
AllowUsers
UsePrivilegeSeparation no
I restared and reloaded the sshd service.
But this is not woring in version 4. I am still unable to set ulimit params with "myuser" and I cannot open ssh with root user.
Any idea about my problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2005 05:57 AM
тАО11-01-2005 05:57 AM
SolutionI run ES 4 on a large number of boxes.
I don't have to set ulimit for users or for root and they can ssh back and forth to their users hearts content.
Something else is wrong.
I'd say take out the customizations and try again.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2005 06:00 AM
тАО11-01-2005 06:00 AM
Re: ulimit privileges
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2005 08:16 AM
тАО11-01-2005 08:16 AM
Re: ulimit privileges
I'm wondering if Oracle told you to do this in some document. If so I'd like to see the document.
This should be set in /etc/profile or the .profile for the user.
Try that and back out the changes to sshd_config and see if that helps.
ssh uses the same profile as telnet users.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2005 04:14 PM
тАО11-01-2005 04:14 PM
Re: ulimit privileges
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2005 06:21 PM
тАО11-01-2005 06:21 PM
Re: ulimit privileges
The easiest way to set a ulimit for one specific user (and also the one recommended in Oracle documentation if I'm not mistaken) is setting it in /etc/security/limits.conf.
Add a line that looks like this:
oracle hard nproc 65000
oracle soft nproc 64000