Displaying 4 results from an estimated 4 matches for "342617".
Did you mean:
3.2617
2019 Nov 11
2
dovecot -2.2.24 on Fedora 31
...9 17:30:37 +0200 (EET) Aki Tuomi via dovecot wrote:
[ ... ]
> Is there some reason you want to use ancient dovecot? You should use 2.2.36 at least.
I got dovecot-2.2.36.4 compiled but at start the log shows
dovecot[342614]: master: Dovecot v2.2.36.4 (baf9232c1) starting up for imap
dovecot[342617]: ssl-params: Generating SSL parameters
dovecot[342614]: master: Error: service(auth): command startup failed, throttling for 2 secs
dovecot[342617]: auth: Fatal: master: service(auth): child 342623 killed with signal 11 (core dumped)
dovecot[342614]: master: Error: service(auth): command startup f...
2019 Nov 11
3
dovecot -2.2.24 on Fedora 31
Hi,
I try to compile dovecot -2.2.24 on Fedora 31 and get the following error:
iostream-openssl.c: In function ?openssl_iostream_verify_client_cert?:
iostream-openssl.c:118:37: error: dereferencing pointer to incomplete type ?X509_STORE_CTX? {aka ?struct x509_store_ctx_st?}
118 | subject = X509_get_subject_name(ctx->current_cert);
| ^~
make[3]: ***
2019 Nov 11
0
dovecot -2.2.24 on Fedora 31
On Mon, 11 Nov 2019 23:47:27 +0100 Frank Elsner via dovecot wrote:
[ ... ]
> I got dovecot-2.2.36.4 compiled but at start the log shows
>
> dovecot[342614]: master: Dovecot v2.2.36.4 (baf9232c1) starting up for imap
> dovecot[342617]: ssl-params: Generating SSL parameters
> dovecot[342614]: master: Error: service(auth): command startup failed, throttling for 2 secs
> dovecot[342617]: auth: Fatal: master: service(auth): child 342623 killed with signal 11 (core dumped)
> dovecot[342614]: master: Error: service(auth): co...
2008 Nov 26
1
multiple imputation with fit.mult.impute in Hmisc - how to replace NA with imputed value?
I am doing multiple imputation with Hmisc, and
can't figure out how to replace the NA values with
the imputed values.
Here's a general ourline of the process:
> set.seed(23)
> library("mice")
> library("Hmisc")
> library("Design")
> d <- read.table("DailyDataRaw_01.txt",header=T)
> length(d);length(d[,1])
[1] 43
[1] 2666