Displaying 20 results from an estimated 479 matches for "universitaets".
Did you mean:
universitaet
2018 Jan 11
6
Dovecot 2.3.0 TLS
On Thu, 11 Jan 2018 12:20:45 +0200, Aki Tuomi wrote:
> Was the certificate path bundled in the server certificate?
No, as a separate file, 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
2019 Jul 02
3
Dovecot 2.3.0 TLS
On 11.01.2018 13:20, Hauke Fath wrote:
>/On Thu, 11 Jan 2018 12:20:45 +0200, Aki Tuomi wrote: />>/Was the certificate path bundled in the server certificate? />/No, as a separate file, provided from the local (intermediate) CA: />//>/ssl_cert = </etc/openssl/certs/server.cert />/ssl_key = </etc/openssl/private/server.key />/ssl_ca =
2007 Jun 11
0
Samba 3.0.25a idmap_ldap "ldap suffix" used instead of "idmap config <DOMAIN>:ldap_base_dn"
Hi,
I'm trying to setup a samba domain controler trusting a NT4 domain.
and want to use Idmap information already stored in an LDAP location.
smb.conf snippets are below. I'm not getting this to work. What I see,
reading log.winbindd-idmap at log level 10 is that search for Idmap
entries seems to use the "ldap suffix" parameter instead of the
idmap config
2018 Jan 11
0
Dovecot 2.3.0 TLS
On 11.01.2018 13:20, Hauke Fath wrote:
> On Thu, 11 Jan 2018 12:20:45 +0200, Aki Tuomi wrote:
>> Was the certificate path bundled in the server certificate?
> No, as a separate file, 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
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
2004 Apr 16
2
Masked help page
Hi list,
not really a problem to solve but a strange unwanted behavior (at least I
do not like it):
I'm loading
library(multiv)
to use sammon.
Later I load
library(MASS)
which tells me that sammon is masked now, because
there is also a MASS version of sammon.
Since I believe that the MASS version is at least as good as the multiv
version, I would also use the MASS version, but
help(sammon)
2000 Aug 31
3
using browser() in complex programs - where am I?
Dear all,
is there an easy way to know at which position in the source code
browser() (or stop()) was called? This seems to be important for me when
I try
to debug a program (e.g. using options(error=quote(dump.frames())))
traceback() returns some information, but I miss something like a line
number, e.g. "stopped at line 999 in foo.R".
Marcus
--
2020 Jul 06
2
Enabling debug information for debug only
Hello!
I would like to debug Clang but avoid having to build LLVM with debug symbols
enabled due to the size of the debug build which causes problems on the target
system where I want to debug due to disk constraints.
Is it possible to build LLVM and Clang but enable debug symbols for Clang only?
If yes, how?
Adrian
PS: I'm only receiving digests on this list, so please keep me CC'ed.
2004 Apr 08
2
How to draw a tree?
Hi,
I have run rpart to construct a regression tree. Is there any simple
method to draw a nice picture of it, as it is usually done in books and
paper to visualize the tree?
Thank you,
Christian
***********************************************************************
Christian Hennig
Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg
hennig at math.uni-hamburg.de,
1999 Mar 25
1
semaphore-error
...hine (same hardware, same Solaris
2.6) runs without problems.
What means the "No space left on device" (There is enough
space on the disk)? What's the problem?
Gruß Ch. Krempe
-----------------------------------------------------------
Freie Universitaet Berlin Christoph Krempe
Universitaetsbibliothek Systemverwaltung
- Rechenzentrum - Tel: 030/8384583
Garystrasse 39 Fax: 030/8384582
14195 Berlin http://www.ub.fu-berlin.de/~ck
2009 Jul 29
3
[LLVMdev] Yet another MSVC fix
Please commit...
Best
Olaf Krzikalla
--
Olaf Krzikalla
Technische Universitaet Dresden
Zentrum fuer Informationsdienste und Hochleistungsrechnen
Abteilung Verteiltes und Datenintensives Rechnen
Zellescher Weg 12, 01069 Dresden
Willersbau, Zimmer A105
Telefonnr.: +49 351 463-32442
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: twine.patch
2019 Jun 29
1
Dovecot 2.3.0 TLS
On 11.01.2018 13:20, Hauke Fath wrote:
>/On Thu, 11 Jan 2018 12:20:45 +0200, Aki Tuomi wrote: />>/Was the certificate path bundled in the server certificate? />/No, as a separate file, provided from the local (intermediate) CA: />//>/ssl_cert = </etc/openssl/certs/server.cert />/ssl_key = </etc/openssl/private/server.key />/ssl_ca =
2008 Jul 18
3
How to cut data elements included in a text line
Hello,
assume I have an "unstructured" text line from a connection. Unfortunately,
it is in string format:
R> x
[1] "\talpha0\t-0.638\t0.4043\t0.4043\t-2.215\t-0.5765\t-0.137\t501\t2000"
How can I extract the data included in this string object "x" in order to
get the elements for the parameter vector called "alpha0", i.e.
-0.638 0.4043 0.0467
2008 Mar 25
3
[LLVMdev] Whole-function isel
Chris,
Chris Lattner wrote:
> I would love to see any progress in this area. It is clearly an
> important thing to tackle, and it is blocking other interesting
> improvements in the code generator. It would also allow us to
> eliminate a significant amount of weirdness that exists to hack around
> this (e.g. switch lowering).
we've been working on a whole-function
2020 Nov 15
3
[RFC] Backend for Motorola 6800 series CPU (M68k)
As well as the actual patch reviews, has there been official approval
that the M68k experimental backend can be added to trunk? I guess we
need a "Backend: M68k" bugzilla component - is there anything else?
On 13/11/2020 22:41, John Paul Adrian Glaubitz via llvm-dev wrote:
> Hello!
>
> On 11/3/20 6:10 PM, Min-Yih Hsu wrote:
>> Just a quick update on the Motorola 6800
2007 Nov 07
3
Using R for large econometric models
Dear helpeRs,
a colleague of mine would like to give R a try. He uses econometric
models which typically involve a large number of variables, esp. time
series. Having no experience with handling very large data sets myself
I turn to you.
1. Could you please describe your experiences to cope with these
situations?
2. What kind of difficulties will he have to face? Are there special
1998 Nov 16
1
Strange behaviour with domain login
Hi there,
I have Samba 1.9.18p18 installed on Linux (S.u.S.E. 5.3). It
is configured to act as a domain controler for the Windoze
machines.
One of my users, which can login from his Win95 (plain text
password) without problems, wants to change his password
from the Control Panel. But every time when he logs out
after changing his password and re-logs in, the new password
is refused by the
2004 Aug 31
7
blockwise sums
I am looking for a function like
my.blockwisesum(vector, n)
that computes sums of disjoint subsequences of length n from vector
and can work with vector lengths that are not a multiple of n.
It should give me for instance
my.blockwisesum(1:10, 3) == c(6, 15, 24, 10)
Is there a builtin function that can do this?
One could do it by coercing the vector into a matrix of width n,
and then use
2008 Mar 25
0
[LLVMdev] Whole-function isel
On Mar 25, 2008, at 9:40 AM, Dietmar Ebner wrote:
> Chris,
>
> Chris Lattner wrote:
>> I would love to see any progress in this area. It is clearly an
>> important thing to tackle, and it is blocking other interesting
>> improvements in the code generator. It would also allow us to
>> eliminate a significant amount of weirdness that exists to hack
>>
2003 Jan 03
4
factor analysis (pca): how to get the 'communalities'?
Dear expe-R-ts,
I try some test data for a factorAnalysis (resp. pca) in the sense of Prof.
Ripley's MASS ? 11.1, p. 330 ff., just to prepare myself for an analysis of my
own empirical data using R (instead of SPSS).
1. the data.
## The test data is (from the book of Backhaus et al.: Multivariate ##
Analysemethoden. Springer 2000 [9th ed.], p. 300 ff):