OpenSuse12.2 + ispconfig3 + Quota

Discussion in 'General' started by lasitha, Nov 12, 2012.

  1. lasitha

    lasitha New Member

    Hi Team,

    I was installing ispconfig3 on suse12.2

    Problem occurred when configuring the quota server after run the mount command,

    mount -o remount /srv

    System said the section does not exists or bad command.

    I proceeded anyway quota sees to be working.

    After install mysql i rebooted the system

    bu system never came up.My ISP team said the system failing to mount the root.

    After resetting the fstab values system came back to norml

    It seems the mount operation or fstab values gives a mess.

    Please advice

    Many Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The issue was caused by a wrong entry in /etc/fstab during installation, please post your fstab file.
     
  3. lasitha

    lasitha New Member

    fstab

    Hi till,

    Thanks for the reply.Ny fstab details are follow.The support team commented the lins i have modified

    /dev/disk/by-id/ata-WDC_WD5002ABYS-02B1B0_WD-WCASY7738862-part1 swap swap defaults 0 0
    #/dev/disk/by-id/ata-WDC_WD5002ABYS-02B1B0_WD-WCASY7738862-part2 / ext4 acl,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 1 1
    #/dev/disk/by-id/ata-WDC_WD5002ABYS-02B1B0_WD-WCASY7738862-part3 /srv ext4 acl,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 1 2


    #/dev/sda2 / ext4 acl,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 1 1
    /dev/sda2 / ext4 defaults 1 1

    proc /proc proc defaults 0 0
    sysfs /sys sysfs noauto 0 0
    debugfs /sys/kernel/debug debugfs noauto 0 0
    usbfs /proc/bus/usb usbfs noauto 0 0
    devpts /dev/pts devpts mode=0620,gid=5 0 0

    Many Thanks
     

Share This Page