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
  • #1289

Closed (moved)
Open
Opened Mar 07, 2010 by Damian Johnson@atagar

Minor omission in control-spec

Minor mistake with the control-spec: GETINFO of "status/version/current" can provide "unknown". I'm getting it when running with an old version of Tor (0.2.1.19):

conn.get_info("status/version/current") {'status/version/current': 'unknown'}

This is still the case with version 0.2.1.24, coming from src/or/control.c (line 1837): case VS_UNKNOWN: *answer = tor_strdup("unknown"); break;

It's failing to fetch the network consensus which is probably how it's getting into this state. Cheers! -Damian

[Automatically added by flyspray2trac: Operating System: All]

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#1289