I setup all of my domains on ISPCONFIG. The original issue I had fixed itself, but there is a new one that I noticed lingering.
Each domain has just one FTP user account setup. Each is set to -1 MB.
However, when I try and upload to any website, it says the disk space is exceeded. BUT, the websites are all allocated 10GB and are using less than 900MB each.
Code:
R] 230-User derekmasonicwiki has group access to: client1 sshusers
[R] 230-OK. Current restricted directory is /
[R] 230 0 Kbytes used (0%) - authorized: 1024000 Kb
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211-Extensions supported:
[R] EPRT
[R] IDLE
[R] MDTM
[R] SIZE
[R] REST STREAM
[R] MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
[R] MLSD
[R] ESTP
[R] PASV
[R] EPSV
[R] SPSV
[R] ESTA
[R] AUTH TLS
[R] PBSZ
[R] PROT
[R] 211 End.
[R] MKD /web/extensions/DismissableSiteNotice
[R] 550-Can't create directory: Disk quota exceeded
[R] 550 0 Kbytes used (0%) - authorized: 1024000 Kb
[R] CWD /web/extensions/DismissableSiteNotice
[R] 550 Can't change directory to /web/extensions/DismissableSiteNotice: No such file or directory
[R] MKD /web/extensions/FCKeditor
[R] 550-Can't create directory: Disk quota exceeded
[R] 550 0 Kbytes used (0%) - authorized: 1024000 Kb
[R] CWD /web/extensions/FCKeditor
[R] 550 Can't change directory to /web/extensions/FCKeditor: No such file or directory
[R] MKD /web/extensions/Gadgets
[R] 550-Can't create directory: Disk quota exceeded
[R] 550 0 Kbytes used (0%) - authorized: 1024000 Kb
[R] CWD /web/extensions/Gadgets
[R] 550 Can't change directory to /web/extensions/Gadgets: No such file or directory
[R] MKD /web/extensions/ParserFunctions
[R] 550-Can't create directory: Disk quota exceeded
[R] 550 0 Kbytes used (0%) - authorized: 1024000 Kb
How do I set it up so that these users have full control over the domain's /web/ directory and that their quota goes alongside that website's quota?
Also, in the website's document root, there is an .ftpquota file that's blank. Is that supposed to be there? Maybe it's locking it up?
I followed the Perfect Setup Guide for Debian 5.
Code:
my:/home/dingle# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda2 / ext3 errors=remount-ro,usrquota,grpquota 0 1
/dev/sdb1 /backup ext3 defaults 0 2
/dev/sda1 none swap sw 0 0
my:/home/dingle#
my:/home/dingle# quotacheck -avugm
Code:
my:/# quotacheck -avugm
quotacheck: Your kernel probably supports journaled quota but you are not using it. Consider switching to journaled quota to avoid running quotacheck after an unclean shutdown.
quotacheck: Scanning /dev/sda2 [/] done
quotacheck: Checked 18423 directories and 204573 files
my:/#
Code:
drwxr-xr-x 24 root root 4.0K 2010-04-15 21:00 .
drwxr-xr-x 24 root root 4.0K 2010-04-15 21:00 ..
drwxr-xr-x 6 root root 4.0K 2010-04-15 18:07 backup
drwxr-xr-x 2 root root 4.0K 2010-04-15 07:12 bin
drwxr-xr-x 3 root root 4.0K 2010-04-14 03:46 boot
drwxr-xr-x 14 root root 3.4K 2010-04-15 11:40 dev
drwxr-xr-x 3 root root 4.0K 2010-04-14 03:45 emul
drwxr-xr-x 97 root root 4.0K 2010-04-15 18:09 etc
drwxr-xr-x 4 root root 4.0K 2010-04-15 07:20 home
lrwxrwxrwx 1 root root 30 2010-04-14 03:21 initrd.img -> boot/initrd.img-2.6.26-2-amd64
drwxr-xr-x 11 root root 12K 2010-04-14 11:07 lib
lrwxrwxrwx 1 root root 20 2010-04-14 03:45 lib32 -> /emul/ia32-linux/lib
lrwxrwxrwx 1 root root 4 2010-04-14 03:19 lib64 -> /lib
drwx------ 2 root root 16K 2010-04-14 03:16 lost+found
drwxr-xr-x 2 root root 4.0K 2010-04-14 03:18 media
drwxr-xr-x 2 root root 4.0K 2010-01-24 22:26 mnt
-rw-r--r-- 1 root root 11K 2010-03-12 10:52 ocsinstall.sh
drwxr-xr-x 2 root root 4.0K 2010-04-14 03:19 opt
dr-xr-xr-x 159 root root 0 2010-04-15 11:38 proc
-rw------- 1 root root 2.5M 2010-04-15 21:01 quota.group
-rw------- 1 root root 2.5M 2010-04-15 21:01 quota.user
drwxr-xr-x 8 root root 4.0K 2010-04-15 12:20 root
drwxr-xr-x 2 root root 4.0K 2010-04-14 11:32 sbin
drwxr-xr-x 2 root root 4.0K 2008-09-16 03:22 selinux
drwxr-xr-x 2 root root 4.0K 2010-04-14 03:19 srv
drwxr-xr-x 2 root root 4.0K 2010-04-14 12:44 ssl
drwxr-xr-x 11 root root 0 2010-04-15 11:38 sys
drwxrwxrwt 9 root root 4.0K 2010-04-15 21:03 tmp
drwxr-xr-x 11 root root 4.0K 2010-04-14 11:07 usr
drwxr-xr-x 16 root root 4.0K 2010-04-14 13:31 var
lrwxrwxrwx 1 root root 27 2010-04-14 03:21 vmlinuz -> boot/vmlinuz-2.6.26-2-amd64
-rw-r--r-- 1 root root 2.1K 2010-04-14 13:31 webmin-setup.out
my:/#
Recent comments
1 day 13 hours ago
1 day 14 hours ago
2 days 3 hours ago
2 days 8 hours ago
2 days 13 hours ago
2 days 14 hours ago
3 days 5 hours ago
3 days 5 hours ago
3 days 10 hours ago
3 days 16 hours ago