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

2011-07-23 Thread Colin Wood
Hi Fabric Users, So I am having an issue with the fabric api, and running a remote bash script that launches a weblogic domain. It remotes fine into the box, says it launches the script, and retuns back a 0 return code. But when I go on the box I dont see that the process was started. However if

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.