[tor-bugs] #13904 [Stem]: Tests fail on Gentoo

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Dec 10 16:49:23 UTC 2014


#13904: Tests fail on Gentoo
------------------------+----------------------
     Reporter:  toralf  |      Owner:  atagar
         Type:  defect  |     Status:  reopened
     Priority:  normal  |  Milestone:
    Component:  Stem    |    Version:
   Resolution:          |   Keywords:  testing
Actual Points:          |  Parent ID:
       Points:          |
------------------------+----------------------

Comment (by atagar):

 Well drats. Looks like Gentoo doesn't have any connection resolvers at all
 then. That's too bad. Made Stem
 [https://gitweb.torproject.org/stem.git/commit/?id=ec293c08abaa4502876e98b5dbd277dfff33dd0b
 recognize that].

 This should fix the test_get_connections_by_* with the exception of
 test_get_connections_by_proc. That one's indicating that my earlier fix of
 checking proc permissions isn't working. What are your permissions on
 /proc/net/tcp and /proc/net/udp? If you run the following what happens?

 {{{
 >>> import os
 >>> os.access('/proc/net/tcp', os.R_OK)
 True
 >>> os.access('/proc/net/udp', os.R_OK)
 True
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13904#comment:18>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list