Re: Recent STABLE unable to start process in background

2011-08-10 Thread Adam Vande More
On Wed, Aug 10, 2011 at 10:24 PM, Doug Barton wrote: > Back up the old zsh on the working system, install the new one, test. > Sorry for the noise, it was a bug in Django 1.3. I had multiple versions installed and it was picking up the wrong one on the effected machine. -- Adam Vande More ___

Re: Recent STABLE unable to start process in background

2011-08-10 Thread Doug Barton
On 08/10/2011 19:51, Adam Vande More wrote: > On Wed, Aug 10, 2011 at 8:22 PM, Jeremy Chadwick > wrote: > >>> Looks like SIGTTOU (output from background process)? >>> This should be controllable with stty -tostop. >>> (But why has it changed...?) >> >> On all our RELENG_8 systems (though I use bas

Re: Recent STABLE unable to start process in background

2011-08-10 Thread Adam Vande More
On Wed, Aug 10, 2011 at 8:22 PM, Jeremy Chadwick wrote: > > Looks like SIGTTOU (output from background process)? > > This should be controllable with stty -tostop. > > (But why has it changed...?) > > On all our RELENG_8 systems (though I use bash), -tostop is default. > Hm, it seems there might

Re: Recent STABLE unable to start process in background

2011-08-10 Thread Jeremy Chadwick
On Thu, Aug 11, 2011 at 02:03:06AM +0200, Raimund Steger wrote: > Adam Vande More wrote: > >I am unable to start processes in the background after a recent upgrade to > >stable from 8.1R. > > > >I get: > > > >suspended (tty output) > > > >when trying to start a process like > > > >python /usr/home/

Re: Recent STABLE unable to start process in background

2011-08-10 Thread Raimund Steger
Adam Vande More wrote: I am unable to start processes in the background after a recent upgrade to stable from 8.1R. I get: suspended (tty output) when trying to start a process like python /usr/home/adam/randr/manage.py runserver 0.0.0.0:18080 & my shell is zsh 4.3.12 Looks like SIGTTOU (

Recent STABLE unable to start process in background

2011-08-10 Thread Adam Vande More
I am unable to start processes in the background after a recent upgrade to stable from 8.1R. I get: suspended (tty output) when trying to start a process like python /usr/home/adam/randr/manage.py runserver 0.0.0.0:18080 & my shell is zsh 4.3.12 -- Adam Vande More ___