Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#24172 - xfce4 and kde4 remount filesystems with commit=0 option

Attached to Project: Arch Linux
Opened by Victor (g0ga) - Sunday, 08 May 2011, 16:07 GMT
Last edited by Andrea Scarpino (BaSh) - Monday, 09 May 2011, 07:10 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

when xfce4 is started (that is with regular user) i can see commit=0 option in mtab for ext4 partitions along with commit option set in fstab.

[g0ga@home ~]$ cat /etc/mtab
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
udev /dev devtmpfs rw,nosuid,relatime,size=10240k,nr_inodes=505945,mode=755 0 0
run /run tmpfs rw,nosuid,nodev,noexec,relatime,size=10240k 0 0
/dev/disk/by-uuid/d168bee5-53a2-425c-97f3-6354035956a9 / ext4 rw,noatime,errors=remount-ro,commit=60,commit=0 0 0
devpts /dev/pts devpts rw 0 0
shm /dev/shm tmpfs rw,nosuid,nodev 0 0
/dev/sda2 /home ext4 rw,noatime,commit=60,data=writeback,commit=0 0 0
/dev/sda3 /music ext4 rw,noatime,commit=500,commit=0 0 0
/dev/sdb1 /mnt/sdb1 reiserfs rw,noatime 0 0
none /proc/bus/usb usbfs rw,busgid=108,busmode=0775,devgid=108,devmode=0664 0 0
rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
fusectl /sys/fs/fuse/connections fusectl rw 0 0
gvfs-fuse-daemon /home/g0ga/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=g0ga 0 0
[g0ga@home ~]$
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Monday, 09 May 2011, 07:10 GMT
Reason for closing:  Not a bug
Comment by Gerardo Exequiel Pozzi (djgera) - Monday, 09 May 2011, 00:13 GMT
touch /etc/pm/power.d/journal-commit

or even much better (at least for me):

for x in /usr/lib/pm-utils/power.d/*; do
touch /etc/pm/power.d/$(basename $x)
done
Comment by Victor (g0ga) - Monday, 09 May 2011, 06:58 GMT
Interesting thing, never thought that someone can set those values by default.

Huge thanks.

Loading...