I'm pretty sure my branch does this (I recall putting it in a while ago) so you might want to give it a shot, if you're not averse to installing Git:
http://github.com/bitprophet/fabric/tree/execution * Install Git * git clone git://github.com/bitprophet/fabric.git * Enter the 'fabric' directory * git checkout execution (to switch to that branch) * sudo python setup.py install (or however you wish to get it onto your PythonPath) -Jeff On Thu, Oct 9, 2008 at 11:06 PM, <[EMAIL PROTECTED]> wrote: > Yes, that's probably what's going on - but aren't I supposed to be presented > with a password prompt, where I enter my sudo password (without the password > being echoed)? > > > > On Thu, Oct 9, 2008 at 6:30 PM, Christian Vest Hansen <[EMAIL PROTECTED]> > wrote: >> >> Is it possible that the sudo command on the server is waiting on a >> password prompt? >> >> On Fri, Oct 10, 2008 at 12:19 AM, <[EMAIL PROTECTED]> wrote: >> > I'm not using tail -f, just tail, and I've tested the command in >> > question on >> > my remote server's command line without a problem. Again, no sight of a >> > password prompt or anything else - things just seem to hang, so I hit >> > CTRL-C >> > to get out of it, at which point I see the error message mentioned. >> > >> > >> > >> > On Thu, Oct 9, 2008 at 6:14 PM, Christian Vest Hansen >> > <[EMAIL PROTECTED]> >> > wrote: >> >> >> >> On Thu, Oct 9, 2008 at 11:23 PM, Jeff Forcier <[EMAIL PROTECTED]> >> >> wrote: >> >> > I actually don't see a -f in Shev's original email though -- am I >> >> > missing something or are you actually just running "tail X" which >> >> > should simply output the last 10 lines of X? >> >> >> >> The dash-ef is an assumption on my part, because I have had troubles >> >> with tail -f in the past. >> >> >> >> -- >> >> Venlig hilsen / Kind regards, >> >> Christian Vest Hansen. >> > >> > >> >> >> >> -- >> Venlig hilsen / Kind regards, >> Christian Vest Hansen. > > _______________________________________________ Fab-user mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/fab-user
