<?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: No quota report at login in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042542#M134604</link>
    <description>Hey,&lt;BR /&gt;&lt;BR /&gt;what error message do you get when you try to run quota -v as one of those users?  If you can copy &amp;amp; paste the output here.&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;Kevin.</description>
    <pubDate>Wed, 06 Aug 2003 10:49:42 GMT</pubDate>
    <dc:creator>Kevin O'Donovan</dc:creator>
    <dc:date>2003-08-06T10:49:42Z</dc:date>
    <item>
      <title>No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042534#M134596</link>
      <description>Hi everybody&lt;BR /&gt;&lt;BR /&gt;Ussually users got quota report at login time and sundently that report doesn't appear anymore. quota -v don??t work as well (only headings are displayed).  &lt;BR /&gt;Only root can see the result of quota -v. &lt;BR /&gt;I think permissions are OK with all quota comands.&lt;BR /&gt;Can someone tell me whtat's going on here?&lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
      <pubDate>Wed, 06 Aug 2003 09:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042534#M134596</guid>
      <dc:creator>Starrynight</dc:creator>
      <dc:date>2003-08-06T09:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042535#M134597</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do this as root&lt;BR /&gt;&lt;BR /&gt;#chmod u+s /bin/quota&lt;BR /&gt;&lt;BR /&gt;and try again.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Wed, 06 Aug 2003 09:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042535#M134597</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-08-06T09:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042536#M134598</link>
      <description>check that /usr/bin/quota is 755 if not &lt;BR /&gt;# chmod 755 /usr/bin/quota&lt;BR /&gt;&lt;BR /&gt;check with quota -v if the problem is solved.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2003 09:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042536#M134598</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-08-06T09:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042537#M134599</link>
      <description>I don't think that suid on /bin/quota is a proper way (its 555 anyway - executable to everybody).I'd check with edquota (run by root with username as argument) if there are quotas&lt;BR /&gt;at all for the user.</description>
      <pubDate>Wed, 06 Aug 2003 09:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042537#M134599</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-08-06T09:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042538#M134600</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;just another thing to check, quota is called in .profile or .login or one of those files, isn't it?  Might check that its still there?&lt;BR /&gt;&lt;BR /&gt;Prob not much help but if it was taken out it wouldn't give you that report anymore.&lt;BR /&gt;&lt;BR /&gt;Kevin.</description>
      <pubDate>Wed, 06 Aug 2003 10:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042538#M134600</guid>
      <dc:creator>Kevin O'Donovan</dc:creator>
      <dc:date>2003-08-06T10:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042539#M134601</link>
      <description>Hi again &lt;BR /&gt;&lt;BR /&gt;I appreciate all the replies but ufortunately nobody helped me.&lt;BR /&gt;There is nothing wrong with permissions (at least in /bin/quota and /usr/bin/quota). I got other systems with the same OS version and the permissions are the same, and it works.&lt;BR /&gt;The users have quotas and I can check them with no problem with quota -v if I am root. Only they can not do it.&lt;BR /&gt;&lt;BR /&gt;Any more help will be usefull&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;SN</description>
      <pubDate>Wed, 06 Aug 2003 10:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042539#M134601</guid>
      <dc:creator>Starrynight</dc:creator>
      <dc:date>2003-08-06T10:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042540#M134602</link>
      <description>What kind of error message do you get when execute quota -v as a normal user ?</description>
      <pubDate>Wed, 06 Aug 2003 10:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042540#M134602</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-08-06T10:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042541#M134603</link>
      <description>Hey,&lt;BR /&gt;&lt;BR /&gt;what error message to you get when you try to run quota -v as one of those users?  If you can copy &amp;amp; paste the output here.&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;Kevin.</description>
      <pubDate>Wed, 06 Aug 2003 10:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042541#M134603</guid>
      <dc:creator>Kevin O'Donovan</dc:creator>
      <dc:date>2003-08-06T10:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042542#M134604</link>
      <description>Hey,&lt;BR /&gt;&lt;BR /&gt;what error message do you get when you try to run quota -v as one of those users?  If you can copy &amp;amp; paste the output here.&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;Kevin.</description>
      <pubDate>Wed, 06 Aug 2003 10:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042542#M134604</guid>
      <dc:creator>Kevin O'Donovan</dc:creator>
      <dc:date>2003-08-06T10:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042543#M134605</link>
      <description>Try to run /usr/sbin/quotacheck -v /FS_name</description>
      <pubDate>Wed, 06 Aug 2003 11:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042543#M134605</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-08-06T11:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042544#M134606</link>
      <description>2 questions ... what's the O/S here,are the users $HOMES nfs mounted at all ?&lt;BR /&gt;&lt;BR /&gt;if you run say tusc quota -v what do you see ... I'm wondering if it might be permissions on the volume group itself ?</description>
      <pubDate>Wed, 06 Aug 2003 11:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042544#M134606</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-08-06T11:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042545#M134607</link>
      <description>Hello again&lt;BR /&gt;&lt;BR /&gt;Replying to your questions:&lt;BR /&gt;- There is no error message associated, when I run the comand as root the user's quota in each FS is displayed. When I run it as other user only the header is displayed (as followed):&lt;BR /&gt;Filesystem     usage  quota  limit   timeleft..&lt;BR /&gt;&lt;BR /&gt;- Quotacheck - didn't work&lt;BR /&gt;&lt;BR /&gt;- Yes, the FS are mounted&lt;BR /&gt;&lt;BR /&gt;Still needing help...&lt;BR /&gt;&lt;BR /&gt;SN</description>
      <pubDate>Wed, 06 Aug 2003 12:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042545#M134607</guid>
      <dc:creator>Starrynight</dc:creator>
      <dc:date>2003-08-06T12:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042546#M134608</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;ok, so just to clarify the last one, they're not mounted from another server using NFS?&lt;BR /&gt;&lt;BR /&gt;Have you tried, as root, checking the quota of any of the other users?&lt;BR /&gt;&lt;BR /&gt;quota -u user1&lt;BR /&gt;&lt;BR /&gt;for example?&lt;BR /&gt;&lt;BR /&gt;Quotacheck not working isn't good, any error output from that?&lt;BR /&gt;&lt;BR /&gt;Kinda running out of ideas, are the quotas in effect, i.e. was quotaon (or quotaoff) run to enable (or disable) the quotas?  Is the quota keyword in the /etc/fstab for the filesystem?&lt;BR /&gt;&lt;BR /&gt;Have you looked at /var/adm/syslog/syslog.log to see if theres anything in there about quotas?&lt;BR /&gt;&lt;BR /&gt;Think I'm out of ideas at that stage, unless any of the above gets us any more information.&lt;BR /&gt;&lt;BR /&gt;Kevin.</description>
      <pubDate>Wed, 06 Aug 2003 13:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042546#M134608</guid>
      <dc:creator>Kevin O'Donovan</dc:creator>
      <dc:date>2003-08-06T13:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042547#M134609</link>
      <description>Ok,as to quotacheck - it expects to find (under the root directory of filesystem) a file called quotas and afterthat compare&lt;BR /&gt;it to filesystem quotas got from the real&lt;BR /&gt;filesystem statistics.&lt;BR /&gt;&lt;BR /&gt;If there is no quotas file then quotacheck fails.&lt;BR /&gt;It also checked on boot time (see /etc/rc.log):&lt;BR /&gt;&lt;BR /&gt;Mount file systems&lt;BR /&gt;Output from "/sbin/rc1.d/S100localmount start":&lt;BR /&gt;----------------------------&lt;BR /&gt;checking quotas&lt;BR /&gt;&lt;BR /&gt;Could be that the filesystem was  recently restored without /&lt;FS_NAME&gt;/quotas file?&lt;BR /&gt;&lt;BR /&gt;&lt;/FS_NAME&gt;</description>
      <pubDate>Wed, 06 Aug 2003 13:09:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042547#M134609</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-08-06T13:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: No quota report at login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042548#M134610</link>
      <description>Hello!&lt;BR /&gt;I have this problem again! Don't know if I got the solution the previous time....&lt;BR /&gt;Can anyone help?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;SN</description>
      <pubDate>Thu, 21 Apr 2005 04:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-quota-report-at-login/m-p/3042548#M134610</guid>
      <dc:creator>Starrynight</dc:creator>
      <dc:date>2005-04-21T04:58:34Z</dc:date>
    </item>
  </channel>
</rss>

