fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] Using su on boxes without sudo


From: RS
Subject: [Fab-user] Using su on boxes without sudo
Date: Thu, 6 Dec 2012 12:57:35 -0800

Hello there,

Is there any way to switch user without getting an interactive prompt or using sudo?

I have run into an issue described as follows:

Installing software on old solaris boxes without sudo installed.
Root logins disabled.
Ssh keys unused.

I tried using a with('su -')  kind of approach, or using run, but everything I've tried thus far then pops me to a new, interactive prompt, rather than continuing the automated task. 

I can exit that prompt to continue execution, but the tasks that need to be run as root never complete.

I should mention that, on boxes that allow root login or use sudo, it's all gravy.  The problem is just logging in with a non privileged user and then switching to root.

Any suggestions?

Thanks,

Robert


reply via email to

[Prev in Thread] Current Thread [Next in Thread]