Re: [Freeipa-devel] Wrong timeout parameter in ipapython

2011-03-18 Thread Rob Crittenden
Martin Kosek wrote: On Fri, 2011-03-11 at 11:37 +0100, Jakub Hrozek wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/11/2011 11:20 AM, Sylvain Baubeau wrote: Yes, I'm using IPv4. It's even worse as the constant 'io.PR_AF_INET' (whose value is 2) is used in this case :) Right.. Th

Re: [Freeipa-devel] Wrong timeout parameter in ipapython

2011-03-14 Thread Martin Kosek
On Fri, 2011-03-11 at 11:37 +0100, Jakub Hrozek wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 03/11/2011 11:20 AM, Sylvain Baubeau wrote: > > Yes, I'm using IPv4. > > It's even worse as the constant 'io.PR_AF_INET' (whose value is 2) is > > used in this case :) > > > > Right..

Re: [Freeipa-devel] Wrong timeout parameter in ipapython

2011-03-11 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/11/2011 11:20 AM, Sylvain Baubeau wrote: > Yes, I'm using IPv4. > It's even worse as the constant 'io.PR_AF_INET' (whose value is 2) is > used in this case :) > Right.. Thank you very much for your contribution. I'm guessing we never hit the e

Re: [Freeipa-devel] Wrong timeout parameter in ipapython

2011-03-11 Thread Sylvain Baubeau
Yes, I'm using IPv4. It's even worse as the constant 'io.PR_AF_INET' (whose value is 2) is used in this case :) Regards Sylvain Le 11/03/2011 10:59, Jakub Hrozek a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/11/2011 04:44 AM, Rob Crittenden wrote: Sylvain Baubeau wrote:

Re: [Freeipa-devel] Wrong timeout parameter in ipapython

2011-03-11 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/11/2011 04:44 AM, Rob Crittenden wrote: > Sylvain Baubeau wrote: >>Hi, >> >> I was facing an error with ipapython that caused an NSPRError >> exception to >> be raised at line 159 of ipapython/nsslib.py : >> >> 157 logging.deb

Re: [Freeipa-devel] Wrong timeout parameter in ipapython

2011-03-10 Thread Rob Crittenden
Sylvain Baubeau wrote: Hi, I was facing an error with ipapython that caused an NSPRError exception to be raised at line 159 of ipapython/nsslib.py : 157 logging.debug("connecting: %s", net_addr) 158 try: 159 self.sock.connect(net_addr, fami

[Freeipa-devel] Wrong timeout parameter in ipapython

2011-03-10 Thread Sylvain Baubeau
Hi, I was facing an error with ipapython that caused an NSPRError exception to be raised at line 159 of ipapython/nsslib.py : 157 logging.debug("connecting: %s", net_addr) 158 try: 159 self.sock.connect(net_addr, family) 160 ex