Displaying 3 results from an estimated 3 matches for "deamonifi".
Did you mean:
deamonify
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
2015 Mar 20
2
SSL only working in DEBUG mode
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-08/msg00016.html
There is a workaround to use NSS with fork but it is more setting a flag to
share some resources (primarily sockets) but must