|
2010-04-20
, 11:33
|
Posts: 303 |
Thanked: 175 times |
Joined on Oct 2009
@ London UK
|
#12
|
|
2010-04-20
, 12:07
|
Posts: 169 |
Thanked: 41 times |
Joined on Apr 2010
@ Portugal
|
#13
|
It has been mentioned a few times..
sudo rm won't work
sudo ls won't work
sudo some-other-command won't work
ONLY:
sudo gainroot
will work
This gives you a root shell.. from that you can run whatever you like
sudo gainroot
# NOW YOU ARE ROOT
rm -f /etc/default/kernel-power
If you run
sudo rm
sudo has not been configured to allow you to run rm, so it asks for a password or tells you permission denied..
|
2010-04-20
, 12:09
|
Posts: 169 |
Thanked: 41 times |
Joined on Apr 2010
@ Portugal
|
#14
|
|
2010-04-20
, 12:19
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#15
|
|
2010-04-20
, 12:21
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#16
|
|
2010-04-20
, 12:23
|
Posts: 692 |
Thanked: 264 times |
Joined on Dec 2009
|
#17
|
|
2010-04-20
, 12:28
|
Posts: 303 |
Thanked: 175 times |
Joined on Oct 2009
@ London UK
|
#18
|
|
2010-04-20
, 12:32
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#19
|
|
2010-04-20
, 13:11
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#20
|
If Sudo <Command> dont work, why can i do that before reflash ?!
If Sudo <Command> dont work, why is it here http://talk.maemo.org/showpost.php?p...postcount=2718 and everyone use it sucessfull ?
Sorry but dont make sense...I'm not crazy, i know what i've done before on X-terminal.
Before reflash, i save .txt files with my script commands, and theres a lot of 'sudo <command>' that worked..
Maybe some software i've installed with an old version..not chroot or rootsh..other software..dont know.. : \
When i do like it is on: http://talk.maemo.org/showpost.php?p...postcount=2718
sudo rm -f /etc/default/kernel-power
it asks me for a password.
Before reflashing, it not ask, i can do those commands with success, now, i can't, thats my problem!