LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-07-2007, 09:22 AM   #1
Drivx
LQ Newbie
 
Registered: Sep 2007
Distribution: (K)Ubuntu
Posts: 6

Rep: Reputation: 0
Questions about Tor and Blossom


Hi.

This is my second post in this forum. Sorry if I have spelling or grammar errors, because I'm not English, but Spanish.

Well... I've some questions about the use of Blossom with the anonymizer software Tor.

I downloaded Blossom from here . Then, I unpacked the tarball. Later, I ejected the Tor program and Blossom (by Python interpreter). The torrc file is well configured to accept controller applications (I uncommented the #ControlPort 9051 line) and it's situated in the correct directory.

When I'm going to use both programs, first I start Tor client and I eject the blossom.py file. Then I open my Firefox web browser and I write the address 127.0.0.1:9052.

I wait, and wait, and wait... but nothing appears. Firefox tries to connect, but as I said before, nothing appears.

Do somebody has the same problem? Do you know what could be happening?

Greets!

Last edited by Drivx; 09-07-2007 at 09:23 AM.
 
Old 09-08-2007, 02:40 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Is TOR itself running? Does it's log show any errors? Can you connect through a local proxy (like Polipo or Privoxy) to TOR?
 
Old 09-09-2007, 01:16 PM   #3
Drivx
LQ Newbie
 
Registered: Sep 2007
Distribution: (K)Ubuntu
Posts: 6

Original Poster
Rep: Reputation: 0
Hello.

The first time, when I tried to use Blossom, Tor already was in use. I tried use Tor with and without Privoxy.

But now (the second time after the compilation), when I've tried to eject Blossom, it shows this message:
Code:
drivx@aftereight:~/security/blossom$ ./blossom.py
Traceback (most recent call last):
  File "./blossom.py", line 3183, in <module>
    main()
  File "./blossom.py", line 3144, in main
    conn = getConnection()
  File "./blossom.py", line 1934, in getConnection
    conn.authenticate("")
  File "/home/drivx/security/blossom/TorCtl1.py", line 169, in authenticate
    self._sendAndRecv("AUTHENTICATE %s\r\n"%hexstr)
  File "/home/drivx/security/blossom/TorCtl1.py", line 154, in _sendAndRecv
    lines = self._sendImpl(self._doSend, msg)
  File "/home/drivx/security/blossom/TorCtl.py", line 376, in _sendImpl
    raise self._closedEx
TorCtl.TorCtlClosed
What's happening?

Greets!
 
Old 09-10-2007, 01:00 AM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
So is TOR itself still running? Can you send control messages with the python script that came with TOR? Does the firewall block the port? Note you can't use TOR for most services without connecting through a local proxy like Polipo or Privoxy. The error itself doesn't make it clear to me if Blossom has trouble connecting or authenticating: best check that with the Blossom developers on their mailing list.
 
Old 09-10-2007, 03:48 AM   #5
Drivx
LQ Newbie
 
Registered: Sep 2007
Distribution: (K)Ubuntu
Posts: 6

Original Poster
Rep: Reputation: 0
Hello.

I'm going to say what do I do since I switch on my computer. When I'm in the Desktop, I eject my Tor client in the terminal and it shows this:
Code:
drivx@aftereight: ~$ tor
Sep 10 10:42:17.171 [notice] Tor v0.1.2.17. This is experimental software. Do no
t rely on it for strong anonymity.
Sep 10 10:42:17.187 [notice] Initialized libevent version 1.3d using method epoll. Good.
Sep 10 10:42:17.187 [notice] Opening Socks listener on 127.0.0.1:9050
Sep 10 10:42:17.343 [notice] Opening Control listener on 127.0.0.1:9051
Sep 10 10:42:18.078 [notice] I learned some more directory information, but not
enough to build a circuit.
Sep 10 10:42:18.562 [notice] I learned some more directory information, but not
enough to build a circuit.
Sep 10 10:42:21.078 [notice] We now have enough directory information to build c
ircuits.
Sep 10 10:42:24.156 [notice] Tor has successfully opened a circuit. Looks like c
lient functionality is working.
I use Privoxy, but it charges automatically when I start my OS.

And then, I eject the file blossom.py, which shows the above error message.

So, do I have to do anything else?

Thanks.

PS: How can I access to Blossom's mailing list?
 
Old 09-11-2007, 10:51 AM   #6
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Apparently there's no mailinglist and one person central to this all: http://afs.eecs.harvard.edu/~goodell/. Maybe try and contact him.
 
Old 09-13-2007, 02:05 PM   #7
Drivx
LQ Newbie
 
Registered: Sep 2007
Distribution: (K)Ubuntu
Posts: 6

Original Poster
Rep: Reputation: 0
OK, I'll try it.

I spoke by IRC with several Tor users, but the most of them don't usually use Blossom.

If I get the solve to my problem, I'll post the results.

Thank you.

Greets!
 
Old 09-13-2007, 03:48 PM   #8
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by Drivx View Post
If I get the solve to my problem, I'll post the results.
That would be awesome. Good luck!
 
Old 10-09-2007, 09:43 PM   #9
archon810
LQ Newbie
 
Registered: Dec 2006
Location: Bay Area, CA
Distribution: openSUSE 11.1
Posts: 14

Rep: Reputation: 0
I'm having the same exact problems. Have you found a solution?
 
Old 11-12-2007, 07:52 PM   #10
Gary987
Member
 
Registered: Oct 2003
Distribution: Gentoo, Mint, Ubuntu, Vector
Posts: 174

Rep: Reputation: 17
same here with those traceback issues.
 
  


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
Help installing blossom with TOR blimey Linux - Software 3 05-16-2007 01:06 PM
squid-tor gabsik Linux - Networking 0 05-25-2006 10:29 AM
tor transproxy gabsik Linux - Networking 0 05-19-2006 01:58 AM
Help with Tor Please botman Linux - Software 3 08-18-2005 01:17 PM
Help with Tor? botman SUSE / openSUSE 3 08-12-2005 01:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:19 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