Displaying 4 results from an estimated 4 matches for "standaert".
Did you mean:
standaard
2013 Apr 17
3
Dovecot connection problem - Too many invalid commands (no auth attempts) - v2.0.19
...group = mail
mode = 0600
user = vmail
}
}
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
Hope you guys can help me, and thanks in advance for it.
Greetings,
Thomas Standaert
2004 Feb 05
1
anyone else have a <sys/stat.h> that DOESN'T #include <sys/types.h> ?
I'm porting openssh 3.7.1p2 to a very BSD 4.4-ish system. My first
hint of a problem was that configure said it couldn't find <sys/types.h>
and that the sizes of char, int, etc were 0 (zero). It turned
out that "confdefs.h" had HAVE_SYS_STAT_H defined, but not HAVE_SYS_TYPES_H,
resulting in code such as the following to fail to compile on
a system where sys/stat.h does
2005 Apr 15
1
gnlr3 location parameter
Hi list,
my previous question was obviously too basic to deserve an answer -
apologies for that. I'm learning, things can only get better :-)
My current problem is with fitting a generalized gamma distribution with
an additional "shift" parameter, that represents a shift of the
distribution along the X axis.
The gnlr3 function (in Jim Lindsey's GNLM package) fits this
2005 Apr 14
0
gnlr/3 question
Hi list,
I'd like to fit generalized gamma and weibull distributions to a number
of data sets. I've been searching around and found references to R and
Jim Lindsey's GNLM package, which has the gnlr and gnlr3 procedures that
can do this.
Now, I'm completely new to R, and I'm working my way through the
introduction... Nevertheless, I'd like to ask if someone could post