similar to: cumulative userdb ?

Displaying 20 results from an estimated 400 matches similar to: "cumulative userdb ?"

2017 Jan 05
1
doveadm output format changes
It appears that doveadm output format changes every now and then, without particular notice. For example, the following command: doveadm -f pager mailbox status 'messages recent' '*' did output something like this until v2.2.24 : mailbox: Mailbox1 messages: 58 recent: 12 ^L mailbox: Mailbox2 messages: 128 recent: 0 but switched to that in v2.2.26 : Mailbox1 messages: 58
2023 Mar 21
1
"doveadm altmove -r" not working ?
> On 21/03/2023 00:26 EET Benoit Branciard <benoit.branciard at univ-paris1.fr> wrote: > > > Hello, > > I have some trouble using "doveadm altmove -r". > > Regular "doveadm altmove" is OK, selected mails were moved to alternate > storage as expected. But I can't manage to get them back to original > location, "doveadm altmove
2017 Jan 25
1
2.2.26.0 : accessing "mdbox_deleted" content destroys indexes
Accessing or listing "mdbox_deleted" contents seems to destroy MDBOX indexes. Examples of commands which triggers this problem ($home being the home directory of $user, and mail_location being mdbox:~/mdbox): doveadm -o mail="mdbox_deleted:$home/mdbox" -f table mailbox status -u "$user" 'messages vsize' INBOX doveadm -v import -s -u "$user"
2012 Nov 19
0
upgrade 1.0.15 -> 2.1.7: MBOX index compatibility and performance
Hi, we just upgraded our mailserver from Dovecot 1.0.15 to Dovecot 2.1.7. We use MBOX format (due to legacy compatibility), system users, PAM+GSSAPI auth, filesystem quotas, and indexes located on a separate filesystem: mail_location = mbox:~/mail:INBOX=~/mail/INBOX:INDEX=/var/cache/dovecot/indexes/%16Hu/%u The 2.1.7 configuration files have been rewritten based on default templates
2023 Mar 21
1
"doveadm altmove -r" not working ?
Hi, Your problem might be similar to mine a long time ago. IMO behavior of "doveadm altmove -r" command with mdbox format is different to sdbox format: - With sdbox format, when you move back a message to primary storage (aka default storage), only the message and the file containing it are affected. There is nothing impacted. - With mdbox format, a file in storage contains
2023 Mar 20
3
"doveadm altmove -r" not working ?
Hello, I have some trouble using "doveadm altmove -r". Regular "doveadm altmove" is OK, selected mails were moved to alternate storage as expected. But I can't manage to get them back to original location, "doveadm altmove -r" has no effect. We are using Dovecot 2.3.4 (Debian Buster package). mail_location =
2007 Dec 11
3
got too little data ??
I just switched in a hurry one of our mailbox servers from UW-imapd to Dovecot in an attempt to address performance and stability problems. This server hosts ~5500 accounts, ~2000 are daily used, ~600 simultaneous IMAP connexions in rush hours, and lots of POP ones. Some accounts may be accessed simultaneously with IMAP and POP. The system is : - Debian Sarge (x86 with amd64 kernel) - MBOX files
2010 Oct 12
3
F cumulative distribution function
Dear Sir or Madam: Dose anyone know the R function which corresponds to "fcdf", a "F cumulative distribution function" of Matlab? http://esra.univ-paris1.fr/matlab5/toolbox/stats/fcdf.html Please guide me how to get this function if it is available. ..... or code it ab initio if no function in R language Thanks for kind reply further. Hsih-Te
2003 Mar 10
2
File name too long
Hi, I've got a File name too long problem using rsync-2.5.6 or rsync 2.5.5-0.1 (debian) I had a look to the mailing list archive and to the todo file and all I've seen was that the problem only appears on old special systems. I'm using debian 2.2.20. (is it too old?) I've already posted this bug in debian bug tracking system
2015 Nov 03
0
R-SIG-Debian Digest, Vol 123, Issue 1
Michael, rjags has updated. Thank you. BTW, I don't really know why I addressed the email to Dirk... Sebastien. Le 03/11/2015 12:00, r-sig-debian-request at r-project.org a ?crit : > Send R-SIG-Debian mailing list submissions to > r-sig-debian at r-project.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://stat.ethz.ch/mailman/listinfo/r-sig-debian
2015 Nov 02
3
R-packages for Ubuntu 15.10 wily
Dear Dirk, I just upgraded to Ubuntu 15.10. It seems that the r-packages are not upgrading although deb files exist on the cran repository. For instance, r-cran-rjags is back to 3-15-1 On the repository, I saw that the 'Sources' and 'Packages' files in wily folder show vivid version of packages although dated to yesterday : https://cran.univ-paris1.fr/bin/linux/ubuntu/wily/Sources
2014 Jun 11
0
Recent (6.02) PXELINUX on Soekris net4501
> * Gene Cumm, 2014-06-10 : > > > If 4.05 or 3.86 acted nicely, this would mean a bug. > > OK, so, with unpatched official binaries: > > 3.86 > ---- > > pxelinux.0 > Loads fine, assumes terminal width 15, displays menu, but then freezes > (I suspect it does not process any input from the serial port) > > gpxelinux.0 > Displays: >
2014 Jun 11
3
Recent (6.02) PXELINUX on Soekris net4501
* Gene Cumm, 2014-06-10 : > If 4.05 or 3.86 acted nicely, this would mean a bug. OK, so, with unpatched official binaries: 3.86 ---- pxelinux.0 Loads fine, assumes terminal width 15, displays menu, but then freezes (I suspect it does not process any input from the serial port) gpxelinux.0 Displays: PXE->EB: !PXE at 9E64:0060, entry point at 9E64:00F6 UNDI code segment
2010 Nov 03
0
bad optimization with nnet?
Hy, I try to give an example of overfitting with multi-layer perceptron. I have done following small example : library(nnet) set.seed(1) x <- matrix(rnorm(20),10,2) z <- matrix(rnorm(10),10,1) rx <- max(x)-min(x) rz <- max(z)-min(z) x <- x/rx z <- z/rz erreur <- 10^9 for(i in 1:100){ temp.mod <- nnet(x=x,y=z,size=10,rang=1,maxit=1000) if(temp.mod$value<erreur){
2022 Jul 27
0
Missing devel packages?
Hello CentOS, After performing an update on July 23, on 9 stream, I did notice problems with egl-wayland. In the AppStream repository, the package: * egl-wayland-1.1.9-2.el9.x86_64.rpm is present, but it's "-devel" counterpart seems missing. So, if you have an older version of egl-wayland-devel installed, it complains that it cannot upgrade "egl-wayland". Same
2005 Apr 13
3
Patch for tunnelserver mode in protocol_subnet.c
Hello, Here is a patch for protocol_subnet.c with two modifications : - in tunnelserver mode, tinc must check subnets in the ".../hosts/owner" config file, not in "c->config_tree" (which is the configuration of the meta-connection from which we receive the ADD_SUBNET message). - this checking can be made before the check of the owner, especially before any
2007 Jul 22
0
Dovecot don't compile
Hi, I try to compile Dovecot with the *Ubuntu* patched sources but I got this error during the compilation: ./.libs/libsieve.a(script.o): In function `sieve_script_parse': /src/dovecot-1.0.rc17/dovecot-sieve/src/libsieve/script.c:140: undefined reference to `yylineno' ./.libs/libsieve.a(sieve.o): In function `sieveerror': /src/dovecot-1.0.rc17/dovecot-sieve/src/libsieve/sieve.y:568:
2007 Jul 21
3
Sieve server in python
Hi, I'm testing Dovecot to migrate from my old Courier IMAP/POP server. It work fine but I have some problems to start the sieve server "pysieved" from Neale Pickett in PAM auth, I got the message: Traceback (most recent call last): File "/usr/share/pysieved/pysieved.py", line 97, in <module> main() File "/usr/share/pysieved/pysieved.py", line
2006 Jan 17
0
Problems on ADSL link and large directory
Hi, We have problems to backup a large /home directory (+/- 12Go) with rsync (daemon mode) and BackupPC on ADSL static IP 4Mbps/380Kbps for the backed-up machine and Internet 10Mbps for the backup server, the rsync options are: '--numeric-ids', '--perms', '--owner', '--group', '--devices',
2007 Jul 19
2
(R) Using arguments for the empirical cumulative distribution function
Hi, I have just started using R. Now I have the following problem: I want to create an Empirical Cumulative Distribution Function and I only came so far: F10 <- ecdf(x) plot(F10, verticals= TRUE, do.p = TRUE, lwd=3) x=c(1.6,1.8,2.4,2.7,2.9,3.3,3.4,3.4,4,5.2) Now I'd like to use arguments such as xlabs and main but I don't know how to integrate them. I hope someone can help me, I am