Displaying 19 results from an estimated 19 matches for "hessen".
Did you mean:
hesse
2018 Jan 11
6
Dovecot 2.3.0 TLS
...provided from the local (intermediate) CA:
ssl_cert = </etc/openssl/certs/server.cert
ssl_key = </etc/openssl/private/server.key
ssl_ca = </etc/openssl/certs/ca-cert-chain.pem
Worked fine with 2.2.x, 2.3 gives
% openssl s_client -connect XXX:993
CONNECTED(00000006)
depth=0 C = DE, ST = Hessen, L = Darmstadt, O = Technische Universitaet
Darmstadt, OU = XXX, CN = XXX.tu-darmstadt.de
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 C = DE, ST = Hessen, L = Darmstadt, O = Technische Universitaet
Darmstadt, OU = XXX, CN = XXX.tu-darmstadt.de
verify error:n...
2019 Jul 02
3
Dovecot 2.3.0 TLS
...sl_cert = </etc/openssl/certs/server.cert />/ssl_key = </etc/openssl/private/server.key />/ssl_ca = </etc/openssl/certs/ca-cert-chain.pem />//>/Worked fine with 2.2.x, 2.3 gives />//>/% openssl s_client -connect XXX:993 />/CONNECTED(00000006) />/depth=0 C = DE, ST = Hessen, L = Darmstadt, O = Technische
Universitaet />/Darmstadt, OU = XXX, CN = XXX.tu-darmstadt.de />/verify error:num=20:unable to get local issuer certificate />/verify return:1 />/depth=0 C = DE, ST = Hessen, L = Darmstadt, O = Technische
Universitaet />/Darmstadt, OU = XXX, CN...
2018 Jan 11
0
Dovecot 2.3.0 TLS
...;
> ssl_cert = </etc/openssl/certs/server.cert
> ssl_key = </etc/openssl/private/server.key
> ssl_ca = </etc/openssl/certs/ca-cert-chain.pem
>
> Worked fine with 2.2.x, 2.3 gives
>
> % openssl s_client -connect XXX:993
> CONNECTED(00000006)
> depth=0 C = DE, ST = Hessen, L = Darmstadt, O = Technische Universitaet
> Darmstadt, OU = XXX, CN = XXX.tu-darmstadt.de
> verify error:num=20:unable to get local issuer certificate
> verify return:1
> depth=0 C = DE, ST = Hessen, L = Darmstadt, O = Technische Universitaet
> Darmstadt, OU = XXX, CN = XXX.tu-da...
2018 Jan 11
2
Dovecot 2.3.0 TLS
All,
our dovecot installation provides a bundle of intermedia CA
certificates using the ssl_ca option.
2.3.0 does not supply the bundle, resulting in various clients either
complaining about an unverifiable server cert, or quietly not
connecting. The log has
Jan 5 17:01:46 Bounce dovecot: imap-login: Disconnected (no auth
attempts in 0 secs): user=<>, rip=XXX, lip=YYY, TLS
2019 Jun 29
1
Dovecot 2.3.0 TLS
...sl_cert = </etc/openssl/certs/server.cert />/ssl_key = </etc/openssl/private/server.key />/ssl_ca = </etc/openssl/certs/ca-cert-chain.pem />//>/Worked fine with 2.2.x, 2.3 gives />//>/% openssl s_client -connect XXX:993 />/CONNECTED(00000006) />/depth=0 C = DE, ST = Hessen, L = Darmstadt, O = Technische
Universitaet />/Darmstadt, OU = XXX, CN = XXX.tu-darmstadt.de />/verify error:num=20:unable to get local issuer certificate />/verify return:1 />/depth=0 C = DE, ST = Hessen, L = Darmstadt, O = Technische
Universitaet />/Darmstadt, OU = XXX, CN...
2019 May 28
2
Course Announcement
...- Joel E. Denny, OpenACC developer from Oak Ridge National Laboratory
(ORNL), TN, USA
- Sameer Shende, TAU developer and Director of the Performance Research
Laboratory at the University of Oregon, USA
If you have any question, please let us know. Just send an email to
frankfurt at hpc-hessen.de.
Kind Regards
Anja
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190528/9d306f2f/attachment.html>
2010 Jun 14
2
Multiple regressions
Hi,
Could you please tell me whether SVM can do multiple regression or not?
Cheers,
Amy
_________________________________________________________________
Browse profiles for FREE! Meet local singles online.
[[alternative HTML version deleted]]
2010 Feb 03
4
contour function: changing colour according to different levels
Hi everybody,
I am using the contour function to draw isobares. And i would like to to bold contours for an interval of 500m and weak contour for an interval of 100m.
Can someone help me with this?
Thanks a lot
Karine
_________________________________________________________________
[[elided Hotmail spam]]
[[alternative HTML version deleted]]
2011 May 05
2
Could not convert sid ..... to ..... gid
Hi!
More than a week ago I sent the below-mentioned message but did not receive any answer.
I think that the subject heading was not correct, and so I changed it.
Hope that I will get an answer now.
Olaf
--------------------
Von: Boldt, Olaf (HVBG)
Gesendet: Mittwoch, 27. April 2011 14:58
An: 'samba at lists.samba.org'
Betreff: Problems with Squid and Active Directory
Hello!
Since a
2010 Jun 15
1
cross validation of SVM
hi,
could you please tell me what kind of cross validation that SVM of e1071 uses?
Cheers,
Amy
_________________________________________________________________
View photos of singles in your area! Looking for a hot date?
[[alternative HTML version deleted]]
2010 Jul 11
1
The formula interface of SVM
Hi
Could you please explain the line that I got from the documentation of R? does it mean that there is a difference between using and not using the formula interface with SVM ?:
If the predictor variables include factors, the formula interface must be used to get a correct model matrix.
Cheers,
Amy
_________________________________________________________________
View photos of
2010 Mar 14
1
formula and class label
Hi,
Could you please tell me whether there is a difference in the result of svm when using formula instead of class label?
Cheers,
Amy
_________________________________________________________________
Browse profiles for FREE! Meet local singles online.
[[alternative HTML version deleted]]
2010 Mar 14
1
Error in object$tables[[v]] : subscript out of bounds
Hi,
Could you please tell me how I correct the following error message?
“Error in object$tables[[v]] : subscript out of bounds”
This is the code:
library(e1071)
data(iris)
attach(iris)
class_label <- names(iris)[1]
myformula <- formula(paste(class_label,"~ ."))
mymodel<-naiveBayes(myformula, iris,cross=3)
predict(mymodel,iris) ##Error in object$tables[[v]] :
2010 Jan 06
1
svm
Hi,
I understand from help pages that in order to use a data set with svm, I have to divide it into two files: one for the dataset without the class label and the other file contains the class label as the following code:-
library(e1071)
x<- read.delim("mydataset_except-class-label.txt")
y<- read.delim("mydataset_class-labell.txt")
model <- svm(x, y, cross=5)
2004 Mar 25
3
Roaming Profiles with WinXP and Samba PDC
Hello,
After a great deal of tweaking, I finally got the Samba server
working, so that it would accept domain logins. However, the problem I
now have regards roaming profiles, which refuse to function. After
successfully authenticating the user, the following 2 messages appear:
Message 1:
----------
Windows cannot locate the server copy of your roaming profile and is
attempting to log you on
2010 Mar 24
0
R-help ordinal regression
...If else statements (R Help)
> ? 22. Converting date format (Hosack, Michael)
> ? 23. no predict function in lme4 ? (Markus Loecher)
> ? 24. Re: Converting date format (Nutter, Benjamin)
> ? 25. Solutions for memory problems (packages ff,
> bigmemory)?
> ? ? ? (hhafner at statistik-hessen.de)
> ? 26. multi-stage sampling and hierarchical models:
> which packages?
> ? ? ? (Steve Powell)
> ? 27. glmpath and coxpath variables (Antoni
> Picornell)
> ? 28. using a list to index elements of a list
> (Pj253)
> ? 29. Re: using a list to index elements of a list
>...
2010 Apr 12
1
rpart: Writing values of the leaves to a dateset
I'm fitting a regression tree with rpart and I want to write the values
for every leaf in a dataset. As an example take the variable turnover.
Let's suppose my tree for turnover has 30 leaves and I want to have 30
datasets with dataset 1 containing the turnover values of the units in
leaf 1, dataset 2 containing turnover values for the observations in leaf
2 and so on. How can I do
2010 Apr 14
0
Bayesian bootstrap with boot
Hi,
I wonder about whether it is possible to perform a Bayesian bootstrap
using the boot package. The documentation isn't very detailed and I don't
have the associated book. So I would be glad, if someone could help me. If
it isn't possible: Which package / which function can I use instead? I'm
rather new to R, so I don't have much knowledge about writing programs and
it
2010 Mar 23
0
Solutions for memory problems (packages ff, bigmemory)?
Hello,
I want to impute missing values using the package mi. My file has around
28 MB (50.000 observations, 120 variables). My computer is a Windows XP
32-bit machine, 4 GB Duo Core processor.
When I run mi, already after some minutes during iteration 1, I get the
message that a vector allocation fails. Even with a 10% sample of the
dataset, it doesn't work.
I've read about the