On Tue, Nov 13, 2018 at 07:35:53PM +0000, Julian Gilbey wrote:
> Package: debhelper
> Version: 11.5.3
> Severity: normal
> Tags: patch
> 
> I was building a large package offline using:
>   nohup debuild -us -uc >& ../logfile &

Then again, maybe it's my fault, and I should have done:
nohup debuild -us -uc >& ../logfile < /dev/null &

(For security, man explicitly checks that fds 0, 1 and 2 are correctly
open for reading/writing and bails out if not.)

Best wishes,

   Julian

Reply via email to