Questions tagged [quota]

201 questions
3
votes
1 answer

GCP: requests to increase "CPUs (all regions)" quota keep getting rejected

I recently started using the Compute Engine Google Cloud Platform. Last week, I switched from the free trial to a paid plan. As my deployments were limited by the CPU quota, I requested increases for two quotas: "CPUs (europe-north1)" and "CPUs (all…
2
votes
0 answers

pfSense: config with daloRadius (freeRadius) to setup download quota limitation

I have pfsense and daloRadius(running freeRadius inside) up and running, I successfully configured radius parameters on pfSense and the NAS on daloRadius and they can talk to each other. I am able to create users from daloRadius and authenticate…
Xsmael
  • 171
  • 1
  • 10
2
votes
0 answers

Quota on filesystem mounted via SSHFS

On client C, a directory from server S is mounted via SSHFS (authenticated as user U). The relevant filesystem on S has a quota set. How can a user on C see her quota? The quota command run on C displays nothing. Is there a way to make it work? S…
Lasse Kliemann
  • 348
  • 2
  • 9
2
votes
1 answer

quotacheck: Cannot stat() given mountpoint –cugv: No such file or directory

I am trying to enable quotas on an ext4 partition of a Debian 9 VM. The partition is mounted on /public with the usrquota,grpquota options. The machine has been rebooted. Here is what happens: root@deb9-fs ~# df -hT /public/ Filesystem Type …
stan
  • 173
  • 1
  • 11
2
votes
0 answers

Dovecot bounces messages because of over quota ignoring quota_rule2

I'm trying to configure quotas. I want to set a default quota (say 10GB) and allow +100MB for the trash. I also need to be able to set a custom quota for an user. My users come from LDAP/AD. I'm able to set the default quota and defining a custom…
Francis
  • 481
  • 2
  • 7
  • 19
2
votes
1 answer

Quota limit for my subscription in Microsoft Azure

I have a pay-as-you-go subscription on Microsoft Azure, which was upgraded from a free trial. When I try to deploy a new virtual machine, it is blocked because my quota limit has been reached. However I only have one single resource group with one…
hirschme
  • 123
  • 4
2
votes
0 answers

Set client Quotas on a windows server

I'm using winserver 2012 to Share files over a network of about 100 users. Currently anyone connected to the network has full access to the shared folders. I would like to limit each client to a certain amount of MB, but cannot find a way to do it.…
2
votes
3 answers

How to prevent Linux quota from counting bind-mounts twice

If you are on a Linux machine and have a file system with activated user-quota, you can check via the following commands that quotacheck counts files multiple times if they can be reached via bind-mounts (if source & target of these bind-mounts both…
user2845840
  • 213
  • 1
  • 8
2
votes
2 answers

How do I determine the exact default Block Grace Time for a Linux Quota Partition?

I am trying to write a bash script that will tell me the default "Block grace time" for a given partition in a predictable unit. The closest I have found so far is to use repquota and parse the output, but it is inconsistent. Sometimes it reports…
Paul
  • 21
  • 1
2
votes
0 answers

Limit amount of allocateable memory for process

I've got a windows service written in C#, that does some heavy work (irrelevant for the question) running on a remote machine (Windows Server 2008). Every now an then a client application contacts the service. The service starts its work and…
2
votes
1 answer

How can I warn users about their quotas only once?

I have a number of accounts on a Linux server that have filesystem quotas. I would like to email people only once for each of the following circumstances: The person goes over quota. The person's quota grace period ends. The person goes back under…
asciiphil
  • 3,086
  • 3
  • 28
  • 53
2
votes
1 answer

Server 2012 R2, disk quota vs user quota

I'm learning Windows Server configuration and I'm confused a little, because there are two (at least) apparently independent quota systems. First one should be enabled per drive in drive properties, and then limits can be set for a user or a group.…
kmwil
  • 225
  • 1
  • 2
  • 12
2
votes
0 answers

How can I recalculate XFS projects quota?

I have a XFS formatted disk and several projects quota in it. # xfs_quota -xc 'report -phN' foo 20K 22.9G 22.9G 00 [------] bar 396K 5.7G 5.7G 00 [------] buz 12K 22.9G 22.9G 00 [------] quota_test 96K 100K 1000K 00…
ernix
  • 123
  • 3
2
votes
1 answer

maildrop and quota exceeded

I implemented warning maildrop when quota exceeded. This worked correctly except for one detail. The drawback is that sending mail notice is sent only time... I mean for example if the mailbox has been exceeded by more than 80 %, as I have…
2
votes
1 answer

Dovecot quota-warning.sh not being excecuted

I would like to run a custom script with dovecot once the user reaches certain percents of their quota. The issue is that no matter what I try dovecot does not seem to execute my bash script. 90-quota.conf plugin { quota_warning = storage=95%%…
Sayajin
  • 169
  • 2
  • 10
1 2
3
13 14