After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 604396 - Doesn't recognize 'libsysfs' as a system filesystem, should treat it as it treats 'linprocfs'
Doesn't recognize 'libsysfs' as a system filesystem, should treat it as it tr...
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: plugins
2.28.x
Other FreeBSD
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2009-12-11 20:58 UTC by Coleman
Modified: 2009-12-13 10:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to tell GSD not to check linsysfs for free space. (371 bytes, patch)
2009-12-11 20:58 UTC, Coleman
committed Details | Review

Description Coleman 2009-12-11 20:58: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 1 Jens Granseuer 2009-12-13 10:11:53 UTC
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 <...>