LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   not exist any torrc file ... (https://www.linuxquestions.org/questions/linux-software-2/not-exist-any-torrc-file-4175447734/)

alirezaimi 01-29-2013 02:35 PM

not exist any torrc file ...
 
Hi
I installed tor from source (compile) and for config tor i can not find torrc
Any ideas?

Thanks.

====
Fedora 18

John VV 01-29-2013 03:18 PM

this "should" be a "hidden" file in your home folder
turn on "show hidden files" in whatever operating system and desktop this is

".torrc "

alirezaimi 01-29-2013 03:39 PM

Quote:

Originally Posted by John VV (Post 4880140)
this "should" be a "hidden" file in your home folder
turn on "show hidden files" in whatever operating system and desktop this is

".torrc "

There is no .torrc in my home dir :
Code:

[alireza@ali-lap ~]$ ls -la /home/alireza/
total 188
drwx------. 34 alireza alireza  4096 Jan 30 00:55 .
drwxr-xr-x.  9 root    root    4096 Jan 29 17:21 ..
-rw-------.  1 alireza alireza  2321 Jan 30 00:11 .bash_history
-rw-r--r--.  1 alireza alireza    18 Nov 29 13:31 .bash_logout
-rw-r--r--.  1 alireza alireza  193 Nov 29 13:31 .bash_profile
-rw-r--r--.  1 alireza alireza  124 Nov 29 13:31 .bashrc
drwx------. 18 alireza alireza  4096 Jan 30 00:35 .cache
drwxr-xr-x. 26 alireza alireza  4096 Jan 30 00:35 .config
drwxr-xr-x.  3 alireza alireza  4096 Jan 29 23:59 Desktop
-rw-------.  1 alireza alireza    16 Jan 29 17:22 .esd_auth
drwx------.  3 alireza alireza  4096 Jan 30 00:11 .gconf
drwxr-xr-x. 24 alireza alireza  4096 Jan 29 21:24 git_proj
drwx------.  3 alireza alireza  4096 Jan 29 18:03 .gnome2
drwx------.  2 alireza alireza  4096 Jan 29 17:23 .gnome2_private
drwxrwxr-x.  2 alireza alireza  4096 Jan 29 23:50 .gstreamer-0.10
-rw-rw-r--.  1 alireza alireza  147 Jan 30 00:11 .gtk-bookmarks
-rw-------.  1 alireza alireza  620 Jan 30 00:11 .ICEauthority
drwx------.  3 alireza alireza  4096 Jan 29 17:22 .local
drwxr-xr-x.  5 alireza alireza  4096 Jan 29 17:23 .mozilla
drwxrwxr-x.  2 alireza alireza  4096 Jan 30 00:35 .mplayer
drwxr-xr-x.  2 alireza alireza  4096 Jan 29 17:22 Music
drwxr-xr-x.  3 alireza alireza  4096 Jan 30 00:35 Pictures
drwx------.  3 alireza alireza  4096 Jan 29 18:01 .pki
drwxr-xr-x.  2 alireza alireza  4096 Jan 29 17:22 Public
drwx------.  2 alireza alireza  4096 Jan 30 00:11 .pulse
-rw-------.  1 alireza alireza  256 Jan 29 17:22 .pulse-cookie
drwx------.  6 alireza alireza  4096 Jan 30 00:11 .purple
drwxr-xr-x.  2 alireza alireza  4096 Jan 29 17:22 Templates
drwx------.  2 alireza alireza  4096 Jan 30 00:26 .tor
drwxr-xr-x.  2 alireza alireza  4096 Jan 29 17:22 Videos
-rw-------.  1 alireza alireza 10127 Jan 30 00:55 .viminfo
drwxr-xr-x.  6 alireza alireza  4096 Dec 18 10:35 workspace

Code:

[alireza@ali-lap ~]$ ls -lap /home/alireza/.tor/
total 12
drwx------.  2 alireza alireza 4096 Jan 30 00:26 ./
drwx------. 34 alireza alireza 4096 Jan 30 00:55 ../
-rw-------.  1 alireza alireza    0 Jan 30 00:25 lock
-rw-------.  1 alireza alireza  216 Jan 30 00:26 state


John VV 01-29-2013 04:05 PM

did you look in the hidden folder ".tor"

alirezaimi 01-30-2013 02:36 AM

Quote:

Originally Posted by John VV (Post 4880170)
did you look in the hidden folder ".tor"

Code:

[alireza@ali-lap ~]$ ls -lap /home/alireza/.tor/
total 12
drwx------.  2 alireza alireza 4096 Jan 30 00:26 ./
drwx------. 34 alireza alireza 4096 Jan 30 00:55 ../
-rw-------.  1 alireza alireza    0 Jan 30 00:25 lock
-rw-------.  1 alireza alireza  216 Jan 30 00:26 state


John VV 01-30-2013 03:35 AM

what instructions are you fallowing ?

the official instructions
https://www.torproject.org/docs/tor-doc-unix.html.en

-- the Debian relay instructions
https://www.torproject.org/docs/tor-...debian.html.en
the install instructions point to

/etc/tor/torrc



but why not use the software repos for installing it on fedora 18
https://www.torproject.org/download/...d-unix.html.en

tor is in the base fedora 18 repo
Code:

su -
yum search tor
---- then from the list ---
yum install tor



All times are GMT -5. The time now is 08:05 PM.