Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #27351

Closed (moved)
Open
Opened Aug 27, 2018 by traumschule@traumschule

DisableNetwork is not unset if bootstrapping fails

Reloading TB's Tor instance disables network and keeps it turned off because it fails to attach to the SocksPort. One has to change the SocksPort, enable the network and change back the SocksPort with nyx:

>>> signal reload
250 OK

>>> getconf disablenetwork
250 DisableNetwork=1

>>> setconf disablenetwork=0
553 Unable to set option: Failed to bind one of the listener ports.

>>> setconf socksport=9152
250 OK

>>> setconf disablenetwork=0
250 OK

>>> setconf socksport=9150
250 OK
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#27351