Questions tagged [quota]
201 questions
0
votes
1 answer
No idea why I am getting Over Quota errors on GAE (Java)
I am getting over quota errors on my live GAE Standard Environment (Java) site and there's no information given on what has gone over quota.
I checked the Quota Details page under App Engine, and everything seems ok.
I also looked at IAM Admin…

markvgti
- 101
- 2
0
votes
2 answers
vzquota not working /dev/vzfs missing on Ubuntu VPS
I have a problem with my Ubuntu VPS and the provider is unable and/or unwilling to help. The problem is that they supposedly support disk quotas, but it is not working on my server. repquota -a complains that /dev/vzfs does not exist, even though /…

user2323470
- 183
- 4
- 9
0
votes
1 answer
How to allow data quotas using nDPI netfiltering
I am trying to allow a certain data quota for a user using nDPI netfiltering.
This is the command I used for checking it.
iptables -A INPUT -m ndpi --quota 2048 -j DROP
Result is
iptables v1.6.0: unknown option "--quota"
As I read in this manual…

Sachith Muhandiram
- 223
- 4
- 9
0
votes
1 answer
freebsd set quota for users per zfs share
Is there any way to set multi quota for a user?
example:
I have a zfs pool named storage, three folder are in this folder, now, I want to:
user1 has 10G on /storage/folder1
user1 has 5G on /storage/folder2
user1 has 100M /storage/folder3
.
.
.
I'm…

F.M
- 111
- 1
- 5
0
votes
1 answer
Lustre: inode/files quota: dependent on striping?
My understanding of the Lustre file system is that every file uses one inode on a metadata target (MDT), and then one inode per stripe on the object storage targets (OSTs). My question is, which of these numbers counts towards my file number (inode)…

Evan
- 101
- 4
0
votes
1 answer
SGE set maximum number of nodes per user
I would like to limit the number of nodes a user can submit jobs to on a given queue. Is it possible?
For example, I have 5 nodes with 10 cores each, and I do not want a given user to be allowed to use the whole cluster, but 60% at the most (3…

Paco el Cuqui
- 199
- 1
- 1
- 8
0
votes
1 answer
Disk quota with a mounted folder and a new user
I have an email folder under /var/qmail/mailnames, with a file permission from the user popuser.
I would like to link the respective folder with the customer account.
for example:
Link or Mount?
Mail folder: /var/qmail/mailnames/exampleDomain ->…

B4c4rd1
- 3
- 2
0
votes
2 answers
Fedora 25 tar errors from backup script aquota.user: Cannot time Operation not permitted
We just upgraded to Fedora 25 and re-enabled our tar/gzip backups to our Drobo units.
These errors just started happening after re-enabling the backups.
gzip: stdout: Input/output error
/bin/tar: Child returned status 1
/bin/tar: Error is not…

RobbieTheK
- 400
- 6
- 18
0
votes
5 answers
Email server - Disk quota sizes - suggestions?
Working out a new server for an agency of 200 Employees - with approx 240 email accounts.
Internally I'm arguing with myself over the amount of drive space to allocate to each user for the disk quota, I'm just looking for suggestions.
Once i have…

Ian H
- 13
- 1
- 3
0
votes
1 answer
Enabling quota on xfs partitions
OS: Ubuntu 16.04
I have installed the quota commandline tool from apt and found some instructions to enable quota on the root partition by appending rootflags=uquota,gquota to GRUB_CMDLINE_LINUX within the file /etc/default/grub followed by…

SteffenNielsen
- 477
- 4
- 15
0
votes
1 answer
Weird behavior with ldap and getent or repquota
I've observed a weird behavior in my network.
I have my network users stored in OpenLDAP 2.4 which also serves a samba 3.6 Domain.
I have user quotas on my NFS servers and that is where I stumbled over the "problem".
When I call repquota -up it…

Christoph
- 107
- 9
0
votes
1 answer
zimbra mail quota view command line
I am using zimbra 8.5.
When i am trying to view the mail quota of all users from the admin GUI, the whole system hangs and we will have to restart the system to make it work again.
I searched in google but the solutions are little bit confusing for…

sareeshmnair
- 105
- 1
- 1
- 5
0
votes
1 answer
quota exceeded without files
How is it possible for a user/group to exceed its quota without owning any files? Here is an extract of my repquota output:
*** Report for group quotas on device /dev/mapper/lata
Block grace time: 15days; Inode grace time: 15days
…

morais
- 1
- 3
0
votes
4 answers
What's the best method for creating a quota controlled shared disk space for a group of users on a Linux system?
Our users often request a shared disk space to use with a group of users in order to exchange or work on some files. To be able to also utilize quota management we create a new user account (which is quota controlled) and give access to that user's…
Ersin ER
0
votes
0 answers
Cant change user quota on xfs partition
I cant change user quota even command exit status is 0.
Used:
xfs_quota -x -c 'limit bsoft=1024m bhard=2048m 56a4d3057ec81767ebe0415b' /
Also used webmin interface to update user quota but on both cases user quota is not changed.
xfs_quota -xc…

Novkovski Stevo Bato
- 351
- 1
- 5
- 17