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/mypm.log -------------------------------------------------------------- Do: $ sudo chmod +x /etc/pm/power.d/my_powersave Do: $ sudo pm-powersave true $ sudo pm-powersave false And finally paste here the output of: $ cat /tmp/mypm.log In my case, the file is empty and it shouldn't. Can someone confirm here if it's a pm-utils problem or just something on my computer? Thanks in advance! -- Pedro -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org