Displaying 20 results from an estimated 1262 matches for "andrey".
Did you mean:
andrew
2009 Nov 05
1
problem with force group parameter
...3 domain
member using samba with security = ADS mode and stucked with such problem:
File server (fs) succesfully joined my domain with correct user and
group mapping (i'm using idmap rid). Users from domain have their unix
accounts with <DOMAIN_NAME>\ prefix, i.e for domain user "andrey" i have
local unix user: 'DOMAIN\andrey':
fs:~# id DOMAIN\\andrey
uid=11118(DOMAIN\andrey) gid=10513(DOMAIN\???????????? ??????)
??????=10513(DOMAIN\???????????? ??????),10512(DOMAIN\??????????????
??????),11395(DOMAIN\??????????),10001(BUILTIN\users),10000(BUILTIN\administrators)...
2009 Nov 16
2
Dovecot+Sieve Please Help!...
Dovecot Sieve Plugin...
1.
./configure --with-dovecot=/usr/lib/dovecot
make
make install
protocol lda {
postmaster_address = postmaster at kipalex.ru
mail_plugins = sieve
}
plugin {
sieve = /home/vmail/kipalex.ru/andrey at kipalex.ru/dovecot.sieve
}
2. dovecot.sieve file in /home/vmail/kipalex.ru/andrey at kipalex.ru
require "fileinto";
if header :contains "Subject" "***SPAM***" {
fileinto "/home/vmail/kipalex.ru/andrey at kipalex.ru/.Spam/new";
}
And in the dovecot.log I...
2006 Dec 30
2
megatec over USB - using Andrey Lelikov's approach
Hi All,
finally, I've got time and resources for development. Unfortunately I
couldn't
afford playing with my UPS because it was used permanently, but now it's
ok.
I've checked out cureent trunc and I see that Andrey Lelikov's changes
haven't
been applied yet. What's wrong with them?
I think, he made a great job to simplify future support for this kind of
UPSes.
His patch is outdated now but if you don't mind I can try to merge it to
the
current code. Or maybe Andrey wants to do it himself...
2015 May 08
2
[LLVMdev] [Openmp-dev] OpenMP 3.1 Implementation Complete
No, just changing defaults -- subject to code reviewers approval.
As I said before, I prefer to leave library naming to library pros.
Andrey
On Fri, May 8, 2015 at 7:21 PM, Jack Howarth
<howarth.mailing.lists at gmail.com> wrote:
> So you plan on switching and enabling the openmp library defaults as
> well as changing the openmp library name at the same time?
> Jack
>
> On Fri, May 8, 2015 at 12:04 PM, and...
2016 Jun 16
3
[Openmp-dev] parallel-lib: New LLVM Suproject
Hi Andrey,
Sorry, I definitely misspoke when I said it was likely for OpenMP stuff to
end up in this new project. I meant to say that it was possible in the long
run, but there are no plans for that now.
On Thu, Jun 16, 2016 at 11:55 AM Andrey Bokhanko <andreybokhanko at gmail.com>
wrote:
> On Th...
2004 Aug 06
3
1.0.3 in ACM soon
Hello Andrey,
Can you send me your compilated source code for pocket pc for test it?. Do you work with visual C++ embedded 3?.
Thanks and Regards.
Rodrigo.
----- Mensaje original -----
De: "Andrey Isaev"<Andrey_Isaev@penreader.com>
Env.: 10/12/03 7:33:47
Para: "owner-speex-dev@...
2015 May 12
2
[LLVMdev] [Openmp-dev] OpenMP 3.1 Implementation Complete
Jack,
Alexey [Bataev] promised to send it for review in a day or two. Then it should be approved by code reviewers, which might take some time.
andrey
Отправлено с iPad
> 12 мая 2015 г., в 21:22, Jack Howarth <howarth.mailing.lists at gmail.com> написал(а):
>
> Andrey,
> Any idea when the patch to enable openmp as the default for
> -fopenmp will be posted to cfe-commits?
> Jack
>
> On Fri, May...
2004 Aug 06
5
1.0.3 in ACM soon
Hi Andrey,
May be that we don´t understand. I need to transform speex to pocket pc
platform. The Windows API is different to Pocket Pc API. Some IDEs that
help us to create code for pocket pc, for example, are Visual C++ 3.0
embedded or Visual Studio.Net. Christian will develop this work with
Visual C embedd...
2017 Jan 16
12
[PATCH 0/4] Allow ASYNC flip with atomic helpers.
...nel.org/patch/9501787/
The first patch makes changes to atomic helpers
to allow for drives with ASYNC flip support to use them.
Patches 2 and 3 are to use this in AMDGPU/DC and
patch 4 is possible cleanup in nouveau/kms who seems
to have the duplicate the helper as we did to support
ASYNC flips.
Andrey Grodzovsky (4):
drm/atomic: Save flip flags in drm_plane_state
drm/amdgpu: Remove flip_flag from amdgpu_crtc
drm/amd/display: Switch to using atomic_helper for flip.
drm/nouveau/kms/nv50: Switch to using atomic helper for flip.
drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 1 -
.....
2019 Jun 18
6
[Bug 110931] New: Timeout initializing Falcon after cold boot
...: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: taranov.andrey at gmail.com
QA Contact: xorg-team at lists.x.org
Created attachment 144579
--> https://bugs.freedesktop.org/attachment.cgi?id=144579&action=edit
Failing kernel log
I've got a fairly recent Dell/Alienware GTX 1080. It fails on
initializing/resetting the Falcon during boot, an...
2015 Dec 06
4
[Bug 11635] New: make fails for out-of-tree build
...Summary: make fails for out-of-tree build
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: andrey.gursky at e-mail.ua
QA Contact: rsync-qa at samba.org
Reproducer:
git clone git://git.samba.org/rsync.git rsync.git
cd rsync.git
rm configure.sh config.h.in aclocal.m4
make -f prepare-source.mak
cd ..
mkdir rsync-build
cd rsync-build
../rsync.git/configure.sh --with-included-zlib=yes --en...
2017 Jan 23
3
[PATCH 1/4] drm/atomic: Save flip flags in drm_plane_state
On Mon, Jan 16, 2017 at 10:44:55AM -0500, Andrey Grodzovsky wrote:
> Allows using atomic flip helpers for drivers
> using ASYNC flip.
> Remove ASYNC_FLIP restriction in helpers and
> caches the page flip flags in drm_plane_state
> to be used in the low level drivers.
>
> Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky...
2015 May 13
2
[LLVMdev] [Openmp-dev] OpenMP 3.1 Implementation Complete
...a problem of this patch, this a problem of your
configuration. This patch uses standard clang machinery for locating
libiomp5 library.
Best regards,
Alexey Bataev
=============
Software Engineer
Intel Compiler Team
13.05.2015 15:59, Jack Howarth пишет:
> On Tue, May 12, 2015 at 3:58 PM, <andreybokhanko at gmail.com> wrote:
>> Jack,
>>
>> Alexey [Bataev] promised to send it for review in a day or two. Then it should be approved by code reviewers, which might take some time.
>>
>> andrey
> Andrey,
> There is one issue with the proposed patch at...
2017 Jan 26
1
[PATCH 1/4] drm/atomic: Save flip flags in drm_plane_state
> -----Original Message-----
> From: Cheng, Tony
> Sent: Monday, January 23, 2017 2:49 PM
> To: Daniel Vetter; Grodzovsky, Andrey
> Cc: Deucher, Alexander; nouveau at lists.freedesktop.org; amd-
> gfx at lists.freedesktop.org; dri-devel at lists.freedesktop.org;
> daniel.vetter at intel.com; dc_upstream
> Subject: RE: [PATCH 1/4] drm/atomic: Save flip flags in drm_plane_state
>
>
>
> > -----Origi...
2017 Jan 16
2
[PATCH 1/4] drm/atomic: Save flip flags in drm_plane_state
Hi Andrey,
Thank you for the patch.
On Monday 16 Jan 2017 10:44:55 Andrey Grodzovsky wrote:
> Allows using atomic flip helpers for drivers
> using ASYNC flip.
> Remove ASYNC_FLIP restriction in helpers and
> caches the page flip flags in drm_plane_state
> to be used in the low level drivers....
2004 Aug 06
2
1.0.3 in ACM soon
...el® Strong ARM 32-bit RISC Processor)
running PocketPC 2002 (Windows CE 3.0) to do my test...
Do u think my 206 MHz IPAQ will be enought to run Speex in real time mode?
As we are in the same situation we could cooperate...
<p>Regards, Fabio
<p>----- Original Message -----
From: "Andrey Isaev" <Andrey_Isaev@penreader.com>
To: <owner-speex-dev@xiph.org>; "Rodrigo Parra M" <rparra@ing.puc.cl>
Cc: <speex-dev@xiph.org>
Sent: Thursday, December 11, 2003 11:55 AM
Subject: Re[6]: [speex-dev] 1.0.3 in ACM soon
<p>> Hello Rodrigo,
>
>...
2015 Nov 03
26
[Bug 11588] New: missing option: preallocate for all files except for sparse
...pt for
sparse
Product: rsync
Version: 3.1.2
Hardware: x64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: andrey.gursky at e-mail.ua
QA Contact: rsync-qa at samba.org
It's a good practice to transfer big files with a preallocate option, but it's
fatally for sparse files being among them. Could this be improved?
Thanks,
Andrey
--
You are receiving this mail because:
You are the QA Contact f...
2015 Apr 30
5
[LLVMdev] Code Owner for OpenMP (runtime)
On Thu, Apr 30, 2015 at 11:59:52AM +0100, Renato Golin wrote:
> Tom, code owner nomination.
>
> Andrey is the most active developer, so I think it makes sense. How
> long do we wait to change the file? Is there any process that you'd
> like to follow?
>
I don't think there is a formal process, but usually the file gets
updated once Chris approves.
-Tom
> cheers,
> --renato...
2017 Jan 16
1
[PATCH 1/4] drm/atomic: Save flip flags in drm_plane_state
Allows using atomic flip helpers for drivers
using ASYNC flip.
Remove ASYNC_FLIP restriction in helpers and
caches the page flip flags in drm_plane_state
to be used in the low level drivers.
Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky at amd.com>
---
drivers/gpu/drm/drm_atomic_helper.c | 10 +++-------
include/drm/drm_plane.h | 8 ++++++++
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c
inde...
2015 May 08
2
[LLVMdev] [Openmp-dev] OpenMP 3.1 Implementation Complete
It will come on next week.
I'd like to give a chance to everyone to raise their objections first.
Yours,
Andrey
> 8 мая 2015 г., в 18:30, Jack Howarth <howarth.mailing.lists at gmail.com> написал(а):
>
> Is there a proposed patch yet for switching the -fopenmp support over
> to the openmp library instead of libgomp? I realize the call to rename
> the library may be complicating this pr...