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

Closed (moved)
Open
Opened Mar 16, 2015 by cypherpunks@cypherpunks

add an additional check in MULTI_INSTANCE mode for a more obvious error message

If the user enabled multi_instance mode but didn't create /etc/tor/enabled he gets a unclear error message about file "*".

This additional check should make it more obvious whats wrong.

Proposed chage: Add the following check in line 210:

if ! ls $CONFDIR/*.torrc > /dev/null 2>&1
then
 echo "torrc file(s) missing in $CONFDIR"
 exit 1
fi

https://github.com/nusenu/tor-multi-instance-initscripts/commit/f8c4b8bc53d803c09060e4f15b8118aad01e61e5

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