<?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: Login quota error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792860#M943653</link>
    <description>Thanks for your replies, yes, I also thinking of the "maxuprc" and "maxuser", the current value is:&lt;BR /&gt;&lt;BR /&gt;maxuprc 75&lt;BR /&gt;maxuser 250&lt;BR /&gt;&lt;BR /&gt;I did not change them for long time. But I am wondering:&lt;BR /&gt;&lt;BR /&gt;1. The machine was running perfectly, why suddently having login problem yesterday?&lt;BR /&gt;&lt;BR /&gt;2. I have a lot of other machines which have the same kernal setting with this one, why only this one has the problem?&lt;BR /&gt;&lt;BR /&gt;Why I am asking that because I am not 100% for sure it is kernal problem, the machine can not affort downtime, on the other hand, if I change it, I also need time to sync the kernal setting on all other servers which I don't wnat to do so. &lt;BR /&gt;&lt;BR /&gt;More input?&lt;BR /&gt;</description>
    <pubDate>Fri, 23 Aug 2002 14:00:50 GMT</pubDate>
    <dc:creator>Victor_5</dc:creator>
    <dc:date>2002-08-23T14:00:50Z</dc:date>
    <item>
      <title>Login quota error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792857#M943650</link>
      <description>I met the following error when I login in, no problem for root, no problem for other users, only for this one "abc"&lt;BR /&gt;&lt;BR /&gt;login: abc&lt;BR /&gt;Password:&lt;BR /&gt;Please wait...checking for disk quotas&lt;BR /&gt;could not execute quota command&lt;BR /&gt;/etc/profile[31]: cannot fork: too many processes&lt;BR /&gt;/etc/profile[48]: cannot fork: too many processes&lt;BR /&gt;/etc/profile[83]: cannot fork: too many processes&lt;BR /&gt;${HOME:-.}/.profile[11]: cannot fork: too many processes&lt;BR /&gt;${HOME:-.}/.profile[13]: cannot fork: too many processes&lt;BR /&gt;${HOME:-.}/.profile[14]: cannot fork: too many processes&lt;BR /&gt;${HOME:-.}/.profile[15]: cannot fork: too many processes&lt;BR /&gt;${HOME:-.}/.profile[20]: cannot fork: too many processes&lt;BR /&gt;${HOME:-.}/.profile[37]: cannot fork: too many processes&lt;BR /&gt;&lt;BR /&gt;Good thing is user can login finally, but it took a couple of minutes which we can not accept it. I knew generally this error is related with NFS, but I am not using NFS, I also tried to change &lt;BR /&gt;&lt;BR /&gt;chmod 444 /usr/bin/quota&lt;BR /&gt;&lt;BR /&gt;but no any difference, any idea?&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 13:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792857#M943650</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2002-08-23T13:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Login quota error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792858#M943651</link>
      <description>This is a kernel resource problem:&lt;BR /&gt;&lt;BR /&gt;The error  cannot fork: too many processes&lt;BR /&gt;&lt;BR /&gt;may be caused by the kernel parameter "maxuprc" being set too low.  Maxuprc is&lt;BR /&gt;the maximum number of processes any one user can have running at one time.&lt;BR /&gt;&lt;BR /&gt;Maxuprc is usually set to 64, which can be somewhat restrictive&lt;BR /&gt;for heavy window and background process users.  Setting maxuprc to&lt;BR /&gt;128 (or larger) and rebuilding the kernel usually fixes the problem.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 13:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792858#M943651</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2002-08-23T13:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Login quota error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792859#M943652</link>
      <description>Did you try increasing the value of these kernel parameters: maxuprc, nproc, maxusers ?</description>
      <pubDate>Fri, 23 Aug 2002 13:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792859#M943652</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-23T13:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Login quota error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792860#M943653</link>
      <description>Thanks for your replies, yes, I also thinking of the "maxuprc" and "maxuser", the current value is:&lt;BR /&gt;&lt;BR /&gt;maxuprc 75&lt;BR /&gt;maxuser 250&lt;BR /&gt;&lt;BR /&gt;I did not change them for long time. But I am wondering:&lt;BR /&gt;&lt;BR /&gt;1. The machine was running perfectly, why suddently having login problem yesterday?&lt;BR /&gt;&lt;BR /&gt;2. I have a lot of other machines which have the same kernal setting with this one, why only this one has the problem?&lt;BR /&gt;&lt;BR /&gt;Why I am asking that because I am not 100% for sure it is kernal problem, the machine can not affort downtime, on the other hand, if I change it, I also need time to sync the kernal setting on all other servers which I don't wnat to do so. &lt;BR /&gt;&lt;BR /&gt;More input?&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 14:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792860#M943653</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2002-08-23T14:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Login quota error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792861#M943654</link>
      <description>Victor,&lt;BR /&gt;&lt;BR /&gt;I don't think maxusers is going to have any effect on this, other than causing several other parameters to be bumped up because of its use in formulas.  The likely culprit here is maxuprc.  Is this user kicking off some application when logging in?  If it worked yesterday, then what did this one user change yesterday?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 23 Aug 2002 14:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792861#M943654</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-23T14:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Login quota error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792862#M943655</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;what about doing an 'su -' to this userID? Did you change anything on the users profile file? How many users are logged in the system? Check the system profile and users profile and check which command it's complaining about.</description>
      <pubDate>Fri, 23 Aug 2002 14:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792862#M943655</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-23T14:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Login quota error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792863#M943656</link>
      <description>"su -" has the same problem. Anyway, I found something, I am working on that, I will get you feedback soon.&lt;BR /&gt;&lt;BR /&gt;Thank you all, have a great weekend!&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 14:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792863#M943656</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2002-08-23T14:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Login quota error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792864#M943657</link>
      <description>Victor:&lt;BR /&gt;&lt;BR /&gt;okay, then I think you have to carefully look at the $HOME/.profile file and the scripts which it is running at the login time. Check if any of the process required more resources. The best possible method will be renaming that profile and copy some other working user's profile here and try loggin again.&lt;BR /&gt;&lt;BR /&gt;gl,</description>
      <pubDate>Fri, 23 Aug 2002 14:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792864#M943657</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-23T14:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Login quota error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792865#M943658</link>
      <description>Thanks for your kindly reminder, Sajid, I will.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 14:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-quota-error/m-p/2792865#M943658</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2002-08-23T14:44:27Z</dc:date>
    </item>
  </channel>
</rss>

