Active Topics

 



Notices


Reply
Thread Tools
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#11
Well, you can join the club and use same trick as above in your root script if you wish. Just modify gainroot as becomeroot does, possibly leaving out the echo, useless test for MODE etc, and launch su - from your root script via sudo gainroot like above. Would that be acceptable?
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.
 
Posts: 164 | Thanked: 132 times | Joined on Dec 2007
#12
I've made the changes suggested by fanoush. Version 1.0-2 should now be backward-compatible with 'sudo gainroot', plus I use exec whenever possible. Please give it a try.
 

The Following User Says Thank You to ag2 For This Useful Post:
BruceL's Avatar
Posts: 305 | Thanked: 154 times | Joined on Aug 2006 @ Colorado
#13
Seems to work! Thanks!
EDIT: Oops that was premature. See next post.

Last edited by BruceL; 2008-01-08 at 04:51.
 
BruceL's Avatar
Posts: 305 | Thanked: 154 times | Joined on Aug 2006 @ Colorado
#14
Oops. No it doesn't work...
I do get root, but no sourcing of .profile or .bashrc and I still get the 7 lines of output.
 
Posts: 164 | Thanked: 132 times | Joined on Dec 2007
#15
Are you typing 'root'?

Regarding 7 lines output, I realized that my package only saves 1 line. If you want to eliminate logging entirely, install bash from a parallel thread.
 
BruceL's Avatar
Posts: 305 | Thanked: 154 times | Joined on Aug 2006 @ Colorado
#16
Yes I typed 'root' and it did take me to root. I tried rebooting. I tried both .profile and .bashrc. I could source them manually of course.

Thanks for the tip about bash.
 
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#17
Yes, '-' is missing after running su from /usr/sbin/gainroot in this version.
BTW the $@ expands to all arguments so you may get unexpected arguments inside [ ], try running it like "sudo gainroot 1 2 3". Maybe something easier like
Code:
if [ "$1" = "--use-su" ] ; then
or maybe even
Code:
[ "$1" = "--use-su" ] && exec su -
could do the trick.
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.
 
Posts: 164 | Thanked: 132 times | Joined on Dec 2007
#18
Originally Posted by BruceL View Post
Yes I typed 'root' and it did take me to root. I tried rebooting. I tried both .profile and .bashrc. I could source them manually of course.

Thanks for the tip about bash.
I see. This works fine in bash, but not in busybox. I will switch back to 'su -' then. Thanks for reporting this.
 
Posts: 164 | Thanked: 132 times | Joined on Dec 2007
#19
Originally Posted by ag2 View Post
I see. This works fine in bash, but not in busybox. I will switch back to 'su -' then. Thanks for reporting this.
Should work better now. Please give it another try.

fanoush - thanks for the tip about $@.
 
Posts: 12 | Thanked: 0 times | Joined on Jan 2007
#20
for those who will use becomeroot anyway and dont want to type sudo gainroot anytime, just make an alias like i do and save it under /home/user/.profile
file contains
alias sg="sudo gainroot"

from now u only have to type sg to "becomeroot"
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:14.