LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 05-07-2016, 03:28 AM   #1
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Rep: Reputation: 11
Thumbs down Tor via Vidalia can't run on Debian.


Hello.
I installed Tor and vidalia but when I want run Vidalia, It show me an error about my user. I attached a photo.
How can I solve it?

Thank you.
Attached Thumbnails
Click image for larger version

Name:	tor.png
Views:	54
Size:	62.8 KB
ID:	21698  
 
Old 05-08-2016, 12:42 PM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
You are running it as root!?
 
Old 05-09-2016, 07:27 AM   #3
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
Quote:
Originally Posted by Emerson View Post
You are running it as root!?
Not matter
 
Old 05-09-2016, 08:42 AM   #4
Michael Uplawski
Senior Member
 
Registered: Dec 2015
Posts: 1,622
Blog Entries: 40

Rep: Reputation: Disabled
Remind me again; what is the advantage of Vidalia?
You can always configure Tor and either use it as a socks proxy or via other proxy-software. Also look for torsocks and torify.
 
Old 05-09-2016, 09:38 AM   #5
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
I've used the Vidalia and Tor combinationi for years, but it no longer considered "safe" by the Tor-project, so I switched to their Tor Browser.
OTOH, the people over at pc-bsd have made Tor available from the system tray and once activated everything you do, regardless of browser, is routed through Tor. I guess "safety" is a matter of opinion (and good browsering habits).
 
Old 05-09-2016, 11:51 AM   #6
Michael Uplawski
Senior Member
 
Registered: Dec 2015
Posts: 1,622
Blog Entries: 40

Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
OTOH, the people over at pc-bsd have made Tor available from the system tray and once activated everything you do, regardless of browser, is routed through Tor. I guess "safety" is a matter of opinion (and good browsering habits).
Code:
user@machine:~$ type w3m
w3m ist ein Alias von `torsocks /usr/bin/w3m -no-proxy'.
user@machine:~$ type wget
wget ist ein Alias von `torsocks /usr/bin/wget -nc --no-proxy'.
user@machine:~$ echo $http_proxy
http://localhost:8250
Sorry for the uncivilized language in the response to type.
 
Old 05-09-2016, 12:24 PM   #7
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
Quote:
Originally Posted by Michael Uplawski View Post
Code:
user@machine:~$ type w3m
w3m ist ein Alias von `torsocks /usr/bin/w3m -no-proxy'.
user@machine:~$ type wget
wget ist ein Alias von `torsocks /usr/bin/wget -nc --no-proxy'.
user@machine:~$ echo $http_proxy
http://localhost:8250
Sorry for the uncivilized language in the response to type.
Care to translate? I don't understand the purpose of this post?
 
Old 05-09-2016, 01:26 PM   #8
Michael Uplawski
Senior Member
 
Registered: Dec 2015
Posts: 1,622
Blog Entries: 40

Rep: Reputation: Disabled
Quote:
Originally Posted by cwizardone View Post
Care to translate? I don't understand the purpose of this post?
I was simply showing a way to insist on routing via tor that does not include having some program installed which is supposed to do the same. The 'type' command shows you what is really behind a command. In my post above, I present aliases that I have defined for calls to network-tools. These aliases replace the original calls by a call to torsocks, which, itself, then calls the tool. All traffic that I am aware of, is then routed via tor.

Basically it does the same as any nifty routine which sits in the tray somewhere to route all traffic via tor. But my solution works without X and I feel much more in control.

When I talk about the language, it is because my system uses the German locale and the response to the type-command, above, is in German.

I think I have to write too much explanatory text, but in this case ignore how I should prevent more misunderstanding. On a sidenote, this is a bit frustrating.

Last edited by Michael Uplawski; 05-09-2016 at 01:28 PM.
 
Old 05-09-2016, 01:41 PM   #9
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
Quote:
Originally Posted by Michael Uplawski View Post
I was simply showing a way to insist on routing via tor, that does not include having some program installed which is supposed to do the same. The 'type' command shows you what is really behind a command. In my post above, I present aliases, that I have defined for calls to network-tools. These aliases replace the original calls by a call to torsocks, which, itself then calls the tool. All traffic that I am aware of, is then routed via tor.

Basically it does the same as any nifty routine which sits in the tray somewhere to route all traffic via tor. But my solution works without X and I feel much more in control..........
Thank you.
Not everyone speaks fluent "Geek," so it is appreciated.

Last edited by cwizardone; 05-09-2016 at 02:20 PM.
 
Old 05-10-2016, 12:20 PM   #10
JackHair
Member
 
Registered: Aug 2009
Location: Netherlands
Distribution: Slackware64-current
Posts: 167

Rep: Reputation: 39
Quote:
Originally Posted by hack3rcon View Post
Not matter
It actually can matter. Some programs refuse to run as root.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] vidalia (tor) working or not? unkn(0)wn Linux - Newbie 9 04-21-2012 08:53 PM
[SOLVED] Tor and Vidalia Phorize Slackware 1 12-23-2011 03:04 AM
[SOLVED] Debian and Polipo (Vidalia Bundle/Tor) Amdx2_x64 Linux - Networking 11 02-14-2011 07:18 AM
[SOLVED] Reduce number of tor/vidalia servers used thebombzen Linux - Networking 3 01-16-2011 06:30 AM
Tor/Vidalia does not anonymize traffic. jrtayloriv Linux - Networking 6 08-05-2010 01:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration