search for: emmanuel

Displaying 20 results from an estimated 745 matches for "emmanuel".

Did you mean: emanuel
2015 Mar 06
2
dovecot auth-worker error happens when I enabled the dovecot to consider both the system account and the MySQL virtual mailbox databases.
...pIQvQDAqAAC#011lip=192.168.0.1#011rip=192.168.0.2#011lport=143#011rport=38333 Mar 6 07:45:12 gateway dovecot: auth: Debug: client passdb out: CONT#0114#011 Mar 6 07:45:12 gateway dovecot: auth: Debug: client in: CONT<hidden> Mar 6 07:45:12 gateway dovecot: auth-worker(22933): Debug: pam(emmanuel,192.168.0.2): lookup service=dovecot Mar 6 07:45:12 gateway dovecot: auth: Error: auth worker: Aborted PASSV request for emmanuel: Worker process died unexpectedly Mar 6 07:45:12 gateway dovecot: auth-worker(22936): Debug: sql(emmanuel,192.168.0.2): query: SELECT username as user, password, ...
2015 Mar 08
0
dovecot auth-worker error happens when I enabled the dovecot to consider both the system account and the MySQL virtual mailbox databases.
..."Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { driver = pam } passdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } plugin { sieve = file:~/sieve;active=~/.dovecot.sieve } postmaster_address = emmanuelchanel at gmail.com protocols = " imap" service auth { unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0666 user = postfix } } ssl_cert = </etc/dovecot/dovecot.pem ssl_cipher_list = ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+A...
2006 Sep 13
3
group bunch of lines in a data.frame, an additional requirement
...B 0.5 20 ID2 B 0.9 50 ID2 C 5.0 70 ID1 One letter always has the same ID but one ID can be shared by many letters (like ID1) I just want to keep track of the ID, and get a matrix like: A 2.0 400 ID1 B 0.7 35 ID2 C 5.0 70 ID1 Any idea on how to do that without a loop? Many thanks, Emmanuel On 9/12/06, Emmanuel Levy <emmanuel.levy at gmail.com> wrote: > Hello, > > I'd like to group the lines of a matrix so that: > A 1.0 200 > A 3.0 800 > A 2.0 200 > B 0.5 20 > B 0.9 50 > C 5.0 70 > > Would give: > A 2.0 400 > B 0.7 35 > C 5.0 70 &gt...
2007 Mar 02
4
"Redundant audio data" header in speex payload
Hi, Has anybody some information on on the "Redundant audio data" header in the speex rtp payload? Is this header always present? Is its value always the same? Can it be modified through some speex_*_ctl function? Thanks, Emmanuel -- ------------------------------------------------------------- Emmanuel Wauters Tel : (+32) 11 30 13 30 mailto:emmanuel.wauters@androme.com http://www.androme.be ANDROME NV Wetenschapspark 4 B-3590 Diepenbeek, Belgium
2012 Oct 04
4
Class for time series
...11 19.343 0 5 2012-07-06 09:47:21 -0.141 22.510 0.011 19.321 0 6 2012-07-06 10:02:21 -0.139 22.372 0.011 19.280 0 I wonder what is the best class to use to manage such time series -- Cordialement ------------------------------------------------ Emmanuel Poizot Cnam/Intechmer B.P. 324 50103 Cherbourg Cedex Web : http://www.geoceano.fr Phone (Direct) : (00 33)(0)233887342 ou 41 Fax : (00 33)(0)233887339 ------------------------------------------------
2007 Apr 20
1
A particular shuffling on a vector
...number. So the vectors I have to deal with could look like c(1,1,2,3,4,5,6,6,6,6,6,6,6,6,7,8) for example Since I have to derive many shuffled versions for each vector, I am looking for an efficient way of doing it. Can you think of a way without nested loops? Many thanks for your help, Best, Emmanuel
2015 Nov 26
2
Problems Converting from Cyrus to Dovecot (cyrus2dovecot)
...c too exactly as you suggested. In my case it was not from cyrus, but from CriticalPath. isync was finally able to do the job, preserving flags and doing UIDs mapping. The most boring part was generating proper config file for thousands of accounts. A working imapc/dsync would have been better. Emmanuel. Le 26/11/2015 15:24, Sami Ketola a ?crit : > Hi, > > I think you tried to read cyrus mails folders directly. I was talking about fething mails from cyrus over imapc connection. > > Sami > >> On 26 Nov 2015, at 15:36, FUSTE Emmanuel <emmanuel.fuste at thalesgroup.com>...
2010 May 18
1
New stable release series -Xapian1.2.0 released
Le mar 18/05/10 12:10, emmanuel at engelhart.org a ?crit: > Le mar 18/05/10 11:49, "Charlie Hull" charlie at j > uggler.net a ?crit:> On 14/05/2010 18:29, Emmanuel Engelhart > wrote:> > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > > > > > Le 14/05/2010 13:31, Charl...
2008 Nov 13
6
.with(:anything) issue
Hi, I''m using a expectation like this : repository.should_receive(:add_gem).with("test.txt", :anything) When I run my spec, it fails with the following message : Spec::Mocks::MockExpectationError in ''MiniGemServer should add a new gem to the repository after it has been uploaded'' #<MiniGemServer::Repository:0xb11164> expected :add_gem with
2012 Oct 10
3
Generating random geographical coordinates
...and Y +/- dy. I saw the runif function which can generate for just one value at a time what I want : runif(1, X - dx, X + dx) for X and runif(1, Y - dy, Y + dy) for Y. I would like to know if there is not a more powerfull way in R to generate directly the set of random coordinates. Regards -- Emmanuel Poizot
2012 Dec 27
4
Finding (swapped) repetitions of numbers pairs across two columns
...ft[which(direction),2] = ft.tmp[which(direction),1] uniques = apply( ft, 1, function(x) paste(x, collapse="%") ) uniques = unique(uniques) ft.unique = matrix(unlist(strsplit(uniques,"%")), ncol=2, byrow=TRUE) Any better solution would be very welcome! All the best, Emmanuel
2012 Dec 27
3
Retrieve indexes of the "first occurrence of numbers" in an effective manner
...ery large, and the vectors are also very large (which prohibits any loop). The best I could think of is: tmp = c(1,1,2,2,3,3,4,4) u = unique(tmp) sapply(u, function(x){ which(!is.na(match(tmp,x)))[1]} ) But there might be a useful function I don't know .. Thanks for any hint. All the best, Emmanuel
2009 Aug 19
4
Confidence interval on parameters from optim function
...r message and keep the loop going, so if it crashes when I am away the program can still run, any idea ? Error in optim(c(0.08, 0.04, 1), f, NULL, method = "L-BFGS-B", lower = c(0, : L-BFGS-B needs finite values of 'fn' Thank you for any information on these two problems. Emmanuel ------------------------------------------- Dr. Emmanuel Devred Bedford Institute of Oceanography, 1 Challenger Drive, Dartmouth, Nova Scotia, B2Y 4A2, Canada Ph: (1) 902 426-4681 Fax: (1) 902 426-9388 devrede@mar.dfo-mpo.gc.ca http://myweb.dal.ca/edevred/ -------------------------------------...
2012 Apr 19
3
How to "flatten" a multidimensional array into a dataframe?
...quot;), d3=c("C1","C2","C3","C4")) ) what I would like to get is then a dataframe: d1 d2 d3 value A1 B1 C1 0 A2 B1 C1 0 . . . A2 B3 C4 0 I'm sure there is one function to do this transformation, I just don't know which one. Thanks for your help, Emmanuel
2008 Jul 19
2
problems with virt-install on snv_93
...-s xvm/xend listprop | grep nic config/default-nic astring elxl0 What might be the problem here? Regards, mjb -- [ -----< Maciej Jan Broniarz || gausus@gausus.net >------ ] | Siamo qui \ sotto la stessa luce \ sotto la sua croce \ | | cantando ad una voce \ E l''Emmanuel Emmanuel, Emmanuel, | [ ---------------< E l''Emmanuel, Emmanuel >-------------- ]
2005 Oct 14
1
R & OLAP engines, an integration?
An embedded and charset-unspecified text was scrubbed... Name: not available Url: -- not available on request of Emmanuel Maroye
2020 Oct 08
2
Moving users from a Samba 3.6 to 4.9 (tdb)
...he new one. However, obviously the newer samba absolutely doesn't care about my old user database. "pdbedit -L" returns nothing on the new server. Is there some upgrade step I'm missing here? thank you, -- ------------------------------------------------------------------------ Emmanuel Florac | Direction technique | Intellique | <eflorac at intellique.com> | +33 1 78 94 84 02 ------------------------------------------------------------------------ -------------- next part -------------- A non-text attachm...
2005 Oct 20
4
read.fwf doesn't work with header = TRUE (PR#8226)
Full_Name: Emmanuel Paradis Version: 2.1.1 OS: Linux Submission from: (NULL) (193.49.41.105) read.fwf(..., header = TRUE) does not work properly since: 1/ the original header is printed on the console and not in FILE; 2/ the different 'parts' of the header should be separated with tabs to work with the c...
2016 Oct 21
1
Re: libguestfs and exporting to OVA/OVF
Le 21/10/2016 à 16:08, Richard W.M. Jones a écrit : > On Thu, Oct 20, 2016 at 10:43:26PM +0200, Emmanuel Kasper wrote: >> Hi >> I've been looking for a standalone tool to create OVA/OVF VM files based >> on a disk image and found none. So I was thinking to write my own. >> Would you be interested in having such a tool in the libguestfs umbrella ? > > There is this: &...
2020 May 06
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
...rt that would be great indeed, and I might eventually find enough motivation and energy to try to handle it myself. => Please let me know when you have a link to that new bug report available, and meanwhile thank you very much for your time and efforts on this issue! Have a great day! Cheers, Emmanuel. Le mer. 6 mai 2020 à 02:32, Lang Hames <lhames at gmail.com> a écrit : > Hi Emmanuel, > > I see the problem: > > $"??_7exception at std@@6B@" = comdat largest > > The JIT knows how to honor linkages, but it does not know about > comdats yet except in limit...