Re: [solved] pbbuttonsd new problems

2004-07-29 Thread Adam Done
On Thu, 2004-07-29 at 00:27, Matthias Grimm wrote: > Am Donnerstag, 29. Juli 2004 00:52 schrieb Adam Done: > > Next Try: I have read that the zilog serieal driver has some problems with > sleep. You should compile CONFIG_SERIAL_PMACZILOG as module and > remove it before sleep. Maybe ths helps.

Re: pbbuttonsd new problems

2004-07-27 Thread Adam Done
> > Due to an error in the ossmixer module the mixer device could remain open > > after first use (usually changing the volume with hotkeys). Normally > > pbbuttonsd opens the mixer device only as long as it would be needed. After > > a > > sleep request pbbuttonsd started the pmcs script and

Re: pbbuttonsd new problems - Problem solved

2004-07-24 Thread Adam Done
On Fri, 2004-07-16 at 11:46, Matthias Grimm wrote: > Am Mittwoch, 14. Juli 2004 20:12 schrieb Matthias Grimm: > > In the last time a lot of error reports arrived that pbbuttonsd would crash > from time to time on new 2.6 kernels. The phenomenon occoured after > triggering sleep. In some cases the

Re: pbbuttonsd new problems

2004-07-22 Thread Adam Done
After reading the list I have another question concerning my buttons/keys in pbbuttonsd. I can't use any key to change the brightness or sound or even put the system to sleep. My syslog says this. Jul 22 11:56:30 enoc pbbuttonsd: WARNING: No event devices available. Lets see what's wrong. Jul 22

Re: pbbuttonsd new problems - Problem solved

2004-07-18 Thread Jaume Sabater
Matthias Grimm wrote: That was a lot of explanations and I will finish now. Have a nice weekend, I will :-) Thanks for your efforts, and for the patch, Matthias ;-) -- Jaume Sabater http://linuxsilo.net "Ubi sapientas ibi libertas"

Re: pbbuttonsd new problems - Problem solved

2004-07-17 Thread Soeren Sonnenburg
On Fri, 16 Jul 2004 18:46:18 +, Matthias Grimm wrote: > Am Mittwoch, 14. Juli 2004 20:12 schrieb Matthias Grimm: [...] > Due to an error in the ossmixer module the mixer device could remain open > after first use (usually changing the volume with hotkeys). Normally [long explanation] That e

Re: pbbuttonsd new problems - Problem solved

2004-07-16 Thread Matthias Grimm
Am Mittwoch, 14. Juli 2004 20:12 schrieb Matthias Grimm: In the last time a lot of error reports arrived that pbbuttonsd would crash from time to time on new 2.6 kernels. The phenomenon occoured after triggering sleep. In some cases the machine continue to work and pbbuttonsd didn't react at all

Re: pbbuttonsd new problems

2004-07-15 Thread Sebastian D.B. Krause
Matthias Grimm <[EMAIL PROTECTED]> wrote: > There is a timeout routine to prevent any blocking here but it > seems not always to work with kernel 2.6.7. I don't know why yet. It's not only 2.6.7, I get the same behaviour with the 2.6.6-powerpc kernel from Debian.

Re: pbbuttonsd new problems

2004-07-15 Thread Jaume Sabater
Matthias Grimm wrote: It seems that the new problems occour in conjunction with kernel 2.6.7. [..] I don't know why yet. In case it helps, kernel 2.6.8-rc1 suffers from the same strange behaviour. -- Jaume Sabater http://linuxsilo.net "Ubi sapientas ibi libertas"

Re: pbbuttonsd new problems

2004-07-14 Thread Matthias Grimm
Am Mittwoch, 7. Juli 2004 19:23 schrieb Matthias Grimm: > It seems that the new problems occour in conjunction with kernel 2.6.7. > Most of you use it. I never saw those problems with kernel 2.4, so I have > to install kernel 2.6.7 and have a closer look. There is some news about the sleep problem

Re: pbbuttonsd new problems

2004-07-12 Thread Michael Heldebrant
On Sat, 2004-07-10 at 12:37, Matthias Grimm wrote: > Am Mittwoch, 7. Juli 2004 20:44 schrieb Michael Heldebrant: > > > Pbbuttonsd installs an message queue which it can't clean up if kicked > > > off with kill -9. Use 'ipcs' (as root) to check the message queue id and > > > after that remove it wit

Re: pbbuttonsd new problems

2004-07-10 Thread Matthias Grimm
Am Mittwoch, 7. Juli 2004 20:44 schrieb Michael Heldebrant: > > Pbbuttonsd installs an message queue which it can't clean up if kicked > > off with kill -9. Use 'ipcs' (as root) to check the message queue id and > > after that remove it with 'ipcrm msg '. After that procedure > > pbbuttonsd will st

Re: pbbuttonsd new problems

2004-07-08 Thread Soeren Sonnenburg
> Could you please provide your pbbuttonsd.conf file ? sure... however please note that I run my own custom scripts none of pbbuttonsd # configfile for pbbuttonsd # [SYSTEM] userallowed = "me" ; user who is allowed to use IPC autorescan = no; automatic rescan of e

Re: pbbuttonsd new problems

2004-07-08 Thread Lucas Moulin
Soeren Sonnenburg wrote: On Wed, 07 Jul 2004 17:23:49 +, Matthias Grimm wrote: Am Mittwoch, 7. Juli 2004 09:52 schrieb Stefano Zacchiroli: [...] It seems that the new problems occour in conjunction with kernel 2.6.7. Most of you use it. I never saw those problems with kernel 2.4, so I

Re: pbbuttonsd new problems

2004-07-07 Thread Soeren Sonnenburg
On Wed, 07 Jul 2004 17:23:49 +, Matthias Grimm wrote: > Am Mittwoch, 7. Juli 2004 09:52 schrieb Stefano Zacchiroli: [...] > It seems that the new problems occour in conjunction with kernel 2.6.7. Most > of you use it. I never saw those problems with kernel 2.4, so I have to > install kernel

Re: pbbuttonsd new problems

2004-07-07 Thread Michael Heldebrant
On Wed, 2004-07-07 at 12:23, Matthias Grimm wrote: > Am Mittwoch, 7. Juli 2004 09:52 schrieb Stefano Zacchiroli: > > > BTW the most annoying fact about this pbbuttonsd is that when pbbuttonsd > > crashes there's no way to get it up and running again without rebooting > > the machine. "/etc/init.d/

Re: pbbuttonsd new problems

2004-07-07 Thread Matthias Grimm
Am Mittwoch, 7. Juli 2004 09:52 schrieb Stefano Zacchiroli: > BTW the most annoying fact about this pbbuttonsd is that when pbbuttonsd > crashes there's no way to get it up and running again without rebooting > the machine. "/etc/init.d/pbbuttonsd stop" doesn't work and after > manually -9-killing

Re: pbbuttonsd new problems

2004-07-07 Thread Lucas Moulin
Stefano Zacchiroli wrote: On Tue, Jul 06, 2004 at 10:36:39PM +0200, Matthias Grimm wrote: The new pbbuttonsd has a weird behavior and crashes from time to time on my iBook G3 900. If I enable "cover sleep on AC" and close the lid, the computer does not go to sleep and pbbuttonsd no longer respo

Re: pbbuttonsd new problems

2004-07-07 Thread Jaume Sabater
Stefano Zacchiroli wrote: I'm experiencing the same behaviour, but I haven't yet managed to discover the parameters which make the behaviour deterministically reproducible. Having gtkpbbuttons running seemed to be a parameter for me, but were not always true. BTW the most annoying fact abo

Re: pbbuttonsd new problems

2004-07-07 Thread Jaume Sabater
Lucas Moulin wrote: The new pbbuttonsd has a weird behavior and crashes from time to time on my iBook G3 900. If I enable "cover sleep on AC" and close the lid, the computer does not go to sleep and pbbuttonsd no longer responds. It works fine if I push the power button. This also happens to m

Re: pbbuttonsd new problems

2004-07-07 Thread float
On Wed, Jul 07, 2004 at 09:52:31AM +0200, Stefano Zacchiroli wrote: > On Tue, Jul 06, 2004 at 10:36:39PM +0200, Matthias Grimm wrote: > > > The new pbbuttonsd has a weird behavior and crashes from time to time on > > > my iBook G3 900. If I enable "cover sleep on AC" and close the lid, the > > > co

Re: pbbuttonsd new problems

2004-07-07 Thread Stefano Zacchiroli
On Tue, Jul 06, 2004 at 10:36:39PM +0200, Matthias Grimm wrote: > > The new pbbuttonsd has a weird behavior and crashes from time to time on > > my iBook G3 900. If I enable "cover sleep on AC" and close the lid, the > > computer does not go to sleep and pbbuttonsd no longer responds. It > > works

Re: pbbuttonsd new problems

2004-07-06 Thread Lucas Moulin
Matthias Grimm wrote: Am Dienstag, 6. Juli 2004 19:56 schrieb Lucas Moulin: The new pbbuttonsd has a weird behavior and crashes from time to time on my iBook G3 900. If I enable "cover sleep on AC" and close the lid, the computer does not go to sleep and pbbuttonsd no longer responds. It works

Re: pbbuttonsd new problems

2004-07-06 Thread Matthias Grimm
Am Dienstag, 6. Juli 2004 19:56 schrieb Lucas Moulin: > The new pbbuttonsd has a weird behavior and crashes from time to time on > my iBook G3 900. If I enable "cover sleep on AC" and close the lid, the > computer does not go to sleep and pbbuttonsd no longer responds. It > works fine if I push the

pbbuttonsd new problems

2004-07-06 Thread Lucas Moulin
Hi list, The new pbbuttonsd has a weird behavior and crashes from time to time on my iBook G3 900. If I enable "cover sleep on AC" and close the lid, the computer does not go to sleep and pbbuttonsd no longer responds. It works fine if I push the power button. Also, when I change the backlig