-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pidgin plugin under TAILS #12
Comments
On , revtowinark
I haven't tried TAILS myself yet. The plugin currently is still in a very |
OK, thanks for your quick answer ! |
2012/6/15 revtowinark <reply+i-5085823-60d3245a21474e79296c8941e52e0b4e5ac2311c-
When you start it from the console, are there any messages visible |
No crash when I start it from the console, but no trace of the torchat plugin in the plugin list ! At start and each time I open the plugin list, I always get the same thing in the console (of course except date and time) : |
On , revtowinark
Ok, I think I have an idea whats going on. It has no stdout to write to, I
OK, this looks good. Until I have fixed the console logging when there is
now you should see a lot of things happening in the console window and it Btw: yesterday i have uploaded a new version. It does not fix this |
With version alpha7, when I open the plugin list, still no trace of the Torchat plugin in that list. And now, nothing happen in the console.
"TorChat" isn't showing in the dropdown list. |
On , revtowinark
it should be in "Help" -> "Plugin Information" in Help -> Plugin Information it should be listed with The dropdown is in "Accounts" -> "Manage accounts" -> "Add", there you Make sure you copied the .so file directly into the plugins folder and NOT |
Sorry, I have nothing about plugins in "Help". I started pidgin with the command |
2012/6/16 revtowinark <reply+i-5085823-60d3245a21474e79296c8941e52e0b4e5ac2311c-
Which version of Pidgin is this? |
Pidgin version 2.7.3, the last version available for Debian (squeeze) |
Could you please try the latest version (2.0-alpha-9)? I removed the offending function from my function imports entirely and am now using purple_notify_user_info_add_pair() instead of purple_notify_user_info_add_pair_plaintext(), I think the latter one has been added in newer purple versions (I'm building and linking it against 2.10.0 (which is the one from Ubuntu 11.10) but it should run with older versions too since I am trying to import only the bare minimum of absolutely necessary API functions. |
Here are the lines about the Torchat plugin (version 2.0-alpha-9) that I get when starting pidgin with the command
|
please try alpha-10 |
Now with version alpha-10 the plugin is loaded !!! In the debug file, always the same messages: |
On , revtowinark
are there any messages in the log indicating that it could not start Edit: I just see it actually must have started. But some of these old tor versions from Debian stale are buggy. Exit pidgin and start it again, on the second start after 15 minutes it should work. More that 15 minutes is always too much. (The TTL for HS descriptors is exactly 15 minutes, this number is hardcoded in Tor I cannot do anything about it.) |
After many tries, "Myself" is still offline. I checked the running processes: 2 instances of tor are running in the same time. One instance has been started by TAILS at system startup, and another by pidgin. Is that a good thing ? Edit: I tried version alpha-9 under Windows, and it is working very well, "Myself" goes online after 80~90 seconds. (I was unable do download purpletorchat-2.0-alpha-10-win32.zip, I get the message "File was not found.") |
On , revtowinark
Yes. TorChat needs to configure its own hidden service on the fly at Probably TAILS has done some creative network configuration that will not The other option would be (and I will implement this eventually) to make it |
(This is part of the solution for Issue prof7bit#12, running TorChat pidgin plugin under TAILS.) It uses two configuration options: "StandaloneTor" : 1, "HiddenServiceName" : "the-hidden-service-name" (The hidden service name is the content of the hostname file for the hidden service without the .onion extension) The tor instance has to include the following entries: HiddenServiceDir /path/to/hidden-service-folder/ HiddenServicePort 11009 127.0.0.1:11009 LongLivedPorts 11009 SocksListenAddress 127.0.0.1:11109 What is missing: being able to specify the ports for the hidden service and socks ports in the UI and maybe some script to create the hidden service first time it is being run. I tested this running under pidgin 2.10.6-2, tor 0.2.3.25-1 and torchat 0.9.9.550-2.
i got all the way up to having torchat in the options to make a new account, filled in a name, but than in the terminal it it trying to connect over and over but gives the message: re4949fjkll4jdi4 tor connection error: error on connect: connection refused (msg from thread BD4C0M070)the msg from thread code when i try to restart pidgin is a bit different every time it seems. what should i do?! im really now to TAILS (and linux) so i was happy to get this far.. but now im really stuck. help is much appreciated!! |
anyone?? i still havent figured it out.. :( |
Hi! I have no experience with the new TAILS (just the old one). This issue is about a patch for TorChat2, a standalone program written in Lazarus, not the plugin for pidgin. I think you are commenting on a bug for the wrong program/component, and definitely commenting on the wrong issue. I have some ideas of what could be going on, but I won't comment it here because it is muddling this pull request. Please start your own issue and post the number here, I'll reply there. Thanks. |
Hi Drdub, I am not sure, but i dont think im posting in the wrong place. I didnt install torchat seperate (i tried before but it wont connect and then i found out i dont have to install seperate for this plugin with pidgin). I installed littlepurpletorchat.so just like the guy in this post and then when i start pidgin i get the error message i posted. So if i am wrong anyways which is very well possible tell me again and i will make a new topic. Thanks |
I tried the Pidgin plugin (libpurpletorchat.so in ~/.purple/plugins/ folder) under TAILS (last version 0.12) but Pidgin crashes on launch.
Is there something special to do in order to make it working under TAILS ?
The text was updated successfully, but these errors were encountered: