search for: kiae

Displaying 13 results from an estimated 13 matches for "kiae".

Did you mean: kia
2015 Mar 25
5
SSL only working in DEBUG mode
2015-03-21 17:06 GMT+01:00 Melkor Lord <melkor.lord at gmail.com>: > > On Fri, Mar 20, 2015 at 4:40 PM, Emilien Kia <kiae.dev at gmail.com> wrote: > > Some precisions: >> >> we are not alone, some projects had similar problem: >> http://bugs.bitlbee.org/bitlbee/ticket/785 >> And the problem is really coming from NSS initialization. Discussion >> about the issue here : >> ht...
2012 Oct 12
2
NSS support in trunk (was: NSS branch pull request)
2012/10/12 Emilien Kia <kiae.dev at gmail.com> > Hi guys, > Hi Emilien and the list, This is a pull request to finally merge NSS feature in nut trunk: > https://github.com/clepple/nut/pull/3 > I'd like to take a moment to shed some more light on this important development, which lasted 3 years: - the in...
2015 Mar 26
3
SSL only working in DEBUG mode
...Quette <arnaud.quette at gmail.com>: > Hey mister M' > > A first huge thanks for taking care of this, and so late in the night. I > know that it's not easy... > > (sent from my S3... please excuse my brevity) > Le 25 mars 2015 18:49, "Emilien Kia" <kiae.dev at gmail.com> a ?crit : > > > > > > > > > 2015-03-21 17:06 GMT+01:00 Melkor Lord <melkor.lord at gmail.com>: > >> > >> > >> On Fri, Mar 20, 2015 at 4:40 PM, Emilien Kia <kiae.dev at gmail.com> > wrote: > >> > &g...
2015 Mar 20
2
SSL only working in DEBUG mode
...and keys which is readable only by root and should not be readable in userland. This behavior is this because it was the behavior used when using OpenSSL. Modifying this behavior implies to modify key/certificate storage and acces right policy. Emilien 2015-03-20 15:12 GMT+01:00 Emilien Kia <kiae.dev at gmail.com>: > Hello all, > > With a really fast lookup, I think it is probably a problem of NSS > initialization (key loading...) . > As the problem occurs only when upsd is forked and as nss is initialized ( > https://github.com/networkupstools/nut/blob/master/server/u...
2012 Oct 29
1
Nut-upsdev Digest, Vol 88, Issue 22
...l C and C++ libnutclient (#2) (Emilien Kia) > 2. Re: [nut] High level C and C++ libnutclient (#2) (Arnaud Quette) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 26 Oct 2012 14:13:59 +0200 > From: Emilien Kia <kiae.dev at gmail.com> > To: Arnaud Quette <aquette.dev at gmail.com>, Charles Lepple > <clepple at gmail.com>, nut-upsdev at lists.alioth.debian.org > Subject: Re: [Nut-upsdev] [nut] High level C and C++ libnutclient (#2) > Message-ID: > <CA+kuN+KvpoE-WGXiHhAkTOMf250...
2015 Mar 26
0
SSL only working in DEBUG mode
Hey mister M' A first huge thanks for taking care of this, and so late in the night. I know that it's not easy... (sent from my S3... please excuse my brevity) Le 25 mars 2015 18:49, "Emilien Kia" <kiae.dev at gmail.com> a ?crit : > > > > 2015-03-21 17:06 GMT+01:00 Melkor Lord <melkor.lord at gmail.com>: >> >> >> On Fri, Mar 20, 2015 at 4:40 PM, Emilien Kia <kiae.dev at gmail.com> wrote: >> >>> Some precisions: >>> >>> w...
2015 Mar 21
0
SSL only working in DEBUG mode
On Fri, Mar 20, 2015 at 4:40 PM, Emilien Kia <kiae.dev at gmail.com> wrote: Some precisions: > > we are not alone, some projects had similar problem: > http://bugs.bitlbee.org/bitlbee/ticket/785 > And the problem is really coming from NSS initialization. Discussion about > the issue here : http://osdir.com/ml/mozilla.crypto/2002-...
1995 May 30
1
Announcing FreeBSD 2.0.5 ALPHA!
...ng ftp://ftp.hk.super.net/pub/FreeBSD <ftp-admin@HK.Super.NET> Korea ftp://ftp.cau.ac.kr/pub/FreeBSD <ftpadm@ftp.cau.ac.kr> Netherlands ftp://ftp.nl.net/pub/os/FreeBSD <archive@nl.net> Russia ftp://ftp.kiae.su/FreeBSD <ftp@ftp.kiae.su> Sweden ftp://ftp.luth.se/pub/FreeBSD <ragge@ludd.luth.se> Taiwan ftp://netbsd.csie.nctu.edu.tw/pub/FreeBSD <ftp@netbsd.csie.nctu.edu.tw> Thailand ftp://ftp.nectec.or.th/pub/Fre...
2015 Mar 29
0
SSL only working in DEBUG mode
On Thu, Mar 26, 2015 at 9:16 AM, Emilien Kia <kiae.dev at gmail.com> wrote: > > > After looking a bit deeply, we have another little problem. When we intend > to start upsd with the init script (at least under debian-based distrib - > tested on Linux Mint 17.1) when we have the NSS problem, the init script > exit with the &quo...
2012 Nov 10
1
libnutclient pull request
Hello all, I come back to request comments (and merge) on my pull request of the libnutclient. https://github.com/clepple/nut/pull/2 All previous comments have been addressed (some fixes and documentation). For memory, the libnutclient is an high-level C++ and C client library allowing to dialog with upsd. The addressed model is oriented around devices, variables and commands; unlike
2015 Apr 04
1
SSL only working in DEBUG mode
Hello All 2015-03-26 9:03 GMT+01:00 Arnaud Quette <arnaud.quette at gmail.com>: > > > What I will do is to move ssl initializing after usering and forking, > than add key file right checking where ssl was initialized before (before > forking). > > As keys should be owned by nut user, this would not be a problem. > > And moving this code, independently of SSL
2015 Mar 20
0
SSL only working in DEBUG mode
Hello all, With a really fast lookup, I think it is probably a problem of NSS initialization (key loading...) . As the problem occurs only when upsd is forked and as nss is initialized ( https://github.com/networkupstools/nut/blob/master/server/upsd.c#L1008)before upsd deamonify ( https://github.com/networkupstools/nut/blob/master/server/upsd.c#L1035), I suspect NSS to not be fork-safe. I will
2015 Mar 13
2
SSL only working in DEBUG mode
On Mar 12, 2015, at 11:55 PM, Melkor Lord <melkor.lord at gmail.com> wrote: > > On Mon, Mar 2, 2015 at 2:39 AM, Charles Lepple <clepple at gmail.com> wrote: > > > I thought start-stop-daemon was involved because it closes stdin/stdout file > > descriptors after exec()'ing the daemon. I tried "--no-close" option to no > > avail. After that, I