Displaying 20 results from an estimated 70264 matches for "mailtos".
Did you mean:
mailto
2013 Sep 04
2
issues syncing between one host and another
I have the following script that I am working on
#!/bin/bash
date=$(date +%F--%T)
#ssh parameters
user=aquj001
remotehost=qa4app
localdir=/home/aquj001/INFENG/scripts
remotedir=/home/aquj001/recievingDir.$date
linkdest=$(ssh $user@$remotehost /usr/linux/bin/readlink/
/home/aquj001/recievingDir.current)
rsync -a --compress --link-dest=$linkdest --out-format='%i %n%L %l %M'
2017 Nov 28
3
[PATCH] Fix memory issue in Projection API
I think you just attached the wrong (previous) version of the patch.
Jean-Marc
On 11/28/2017 12:24 PM, Drew Allen wrote:
> Done!
>
> On Tue, Nov 28, 2017 at 12:12 AM Jean-Marc Valin <jmvalin at jmvalin.ca
> <mailto:jmvalin at jmvalin.ca>> wrote:
>
> I only had a quick look, but your patch looks good except for the:
> output[output_rows * i] =
2017 Nov 30
0
Antw: Re: [PATCH] Fix memory issue in Projection API
Hi Drew,
The float code should also be doing float multiplications. Make sure tmp
is an opus_val32 and the multiplication itself casts to float rather
than int32. Otherwise, the float version is likely to overflow.
Jean-Marc
On 11/30/2017 12:06 PM, Drew Allen wrote:
> My apologies. I forgot to commit the changes before creating that last
> patch. Yes, some in-house control would be good,
2017 Nov 09
2
[PATCH] Support for Channel Mapping 253.
Sure, ill send that asap
On Wed, Nov 8, 2017 at 4:44 PM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote:
> Hi Drew,
>
> Your ambisonics patch is already merged. Can you send a patch that
> applies to master?
>
> Jean-Marc
>
> On 11/08/2017 07:05 PM, Drew Allen wrote:
> > Hey Jean-Marc,
> >
> > I found a bug regarding exporting the matrix that
2017 Nov 29
0
Antw: Re: [PATCH] Fix memory issue in Projection API
Following the thread from outside, I think Drew should work on in-house quality assurance ;-)
> I think you just attached the wrong (previous) version of the patch.
>
> Jean-Marc
>
> On 11/28/2017 12:24 PM, Drew Allen wrote:
>> Done!
>>
>> On Tue, Nov 28, 2017 at 12:12 AM Jean-Marc Valin <jmvalin at jmvalin.ca
>> <mailto:jmvalin at
2017 Nov 28
2
[PATCH] Fix memory issue in Projection API
I only had a quick look, but your patch looks good except for the:
output[output_rows * i] = (1/(32768.f*128.f))*tmp;
For floating point, you shouldn't do the >>7 either. Just remove the >>8
from the floating-point calculation of tmp so that all the scaling is
done in float.
Cheers,
Jean-Marc
On 11/27/2017 04:01 PM, Drew Allen wrote:
> Hi Jean-Marc,
>
> Attached is
2017 Nov 10
2
[PATCH] Support for Channel Mapping 253.
On 11/09/2017 01:58 PM, Drew Allen wrote:
> Attached is a quick patch that addresses a bug when exporting the matrix
> from the encoder.
Actually, I don't see what your encoder change is supposed to do. Are
there cases where demixing_matrix->rows != nb_output_streams ?
Cheers,
Jean-Marc
> Cheers,
> Drew
>
> On Wed, Nov 8, 2017 at 4:44 PM Drew Allen <bitllama at
2024 Oct 15
1
Problem with a domain controller that is located in a separate site
Adam,
Using Windows tools for Samba administration can be a mixed bag at times. My experience has been most features work just fine, but other times odd error messages seem to pop up for no reason. Could be what you?re experiencing when trying to synchronize naming context.
One of your images shows the win2019-1 server as an outbound neighbor when previously there were none. I see you
2024 Oct 15
1
Problem with a domain controller that is located in a separate site
yes, this attribute was filled in for a while and then became empty again,
but this is only when we do forced replication
On Tue, Oct 15, 2024 at 3:02?PM James Atwell via samba <
samba at lists.samba.org> wrote:
> Adam,
>
>
>
> Using Windows tools for Samba administration can be a mixed bag at times.
> My experience has been most features work just fine, but other times
2017 Dec 04
3
[PATCH] Fix memory issue in Projection API
I've solely addressed this concern here.
Cheers,
Drew
On Fri, Nov 24, 2017 at 9:15 AM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote:
> Hi Drew,
>
> I noticed you reverted the
> output[output_rows * i] = (tmp + 16384) >> 15;
> from the previous patch. That's still good. What should have been
> changed is the float version:
> output[output_rows * i] =
2012 Jul 10
2
[LLVMdev] Unable to do even basic Clang tutorial
You need to link in the libclang* as well.
On 7/10/2012 1:22 PM, NY Knicks Fan wrote:
> Hi Ashok,
>
> $ cd bin/bin
> $ ./llvm-config --ldflags --libs
> -L/home/ubuntu/bin/lib -ldl -lpthread
> -lLLVMAsmParser -lLLVMTableGen -lLLVMDebugInfo -lLLVMX86Disassembler
> -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMSelectionDAG -lLLVMAsmPrinter
> -lLLVMX86Desc -lLLVMX86Info
2017 Nov 09
0
[PATCH] Support for Channel Mapping 253.
Hi Drew,
Your ambisonics patch is already merged. Can you send a patch that
applies to master?
Jean-Marc
On 11/08/2017 07:05 PM, Drew Allen wrote:
> Hey Jean-Marc,
>
> I found a bug regarding exporting the matrix that wasn't always grabbing
> the correct values, causing incorrect mixing behavior. This patch
> resolves that issue.
>
> Cheers,
> Drew
>
> On
2024 Oct 15
1
Problem with a domain controller that is located in a separate site
here's what else I noticed, I'm performing replication forcibly through
windows and I get this context in outbound, but after a while it will
disappear again, also if you do reps to server from windows, there will also
be a problem in the dialog box, I attached an error screen, it's a little
alarming and it seems all the same Are there any problems
https://ibb.co/VYWbvgJ
2017 Nov 09
0
[PATCH] Support for Channel Mapping 253.
Hi all,
Attached is a quick patch that addresses a bug when exporting the matrix
from the encoder.
Cheers,
Drew
On Wed, Nov 8, 2017 at 4:44 PM Drew Allen <bitllama at google.com> wrote:
> Sure, ill send that asap
> On Wed, Nov 8, 2017 at 4:44 PM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote:
>
>> Hi Drew,
>>
>> Your ambisonics patch is already merged. Can
2024 Oct 15
1
Problem with a domain controller that is located in a separate site
do I understand correctly that samba cannot process the attribute and rolls
back the changes, maybe Rowland will tell you
On Tue, Oct 15, 2024 at 3:11?PM Adam Abramson <abramsona30 at gmail.com> wrote:
> yes, this attribute was filled in for a while and then became empty again,
> but this is only when we do forced replication
>
> On Tue, Oct 15, 2024 at 3:02?PM James Atwell via
2017 Dec 07
0
[PATCH] Fix memory issue in Projection API
Made a few minor tweaks to your patch (attached). Can you confirm you're
OK with those and I haven't missed anything?
Cheers,
Jean-Marc
On 12/04/2017 06:34 PM, Drew Allen wrote:
> I've solely addressed this concern here.
>
> Cheers,
> Drew
>
> On Fri, Nov 24, 2017 at 9:15 AM Jean-Marc Valin <jmvalin at jmvalin.ca
> <mailto:jmvalin at jmvalin.ca>>
2017 Nov 24
2
[PATCH] Fix memory issue in Projection API
Aha good point! Im travelling this weekend but will submit another patch
Monday morning.
Cheers,
Drew
On Fri, Nov 24, 2017 at 9:15 AM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote:
> Hi Drew,
>
> I noticed you reverted the
> output[output_rows * i] = (tmp + 16384) >> 15;
> from the previous patch. That's still good. What should have been
> changed is the float
2017 Nov 28
0
[PATCH] Fix memory issue in Projection API
Done!
On Tue, Nov 28, 2017 at 12:12 AM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote:
> I only had a quick look, but your patch looks good except for the:
> output[output_rows * i] = (1/(32768.f*128.f))*tmp;
>
> For floating point, you shouldn't do the >>7 either. Just remove the >>8
> from the floating-point calculation of tmp so that all the scaling is
2017 Oct 31
7
[PATCH] Support for Channel Mapping 253.
Hi Jean-Marc,
Thanks so much for your review. Attached are my comments and an updated
patch.
On Mon, Oct 30, 2017 at 5:48 PM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote:
> Hi Drew,
>
> I've had some time to dig more deeply into your patch. Here's some more
> in-depth comments:
>
> 1) I note that your OpusMSEncoder struct in private.h adds a
> subframe_mem[]
2012 Nov 14
1
[LLVMdev] problem trying to write an LLVM register-allocation pass
Hi Susan,
The problem now is the usedPregSet. Take the instruction:
%vreg13:sub_32bit<def> = ADD32rr %vreg13:sub_32bit, %EAX<kill>,
%EFLAGS<imp-def,dead>
%EAX will be added to usedPregSet when the instruction is encountered, but
%vreg13 is a different class (64bit registers), so none of its candidates
will conflict. In addition to checking membership of usedPregSet, you need