Hi all,
today i wanted to edit a user package and the following error came up:
An error has occurred
Details
Error with system Quotas
setquota: Can't stat() mounted device /dev/root: No such file or directory setquota: Mountpoint (or device) / not found. setquota: Not all specified mountpoints are using quota.
Debug Guide
The debugging guide doesn't help.
Here some extra info:
fstab:
/dev/xvda2 / ext3 defaults,errors=remount-ro,usrquota,grpquota,barrier=0 0 0
/dev/xvda1 none swap defaults 0 0
/var/tmpMnt /tmp ext2 loop,noexec,nosuid,rw 0 0
proc /proc proc defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
mtab:
/dev/xvda2 / ext3 rw,errors=remount-ro,usrquota,grpquota,barrier=0 0 0
proc /proc proc rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
/var/tmpMnt /tmp ext2 rw,noexec,nosuid,loop=/dev/loop0 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
[root@srv03 ~]# /usr/sbin/repquota /
repquota: Can't stat() mounted device /dev/root: No such file or directory
repquota: Mountpoint (or device) / not found.
repquota: Not all specified mountpoints are using quota.
[root@srv03 ~]# /sbin/quotaoff -a
quotaoff: Can't stat() mounted device /dev/root: No such file or directory
[root@srv03 ~]# /sbin/quotaon -a
quotaon: Can't stat() mounted device /dev/root: No such file or directory
what can be the issue?
It's a VPS which is running for over a year now, but this error seems to start a few weeks back.
today i wanted to edit a user package and the following error came up:
An error has occurred
Details
Error with system Quotas
setquota: Can't stat() mounted device /dev/root: No such file or directory setquota: Mountpoint (or device) / not found. setquota: Not all specified mountpoints are using quota.
Debug Guide
The debugging guide doesn't help.
Here some extra info:
fstab:
/dev/xvda2 / ext3 defaults,errors=remount-ro,usrquota,grpquota,barrier=0 0 0
/dev/xvda1 none swap defaults 0 0
/var/tmpMnt /tmp ext2 loop,noexec,nosuid,rw 0 0
proc /proc proc defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
mtab:
/dev/xvda2 / ext3 rw,errors=remount-ro,usrquota,grpquota,barrier=0 0 0
proc /proc proc rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
/var/tmpMnt /tmp ext2 rw,noexec,nosuid,loop=/dev/loop0 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
[root@srv03 ~]# /usr/sbin/repquota /
repquota: Can't stat() mounted device /dev/root: No such file or directory
repquota: Mountpoint (or device) / not found.
repquota: Not all specified mountpoints are using quota.
[root@srv03 ~]# /sbin/quotaoff -a
quotaoff: Can't stat() mounted device /dev/root: No such file or directory
[root@srv03 ~]# /sbin/quotaon -a
quotaon: Can't stat() mounted device /dev/root: No such file or directory
what can be the issue?
It's a VPS which is running for over a year now, but this error seems to start a few weeks back.