Date: Fri, 11 Dec 2009 17:45:56 GMT From: Coleman Kane <cokane@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/141377: sysutils/gnome-settings-daemon reports that linsysfs partition has 0 bytes free Message-ID: <200912111745.nBBHjuDU067909@www.freebsd.org> Resent-Message-ID: <200912111750.nBBHo2Z1041013@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141377 >Category: ports >Synopsis: sysutils/gnome-settings-daemon reports that linsysfs partition has 0 bytes free >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 11 17:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Coleman Kane >Release: 9-CURRENT >Organization: The FreeBSD Project >Environment: FreeBSD erwin 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r+eb34a6e: Mon Dec 7 18:59:02 EST 2009 root@erwin:/usr/obj/usr/src/sys/ERWIN amd64 >Description: I have a linsysfs partition mounted at /usr/compat/linux/sys. Every time gnome-settings-daemon starts up, it reports this as "full" with an annoying error message. >How-To-Repeat: Start up gnome-settings-daemon with a linsysfs partition mounted. >Fix: attached patch. Apply as patch -p1 < patch.txt in /usr/ports. Bumps revision of port, too. Patch attached with submission follows: diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile index d2a5c34..6ee257b 100644 --- a/sysutils/gnome-settings-daemon/Makefile +++ b/sysutils/gnome-settings-daemon/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome-settings-daemon PORTVERSION= 2.28.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/sysutils/gnome-settings-daemon/files/patch-plugins_housekeeping_gsd-disk-space.c b/sysutils/gnome-settings-daemon/files/patch-plugins_housekeeping_gsd-disk-space.c new file mode 100644 index 0000000..db87cfc --- /dev/null +++ b/sysutils/gnome-settings-daemon/files/patch-plugins_housekeeping_gsd-disk-space.c @@ -0,0 +1,10 @@ +--- plugins/housekeeping/gsd-disk-space.c.orig 2009-12-11 12:14:35.000000000 -0500 ++++ plugins/housekeeping/gsd-disk-space.c 2009-12-11 12:14:56.000000000 -0500 +@@ -315,6 +315,7 @@ + "procfs", + "ptyfs", + "selinuxfs", ++ "linsysfs", + "sysfs", + "tmpfs", + "usbfs", >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912111745.nBBHjuDU067909>