[tor-bugs] #19691 [Obfuscation/BridgeDB]: does not re-open logfiles properly
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Aug 2 13:46:03 UTC 2016
#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
More information about the tor-bugs
mailing list