PDA

View Full Version : [ubuntu] more problems with tor


jinwald12
October 22nd, 2009, 10:37 AM
i tried compiling tor from source, that didn't work so then some people on this forum suggested using a source package. That let it run but it cant connect to the tor network and that the torrec file wasn't there what did i do wrong? I'm running jaunty if that makes a difference.

cdenley
October 22nd, 2009, 11:20 AM
Why compile from source?
https://www.torproject.org/docs/debian.html.en

jinwald12
October 22nd, 2009, 11:37 AM
i tried compiling tor from source, that didn't work so then some people on this forum suggested using a source package. That let it run but it cant connect to the tor network and that the torrec file wasn't there what did i do wrong? I'm running jaunty if that makes a difference.

i then tried following the tor web site's instructions but it won't create a torrec file

cdenley
October 22nd, 2009, 11:43 AM
i then tried following the tor web site's instructions but it won't create a torrec file

You mean "torrc"?

cdenley@ubuntu:~$ dpkg-query -S torrc
tor: /usr/share/man/man5/torrc.5.gz
tor: /etc/tor/torrc

jinwald12
October 22nd, 2009, 02:52 PM
i tried that it still can't find it it says it was extracted but it wont recognize its there

cdenley
October 22nd, 2009, 03:24 PM
cdenley@ubuntu:~$ dpkg -l tor
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-=================================-=================================-================================================== ================================
ii tor 0.2.1.19-1~jaunty+1 anonymizing overlay network for TCP
cdenley@ubuntu:~$ ls -l /etc/tor/torrc
-rw-r--r-- 1 root root 7045 2009-07-29 06:09 /etc/tor/torrc


What "wont recognize its there"?

jinwald12
October 23rd, 2009, 12:44 PM
NAME:~$ dpkg -l tor
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii tor 0.2.1.19-1~jau anonymizing overlay network for TCP
NAME:~$ ls -l /etc/tor/torrc
ls: cannot access /etc/tor/torrc: No such file or directory
jethro@jethro-laptop:~$ -rw-r--r-- 1 root root 7045 2009-07-29 06:09 /etc/tor/torrc
bash: -rw-r--r--: command not found

cdenley
October 23rd, 2009, 12:48 PM
You can try purging it then reinstalling it.

sudo dpkg -P tor
sudo apt-get install tor

If files from packages you're installing end up disappearing, then you have bigger problems than getting tor to work.