Displaying 20 results from an estimated 597 matches for "recalcul".
Did you mean:
recalcula
2008 Apr 02
1
"[<-" plus drop-type extra argument
..."()'s "drop"
argument.
Specifically, I have an S4 class, call it "foo", with a slot 'x'
that is a
vector and a slot 'NC' that is a scalar.
I want to be able to pass a Boolean argument to the replacement
method which specifies whether or not to recalculate NC (which
is time-consuming and often not needed). I want the default behaviour
to be "don't recalculate NC".
Toy example follows, in which 'NC' is the sum of x (in my application,
calculating NC is an expensive multidimensional integral).
setClass("foo",...
2020 Feb 11
3
[v 2.3.4.1][quota] recalculation
Hello,
I can't find the information on the wiki :(
When is the quota recalculated after a mail deletion ?
For instance, I am running low of storage and I use Thunderbird to
delete large mail. I only notice a recalculation when I quit
Thunderbirdb and I relaunch it.
Even, with doveadm CLI, as long as Thunderbird is not disconnected on
the client side, the server didn't...
2007 Nov 23
4
recalculation of maildir Quota
Hello,
I intend to use maildir Quota for measurement only, not for applying
restrictions. Therefore I defined rather high values. That's working as
expected. Nevertheless it's not useful, because the recalculation time
is to high. This takes some minutes for my own mailaccount with 250.000
mails on a NFS storage. This would be to bad, but whilst this time, the
Mailclient hangs. Probably our users woulnd't accept this. Can this be
done in the background?
Furthermore I noticed that recalculation occu...
2015 Feb 06
0
doveadm quota get doesn't recalculate quota (Maildir backend)
Hello,
I've noticed that "doveadm quota get" doesn't recalculate quota if
maildirsize file is missing for some reason. It just says quota is
unknown, usage is 0.
In contrast, vpopmail does regenerate maildirsize if it is missing.
Reading the Maildir++ specification there is this part:
...If maildirsize does not exist, or if its size is at least 5120...
2005 Dec 06
4
R newbie...
Hello,
I'm a new user...
I have a function :
calculate <- function(x,y)
{
z <- x + y
}
I would like to use the result (z) with another function :
recalculate <- function(...)
{
a <- z^2
}
But R says that z does not exist...
How can I use z in an another function ?
Thank you for your answer...
--
David
[[alternative HTML version deleted]]
2010 Jan 02
1
Recalculate quota usage on demand
I would a method for Dovecot to recalculate the quota usage and rewrite it to
the quota DB (Called on demand by a non-Dovecot POP3 daemon)
I don't want the line deleted in the DB as this would only recalculate next
time the Dovecot LDA or IMAP handles a message, and I want to keep the data
availability contiguous.
Can this be do...
2015 Oct 19
1
More information about - Dovecot 2.2.x quota mysql and dict
...n
>
> I can't reproduce this. What's your doveconf -n output? And what's in the dovecot-dict-sql.conf.ext?
I still couldn't reproduce this with your exact config. I think that there is no bug or change in behavior in v2.2.19. There are some situations when Dovecot wants to recalculate the quota (e.g. a message is expunged but its size isn't known). In these situations Dovecot recalculates the quota and does a DELETE + INSERT to dict. This code has been there since the beginning. Maybe you just happened to be finally triggering this situation. So it's not safe to place...
2020 Feb 11
0
[v 2.3.4.1][quota] recalculation
...use there is "Erase Deleted Items" to actually expunge mails previously flagged \Deleted.
Sami
> On 11 Feb 2020, at 11.18, Thomas Criscione <thomas at criscione.fr> wrote:
>
> Hello,
>
> I can't find the information on the wiki :(
>
> When is the quota recalculated after a mail deletion ?
>
> For instance, I am running low of storage and I use Thunderbird to
> delete large mail. I only notice a recalculation when I quit
> Thunderbirdb and I relaunch it.
>
> Even, with doveadm CLI, as long as Thunderbird is not disconnected on
> the...
2012 Feb 16
1
Recalculate quota when quota=dict ?
Hi,
My current setting for quota is:
plugin {
#quota = dirsize:User quota
#quota = maildir:User quota
quota = dict:User quota::proxy::quota
#quota = fs:User quota
}
I have used mb2md.pl and copied result files manually to
a desired mail folder - but quota was not recalculated.
And it seems, that no matter what I do - the quota usage
remains the same.
I tried uncommenting line with: quota = maildir:User quota
but it did not help.
Any other idea how to recalculate quota?
Greetings,
--
Jacek Osiecki joshua at ceti.pl GG:3828944
I don't want something I need. I w...
2010 Sep 02
1
Maybe wrong quota recalculation behaviour on overquota delivery try
...tatus=deferred (host 10.194.1.20[10.194.1.20] said: 451 4.4.0 Remote
server not answering (DATA output timeout)
IP 10.194.1.20 is dovecot director.
Looking at mbox servers log nothing seem to happen, but stracing lmtp
process we can see stat system calls to all Maildir files, as if dovecot
was recalculating quota and regenerating maildirsize file.
It happens always when LMTP tries to deliver a mail to an overquota account.
Is this possible and right? How can we look deeper in system to have
more information?
Best regards
Luca
PS: dovecot configuration for maildir servers is:
# 2.0.1: /etc/...
2012 Oct 29
0
[LLVMdev] Undefined symbol when calling recalculate method on DominatorTreeBase
...error:
opt: symbol lookup error:
/......./llvm/Release+Asserts/lib/InstrLLVM_VM_multi.so: undefined symbol:
_ZN4llvm17DominatorTreeBaseINS_10BasicBlockEE5resetEv
The error happens when calling the next function:
void rebuildDT(DominatorTree* DT, Function *parFunc) {
DT->getBase().recalculate(*parFunc);
}
All the code executes normally until the first call to this function, when
the *recalculate* method calls the protected method *reset*.
Any ideas on how to solve this problem ?
Thanks,
Juan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <...
2010 Mar 08
3
force to recalculate quotadict
...used to realize also a quotasystem in postfix to
reject mails if they are bigger then remaining quota.
if dataset in quotadict is missing for some reasons, postfix can't calculate
quota and mail gets delivered even if user is already over quota.
I am looking for a way to force dovecot/lda to recalculate users
bytes/messages with command xy and not to wait for incomming mail.
Currently i use:
deliver -d $user -n -m folderwithunspeakablenamesonobodyusesthis
and send a small message which gets lost but starts the calculation.
This works but seems not to be the finest way.
Is there a better way o...
2015 Aug 21
3
Would a spreadsheet be a good project using LLVM?
I am thinking about writing a new open source spreadsheet
application since I think the spreadsheet applications out
there (Microsoft Excel, LibreOffice Calc, etc.) do not have
some features that I would really like to use. I would like
the spreadsheet to recalculate very fast and wondered if it
would make sense to use LLVM to calculate the cell values
quickly. Each cell of a spreadsheet contains an expression,
much like an expression in any programming language. The big
difference is that the ordering of the expression
evaluations is governed by the de...
2010 Jul 02
1
Quota in mysql dict not properly recalculated on 1.2?
Good morning, I am trying to add quota storage on mysql following the
guide in the wiki http://wiki.dovecot.org/Quota/Dict, and I am having
some problems.
My setup works fine for the newly created accounts, and correctly
increases/decreases quota when necessary. The wrong part seems to be
the recalculation. It seems to me that the system doesn't count the
real occupation when it has to recreate the quota entry for a
username.
This is the case:
.- User test at testing.com has a quota 200000 bytes, I delete the entry
of the database for user, and then when I do the:
echo 'x GETQUOTAROOT...
2016 Nov 24
2
Implementing secondary quota w/ "Archive" namespace
...uriosity, in the Quota wiki page, it mentions that 'in theory there
> could be e.g. "user quota" and "domain quota" roots'. That's also super
> interesting to me. Does anyone have any experience with that? I.e. any
> gotchas?
There's no automatic quota recalculation for domain quotas, because it would have to somehow sum up all the users' quotas. Also I think that it still does do the automatic quota recalculation if it gets into a situation where it realizes that quotas are wrong, but it'll then just use the single user's quota as the entire...
2008 Oct 09
2
maildri++ quota
When is the maildir quota usages recalculated and written to the
second line of the "maildirsize" file?
I'm using 1.1.4, and I reset the quotas for my users by just taking
the first line of their maildirsize file and deleting the rest.
--
Ralf Hildebrandt (Ralf.Hildebrandt at charite.de) snickebo at charite.de
Pos...
2006 May 23
3
Manipulating code?
Dear expeRts,
I am currently struggling with the problem of finding
cut points for a set of stimulus variables. I would like
to obtain cut points iteratively for each variable by
re-applying a dichotomised variable in the model and then
recalculate it. I planned to have fixed names for the
dichotomised variables so I could use the same syntax
for every recalculation of the whole model. I furthermore
want to reiterate the process until no cut point changes
any more.
My problem is in accomplishing this syntactically. How can
I pass a variab...
2019 Aug 08
0
[PATCH] drm/nouveau: Only recalculate PBN/VCPI on mode/connector changes
...spnv50/disp.c
> @@ -771,16 +771,20 @@ nv50_msto_atomic_check(struct drm_encoder *encoder,
> struct nv50_head_atom *asyh = nv50_head_atom(crtc_state);
> int slots;
>
> - /* When restoring duplicated states, we need to make sure that the
> - * bw remains the same and avoid recalculating it, as the connector's
> - * bpc may have changed after the state was duplicated
> - */
> - if (!state->duplicated)
> - asyh->dp.pbn =
> - drm_dp_calc_pbn_mode(crtc_state->adjusted_mode.clock,
> - connector->display_info.bpc * 3);
drm_dp_calc_pbn...
2006 Jan 17
0
removing loop in array recalculation
...T), dim = c (5,4,2))
temp <- apad (apad (A, c (size,size,0)), c(size,size,0), post =
FALSE) # pads array
temp[,c (1, (4 + 2 * size)),] <- NA # makes additional
rows/cols = NA
temp[c (1, (5 + 2 * size)),,] <- NA
for (y in 1: 5) { # recalculates
within size
for (x in 1: 4) {
for (z in 1: 2) {
A[y,x,z] <- ifelse (sum (temp[(y):(y+2 * size),(x):(x+2 *
size),z], na.rm = TRUE) == 0, 0, 1)
}
}
}
2019 Aug 09
1
[PATCH v2] drm/nouveau: Only recalculate PBN/VCPI on mode/connector changes
...+++ b/drivers/gpu/drm/nouveau/dispnv50/disp.c
@@ -771,16 +771,20 @@ nv50_msto_atomic_check(struct drm_encoder *encoder,
struct nv50_head_atom *asyh = nv50_head_atom(crtc_state);
int slots;
- /* When restoring duplicated states, we need to make sure that the
- * bw remains the same and avoid recalculating it, as the connector's
- * bpc may have changed after the state was duplicated
- */
- if (!state->duplicated)
- asyh->dp.pbn =
- drm_dp_calc_pbn_mode(crtc_state->adjusted_mode.clock,
- connector->display_info.bpc * 3);
+ if (crtc_state->mode_changed || crtc_sta...