On Sun, May 18, 2008 at 11:43 PM, Mick <[EMAIL PROTECTED]> wrote:
> On Sunday 18 May 2008, Henry Gebhardt wrote:
>> On Sun, May 18, 2008 at 9:16 PM, Mick <[EMAIL PROTECTED]> wrote:
>> >
>> > acpid: can't open /proc/acpi/event
>>
>> Does the file exist? If not, try enabling some kernel options, e.g.
>>
>> CONFIG_ACPI_PROC_EVENT=y
>
> Thanks Henry,
>
> Yes the file exists.  I can't cat it because it is busy.  Some process (acpid,
> or someone else?) is trying to access it seems and I can't look at its
> contents.

With lsof (emerge sys-process/lsof) you can check if a process is
accessing a file.
Run it like so:

# lsof /proc/acpi/event
COMMAND  PID USER   FD   TYPE DEVICE SIZE       NODE NAME
acpid   2230 root    3r   REG    0,3    0 4026531935 /proc/acpi/event

> --
> Regards,
> Mick
>

~Henry
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to