Baitty (OP)
|
 |
July 17, 2014, 04:29:31 PM |
|
I've been trying to get it to work for awhile now and wondering if I do get it to install correctly then will it still be secure or is it simply not suppose to be run on a Linux machine.
|
Currently held as collateral by monbux
|
|
|
hilariousandco
Global Moderator
Legendary
Offline
Activity: 4256
Merit: 2795
Join the world-leading crypto sportsbook NOW!
|
 |
July 17, 2014, 05:03:06 PM |
|
I've run in fine on Ubuntu before. What are you trying to run it on?
|
|
|
|
Baitty (OP)
|
 |
July 17, 2014, 05:05:35 PM |
|
I've run in fine on Ubuntu before. What are you trying to run it on?
I've got it running on Ubuntu. But I WOULD love to get it running on slackware as I love using Slackware.
|
Currently held as collateral by monbux
|
|
|
RodeoX
Legendary
Offline
Activity: 3066
Merit: 1147
The revolution will be monetized!
|
 |
July 17, 2014, 05:08:01 PM |
|
I run it via Ubuntu all the time. With the TOR browser bundle.
|
|
|
|
Yakamoto
Legendary
Offline
Activity: 1218
Merit: 1007
|
 |
July 17, 2014, 05:09:35 PM |
|
Didn't the FBI capture the main TOR server a while ago...?
I don't use TOR, used to though. After I read the main server was captured, I decided against using it in the future. On Ubuntu, just run the bundle. That should be enough to get it working.
|
|
|
|
Baitty (OP)
|
 |
July 17, 2014, 05:10:56 PM |
|
Didn't the FBI capture the main TOR server a while ago...?
I don't use TOR, used to though. After I read the main server was captured, I decided against using it in the future. On Ubuntu, just run the bundle. That should be enough to get it working.
That was Tor mail and not the actual Tor browser.
|
Currently held as collateral by monbux
|
|
|
Yakamoto
Legendary
Offline
Activity: 1218
Merit: 1007
|
 |
July 17, 2014, 05:16:54 PM |
|
Didn't the FBI capture the main TOR server a while ago...?
I don't use TOR, used to though. After I read the main server was captured, I decided against using it in the future. On Ubuntu, just run the bundle. That should be enough to get it working.
That was Tor mail and not the actual Tor browser. Oooh ok, I guess that makes sense after reading the article again. Maybe I'll consider going back to it, it wasn't too bad of a browser. I pretty much everything that it offered, and it did it well. So any word on if the OP got it running yet?
|
|
|
|
|
Baitty (OP)
|
 |
July 17, 2014, 05:20:29 PM |
|
Didn't the FBI capture the main TOR server a while ago...?
I don't use TOR, used to though. After I read the main server was captured, I decided against using it in the future. On Ubuntu, just run the bundle. That should be enough to get it working.
That was Tor mail and not the actual Tor browser. Oooh ok, I guess that makes sense after reading the article again. Maybe I'll consider going back to it, it wasn't too bad of a browser. I pretty much everything that it offered, and it did it well. So any word on if the OP got it running yet? Got it running in Ubuntu. But would really love to use it on slackware.
|
Currently held as collateral by monbux
|
|
|
pedrog
Legendary
Offline
Activity: 2786
Merit: 1031
|
 |
July 17, 2014, 10:49:02 PM |
|
Is there any error message?
|
|
|
|
Welsh
Staff
Legendary
Offline
Activity: 3486
Merit: 4155
|
 |
July 21, 2014, 01:24:27 AM Last edit: July 22, 2014, 06:32:51 PM by Welsh |
|
I did have a slight problem when I tried to install Tor on Slackware. However, I manged to find out the problem. Let me just make sure you are installing it correctly first: Installation: - Download Linux Tor Browser. Link ( https://www.torproject.org/download/download-easy.html.en) - Extract the file: 32 bit: tar -xvJf tor-browser-linux32-3.6.2_LANG.tar.xz 64 bit: tar -xvJf tor-browser-linux64-3.6.2_LANG.tar.xz Note:Obviously replace version number if it's a newer or older build. Also replace <LANG> with your language. (just copy the name of the .tar.xz) - Change to the tor directory: - Then run Tor browser with Now, you should see some activity in the terminal. If you get a error like: "The Tor Browser Bundle should not be run as root. Exiting." then try this little fix: - Use the text editor and open the start-tor-browser script file. Search for these lines: if [ "`id -u`" -eq 0 ]; then complain "The Tor Browser Bundle should not be run as root. Exiting." exit 1 fi - Comment the whole of it out, for example: #if [ "`id -u`" -eq 0 ]; then #complain "The Tor Browser Bundle should not be run as root. Exiting." #exit 1 #fi That is the one problem which I ran into a while back but, looked at why there was a exit=1 and edited it a few times and finally got it too run. If you are a experienced user you would of used this method so many times. I would recommend commenting it out and not actually removing it, it's good practice. If you still can't get it to work if you could provide a terminal log then I'm sure we can sort it out. I took a shot in the dark as you didn't really supply us with any information about what error you are getting so this could be totally unrelated.
|
|
|
|
Sydboy
|
 |
July 21, 2014, 02:39:22 AM |
|
what is stopping you running it on slackware ? post up the errors or what ever is stopping you. the poster above provided a good summary, i and a number of people can help if you post up something to go on 
|
|
|
|
vm1990
Legendary
Offline
Activity: 1554
Merit: 1002
|
 |
July 21, 2014, 09:31:26 AM |
|
Didn't the FBI capture the main TOR server a while ago...?
I don't use TOR, used to though. After I read the main server was captured, I decided against using it in the future. On Ubuntu, just run the bundle. That should be enough to get it working.
That was Tor mail and not the actual Tor browser. Bigger picture it was freedom hosting RIP freedom hosting
|
|
|
|
Baitty (OP)
|
 |
July 21, 2014, 11:02:24 AM |
|
I did have a slight problem when I tried to install Tor on Slackware. However, I manged to find out the problem. Let me just make sure you are installing it correctly first: Installation: - Download Linux Tor Browser. Link - Extract the file: 32 bit: tar -xvJf tor-browser-linux32-3.6.2_LANG.tar.xz 64 bit: tar -xvJf tor-browser-linux64-3.6.2_LANG.tar.xz Note:Obviously replace version number if it's a newer or older build. Also replace <LANG> with your language. (just copy the name of the .tar.xz) - Change to the tor directory: - Then run Tor browser with Now, you should see some activity in the terminal. If you get a error like: "The Tor Browser Bundle should not be run as root. Exiting." then try this little fix: - Use the text editor and open the start-tor-browser script file. Search for these lines: if [ "`id -u`" -eq 0 ]; then complain "The Tor Browser Bundle should not be run as root. Exiting." exit 1 fi - Comment the whole of it out, for example: #if [ "`id -u`" -eq 0 ]; then #complain "The Tor Browser Bundle should not be run as root. Exiting." #exit 1 #fi That is the one problem which I ran into a while back but, looked at why there was a exit=1 and edited it a few times and finally got it too run. If you are a experienced user you would of used this method so many times. I would recommend commenting it out and not actually removing it, it's good practice. If you still can't get it to work if you could provide a terminal log then I'm sure we can sort it out. I took a shot in the dark as you didn't really supply us with any information about what error you are getting so this could be totally unrelated. Thanks for the explanation but I've moved on and uninstalled slackware as it was too complicated for me. I don't think I had that error though.
|
Currently held as collateral by monbux
|
|
|
DjPxH
|
 |
July 21, 2014, 11:52:36 AM |
|
Didn't the FBI capture the main TOR server a while ago...?
I don't use TOR, used to though. After I read the main server was captured, I decided against using it in the future. On Ubuntu, just run the bundle. That should be enough to get it working.
That was Tor mail and not the actual Tor browser. At least you're on a list as soon as you search for the Tor browser or tor in general I guess. I always wondered if this whole thing wasn't just some trick or trap to quickly capture all people using Tor and thus exactly know who to observe 
|
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ PRIMEDICE The Premier Bitcoin Gambling Experience @PrimeDice ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
|
|
Baitty (OP)
|
 |
July 21, 2014, 12:45:06 PM |
|
Didn't the FBI capture the main TOR server a while ago...?
I don't use TOR, used to though. After I read the main server was captured, I decided against using it in the future. On Ubuntu, just run the bundle. That should be enough to get it working.
That was Tor mail and not the actual Tor browser. At least you're on a list as soon as you search for the Tor browser or tor in general I guess. I always wondered if this whole thing wasn't just some trick or trap to quickly capture all people using Tor and thus exactly know who to observe  tor isn't just for criminals. the sooner people realize that the better. I only use it because I don't like the fact that websites store your ip address in a database and also the neat little features like no script.
|
Currently held as collateral by monbux
|
|
|
|