fab-user
[Top][All Lists]
Advanced

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

Re: [Fab-user] Different results between fabric run and direct run


From: Iman Gowhari
Subject: Re: [Fab-user] Different results between fabric run and direct run
Date: Thu, 17 Oct 2013 20:13:30 +0330

Yes, that's it!
I found it 2 hours ago and I left my desk after 24 hours :)
It should be pty=False
Initially I can not understand why pty has such an effect.
But with your explanation I realized.
I will add your answer to the stackoverflow.
Thank you very much




On Thu, Oct 17, 2013 at 7:42 PM, Jeff Forcier <address@hidden> wrote:
Try twiddling the 'pty' argument to run()/sudo() (should also be a CLI
flag controlling the same thing globally) - I suspect some of the apps
you're running in that script are sensitive to a controlling pty or
lack thereof. That's frequently the cause of this sort of behavioral
difference.

On Thu, Oct 17, 2013 at 3:19 AM, Iman Gowhari <address@hidden> wrote:
> Good morning
> Can anyone help me on this one:
> http://stackoverflow.com/questions/19416183/different-results-between-fabric-run-and-direct-run
>
>
> _______________________________________________
> Fab-user mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/fab-user
>



--
Jeff Forcier
Unix sysadmin; Python/Ruby engineer
http://bitprophet.org


reply via email to

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