GNOME Bugzilla – Bug 604396
Doesn't recognize 'libsysfs' as a system filesystem, should treat it as it treats 'linprocfs'
Last modified: 2009-12-13 10:12:08 UTC
Created attachment 149609 [details] [review] Patch to tell GSD not to check linsysfs for free space. The gnome-settings-daemon has a disk-usage polling job that periodically checks file system usage. Unfortunately, nobody told GSD that 'linsysfs' is a system filesystem on FreeBSD (it pretends to be linux's 'sysfs'). Thus, I get an error message all the time telling me that linsysfs is out of space! The attached patch fixes this.
Comment on attachment 149609 [details] [review] Patch to tell GSD not to check linsysfs for free space. commit 53850b853096ee4edc9d249fcbbcb5c990bb0a76 Author: Coleman Kane <...> Date: Sun Dec 13 11:08:25 2009 +0100 [housekeeping] Add linsysfs to list of virtual filesystems Ignore linsysfs filesystems when checking for free disk space. Closes bug #604396. Signed-off-by: Jens Granseuer <...>