stream303
November 25th, 2008, 10:10 PM
I like to participate in the data collection provided by Debian's popularity contest, which I allow during setup.
One thing I also like to do is force the filesystem not to write timestamps to files marked read-only by using a mount point option in /etc/fstab.
Formerly, I used to use noatime in my fstab, but that made the data submitted from my box useless for the popularity-contest tally package.
Like Fedora and now Ubuntu, relatime is another option, but currently is not enabled by default with Lenny-Testing. I do it manually by reconfiguring my /etc/fstab. Example:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda6 / ext3 relatime,errors=remount-ro 0 1
/dev/sda7 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
I haven't been able to confirm if using relatime, in it's current Lenny-Testing incarnation, will interfere with providing accurate results to PopCon. I know noatime does, but I just don't want to submit bad info if relatime isn't prime time yet.
http://popcon.debian.org/
One thing I also like to do is force the filesystem not to write timestamps to files marked read-only by using a mount point option in /etc/fstab.
Formerly, I used to use noatime in my fstab, but that made the data submitted from my box useless for the popularity-contest tally package.
Like Fedora and now Ubuntu, relatime is another option, but currently is not enabled by default with Lenny-Testing. I do it manually by reconfiguring my /etc/fstab. Example:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda6 / ext3 relatime,errors=remount-ro 0 1
/dev/sda7 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
I haven't been able to confirm if using relatime, in it's current Lenny-Testing incarnation, will interfere with providing accurate results to PopCon. I know noatime does, but I just don't want to submit bad info if relatime isn't prime time yet.
http://popcon.debian.org/