<?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: cannot set user id: Resource temporarily unavailable in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cannot-set-user-id-resource-temporarily-unavailable/m-p/4588951#M39848</link>
    <description>Yes...in this moment I can't log with the OAS_USER&lt;BR /&gt;&lt;BR /&gt;Yes...i think is a peak of the application...but after restart this proccess the problem don`t resolves&lt;BR /&gt;&lt;BR /&gt;.....I don't know anythink :-(&lt;BR /&gt;&lt;BR /&gt;any sugestion???&lt;BR /&gt;&lt;BR /&gt;Thnaks for all</description>
    <pubDate>Tue, 23 Feb 2010 12:13:08 GMT</pubDate>
    <dc:creator>Javier Paredes Balleste</dc:creator>
    <dc:date>2010-02-23T12:13:08Z</dc:date>
    <item>
      <title>cannot set user id: Resource temporarily unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-set-user-id-resource-temporarily-unavailable/m-p/4588947#M39844</link>
      <description>Hi everybody&lt;BR /&gt;&lt;BR /&gt;I have a problem in  my RedHat Sever.&lt;BR /&gt;I have installed an OAS Server 10.1.2 in a Red Hat Enterprise Linux AS release 4 (Nahant Update 6) Server and sometimes I'm having this error when I'm triying to log in to the server as OAS_USER&lt;BR /&gt;&lt;BR /&gt;"cannot set user id: Resource temporarily unavailable"&lt;BR /&gt;&lt;BR /&gt;I think that it's a user limits problem...but I'm not sure about this.&lt;BR /&gt;&lt;BR /&gt;Any suggestion???&lt;BR /&gt;&lt;BR /&gt;Thanks for all your support&lt;BR /&gt;&lt;BR /&gt;javi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Feb 2010 10:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-set-user-id-resource-temporarily-unavailable/m-p/4588947#M39844</guid>
      <dc:creator>Javier Paredes Balleste</dc:creator>
      <dc:date>2010-02-23T10:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: cannot set user id: Resource temporarily unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-set-user-id-resource-temporarily-unavailable/m-p/4588948#M39845</link>
      <description>Compare the system defined limits (ulimit -a) with the user's owned processes and open files:&lt;BR /&gt;&lt;BR /&gt;ps -U OAS_USER | wc -l&lt;BR /&gt;lsof | grep OAS_USER | wc -l&lt;BR /&gt;&lt;BR /&gt;Whenever the user reaches any of those limits you will be unable to log in as that user.</description>
      <pubDate>Tue, 23 Feb 2010 10:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-set-user-id-resource-temporarily-unavailable/m-p/4588948#M39845</guid>
      <dc:creator>J. Maestre</dc:creator>
      <dc:date>2010-02-23T10:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: cannot set user id: Resource temporarily unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-set-user-id-resource-temporarily-unavailable/m-p/4588949#M39846</link>
      <description>this is the result&lt;BR /&gt;&lt;BR /&gt;ias10g&lt;BR /&gt;------------&lt;BR /&gt;ps -U ias10g | wc -l&lt;BR /&gt;117&lt;BR /&gt;&lt;BR /&gt;lsof | grep ias10g | wc -l&lt;BR /&gt;14957&lt;BR /&gt;&lt;BR /&gt;core file size          (blocks, -c) 0&lt;BR /&gt;data seg size           (kbytes, -d) unlimited&lt;BR /&gt;file size               (blocks, -f) unlimited&lt;BR /&gt;pending signals                 (-i) 1024&lt;BR /&gt;max locked memory       (kbytes, -l) 32&lt;BR /&gt;max memory size         (kbytes, -m) unlimited&lt;BR /&gt;open files                      (-n) 65536&lt;BR /&gt;pipe size            (512 bytes, -p) 8&lt;BR /&gt;POSIX message queues     (bytes, -q) 819200&lt;BR /&gt;stack size              (kbytes, -s) 8192&lt;BR /&gt;cpu time               (seconds, -t) unlimited&lt;BR /&gt;max user processes              (-u) 16384&lt;BR /&gt;virtual memory          (kbytes, -v) unlimited&lt;BR /&gt;file locks                      (-x) unlimited&lt;BR /&gt;&lt;BR /&gt;cat /etc/security/limits.conf&lt;BR /&gt;&lt;BR /&gt;@dba soft nofile 65536&lt;BR /&gt;@dba hard nofile 65536&lt;BR /&gt;@dba soft nproc 16384&lt;BR /&gt;@dba hard nproc 16384&lt;BR /&gt;&lt;BR /&gt;ias10g soft nofile 2048&lt;BR /&gt;ias10g hard nofile 65536&lt;BR /&gt;ias10g soft nproc 2047&lt;BR /&gt;ias10g hard nproc 16384&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root&lt;BR /&gt;--------&lt;BR /&gt;core file size          (blocks, -c) 0&lt;BR /&gt;data seg size           (kbytes, -d) unlimited&lt;BR /&gt;file size               (blocks, -f) unlimited&lt;BR /&gt;pending signals                 (-i) 1024&lt;BR /&gt;max locked memory       (kbytes, -l) 32&lt;BR /&gt;max memory size         (kbytes, -m) unlimited&lt;BR /&gt;open files                      (-n) 1024&lt;BR /&gt;pipe size            (512 bytes, -p) 8&lt;BR /&gt;POSIX message queues     (bytes, -q) 819200&lt;BR /&gt;stack size              (kbytes, -s) 10240&lt;BR /&gt;cpu time               (seconds, -t) unlimited&lt;BR /&gt;max user processes              (-u) 536575&lt;BR /&gt;virtual memory          (kbytes, -v) unlimited&lt;BR /&gt;file locks                      (-x) unlimited&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I dont see anything strange....&lt;BR /&gt;&lt;BR /&gt;Any suggestion???&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 23 Feb 2010 11:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-set-user-id-resource-temporarily-unavailable/m-p/4588949#M39846</guid>
      <dc:creator>Javier Paredes Balleste</dc:creator>
      <dc:date>2010-02-23T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: cannot set user id: Resource temporarily unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-set-user-id-resource-temporarily-unavailable/m-p/4588950#M39847</link>
      <description>Those results look ok, but are you getting them while not being able to log in?&lt;BR /&gt;&lt;BR /&gt;You said you got that error sometimes, could it be a peak in spawned process for that user, which is not happening right now?</description>
      <pubDate>Tue, 23 Feb 2010 11:49:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-set-user-id-resource-temporarily-unavailable/m-p/4588950#M39847</guid>
      <dc:creator>J. Maestre</dc:creator>
      <dc:date>2010-02-23T11:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: cannot set user id: Resource temporarily unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-set-user-id-resource-temporarily-unavailable/m-p/4588951#M39848</link>
      <description>Yes...in this moment I can't log with the OAS_USER&lt;BR /&gt;&lt;BR /&gt;Yes...i think is a peak of the application...but after restart this proccess the problem don`t resolves&lt;BR /&gt;&lt;BR /&gt;.....I don't know anythink :-(&lt;BR /&gt;&lt;BR /&gt;any sugestion???&lt;BR /&gt;&lt;BR /&gt;Thnaks for all</description>
      <pubDate>Tue, 23 Feb 2010 12:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-set-user-id-resource-temporarily-unavailable/m-p/4588951#M39848</guid>
      <dc:creator>Javier Paredes Balleste</dc:creator>
      <dc:date>2010-02-23T12:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: cannot set user id: Resource temporarily unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-set-user-id-resource-temporarily-unavailable/m-p/4588952#M39849</link>
      <description>the solution is set soft limits equal hard limits in limits.conf file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Javi Like Juan Palomo..."yo me lo guiso yo me lo como"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 May 2010 11:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-set-user-id-resource-temporarily-unavailable/m-p/4588952#M39849</guid>
      <dc:creator>Javier Paredes Balleste</dc:creator>
      <dc:date>2010-05-28T11:21:51Z</dc:date>
    </item>
  </channel>
</rss>

