<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: max user processes (ulimit) error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547260#M17700</link>
    <description>Oh wait never mind you can change the limits in this file for individual users and for groups, netgroups, et al.&lt;BR /&gt;&lt;BR /&gt;check through /etc/ for anything named limit,&lt;BR /&gt;&lt;BR /&gt;find /etc |grep -i limit&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
    <pubDate>Wed, 18 May 2005 16:53:00 GMT</pubDate>
    <dc:creator>Dave Falloon</dc:creator>
    <dc:date>2005-05-18T16:53:00Z</dc:date>
    <item>
      <title>max user processes (ulimit) error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547254#M17694</link>
      <description>Red Hat Enterprise Linux 3.0 Release 3.&lt;BR /&gt;&lt;BR /&gt;I get an error when I try to set the max user processes.&lt;BR /&gt;&lt;BR /&gt;[oracle@rac2 oracle]$ ulimit -u 16384&lt;BR /&gt;-bash: ulimit: max user processes: cannot modify limit: Operation not permitted&lt;BR /&gt;&lt;BR /&gt;Any idea about how to solve this problem?</description>
      <pubDate>Wed, 18 May 2005 10:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547254#M17694</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-05-18T10:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: max user processes (ulimit) error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547255#M17695</link>
      <description>&lt;BR /&gt;it seems like as a user you can not go beyond currently allowed limit.&lt;BR /&gt;&lt;BR /&gt;by default ulimit sets to 16255 in my Fedora, as a normal user i can reduce the value, but i can not increase the value. At the same time if i reduce the value, say to 16000, then next time onwards I can not reset back to 16255, very funny :)&lt;BR /&gt;&lt;BR /&gt;as a user i am only allowed to reduce my current ulimit and not increase it. As a root it is possible to increase or decrease the limit to any extend.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 18 May 2005 10:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547255#M17695</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-18T10:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: max user processes (ulimit) error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547256#M17696</link>
      <description>You should log in directly at the console (instead of logging in remotely with telnet, ssh etc.) and issue the command "ulimit" as a normal user.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Wed, 18 May 2005 12:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547256#M17696</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-05-18T12:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: max user processes (ulimit) error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547257#M17697</link>
      <description>Hi Sergejs,&lt;BR /&gt;&lt;BR /&gt;The console is in the other side of the world. I am in Mexico and the server is in Italy.&lt;BR /&gt;&lt;BR /&gt;Any other idea to set max user processes with oracle user?</description>
      <pubDate>Wed, 18 May 2005 12:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547257#M17697</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-05-18T12:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: max user processes (ulimit) error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547258#M17698</link>
      <description>you should try to set sePrivilegeSeparation in /etc/ssh/sshd_config to "no" and restart the SSH daemon by executing "service sshd restart". The privilege separation does not work properly with PAM on Linux.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Wed, 18 May 2005 12:53:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547258#M17698</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-05-18T12:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: max user processes (ulimit) error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547259#M17699</link>
      <description>I don't know about fedora but on debian there is a file called limits.conf in /etc/security/ that sets the defaults for users on the system.&lt;BR /&gt;&lt;BR /&gt;You may want to change it there, trouble is that changes it for every user.&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
      <pubDate>Wed, 18 May 2005 16:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547259#M17699</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-05-18T16:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: max user processes (ulimit) error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547260#M17700</link>
      <description>Oh wait never mind you can change the limits in this file for individual users and for groups, netgroups, et al.&lt;BR /&gt;&lt;BR /&gt;check through /etc/ for anything named limit,&lt;BR /&gt;&lt;BR /&gt;find /etc |grep -i limit&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
      <pubDate>Wed, 18 May 2005 16:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/max-user-processes-ulimit-error/m-p/3547260#M17700</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-05-18T16:53:00Z</dc:date>
    </item>
  </channel>
</rss>

