Displaying 7 results from an estimated 7 matches for "trylat".
Did you mean:
trydat
2013 Aug 21
1
Sieve filterset not activating in Dovecot 2.0.15 with Sieve plug-in and Roundcube 0.5.3: "NO (TRYLATER) Internal Error."
...user cannot
activate the filters set.
At first, this user could not create a filter at all. That was resolved
by creating the "sieve" directory with the right permissions in his /home.
Logs show the following when trying to activate the filters set via the
Roundcube:
roundcube: S: NO (TRYLATER) "Internal error occured. Refer to server log
for more information. [2013-08-21 19:01:13]"
Nothing is showing up on the server log.
I have tried to activate the filter via the Sieve command line,
authenticating the user, then running "SETACTIVE "roundcube"", but th...
2013 Aug 22
0
Sieve filterset not activating in Dovecot 2.0.15 with, Sieve plug-in and Roundcube 0.5.3: "NO (TRYLATER) Internal Error." (Steffen Kaiser)
...Error: sieve-storage: Creating
symlink() /home/$u/.dovecot.sieve to sieve/Out of
office.sieve failed: Permission denied
The user's home directory was owned by root.
Can not explain it why it was so.
Thanks again!
> On Wed, 21 Aug 2013, Joe Lourenco wrote:
>
> > roundcube: S: NO (TRYLATER) "Internal error occured. Refer to server log
> > for more information. [2013-08-21 19:01:13]"
>
> > Nothing is showing up on the server log.
>
> Check out Dovecot's error log and search for that timestamp of the
> message, it is there - unless, say, an out o...
2017 Nov 23
3
mischeduler (pre-RA) experiments
...easing the max pressure of the entire region.
if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.CurrentMax,
Cand.RPDelta.CurrentMax, TryCand, Cand, RegMax, TRI, DAG->MF))
return;
/// INSERTION POINT
...
}
I had started to experiment with adding tryLatency() in various places,
and found this to be the best spot for SystemZ/SPEC-2006. This gave
noticeable improvements immediately that were to good to ignore, so I
started figuring out things about the regressions that of course also
showed up. Eventually I have come up after many iterations a c...
2012 Jan 11
3
proxy, managesieve and ssl?
...tarttls' option in pass_attrs, but does not work when using
'ssl' option. The backend server is also dovecot 2.0.14; when using the
ssl option, it reports "no auth attempts" in the logs about
managesieve-login, and meanwhile the MUA, Thunderbird with sieve plugin,
reports [TRYLATER] account is temporary disabled; no problem when using
starttls option on the proxy, all works well.
I would like to use IMAPs, instead of IMAP+STARTTLS, from proxy to
backend, and have Managesieve still working. Is this supported?
Thanks,
--
Nicolas
2016 Oct 28
2
mischeduler
...that are acyclic path limited, aggressively schedule for
// latency. This can result in very long dependence chains scheduled in
// sequence, so once every cycle (when CurrMOps == 0), switch to normal
// heuristics.
if (Rem.IsAcyclicLatencyLimited && !Zone->getCurrMOps() &&
tryLatency(TryCand, Cand, *Zone))
return;
Is this an error in comment or code? The CurrMOps is 0 once per cycle,
which means
this is actually done once per cycle, in contrast to what the comment
suggests.
...
// Schedule aggressively for latency in PostRA mode. We don't check for
// a...
2019 Sep 10
2
MachineScheduler not scheduling for latency
Hi Andy,
Thanks for the explanations. Yes AMDGPU is in-order and has
MicroOpBufferSize = 1.
Re "issue limited" and instruction groups: could it make sense to
disable the generic scheduler's detection of issue limitation on
in-order CPUs, or on CPUs that don't define instruction groups, or
some similar condition? Something like:
--- a/lib/CodeGen/MachineScheduler.cpp
+++
2007 Aug 16
2
MANAGESIEVE patch v6 for dovecot 1.0.3
...0.1.1) seemed to work. However,
scripts larger than a tcp frame still caused failures. All these issues are fixed
in the latest version of the sieve add-on (currently v0.1.4).
- Cleaned up the new proxy source. My editor made the indentation a complete mess
in terms of TABs vs spaces.
- Added TRYLATER response codes to BYE and NO messages where appropriate.
- Recopied the libsieve library into this patch to incorporate any changes that were
made (only sieve-cmu.c still needs to be compared to the old cmu-sieve.c). This
also solves the __attribute__((unused)) GCC dependencies. These were fi...