Displaying 20 results from an estimated 10000 matches similar to: "lmtp(------): Debug: SSL_get_servername() failed"
2020 Mar 09
4
how to create Drafts, Junk, Sent, Trash folders after user already created
Hello Dovecot,
Do to a misconfiguration, I have a bunch of users who do not have the
standard folders.
I can create a routine to cycle through the users and look for the folders
and run a command if there is one.
Is there a way to create the proper namespace for a user after the user has
already been created?
Thanks in advance.
-------------- next part --------------
An HTML attachment was
2009 Nov 15
2
FW: Panic: Message unexpectedly expunged from index
Nevermind. I figured it out. I left off the INDEX command. Sorry to spam
the mail list :(
Here is my mail_location for future reference / searches:
mail_location =
mbox:/var/spool/mail:INBOX=/var/spool/mail/%u:INDEX=/var/indexes/%u
-----Original Message-----
From: dovecot-bounces+chayes=afo.net at dovecot.org
[mailto:dovecot-bounces+chayes=afo.net at dovecot.org]On Behalf Of Cliff
Hayes
2005 Nov 11
1
Recursive dependencies(Rcmdr)
Something might have slipped by me, but I got into the following situation
installing Rcmdr:
< install.packages("Rcmdr",depend=TRUE) >
Oodles of Output, until:
* Installing *source* package 'multcomp' ...
** R
** data
** inst
** preparing package for lazy loading
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2020 Aug 06
0
Problem with intermediate certificate (tls cafile)
Nobody has any clues about the tls cafile ?
Regards
Le 04/08/2020 ? 15:18, MAS Jean-Louis via samba a ?crit?:
> I have several samba servers on Debian 10 all using :
>
> samba 2:4.9.5+dfsg-5+deb10u1 amd64
>
> I use tls cafile, tls certfile and tls keyfile with certificates from
> Sectigo (https://cert-manager.com)
>
> And when checking my connexion from the
2011 Nov 25
2
options(errorfn=traceback)
Dear R experts---I may have asked this in the past, but I don't think
I figured out how to do this. I would like to execute traceback()
automatically if my R program dies---every R programI ever invoke. I
guessed that I could have wrapped my entire R code into
tryCatch(
... oodles of R code
,
error = function(e) traceback(),
finally = cat("done")
}
but the traceback docs tell
2005 Aug 06
2
sip/rtp performance monitoring
I'm currently running asterisk to provide VoIP services to clients of
the ISP I work for.
I would like to be able to tell if I am loosing packets and/or are
having other issues with any of the voice streams, so I can address them
proactively.
I'm not particularly interested in spending oodles of money buying one
of the commercial analysis tools. Is there some open source tool (or
2020 Aug 04
2
Problem with intermediate certificate (tls cafile)
I have several samba servers on Debian 10 all using :
samba 2:4.9.5+dfsg-5+deb10u1 amd64
I use tls cafile, tls certfile and tls keyfile with certificates from
Sectigo (https://cert-manager.com)
And when checking my connexion from the samba server, or from outside,
I've got "unable to verify the first certificate" even if tls_cafile is
provided in smb.conf.
What is wrong
2005 Dec 14
1
Best way to upgrade from 1.0a4 to 1.0a5
Hello all,
I have 1.0 Alpha 4. Is it better to shut down sendmail, uninstall dovecot
1.0a4 then install 1.0a5, or just install 1.0a5 over the top of 1.0a4?
Thanks,
Cliff
2009 Mar 20
1
v2.8.1 crashes on quit(save="yes") or just won't save (PR#13612)
Full_Name: Anne Gilman
Version: 2.8.1
OS: Mac OS X 10.4.11
Submission from: (NULL) (132.177.75.245)
Dear R Team,
Today I upgraded from R 2.2.2 to 2.8.1 ...then I restarted, did a bunch of
work, and tried to quit. (Note that I have oodles of stuff saved in the work
environment; took almost a full minute to start up.) After over 10 minutes, it
was still trying to close up, and the problem
2020 Aug 07
0
Problem with intermediate certificate (tls cafile)
On Thu, August 6, 2020 11:36, MAS Jean-Louis wrote:
> Nobody has any clues about the tls cafile ?
>
> Regards
>
> Le 04/08/2020 ?? 15:18, MAS Jean-Louis via samba a ??crit??:
>> I have several samba servers on Debian 10 all using :
>>
>> samba 2:4.9.5+dfsg-5+deb10u1 amd64
>>
>> I use tls cafile, tls certfile and tls keyfile with certificates
2020 Aug 06
4
Problem with intermediate certificate (tls cafile)
If I were guessing, based on some experience with certificate usage in
other apps, concatenate your certificate and intermediate certificates
into a single file which is then your "tls certfile" then point "tls
cafile" to your issuers proper CA or just to your distro's CA bundle,
e.g /etc/pki/tls/certs/ca-bundle.crt.
Nick
On 06/08/2020 16:36, MAS Jean-Louis via samba
2012 Nov 29
1
Error 0ps.factor: level sets of factors are different
I have two data sets: "new" and "combo". Within both data set, each row
pertains to a unique individual. The "combo" data set is a subset of the
"new" data set, meaning that all individuals within "combo" are within "new"
but not all individuals within "new" are within "combo". Thus, nrow(new) >
nrow(combo).
Each
2005 Jan 12
0
IAX2 dropped calls: need debug suggestions
Hi,
I'm trying to determine why IAX2 calls are getting dropped after a 4-24 hours of continuous connect time. My project requires that calls stay up for days at a time. When I turn on IAX2 debugging, I see "max retries exceeded" for control frames just before the connection is dropped.
My test setup is:
Zap Phone => Local Asterisk Server/IAX2/GSM => NAT => Internet =>
2003 Jun 25
0
Rcmd SHLIB on Windows
Hi all,
I would like to preform an autologistic regression analysis on my thesis data. This is a form of logistic regression that accounts for spatial autocorrelation within and between predictor variables. To this end I have received some script from Dr. Fred Huffer which will allow for the analysis in R. It consists of an R script (autolog.R) that calls a compiled Fortran script (combo.o).
2011 Jun 07
1
giving factor names
Hi,
I've been driving myself insane with this problem. I have a trellis plot of
contours, and I want each level to have something like "z=value" for each
one. I can get each one to say z, or each one to say the value (by using
as.factor) but not both. Heres an artificial example to show what I mean (as
my actual data set is much larger!)
x<-c(1,2,3)
y<-c(2,4,6)
2008 Jul 23
0
Xen 3.2.1 w/WinXP "ACPI Multiprocessor" HAL...
Hi All,
Was curious if anyone successfully running WinXP HVM (x86) under Xen
3.2.1 with the HAL set to "ACPI Multiprocessor" without using up oodles
of CPU time? Works great with "Standard PC" but would like to get all
the CPU cores accessible for XP...
--
Daniel Kao
Übermind, Inc.
Seattle, WA, U.S.A.
_______________________________________________
Xen-users mailing list
2014 Sep 19
2
[BUG] nouveau regression: ext monitor dead after resume
On Fri, Sep 19, 2014 at 12:52 PM, Ortwin Gl?ck <odi at odi.ch> wrote:
> On 19.09.2014 17:58, Ilia Mirkin wrote:
>> git checkout 415f12efc1b2308411b2cbc3e82666b3db8a7758^
>
> Thanks again. I confirm that Bugzilla 83550 is the same issue. I have attached the captured logs
> there for reference.
Thanks! Hopefully you still have those kernels handy, as your logs got
cut off.
2000 Sep 15
0
More on parallelism
Many of you probably remember the flurry of posts that I created a few
weeks ago about writing a parallel vorbis encoder. Here's what I have
been doing since...
Someone (I can't remember who offhand -- might have been Greg) mentioned
using threads instead of MPI for parallelism on the argument that more
people have SMPs than who have (and know how to use) an MPI
implementation.
Good
2007 Mar 27
0
WM_TIMER stops being sent?
Hi,
I've got a problem with Weatherscope (available freely here:
http://sdg.ocs.ou.edu/builds/final/win/WeatherScope/WeatherScope-1.4.1.exe)
where the filtering of combo boxes using text typed in a line edit is
broken. (Bug here: http://bugs.winehq.org/show_bug.cgi?id=7085) This can
be seen by running the program (full path required), selecting product
(from the invisible menubar) and
2002 Feb 21
1
Help tracing WINE funcion..
Hi all,
I need some assistance.. I'm trying to trace a problem. The quick
description is when I run the Visual FoxPro 5 development environment,
and I click in a 'edit' window (like when you bring your program up, to
edit it) the screen freezes.
when I ran wine --debugmsg +win vfp.exe, my last line of trace is:
trace:win:EVENT_Capture (0x20021)
So I saw that SetCapure() called