Displaying 20 results from an estimated 90 matches similar to: "Help Needed on Merging Columns by Summation"
2015 Jan 22
1
Problem with Cisco Phones
> Apparently this is a known problem past v8 firmware:
> http://kaa.kiev.ua/blog/asterisk-and-cisco-7945g-after-sip-firmware-update-
> version-9/
I've done some more playing about and what I've noticed is that even when using TCP SIP on the 8.x Firmware conferencing doesn?t work - making it use UDP fixes this.
So has anyone managed to get the 9.x firmware working with UDP?
2015 Jan 20
2
Problem with Cisco Phones
> Next step is packet capture to see if there is a clue as to the cause of the
> failure in the SIP signalling.
Right, I see the following when running SIP Debug. Looks to me like the phones are expecting the server to do the conference mixing, which I guess it would do in CallManager?
<--- SIP read from TCP:xxx.xxx.xxx.xxx:50604 --->
REFER sip:xxx.xxx.xxx.xxx SIP/2.0
Via:
2016 Jun 13
2
Is addrspace info available during instruction scheduling?
We'd like to be able to vary the latency of our load instructions based on
what address space is being loaded from. I was thinking I could do this by
overriding getOperandLatency in our target, but I'm wondering if the
addrspace info is available when instructions are scheduled?
For example, I have this in our llvm IR:
%0 = load i32 addrspace(4)* @answer, align 4
store i32 %0, i32*
2014 Dec 29
24
[Bug 87819] New: [NVAC] EQ overflowing
https://bugs.freedesktop.org/show_bug.cgi?id=87819
Bug ID: 87819
Summary: [NVAC] EQ overflowing
Product: Mesa
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2014 Jan 23
0
Trouble automatic changing local machine account (manual join work!)
[ I'm not subscribed to that list, so please put me on CC; i will read
reply on the web interface, but please... ]
Setup: a domain (PASIAN) that is using samba3 (2:3.5.6~dfsg-3squeeze11)
across two routed network, eg, a main network on 10.27.0.0/16 that have
the PDC and the BDC, and a slave network on 10.99.0.0/16 that have
another BDC.
All ?DC use ldap (openldap) as the backend, and every
2014 Jan 28
0
windows netlogon error 3224: Manual join works, automatic renew of machine account not, probably unrelated error netlogon_creds_server_check falied.
[[ I've sent that email on list some days ago, with a different subject.
No one reply. I was not clear? Please, help me, or give me at least
some hint... ]]
[ I'm not subscribed to that list, so please put me on CC; i will read
reply on the web interface, but please... ]
Setup: a domain (PASIAN) that is using samba3 (2:3.5.6~dfsg-3squeeze11)
across two routed network, eg, a main
2008 Oct 01
2
an unsophisticated question about recoding in a data frame with control structure if {}
Hello all,
I apologize for a terribly simple question. I'm used to using Stata and am trying to `switch' over to R.
I would like to recode a vector in a data frame when the value of it meets the following condition: if (dataframe$factor=='3'){dataframe$thevector<-(an arithmetic mean). What I would like to result is the creation of a new variable within the data frame for
2013 Jan 06
0
How to use predict function from R2OpenBUGS results
Dear All,
I made some headways on my ODE problem in R2OpenBUGS, but got stuck again. Wonder if someone could help on the following:
I am running the following code:
library(R2OpenBUGS)
dosetotal <-c(500,250)
z <-c(4,2)
grid <-c(4,15)
n.grid <-2
tol <-0.001
dim <-2
T <-2
origin <-0
dosetime <-c("1/05/2013 0:00","1/06/2013 00:00")
dose
2014 Jun 26
2
[LLVMdev] -gcolumn-info and PR 14106
On Thu, Jun 26, 2014 at 3:39 PM, Robinson, Paul
<Paul_Robinson at playstation.sony.com> wrote:
> The main motivation for turning it off is that no known consumer (debugger)
> took advantage of it.
>
> Turning it on does more than slightly increase the object file size, it can
> cause the same source line to be listed multiple times in the .debug_line
> table (with different
2016 Jan 07
2
TableGen error message: top-level forms in instruction pattern should have void types
On Thu, Jan 7, 2016 at 1:35 PM, Krzysztof Parzyszek <kparzysz at codeaurora.org
> wrote:
> On 1/7/2016 3:25 PM, Phil Tomson wrote:
>
>>
>> That's better, but now I get:
>>
>> XSTGInstrInfo.td:902:3: error: In RelAddr: XSTGRELADDR node requires
>> exactly 2 operands!
>>
>> Which makes some sense as XSTGRELADDR is defined as:
>> def
2016 Jan 07
2
TableGen error message: top-level forms in instruction pattern should have void types
On Thu, Jan 7, 2016 at 12:21 PM, Krzysztof Parzyszek via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On 1/7/2016 1:55 PM, Phil Tomson via llvm-dev wrote:
>
>>
>> let Uses= [GRP] in {
>> def RelAddr : XSTGPseudo< (outs),
>> (ins GPRC:$spoff, GPRC:$dst),
>>
2002 Apr 03
2
format of http stream?
I am streaming ogg via inetd. Basically, I am outputing like:
oggenc -Q -b 1 -o - /some/wave/file.wav
This works fine with ogg123 (other than that I want the bit rate to be
lower than 55-100 range that it is doing).
I am using:
Ogg123 from vorbis-tools 1.0rc2
OggEnc v0.8 (libvorbis rc2)
But, FreeAmp for Windows slowly buffered up to 100% then said "Skipped
Corrupted File".
And
2015 Jan 20
0
Problem with Cisco Phones
Apparently this is a known problem past v8 firmware:
http://kaa.kiev.ua/blog/asterisk-and-cisco-7945g-after-sip-firmware-update-version-9/
On Tue, Jan 20, 2015 at 11:16 AM, Jordan Cook - Gyron Networks <
jordan.cook at gyron.net> wrote:
> > Next step is packet capture to see if there is a clue as to the cause of
> the
> > failure in the SIP signalling.
>
> Right, I
2001 Jul 16
3
file magic for Ogg, Vorbis?
I am trying to figure out file(1) magic(1) for Ogg and Vorbis.
(I am using file from NetBSD 1.5.1.)
Currently I have:
0 string OggS Ogg data
>29 string vorbis \b, Vorbis audio
Some results:
$ file ~/audio/kaas.*
/home/reed/audio/kaas.mp3: MP3, 128 kBits, 44.1 kHz, Stereo
/home/reed/audio/kaas.ogg: Ogg data, Vorbis audio
/home/reed/audio/kaas.wav: RIFF (little-endian) data, WAVE audio,
2020 Jul 22
0
[RFC PATCH v1 02/34] KVM: x86: export .get_eptp_switching_status()
From: Marian Rotariu <marian.c.rotariu at gmail.com>
The introspection tool uses this function to check the hardware support
for EPT switching, which can be used either to singlestep vCPUs
on a unprotected EPT view or to use #VE in order to avoid filter out
VM-exits caused by EPT violations.
Signed-off-by: Marian Rotariu <marian.c.rotariu at gmail.com>
Co-developed-by: ?tefan ?icleru
2020 Jul 22
34
[RFC PATCH v1 00/34] VM introspection - EPT Views and Virtualization Exceptions
This patch series is based on the VM introspection patches
(https://lore.kernel.org/kvm/20200721210922.7646-1-alazar at bitdefender.com/),
extending the introspection API with EPT Views and Virtualization
Exceptions (#VE) support.
The purpose of this series is to get an initial feedback and to see if
we are on the right track, especially because the changes made to add
the EPT views are not small
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
Aaron Plattner (11):
Bug #12015: Use the right offsets in the dst arguments of pixman_blt.
stride is in FbBits-sized chunks, but xoff is not.
Bump video driver ABI for pci-rework.
Set noCompositeExtension to TRUE when failing to initialize the extension (e.g. when Xinerama is enabled).
Don't segfault on shutdown if we never managed to connect to dbus.
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
flight 17325 linux-linus real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/17325/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl 9 guest-start fail REGR. vs. 12557
test-amd64-i386-xl-credit2 15 guest-stop fail REGR. vs. 12557
test-amd64-i386-xl 15 guest-stop
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
flight 17454 linux-linus real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/17454/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 12557
Regressions which are regarded as allowable (not blocking):
test-amd64-i386-qemut-rhel6hvm-amd 7 redhat-install fail
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
flight 17612 linux-linus real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/17612/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 12557
Regressions which are regarded as allowable (not blocking):
test-amd64-i386-rhel6hvm-intel 9 guest-start.2 fail