Ticket #239 (new defect)
Default tor in debian, unable to use
| Reported by: | vidalia | Owned by: | developer |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Vidalia | Version: | 0.0.11 |
| Keywords: | tor permission | Cc: |
Description
I am packaging vidalia in a ubuntu and debian. If the user install tor with the distro package /var/lib/tor is owned by debian-tor with permission 700. When vidalia try to run tor it start with the user that run vidalia permissions, so tor can't access to /var/lib/tor and die.
May 01 15:39:18:377 [Warning] Failed to parse/validate config: Couldn't access/create private data directory "/var/lib/tor"
If vidalia start with tor already running she works but:
May 02 17:05:54:568 [Warning] write_configuration_file(): Couldn't rename "/etc/tor/torrc" to "/etc/tor/torrc.orig.1": Permission denied
because /etc/tor is owned by root.
So its impossible to use vidalia in a debian like system with default tor. I thinks that vidalia must start/stop tor trought /etc/init.d/tor script.
