Hi everyone
I have an instance of virtualmin running on a live server which runs perfectly on ubuntu 10.04 LTS.
I’ve recently installed virtualmin on a local ubuntu machine and I’m not able to add or restore virtual servers due to a disk and/or user quota problem.
After a few hours of research and attempts to get this working, I’ve decided to ask for some help from the members of this forum - here are the things that I’ve tried so far and some config files that you might find useful in debugging/diagnosing…
# quotaon -avug
quotaon: Cannot find quota file on / [/dev/sda1] to turn quotas on/off.
quotaon: Cannot find quota file on / [/dev/sda1] to turn quotas on/off.
root@demo1:/# rm -f aquota.user
root@demo1:/# rm -f quota.group
root@demo1:/# touch aquota.user
root@demo1:/# touch quota.group
root@demo1:/# mount -o remount /
root@demo1:/# quotaon -avug
quotaon: Cannot find quota file on / [/dev/sda1] to turn quotas on/off.
quotaon: Cannot find quota file on / [/dev/sda1] to turn quotas on/off.
/etc/fstab file contents:
# /etc/fstab: static file system information.
Use ‘blkid -o value -s UUID’ to print the universally unique identifier
for a device; this may be used with UUID= as a more robust way to name
devices that works even if disks are added and removed. See fstab(5).
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda1 / ext4 grpquota,errors=remount-ro,usrquota,rw 0 1
swap was on /dev/sda5 during installation
UUID=42bf41db-678c-4f2f-ab25-a091ccfadda3 none swap sw $
/etc/mtab file contents:
/dev/sda1 / ext4 rw,grpquota,errors=remount-ro,usrquota 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
none /sys sysfs rw,noexec,nosuid,nodev 0 0
none /sys/fs/fuse/connections fusectl rw 0 0
none /sys/kernel/debug debugfs rw 0 0
none /sys/kernel/security securityfs rw 0 0
none /dev devtmpfs rw,mode=0755 0 0
none /dev/pts devpts rw,noexec,nosuid,gid=5,mode=0620 0 0
none /dev/shm tmpfs rw,nosuid,nodev 0 0
none /var/run tmpfs rw,nosuid,mode=0755 0 0
none /var/lock tmpfs rw,noexec,nosuid,nodev 0 0
none /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
none /var/lib/ureadahead/debugfs debugfs rw,relatime 0 0
gvfs-fuse-daemon /home/cfoulstone/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,u$
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
/var/webmin/miniserv.error last few lines:
[25/Aug/2011:11:41:25 +0100] miniserv.pl started
[25/Aug/2011:11:41:25 +0100] PAM authentication enabled
Failed to initialize SSL connection
Failed to initialize SSL connection
Failed to initialize SSL connection
Failed to initialize SSL connection
Failed to initialize SSL connection
Failed to initialize SSL connection
status: Unknown parameter: INTERFACE
status: Unknown parameter: JOB
Error: quotaon: Cannot find quota file on / [/dev/sda1] to turn quotas on/off.
Failed to initialize SSL connection
df: `/home/cfoulstone/.gvfs’: Permission denied
df: no file systems processed
I don’t know what else to try, so any help or advice would be appreciated.
Cheers