lkml.org 
[lkml]   [1998]   [Oct]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Linux-2.1.125 ... pre-2.2 imminent
On Sat, 10 Oct 1998, Bill Hawes wrote:

> I did quite a bit of stress testing for the quota code and wasn't able to
> trigger any stuck processes. Could you put together a script to reproduce the
> problem?

Really too bad. Well, try this :

#!/bin/sh
for i in `seq 25`; do
quotacheck -av & /sbin/lilo &
done

> When you say "/sbin/lilo" is an offender, does running lilo hit a quota limit?

Nope. / is not quota-enabled (and anyway, root can ignore quotas, AFAIK)
Also worth of notice, quotacheck locks even if no-one is over quota.

Here's my disk setup :
-------------
/dev/hda1 on / type ext2 (rw)
none on /proc type proc (rw)
/dev/hda8 on /home type ext2 (rw,nosuid,nodev,usrquota,grpquota)
/dev/hda5 on /bigdisk type ext2 (rw) # SQUID lives here
/dev/hda11 on /tmp type ext2 (rw)
/dev/hda6 on /usr type ext2 (rw)
/dev/hda7 on /usr/src type ext2 (rw)
/dev/hda9 on /var type ext2 (rw)
/dev/hda10 on /var/spool/mail type ext2 (rw,nosuid,nodev,usrquota,grpquota)
---------------------
All users (except root and httpd, which aren't limited), get 10/15Mb on
/home and 2/5Mb on /var/spool/mail (I'm really unsure how sendmail reacts
when hitting a quota wall, but I'm overly confident here).

Should you need an account on the ill box, I'll be happy to set that up
(in the case you can't reproduce the problem).

TIA !

-- Cyrille


------------------------------
Zog Zog





-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:44    [W:0.515 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site