Questions tagged [quota]

201 questions
0
votes
1 answer

FTP file size limit

I have a webhost account, which has a file size limit, so cannot upload my backup file. How can I upload it maybe in more pieces and after that merge pieces on server? I don't have SSH access.
plaidshirt
  • 261
  • 4
  • 12
0
votes
2 answers

Dovecot dict: Can't open configuration file, Permission denied

I'm trying to set up a dovecot mysql dict for quota in a FreeBSD jail. This is the log I'm getting: an 13 10:03:23 mail dovecot: dict(71120): Error: Failed to initialize dictionary 'sqlquota': dict mysql: Can't open configuration file…
basbebe
  • 313
  • 2
  • 16
0
votes
1 answer

How to understand the output of quota?

On a Scientific Linux server (actually a node of a cluster), I run $ quota -vs Disk quotas for user tim (uid 12345): Filesystem blocks quota limit grace files quota limit grace /dev/vdb 12 126G 126G …
Tim
  • 1,487
  • 6
  • 28
  • 43
0
votes
1 answer

rpc.rquotad connection refused

I setup an NFS file server using Ubuntu 15.04 to replace an aging CentOS 6 based server. I have user quotas on the file system and on the server initially quota -v would segfault but upgrading the kernel from the 3.19.0-30 to 4.2.3 solved that. …
0
votes
1 answer

NFS, Quotas & root not liking each other

I have a few CentOS servers i would like to backup nightly. I have created a NFS server with the following mounts : /backup/server1 /backup/server2 /backup/server3 On the CentOS servers i have mounted the nfs share as /backup and everything works…
0
votes
2 answers

Mounting error with Quota : mount: / not mounted already, or bad option

So I try to activate quota options in /etc/fstab by adding ",usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0" : before : # /dev/sda2 / ext4 …
Ziplo
  • 3
  • 1
  • 3
0
votes
3 answers

When it makes sense not to setup quota on NetApp volumes?

As I got a NetApp that was configured by somebody else I observed that all volumes do have quotas on them and due to this it seems that very often we end-up with problems because someone forgets to update the quota when it does resize a volume. To…
sorin
  • 8,016
  • 24
  • 79
  • 103
0
votes
1 answer

How to increase inodes limit in ReiserFS filesystem?

Is it possible to increase inode limit in ReiserFS without formatting the partition? Currently, the filesystem on my VPS allows me to create 489K inodes, which is not enough. The machine works as online server so disk format is not an option.
lkrzysiak
  • 1
  • 1
0
votes
1 answer

Ubuntu 14.04 Quotas

Im running a Virtual Server with Ubuntu 14.04 (in Microsoft Azure) on which I really need to make use of Quotas. Quotas aren't currently installed, and a bit of research suggests that this was left out of the Virtual Kernels for the recent versions…
Phill Healey
  • 265
  • 3
  • 15
0
votes
1 answer

Allow user to execute “repquota -g /”

I need to allow an user to execute "repquota -g /" from a script without superuser permissions on debian Wheezy. I would not allow all superuser permissions to the user (in my case it is the www-data user). The user cannot access to the file…
Appost
  • 103
  • 1
0
votes
2 answers

Files uploaded via apache don't count against user quotas

I have a shared hosting server, with CentOS linux and cPanel running Apache with mod_php. We use linux's user quotas to enforce that each website stays within their purchased amount of disk space. However, many websites have file upload systems…
Josh
  • 9,190
  • 28
  • 80
  • 128
0
votes
1 answer

NFS, Quota and LDAP

I have the following scenario in two servers with Debian: Server #1 OpenLDAP, NFS exporting /home Server #2 PAM with pam_ldap configured to authenticate against Server #1, /home directory mounted via NFS in Server #1. The users authenticates in…
jam
  • 1
  • 2
0
votes
1 answer

Creating e-mail accounts, understanding the system logic

I'm relatively new to Debian and still learning a lot of things. This said, I would like to make what is probably a really novice question: how do I manually add e-mail accounts and how can I give them a storage limit? I ask this because I'm trying…
0
votes
1 answer

How do I set up disk quotas over LDAP on CentOs?

I've been google-ing for some time and I haven't been able to find any resources or hints on the subject. I am wondering if it is possible to do so, if so how? Any nudge in right direction will be appricated. I do know that if you download and…
Noxshun
  • 1
  • 2
0
votes
2 answers

Grep first number value from quota -u

I would like to get first number from: [root@nowosci /]# quota -u testclient Ograniczenia dyskowe user testclient (uid 7798): System plików bloki miękki twardy pobł. pliki miękki twardy pobł. /dev/root 100256 51200000 51200000 …
Spacedust
  • 568
  • 5
  • 13
  • 28