Date: Thu, 11 Aug 2011 02:03:06 +0200 From: Raimund Steger <rs@mytum.de> To: Adam Vande More <amvandemore@gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: Recent STABLE unable to start process in background Message-ID: <4E431C3A.6080707@mytum.de> In-Reply-To: <CA%2BtpaK1Gv4nPVxAqi0pWOBJSKpOpBV1ExDKPrW7KCburmS7C1w@mail.gmail.com> References: <CA%2BtpaK1Gv4nPVxAqi0pWOBJSKpOpBV1ExDKPrW7KCburmS7C1w@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 (output from background process)? This should be controllable with stty -tostop. (But why has it changed...?) Raimund
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E431C3A.6080707>