Re: Debugging pm-powersave

2012-03-19 Thread Pedro Francisco
On Mon, Mar 12, 2012 at 11:57 PM, Pedro Francisco wrote: > Hi! > "pm-powersave" isn't running the script I have on /etc/pm/power.d . > > If someone can do the following test and post the results, I'd be grateful: > > Ok, found the issue. The file /etc/pm/power.d/* scripts were owned by me and not

Debugging pm-powersave

2012-03-12 Thread Pedro Francisco
Hi! "pm-powersave" isn't running the script I have on /etc/pm/power.d . If someone can do the following test and post the results, I'd be grateful: $ sudo nano -w /etc/pm/power.d/my_powersave and add: -- #!/bin/sh echo `date` $@ >> /tmp