search for: evgeniy

Displaying 20 results from an estimated 249 matches for "evgeniy".

2005 Dec 01
8
Impaired boxplot functionality - mean instead of median
..., 99% or something else. Is there any way to realize it? Or is there any other good data visualization function for comparing means of various data groups? Ideally I would like to have a bit more customised function for doing that. For example, 'boxplot(a~b,data=d,mid='mean'). -- Evgeniy, ICQ 38317310.
2019 Apr 26
2
How to submit a change for code review using arc
...een able to find any documentation on how to setup reviewers so I've guessed you can add it to .git/arc/config: What I've got now is my .git/arc/config is: { "editor": "vim", "reviewers": { "peterc": "peter at pcc.me.uk", "evgeniys": "eugeni.stepanov at gmail.com", "llvm-commits": "llvm-commits at lists.llvm.org" } } My commit message is: $ git log -1 commit f04a938e5ad72afbf64242718d456fa480ad5f6b (HEAD -> compiler-rt-fix-cmake-warnings) Author: Wink Saville <wink at savi...
2017 Jun 29
2
Per-user quota (passwd)
Oh you have multiple db's, I missed that. Remove auth_username_format, and instead userdb { args = /etc/imap.passwd username_format=%Ln driver = passwd-file override_fields = home=/var/vmail/glu_vrem/%u } On 29.06.2017 14:35, Evgeniy Korneechev wrote: > with auth_username_format = %Ln: > > Jun 28 14:43:41 auth: Debug: master in: USER 1 iivanov.ia at example.com service=lda > Jun 28 14:43:41 auth-worker(18369): Debug: passwd(iivanov.ia): lookup > Jun 28 14:43:41 auth-worker(18369): Info: passwd(iivanov.ia)...
2017 Sep 11
1
Per-user quota (passwd)
...quot;.quotausage" are created in different directories: /var/vmail/glu_vrem/administrator\DOM/.quotausage /var/vmail/glu_vrem/administrator at email.dom/.quotausage And must in the folder "/var/vmail/glu_vrem/administrator" How fix it? ----- ???????? ????????? ----- > ??: "Evgeniy Korneechev" <ekorneechev at altlinux.org> > ????: "Aki Tuomi" <aki.tuomi at dovecot.fi> > ?????: "dovecot" <dovecot at dovecot.org> > ????????????: ???????, 30 ???? 2017 ? 10:39:16 > ????: Re: Per-user quota (passwd) > Our solution: > us...
2017 Jun 29
2
Per-user quota (passwd)
Yes. Aki On 29.06.2017 14:07, Evgeniy Korneechev wrote: > And if such a user: > email (from AD) = ivanov.ia at example.com > login (from AD), %n = iivanov > %d = DOM > %u = iivanov at DOM > > ? > > ----- ???????? ????????? ----- >> ??: "Aki Tuomi" <aki.tuomi at dovecot.fi> >> ????:...
2014 Jul 29
2
[LLVMdev] Sanitizer test failure
I can. I've removed every other compilation flags from clang and even used GCC, with the exact same behaviour. cheers, --renato On 29 July 2014 15:15, Evgeniy Stepanov <eugeni.stepanov at gmail.com> wrote: > OK, we can switch to SIGHUP. Could you please verify that this SIGUSR1 > behavior is not caused by MSan? > > On Tue, Jul 29, 2014 at 6:09 PM, Renato Golin <renato.golin at linaro.org> wrote: >> On 29 July 2014 15:02, Evg...
2017 Jun 29
2
Per-user quota (passwd)
or use, as I indicated before, auth_username_format = %Ln Aki On 29.06.2017 13:58, Evgeniy Korneechev wrote: > Hi! > workaround: > administrator:*:95400500:95400513:Administrator:/home/DOM/administrator:/bin/bash::userdb_quota_rule=*:bytes=10G userdb_mail=maildir:/var/vmail/glu_vrem/administrator/Maildir > administrator at email.dom:*:95400500:95400513:Administrator:/home/DOM...
2017 Sep 12
1
dovecot Digest, Vol 173, Issue 28 (INTERNAL)
...at dovecot.org When replying, please edit your Subject line so it is more specific than "Re: Contents of dovecot digest..." Today's Topics: 1. Re: pop3-login core dump when using TLSSTART on version dovecot-2.2.32 (INTERNAL) (Aki Tuomi) 2. Re: Per-user quota (passwd) (Evgeniy Korneechev) 3. Re: Per-user quota (passwd) (Aki Tuomi) 4. Re: Is it possible to disable pipelining in imapc? (Nagy, Attila) ---------------------------------------------------------------------- Message: 1 Date: Mon, 11 Sep 2017 13:57:19 +0300 From: Aki Tuomi <aki.tuomi at dovecot.fi&gt...
2014 Jul 28
2
[LLVMdev] Sanitizer test failure
Hi Evgeniy, Yes, it is. The problem here is that the program doesn't fail on my box (release and debug builds), so I have no idea how to debug the problem. According to the test, it's ran as "not chained_origin_with_signals.cc.tmp", expecting it to fail. Also, the FileCheck expects to find...
2014 Jul 29
2
[LLVMdev] Sanitizer test failure
Yup, using SIGHUP works. On 29 July 2014 13:14, Evgeniy Stepanov <eugeni.stepanov at gmail.com> wrote: > Could it be that I'm misunderstanding signal semantics, and SIGUSR1 is > not guaranteed to be delivered (to the same process!) before kill() > returns? Could you check if that's what happens by adding a sleep() > somewhere?...
2014 Apr 22
5
[LLVMdev] Building sanitizers for Android
...rt is adding a -L flag to the invocation of clang within the compiler-rt test suite. If using the monolithic build, those flags are not added and clang finds the libs via its hardcoded '-L' flag. Yury wrote: > It's not that easy. Some tests require passing environment variables As Evgeniy mentioned, it's a short enough list of variables that you can whitelist them. LD_PRELOAD, LD_LIBRARY_PATH, ASAN_OPTIONS, etc. Evgeniy wrote: > Greg, do you copy binaries to the device on %clang or on %run? %run. Can you point me to a case where you needed to override %clang for that? T...
2014 Feb 13
2
[LLVMdev] [cfe-dev] Unwind behaviour in Clang/LLVM
On Thu, Feb 13, 2014 at 5:52 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 13 February 2014 13:47, Evgeniy Stepanov <eugenis at google.com> wrote: >> Hm, I see that -funwind-tables on arm-linux-androideabi target >> replaces this "cantunwind" with a proper unwind table. >> Hence http://llvm-reviews.chandlerc.com/D2762. > > If Android is using EHABI (I think it is)...
2017 Sep 12
1
dovecot Digest, Vol 173, Issue 28 (INTERNAL)
...please edit your Subject line so it is more specific than "Re: Contents of dovecot digest..." > > > Today's Topics: > > 1. Re: pop3-login core dump when using TLSSTART on version > dovecot-2.2.32 (INTERNAL) (Aki Tuomi) > 2. Re: Per-user quota (passwd) (Evgeniy Korneechev) > 3. Re: Per-user quota (passwd) (Aki Tuomi) > 4. Re: Is it possible to disable pipelining in imapc? (Nagy, > Attila) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 11 Sep 2017 13:57:19 +0300 &gt...
2017 Jan 17
2
Plugin "mail_crypt" does not work
mail_attribute_dict = file:%h/Maildir/dovecot-attributes > dovecot.conf Apparently so?)) ----- ???????? ????????? ----- > ??: "Evgeniy Korneechev" <ekorneechev at altlinux.org> > ????: "dovecot" <dovecot at dovecot.org> > ????????????: ???????, 17 ?????? 2017 ? 17:32:38 > ????: Re: Plugin "mail_crypt" does not work > Hi, guys. Also, currently a problem (with > http://wiki2.dovec...
2014 May 29
2
[LLVMdev] setrlimit vs ulimt
...; Could we write a ulimit-like utility that would do setrlimit and then > exec the specified binary > %run %ulimit -s 8192 %t? I like that idea. How do you feel about this short-term solution: %run sh -c "ulimit -s 8192 && %t" -Greg On Thu, May 29, 2014 at 12:05 PM, Evgeniy Stepanov <eugenis at google.com> wrote: > On Thu, May 29, 2014 at 10:44 PM, Greg Fitzgerald <garious at gmail.com> wrote: >>> execv(argv[0]) is a canonical way to restart the >>> process, it's sad that the emulator interferes with that. >> >> We have...
2014 May 29
2
[LLVMdev] setrlimit vs ulimt
...;t need to be restarted. It needs to be configured before the first invocation. > Propagating ulimit setting in %run wrapper sounds wrong. In my opinion, propagating ulimit settings in the wrapper is consistent with whitelisting environment variables. -Greg On Thu, May 29, 2014 at 2:34 AM, Evgeniy Stepanov <eugenis at google.com> wrote: > execv(argv[0]) is a canonical way to restart the process, it's sad > that the emulator interferes with that. > > ulimit does not work for me because it needs to run on the device, in > the same shell as the test binary. > Propaga...
2017 Jan 27
3
Plugin "mail_crypt" - using folder keys
Hi, i have two questions about using "folder keys" for encryption: 1. If i use this method how can i decrypt files manually? 2. If move a letter to another folder (or remove it), it will be unreadable. Log: imap(cloud): Error: read() failed: read(/home/cloud/Maildir/.Sent.test/cur/1485528498.M838579P2267....) failed: Decryption error: no private key available (uid=5, box=Sent.test,
2017 Jan 16
2
Plugin "mail_crypt" does not work
...em ----- ???????? ????????? ----- > ??: "Aki Tuomi" <aki.tuomi at dovecot.fi> > ????: "dovecot" <dovecot at dovecot.org> > ????????????: ???????, 13 ?????? 2017 ? 14:18:55 > ????: Re: Plugin "mail_crypt" does not work > On 13.01.2017 12:21, Evgeniy Korneechev wrote: >> mail_crypt_global_public_key = </etc/dovecot/eckey/ecpubkey.pem > > Is this world-wide readable file? Is LDA able to access this? > > Aki -- WBR, BaseALT/ALTLinux Team
2017 Jun 30
0
Per-user quota (passwd)
...passwd) > Oh you have multiple db's, I missed that. > > Remove auth_username_format, and instead > > userdb { > args = /etc/imap.passwd username_format=%Ln > driver = passwd-file > override_fields = home=/var/vmail/glu_vrem/%u > } > > On 29.06.2017 14:35, Evgeniy Korneechev wrote: >> with auth_username_format = %Ln: >> >> Jun 28 14:43:41 auth: Debug: master in: USER 1 iivanov.ia at example.com >> service=lda >> Jun 28 14:43:41 auth-worker(18369): Debug: passwd(iivanov.ia): lookup >> Jun 28 14:43:41 auth-worker(18369...
2017 Jun 28
2
Per-user quota (passwd)
On 28.06.2017 12:36, Aki Tuomi wrote: > On 28.06.2017 12:25, Evgeniy Korneechev wrote: >> Hello! >> We have passwd=pam, userdb=passwd. >> passdb { >> driver = pam #server was entered domain Active Directory >> } >> userdb { >> driver = passwd >> override_fields = home=/var/vmail/glu_vrem/%u >> } >> &g...