Re: [Fab-user] Remote bash script wont run via Fabric

2011-07-24 Thread Colin Wood
Wow thanks for the many responses. Yea I did some echo statments, and found out that one domain could start up fine but the other didnt. I saw something called cronolog and I think that is what was causing an issue. Once I removed it from the bash script it started up. The syntax was like

Re: [Fab-user] Remote bash script wont run via Fabric

2011-07-24 Thread Jeff Forcier
On Sun, Jul 24, 2011 at 8:23 AM, Colin Wood cwoo...@gmail.com wrote: Once I removed that it worked fine. I did try the different pty settings and it didnt seem to matter. Interesting, so it may have been a different root problem than the one I troubleshooted (and which others had reported, as

Re: [Fab-user] Remote bash script wont run via Fabric

2011-07-23 Thread Jeff Forcier
On Sat, Jul 23, 2011 at 3:58 PM, Jeff Forcier j...@bitprophet.org wrote: Not specifically, but this (init-style scripts which don't error but also don't actually start their daemon) is an issue which pops up sporadically and I don't believe we've figured out what the cause is yet. Update: I

Re: [Fab-user] Remote bash script wont run via Fabric

2011-07-23 Thread Jeff Forcier
Last reply for now, promise :) On Sat, Jul 23, 2011 at 4:26 PM, Jeff Forcier j...@bitprophet.org wrote: Hopefully it's something tty-related, which is easily manipulated with the pty kwarg. Looks like my hunch was right: if you look at the ticket I linked previously I've been taking notes.