View Single Post
Old 12-24-2011, 11:16 AM   #3
inameiname
Groupie
inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.inameiname can self-interpret dreams as they happen.
 
Posts: 159
Karma: 20390
Join Date: Feb 2009
Device: none
Quote:
Originally Posted by ixtab View Post
Just guessing around...

If it's really the sed command failing (for whichever reason), try this instead of copying and then editing in place.
Code:
sed -e 's/600/900/' /etc/kdb.src/luigi/system/daemon/powerd/t1_timeout.bkp > /etc/kdb.src/luigi/system/daemon/powerd/t1_timeout
Also, you might want to try "sed -i -e 's/.../'".
Thanks for the suggestion, unfortunately it doesn't work either.

I didn't try "sed -i -e 's/.../'" yet. What would that do, and how would I write it in this case?
inameiname is offline   Reply With Quote