On Mon, Sep 29, 2014 at 8:39 PM, <[email protected]> wrote: > torrc: > > Nickname PESEC > User _tor > RunAsDaemon 0 > DataDirectory /etc/tor
I think this is wrong, because /etc/tor is owned by root (unless you've changed it). DataDirectory should be /var/tor. > Log notice stderr > ControlPort 9052 > HashedControlPassword > 16:1D8F742028892BCC606F92D4C57DA52D0FD7F8A78BDB77DB0549B5E184 > IPv6Exit 0 > AuthDirHasIPv6Connectivity 0 > ClientPreferIPv6ORPort 0 > ContactInfo [email protected] > RelayBandwidthRate 1 MB > RelayBandwidthBurst 1.5 MB > DirPort 9031 > SocksPort 9051 > SocksPolicy accept * > ORPort 9002 > ExitPolicyRejectPrivate 1 > TrackHostExits .google.com, .google.ru > Another thing you should try is to remove the files under your DataDirectory (I mean the cached-* files, keys, etc.) before starting tor. If even this doesn't work, increase verbosity ("Log debug stderr") and try to understand where/why it segfaults
