Ich hab tor und vidalia aus den Ubuntu-Reps installiert. Merkwürdigerweise funktioniert der erste Start problemlos. Tor läuft und auch die check-websites sagen, Tor würde laufen.
Beim zweiten Start behauptet Vidalia ich wäre der falsche user. Nun steh ich auf dem Schlauch. Ich habe die Wiki-Seiten schon gelesen. Zu dieser Meldung steht dort nichts.
1 2 3 4 5 6 7 8 9 10 | Jun 15 18:39:38.938 [Hinweis] Tor v0.2.3.25 (git-3fed5eb096d2d187) running on Linux. Jun 15 18:39:38.938 [Hinweis] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning Jun 15 18:39:38.938 [Hinweis] Read configuration file "/home/user/.vidalia/torrc". Jun 15 18:39:38.938 [Hinweis] Initialized libevent version 2.0.19-stable using method epoll (with changelist). Good. Jun 15 18:39:38.938 [Hinweis] Opening Socks listener on 127.0.0.1:9050 Jun 15 18:39:38.939 [Warnung] /var/run/tor is not owned by this user (user, 1000) but by debian-tor (120). Perhaps you are running Tor as the wrong user? Jun 15 18:39:38.939 [Warnung] Before Tor can create a control socket in "/var/run/tor/control", the directory "/var/run/tor" needs to exist, and to be accessible only by the user account that is running Tor. (On some Unix systems, anybody who can list a socket can connect to it, so Tor is being careful.) Jun 15 18:39:38.939 [Hinweis] Closing partially-constructed Socks listener on 127.0.0.1:9050 Jun 15 18:39:38.939 [Warnung] Failed to parse/validate config: Failed to bind one of the listener ports. Jun 15 18:39:38.939 [Fehler] Reading config failed--see warnings above. |
Das betreffende Verzeichnis sieht so aus
1 2 | user@pc-kubuntu:/var/run$ ll | grep tor drwxr-s--- 2 debian-tor debian-tor 60 Jun 15 18:36 tor/ |