[arch-general] :: Starting acpid -- acpid: can't open /proc/acpi/event: Device or resource busy

2009-05-20 Thread David C. Rankin, J.D.,P.E.
Listmates,

I am chasing down an issue with the radeonhd driver to force 
downclocking of 
the gpu. In my Xog.0.log I am receiving the message:

(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)

I have installed acpid, but acpid will not start and gives the 
following 
error:

[10:24 alchemy:/home/david] # /etc/rc.d/acpid start
:: Starting acpid [BUSY] 
acpid: can't open /proc/acpi/event: Device or resource busy
  [FAIL]

What's the trick with acpid?


-- 
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com


Re: [arch-general] :: Starting acpid -- acpid: can't open /proc/acpi/event: Device or resource busy

2009-05-20 Thread Damjan Georgievski
        I have installed acpid, but acpid will not start and gives the 
 following
 error:

 [10:24 alchemy:/home/david] # /etc/rc.d/acpid start
 :: Starting acpid                                                     [BUSY]
 acpid: can't open /proc/acpi/event: Device or resource busy
                                                                      [FAIL]

        What's the trick with acpid?

AFAIK you need to start it before hal (or maybe some other program
that opens it).

you can of course check with lsof /proc/acpi/event  what's holding it open.

-- 
damjan