人工智能产业快速发展 2020年规模将破1600亿
67 questions with no upvoted or accepted answers
6
votes
2
answers
460
views
View free space on offline mapped network drive
We provide all of our users with a mapped network drive (H:) which we have re-directed my documents to. Using FSRM on the file server, each user is restricted to 5GB of disk space.
Windows ...
5
votes
3
answers
3k
views
Is it possible to set up a default user quota for users in a specific group in Linux?
I'd like to be able to set up a default user quota for members of a group if they don't have a specific user quota defined. The idea is that by default, they'd have this standard quota but if a ...
5
votes
1
answer
609
views
Dovecot QuotaClone plugin
I am trying to get the new QuotaClone plugin in Dovecot (2.2.18) working. The documentation says the configuration should be like this:
mail_plugins = $mail_plugins quota quota_clone
plugin {
...
2
votes
0
answers
72
views
How to set a quota on Logical Disk Space (logicalused) in ZFS?
I am currently using ZFS and need to set a quota on the logical disk space (logicalused) rather than the physical disk space used after compression. The quota and refquota properties in ZFS set a ...
2
votes
0
answers
1k
views
How to get Dovecot quota status to message correctly?
I have a testing VM running Ubuntu with postfix, dovecot and a couple of users set up using Roundcube to send mail locally via SMTP.
If I set the Dovecot quota of User A to 20K and then send about 18K ...
2
votes
1
answer
2k
views
Can quotas and limits checked at organization level in Google cloud?
Please help me on my question,I spent a lot time to know the difference between quotas and limits and for checked out quotas at organization level.
As I am seeing some limits are their per ...
2
votes
1
answer
2k
views
Check XFS project quota on NFS client
I am implementing project quotas on a file server (Centos 7.8.2003) that has data volumne formatted using XFS. File access to this server will occur using NFS. I know how to check user quotas on the ...
2
votes
0
answers
1k
views
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 ...
2
votes
0
answers
305
views
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 ...
2
votes
0
answers
606
views
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 ...
2
votes
0
answers
317
views
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 ...
2
votes
0
answers
3k
views
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 ...
2
votes
0
answers
816
views
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 [-...
2
votes
0
answers
2k
views
iptables & tc limit both upload & download together
I have the following for iptables & tc but it limits the upload speed to 2Mbits once the quota of 1GB has been hit.
iptables -t mangle -A POSTROUTING -o eth0 -p tcp -m owner --uid-owner aaron -m ...
2
votes
1
answer
177
views
Quota with Git on Gitosis?
I'm using Gitosis to host some Git repositories.
Is there any possibility to get a quota on the Git repositories?