Re: quotas and perl..

2000-04-04 Thread Brian
On Tue, 4 Apr 2000, Arni Raghu wrote: > Hi, > I am using the quota perl module here is a snippet:: > > <.> > Quota::setqlim($dev,$uid,80,160,0,0,1,0); > <> the format is wrong, it should be: Quota::setqlim($dev, $uid, $quotasoft, $quotahard, 0, 0); > > This code just does not seem

quotas and perl..

2000-04-04 Thread Arni Raghu
Hi, I am using the quota perl module here is a snippet:: <.> Quota::setqlim($dev,$uid,80,160,0,0,1,0); <> This code just does not seem to work...the $dev and $uid are ok as Quota::query works fine..also quotas are set and working fine as using plain edquota works..I am just not understan