Bugzilla – Bug 153442
ACPI: Opening device fills /var/log/Xorg.0.log
Last modified: 2008-07-16 15:45:23 UTC
I'm not sure, but a longrunning Xserver will likely fillup the disk with ACPI: Opening device mulberry:~ # grep -w ACPI /var/log/Xorg.0.log | uniq -c 1 ACPI: OSPMOpen called 1 ACPI: Opening device 1 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) 46 ACPI: Opening device maybe try only 42 times, then give up.
Ouch! This has been introcued by the new ACPI patch (Bug #148384). My fault. I should have removed the hunk @@ -11,7 +11,7 @@ #include <unistd.h> #include <fcntl.h> #include <errno.h> - +#define DEBUG 1 #define ACPI_SOCKET "/var/run/acpid.socket" #define ACPI_EVENTS "/proc/acpi/event" instead of using @@ -11,7 +11,7 @@ #include <unistd.h> #include <fcntl.h> #include <errno.h> - +#define DEBUG 0 #define ACPI_SOCKET "/var/run/acpid.socket" #define ACPI_EVENTS "/proc/acpi/event"
fixed in Beta > 5.