Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Franco on March 25, 2008, 02:24:06 AM

Title: After upgrading Hard Drive, quota no longer works
Post by: Franco on March 25, 2008, 02:24:06 AM
Hello,
Has anyone done a Hard Drive upgrade on their 7.3 install.
I did the upgrade as per http://wiki.contribs.org/UpgradeDisk
Everything went fine, but the Quota management no longer works
Code: [Select]
cat /etc/fstab
#------------------------------------------------------------
# BE CAREFUL WHEN MODIFYING THIS FILE! It is updated automatically
# by the SME server software. A few entries are updated during
# the template processing of the file and white space is removed,
# but otherwise changes to the file are preserved.
# For more information, see http://www.e-smith.org/custom/ and
# the template fragments in /etc/e-smith/templates/etc/fstab/.
#
# copyright (C) 2002 Mitel Networks Corporation
#------------------------------------------------------------
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/main/root          /                       ext3    usrquota,grpquota        1 1
/dev/md1                /boot                   ext3    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /dev/shm                tmpfs   defaults        0 0
none                    /proc                   proc    defaults        0 0
none                    /sys                    sysfs   defaults        0 0
/dev/main/swap          swap                    swap    defaults        0 0
/dev/hda                /media/cdrecorder       auto    pamconsole,exec,noauto,managed 0 0
/dev/fd0                /media/floppy           auto    pamconsole,exec,noauto,managed 0 0

Title: Re: After upgrading Hard Drive, quota no longer works
Post by: pfloor on March 25, 2008, 02:49:59 AM
Quote
Everything went fine, but the Quota management no longer works

Oh, you should know the answer to this one by now...

Bugtracker!
Title: Re: After upgrading Hard Drive, quota no longer works
Post by: Franco on March 25, 2008, 03:11:43 AM
Done: http://bugs.contribs.org/show_bug.cgi?id=4096

Thanks,