Re: pidgin and VPN issues.

2013-04-18 Thread Mark Doliner
On Tue, Apr 16, 2013 at 6:32 AM, Richard Allen r...@ra.is wrote:
 I'm using pidgin on Fedora 18 (This was also an issue in 17).My work 
 requires me to fire up multiple VPN profiles each day.  Normally this is 
 fine.  However when disengaging the VPN pidgin tends to lock up.  This 
 happens both with Cisco compatible (vpnc) profiles and also Anyconnect 
 profiles.I use network manager for all VPN needs.

 When pidgin is frozen, there is no indication in the GUI (i.e. I dont notice 
 anything) and pidgin is unkillable.   I have to use kill -9 to stop it.

 Is this a known issue or are there any workarounds?

That sounds kinda crazy and obviously shouldn't happen.  I'm mildly
curious what Pidgin is doing when this happens.  Does the UI become
gtk gray and blanked out and is unresponsive?

If you have a desire to do some debugging, it might be helpful to
obtain a backtrace by using gdb /path/to/pidgin 123PID456 to use gdb
to connect to the running Pidgin instance and then repeat these
commands a few times: backtrace, continue, CTRL+c.  If Pidgin is
in an infinite loop that will print backtraces hopefully at different
places in the loop.  You could also step through line by line.  Or
kill -6 to dump a core file and then get a backtrace from that.

There are some more details here:
https://developer.pidgin.im/wiki/GetABacktrace

And info on filing a bug report here:
https://developer.pidgin.im/wiki/TipsForBugReports

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: pidgin and VPN issues.

2013-04-18 Thread Matthias Apitz
El día Wednesday, April 17, 2013 a las 11:39:17PM -0700, Mark Doliner escribió:

 On Tue, Apr 16, 2013 at 6:32 AM, Richard Allen r...@ra.is wrote:
  I'm using pidgin on Fedora 18 (This was also an issue in 17).My work 
  requires me to fire up multiple VPN profiles each day.  Normally this is 
  fine.  However when disengaging the VPN pidgin tends to lock up.  This 
  happens both with Cisco compatible (vpnc) profiles and also Anyconnect 
  profiles.I use network manager for all VPN needs.
 
  When pidgin is frozen, there is no indication in the GUI (i.e. I dont 
  notice anything) and pidgin is unkillable.   I have to use kill -9 to stop 
  it.
 
  Is this a known issue or are there any workarounds?

IMHO this sounds like established TCP connections are terminated by the
VPN down/change and some layer in pidgin is waiting (for ever) for a
response. One could watch with TCPDUMP if this is true.

matthias
-- 
Sent from my FreeBSD netbook

Matthias Apitz   |  - No system with backdoors like Apple/Android
E-mail: g...@unixarea.de |  - Never being an iSlave
WWW: http://www.unixarea.de/ |  - No proprietary attachments, no HTML/RTF in 
E-mail
phone: +49-170-4527211   |  - Respect for open standards

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Buddy problem.

2013-04-18 Thread Karl

I am using pidgin 2.10.6 and added my gmail domain to it.
Problem I'm getting is that _none gmail contacts _that I have, that I 
wish to talk to come up not authorised.

How do I resolve this problem?

Thanks,

Karl.
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Unable to connect to the mxit server. Please check your

2013-04-18 Thread kekanalf
=?UTF-8?B?c2VydmVy4oCp?=server  
settings.In-Reply-To=4cd6f64d.3060...@david-woolley.me.uk
Date: Thu, 18 Apr 2013 11:46:31 +0200
Message-ID: vvgr7dxmsgbw.ghwyl...@smtp.gmail.com
X-Mailer: EPOC Email Version 2.10
MIME-Version: 1.0
Content-Language: i-default
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable


___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: pidgin and VPN issues.

2013-04-18 Thread Ethan Blanton
Matthias Apitz spake unto us the following wisdom:
 IMHO this sounds like established TCP connections are terminated by the
 VPN down/change and some layer in pidgin is waiting (for ever) for a
 response. One could watch with TCPDUMP if this is true.

All of our network I/O should be nonblocking, and thus should not
affect the UI.  This is more likely a logic bug of some kind, as Mark
noted.

Ethan

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Terminal Server Environment

2013-04-18 Thread Miller, Chris
We had requests to load Pidgin on our RDS server, but have recently run into an 
issue. We clear out the appdata/temp folder at logoff to remove any temp files 
to clear disk space. The .purple file resides there so the users lose their 
setup information.

Is there a way to redirect the .purple to house itself in a different location, 
say the user's network userhome?

Chris

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Terminal Server Environment

2013-04-18 Thread Daniel Atallah
On Thu, Apr 18, 2013 at 3:55 PM, Miller, Chris
chris.mil...@intermedix.com wrote:
 We had requests to load Pidgin on our RDS server, but have recently run into
 an issue. We clear out the appdata/temp folder at logoff to remove any temp
 files to clear disk space. The .purple file resides there so the users lose
 their setup information.



 Is there a way to redirect the .purple to house itself in a different
 location, say the user’s network userhome?

Yes, this is actually the default behavior (%APPDATA%).

Something out of the ordinary is happening for stuff to be written to
appdata/temp.

The FAQ 
(https://developer.pidgin.im/wiki/Using%20Pidgin#Whereismy.purpledirectory)
covers how to change the location of .purple.

-D

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Pidgin and store password

2013-04-18 Thread xxl xxl
   
Hello



I read un article on the internet pidgin store password without encryption. 


http://www.ubuntubuzz.com/2011/03/how-to-hack-pidgin-risky-password.html

After reading this I go to /home/.purple/account.xml and show password wich is 
bad. I go to manage account, I have delete account and recreate without check 
remember password. I use Ubuntu 12.04



Why password isn`t  encrypted? How make password secure?


Tks and I wait your answer.
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: Pidgin and store password

2013-04-18 Thread Michael Secord

In this FAQ you will find the answers you seek.

https://developer.pidgin.im/wiki/PlainTextPasswords

-Michael

On 4/18/2013 4:24 PM xxl xxl condorr20...@yahoo.com said unto 
support@pidgin.im support@pidgin.im:

Hello



I read un article on the internet pidgin store password without 
encryption.


http://www.ubuntubuzz.com/2011/03/how-to-hack-pidgin-risky-password.html

After reading this I go to /home/.purple/account.xml and show password 
wich is bad. I go to manage account, I have delete account and 
recreate without check remember password. I use Ubuntu 12.04



Why password isn`t encrypted? How make password secure?


Tks and I wait your answer.


___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: problems with MSN certificate chain

2013-04-18 Thread AFlanag5
hello,
 
please advise re:  security certificate  error warning as  follows:
 
AOL, my provider downloaded  software 'fixes' due to 100's of errors,  
particularly server errors.  AOL.Download package contained.   Bing, msm, as 
well as Internet explorer update from 9.7 to  10.
Pute is humming and vibrating, including script hesitation/ and or   
missing scripts.
 
The certificate states (in order) from bottom to top) .  1/ Bing   2/ MSIT  
3/ Microsoft Internet Authority   4/ Baltimore  Trust Authority.  
 
Error warning was issued when the certificate pop up appeared with a   
(yellow ?).   it continued to warn
that the security certificate was 'Invalid'  or  Does not match  the name 
of the site.  
also: the webpages will not display since aol downloaded their  software. 
Originally, IE would not display.  ' Cannot display this page  '  
Navigation is always cancelled stating it  ' Cannot resolve address  '  
which was cancelled by Bing  which is connected with msn and  IE.  
NOTES also stated (with a yellow ? that was highlighted and next  to:  
Basic Constraints Subject Type= CA   followed with: ' The  Path Length 
Constraints is  0(also highlighted with a  warning containing ' ? ' 
MSIT  Machiine authiority   CA 2   Ensures  Identity of Remote Access.
It was noted as an  ' offline signing.'  It is noted the  certificate is 
o.k.  /  dates are valid
I use the wizard for all my certificates , but only after I check  them.  
This particular cert pops up continuosly.
Thank-you for your assistance,
Ann
 
 
 
 ___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support