[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem z włączeniem quoty



On Thu, 07/06, 11:37:41AM, Piotr Gasidlo wrote:
(...)

Przetestowałem jeszcze dojście do quoty via perl:

# cat q.pl
#!/usr/bin/perl

use Quota;
use Data::Dumper;

my $dev = Quota::getqcarg('/var/www');
Quota::setqlim($dev, 1500, 1000, 1000, 0, 0);
my @quota = Quota::query($dev, 1500);
print Dumper(\@quota);

# perl q.pl
$VAR1 = [
	0,
	1000,
	1000,
	0,
	0,
	0,
	0,
	0
];

Wygląda że działa. Ręce opadają :/

-- 
Piotr 'QuakeR' Gasidło, BOFH @ pandora.barbara.eu.org
############## sending lusers to /dev/null since 1998
##### Waiting for tomorrow, for a little ray of light
### Waiting for tomorrow just to see your smile again

Attachment: signature.asc
Description: Digital signature


Reply to: