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 <j...@bitprophet.org> 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 <gowh...@gmail.com> 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
> > Fab-user@nongnu.org
> > https://lists.nongnu.org/mailman/listinfo/fab-user
> >
>
>
>
> --
> Jeff Forcier
> Unix sysadmin; Python/Ruby engineer
> http://bitprophet.org
>
_______________________________________________
Fab-user mailing list
Fab-user@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to