Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2008 19:46:23 +0100
From:      "Lars Stokholm" <lars.stokholm@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   tor-devel doesn't log
Message-ID:  <a5eea06e0802171046l2a352506m28a7c216b9a93052@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
As far as I can see, tor-devel doesn't log to /var/log/tor as the rc.d
script means for it to do.

>From what I found out, Tor is called with
  command_args="[...] --Log \"notice file ${tor_logfile}\""

But putting an 'echo' in front of the command, only "--Log notice" is
what I see. I.e. the command_args are cut short of "file
/var/log/tor":

/usr/local/bin/tor -f /usr/local/etc/tor/torrc --PidFile
/var/run/tor/tor.pid --RunAsDaemon 1 --DataDirectory /var/db/tor
--User _tor --Group _tor --Log notice

What gives?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a5eea06e0802171046l2a352506m28a7c216b9a93052>