Cron Error
Good Morning,
For the last couple of days I've been getting the following email. Any suggestions on how to resolve.
Subj: Output from your job 1018
Message:
repquota: Cannot open quotafile /home2/quota.user: No such file or directory
-
Mmm looks like it's the same issue. $ ll /dev/root lrwxrwxrwx 1 root root 3 Sep 1 22:42 /dev/root -> md0 $ vi /etc/fstab # # /etc/fstab # Created by anaconda on Thu Jul 14 18:59:06 2011 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # /dev/md0 / ext4 usrjquota=quota.user,jqfmt=vfsv0 1 1 /dev/md1 swap swap defaults 0 0 /dev/md2 /home2 ext4 usrjquota=quota.user,jqfmt=vfsv0 1 0 tmpfs /dev/shm tmpfs defaults,noexec,nosuid 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 /usr/tmpDSK /tmp ext3 loop,defaults,noexec,nosuid,noauto 0 0 /tmp /var/tmp none rw,noexec,nosuid,nodev,bind 0 0 $ ln -s /dev/md2 /dev/root ln: creating symbolic link `/dev/root': File exists What am I missing? 0 -
Hello :) Have you initialized quotas for the /home2 partition? EX: /scripts/initquotas
Thank you.0
Please sign in to leave a comment.
Comments
3 comments