#19691: does not re-open logfiles properly
----------------------------------+----------------------
 Reporter:  weasel                |          Owner:  isis
     Type:  defect                |         Status:  new
 Priority:  High                  |      Milestone:
Component:  Obfuscation/BridgeDB  |        Version:
 Severity:  Normal                |     Resolution:
 Keywords:                        |  Actual Points:
Parent ID:                        |         Points:
 Reviewer:                        |        Sponsor:
----------------------------------+----------------------

Comment (by isis):

 It's not actually BridgeDB doing this, but instead the bash invocation in
 `/srv/bridges.torproject.org/bin/run-bridgedb`:
 {{{
 bridgedb -r ${RUN_DIR} -c ${BRIDGEDB_CONFIG} < /dev/null >>
 ${BRIDGEDB_SERVER_LOGFILE} 2>&1 & disown
 }}}

 I could just stop calling it that way… but it's the only way to catch
 things Python might print to stderr/stdout.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/19691#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Reply via email to