linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* problem to access /proc/acpi/battery/BAT1/* files
@ 2003-11-02 20:43 Paolo Dovera
  0 siblings, 0 replies; only message in thread
From: Paolo Dovera @ 2003-11-02 20:43 UTC (permalink / raw)
  To: linux-c-programming

Hi all,
on my RH9 2.6.0-test6 I noticed a strange log in /var/log/messages:

Oct 17 18:15:16 localhost kernel:  dswload-0269: *** Error: Looking up 
[PBST] in namespace, AE_ALREADY_EXISTS
Oct 17 18:15:16 localhost kernel:  psparse-0589 [293932] 
ps_parse_loop         : During name lookup/catalog, AE_ALREADY_EXISTS
Oct 17 18:15:16 localhost kernel:  psparse-1121: *** Error: Method 
execution failed [\_SB_.PCI0.LPC0.BAT1._BST](Nodec12ab328), 
AE_ALREADY_EXISTS
Oct 17 18:15:25 localhost kernel:  dswload-0269: *** Error: Looking up 
[PBST] in namespace, AE_ALREADY_EXISTS
Oct 17 18:15:25 localhost kernel:  psparse-0589 [294043] 
ps_parse_loop         : During name lookup/catalog, AE_ALREADY_EXISTS
Oct 17 18:15:25 localhost kernel:  psparse-1121: *** Error: Method 
execution failed [\_SB_.PCI0.LPC0.BAT1._BST] (Node c12ab328), 
AE_ALREADY_EXISTS


the problem arises when on my system two programs access concurrently 
the files into /proc/acpi/battery/BAT1/*

for example I run the cpufrequency, a daemon to switch CPU frequency on 
my P4 laptop http://sourceforge.net/projects/cpufrequency/
(this program checks every some seconds the status of battery)
and I use
       watch -n 8 "cat /proc/acpi/battery/BAT1/*"
to see the battery state in another xterm.

Is there any kind of lock to access the status of battery?

thanks for your time,
Paolo Dovera



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-02 20:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-02 20:43 problem to access /proc/acpi/battery/BAT1/* files Paolo Dovera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).