View previous topic :: View next topic |
Author |
Message |
psycophobia Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1220359327427e921daf96d.jpg)
Joined: 08 May 2005 Posts: 510 Location: uk
|
Posted: Sun Sep 17, 2006 11:11 pm Post subject: error when starting tor |
|
|
I get this error when i start tor,
Code: | /etc/init.d/tor start
* Caching service dependencies ... [ ok ] * Starting Tor ...
Sep 17 00:06:59.631 [notice] Tor v0.1.1.23. This is experimental software. Do not rely on it for strong anonymity.
Sep 17 00:06:59.634 [notice] Initialized libevent version 1.1a using method epoll. Good.
Sep 17 00:06:59.634 [warn] /var/lib/tor/data is not owned by this user (tor, 104) but by root (0). Perhaps you are running Tor as the wrong user?
Sep 17 00:06:59.634 [warn] Failed to parse/validate config: Couldn't access/create private data directory "/var/lib/tor/data"
Sep 17 00:06:59.634 [err] tor_init(): Reading config failed--see warnings above. For usage, try -h. |
Any help would be great ![Very Happy :D](images/smiles/icon_biggrin.gif)
Last edited by psycophobia on Mon Sep 18, 2006 12:00 am; edited 2 times in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
yabbadabbadont Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/13361939844cd4b5d53ebe4.jpg)
Joined: 14 Mar 2003 Posts: 4791 Location: 2 exits past crazy
|
Posted: Sun Sep 17, 2006 11:24 pm Post subject: |
|
|
Quote: | /var/lib/tor/data is not owned by this user (tor, 104) but by root (0). |
Try: chown tor /var/lib/tor/data
(and if that works, file a bug against the tor ebuild as it failed to set the correct permissions) _________________
Bones McCracker wrote: | On the other hand, regex is popular with the ladies. |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
psycophobia Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1220359327427e921daf96d.jpg)
Joined: 08 May 2005 Posts: 510 Location: uk
|
Posted: Sun Sep 17, 2006 11:38 pm Post subject: |
|
|
Looks like a bug you are wright
I chown tor /var/lib/tor/data,Then,
Code: | /etc/init.d/tor start
* Caching service dependencies ... [ ok ] * Starting Tor ...
Sep 17 00:28:19.475 [notice] Tor v0.1.1.23. This is experimental software. Do not rely on it for strong anonymity.
Sep 17 00:28:19.478 [notice] Initialized libevent version 1.1a using method epoll. Good.
Sep 17 00:28:19.479 [warn] Fixing permissions on directory /var/lib/tor/data
Sep 17 00:28:19.479 [notice] connection_create_listener(): Opening Socks listener on 127.0. [ ok ] |
It's still not working with firefox or irc even when it has started ok. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|