Kosmos
Member
- Joined
- Apr 10, 2012
- Messages
- 228
Ok I have been trying to get this working. I thought I DID under beta 3 but now (under beta4) it is not working. And I do not know what I forgot because its not in the forums.
Standby Mode requires password [shouldn't]. I should be able to assign a hotkey to run op_standby or add a menu item. I have done both and they both work - BUT ONLY if I first enter the sudo password in terminal.
HOw do I get this to run without a password.?
I added this to /etc/sudoers but although I can su to root without a password I can not sudo. And op_standby really should be something free of permissions.
I have tried both in My sudoers:
username ALL=(ALL) NOPASSWD: ALL
username LOCAL=(root) NOPASSWD: ALL
op_standby.sh has the following and runs fine after password.
sudo "/usr/pandora/scripts/op_power.sh" 0
Standby Mode requires password [shouldn't]. I should be able to assign a hotkey to run op_standby or add a menu item. I have done both and they both work - BUT ONLY if I first enter the sudo password in terminal.
HOw do I get this to run without a password.?
I added this to /etc/sudoers but although I can su to root without a password I can not sudo. And op_standby really should be something free of permissions.
I have tried both in My sudoers:
username ALL=(ALL) NOPASSWD: ALL
username LOCAL=(root) NOPASSWD: ALL
op_standby.sh has the following and runs fine after password.
sudo "/usr/pandora/scripts/op_power.sh" 0
Last edited by a moderator: