#15880: manage.py: difficult to run in background (and crashes when input isn't 
a
terminal)
-------------------------------------+-------------------------------------
               Reporter:             |          Owner:  nobody
  dstndstn@…                         |         Status:  new
                   Type:  Bug        |      Component:  Core (Management
              Milestone:             |  commands)
                Version:  1.3        |       Severity:  Normal
             Resolution:             |       Keywords:
           Triage Stage:  Accepted   |      Has patch:  0
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
-------------------------------------+-------------------------------------

Comment (by kmtracey):

 This was likely caused by r15883. The exception with piping to /dev/null
 has already been fixed on trunk and 1.3.X. The suspending on reload it
 seems can be fixed by ignoring SIGTTOU/SIGTTIN (or maybe just one of
 those, I don't have time to experiment right now) though I have no idea
 what side-effects that has. Or if anyone else has a better suggestion for
 fixing this or the original problem fixed by r15883 feel free to chime in.
 I'd prefer to prevent the original problem, but since I don't know what
 causes terminal echo to get turned off on reload, I don't know how to
 prevent it.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15880#comment:5>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to