Skip to main content

Cron Error

Comments

3 comments

  • 24x7server
    Hello, May be following thread will fix your issues, Please check it
    0
  • MarkDalton
    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
  • cPanelMichael
    Hello :) Have you initialized quotas for the /home2 partition? EX:
    /scripts/initquotas
    Thank you.
    0

Please sign in to leave a comment.