“Não foi possível desassociar / var / run / tor / control: Permissão negada” no início do vidalia

1

Atualizei para a última versão do PPA ontem e dá isso ao iniciar o Tor:

Jan 20 14:00:08.147 [Notice] Tor v0.2.2.16-alpha (git-61e0079ab25db6c3). This is experimental software. Do not rely on it for strong anonymity. (Running on Linux i686)
Jan 20 14:00:08.147 [Warning] ControlPort is open, but no authentication method has been configured.  This means that any program on your computer can reconfigure your Tor.  That's bad!  You should upgrade your Tor controller as soon as possible.
Jan 20 14:00:08.147 [Notice] Initialized libevent version 1.4.13-stable using method epoll. Good.
Jan 20 14:00:08.147 [Notice] Opening Socks listener on 127.0.0.1:9050
Jan 20 14:00:08.147 [Notice] Opening Control listener on 127.0.0.1:9051
Jan 20 14:00:08.148 [Notice] Opening Control listener on /var/run/tor/control
Jan 20 14:00:08.148 [Warning] Could not unlink /var/run/tor/control: Permission denied
Jan 20 14:00:08.148 [Notice] Closing partially-constructed listener Socks listener on 127.0.0.1:9050
Jan 20 14:00:08.148 [Notice] Closing partially-constructed listener Control listener on 127.0.0.1:9051
Jan 20 14:00:08.148 [Warning] Failed to parse/validate config: Failed to bind one of the listener ports.
Jan 20 14:00:08.148 [Error] Reading config failed--see warnings above.

Parece que o problema é a linha que diz:

Jan 20 14:00:08.148 [Warning] Could not unlink /var/run/tor/control: Permission 

A execução do Vidalia como root fornece:

Jan 20 20:56:08.495 [Notice] Tor v0.2.2.16-alpha (git-61e0079ab25db6c3). This is experimental software. Do not rely on it for strong anonymity. (Running on Linux i686)
Jan 20 20:56:08.506 [Warning] ControlPort is open, but no authentication method has been configured.  This means that any program on your computer can reconfigure your Tor.  That's bad!  You should upgrade your Tor controller as soon as possible.
Jan 20 20:56:08.507 [Notice] Initialized libevent version 1.4.13-stable using method epoll. Good.
Jan 20 20:56:08.507 [Notice] Opening Socks listener on 127.0.0.1:9050
Jan 20 20:56:08.507 [Notice] Opening Control listener on 127.0.0.1:9051
Jan 20 20:56:08.507 [Notice] Opening Control listener on /var/run/tor/control
Jan 20 20:56:08.507 [Warning] /home/ariyan/.tor is not owned by this user (root, 0) but by ariyan (1000). Perhaps you are running Tor as the wrong user?
Jan 20 20:56:08.508 [Warning] Failed to parse/validate config: Couldn't access/create private data directory "/home/ariyan/.tor"
Jan 20 20:56:08.508 [Error] Reading config failed--see warnings above.

coisa estranha está correndo tor demônio não tem problema e funciona! mas pará-lo e correr via Vidalia causa esses problemas!

Qual é o problema? Como posso consertar isso?

Obrigado

    
por RYN 20.01.2012 / 11:34

2 respostas

1

Executar tor como root (sudo ...). Se isso não funcionar, envie um relatório de bug enquanto estiver usando uma versão alpha.

    
por Panther 20.01.2012 / 17:08
0

vá para Configurações > Avançado > Tor Control e marcado Use TCP Connection (ControlPort) com o endereço 127.0.0.1:9051

    
por null_radix 08.05.2012 / 22:57