Displaying 16 results from an estimated 16 matches for "14551".
Did you mean:
1455
2009 Nov 03
2
Issue with %in% - not matching identical rows in data frames
...%in% today.sequence', I get all FALSE when it should be all TRUE.
I'm certain I'm making some trivial mistake. Any solutions?
The code to recreate the data frames and see for yourself is:
----
sequence <- structure(list(DATE = structure(c(14549, 14549, 14553, 14550,
14557, 14550, 14551, 14550), class = "Date"), DATASET = c(1L,
2L, 1L, 2L, 2L, 3L, 3L, 4L), REP = c(1L, 0L, 2L, 2L, 3L, 0L,
1L, 0L), WRONGS_ABS = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L), WRONGS_RATIO = c(0L,
0L, 0L, 0L, 0L, 0L, 0L, 0L), DONE = c(1L, 1L, 0L, 1L, 0L, 1L,
0L, 0L)), .Names = c("DATE", "D...
2004 May 19
1
Strange Sip (FWD, SipGate and such) problem
...k box (static ip).
The asterisk box has 2 network interfaces. One internal and one external.
Now when I make an call to a FWD or SipGate number all I get is
-- Executing NoOp("SIP/113-6d2e", "") in new stack
-- Executing Goto("SIP/113-6d2e", "intern-post|714551|1") in new stack
-- Goto (intern-post,714551,1)
-- Executing SetCallerID("SIP/113-6d2e", "270002") in new stack
-- Executing SetCIDName("SIP/113-6d2e", "Thomas Gallaway") in new stack
-- Executing Dial("SIP/113-6d2e", "SIP/...
2015 Dec 07
2
libvirt logging of virDomainAttachDeviceFlags()
Hi,
When using « virsh attach-device ....." to add a channel device to a Guest , I see following entry in libvirt log :
2015-12-07 11:14:47.307+0000: 14551: debug : virDomainAttachDeviceFlags:10433 : dom=0x7f2a58252fc0, ........
Great !!
But , when calling virDomainAttachDeviceFlags( ) from a C program , I got return code -1 but nothing appears related to virDomainAttachDeviceFlags( ) in the libvirt log file .
Others libvirt calls of this C progra...
2003 Aug 19
1
Problem with * server and FWD
...2.246.69.223:5060 10082 120 Registered
Call inside the network work just fine. But when I want to go out ..
nothing.
Actually the phone does ring on the other side and when it answers this is
what I get :
-- Executing Dial("SIP/200-a4e4", "SIP/14551@fwd.pulver.com") in new
stack
-- Called 13290@fwd.pulver.com
-- SIP/fwd.pulver.com-a6c9 is ringing
-- SIP/fwd.pulver.com-a6c9 answered SIP/200-a4e4
-- Attempting native bridge of SIP/200-a4e4 and SIP/fwd.pulver.com-a6c9
I can't hear and neither can the other side....
2003 Apr 06
5
SIP Testing
We're on track for a release of Asterisk 0.4.0 soon. I'd like to try to
see to it that we have squared away our SIP implementation by then, and
after that point, try to keep it in tip top shape.
In general, I find that SIP is extremely fragile, and every time I try to
fix one bug, I end up creating another somewhere. What I need are
strategies for verifying that the SIP implementation
2015 Dec 07
0
Re: libvirt logging of virDomainAttachDeviceFlags()
On 07.12.2015 13:14, Jean-Pierre Ribeauville wrote:
> Hi,
>
> When using « virsh attach-device ....." to add a channel device to a Guest , I see following entry in libvirt log :
>
> 2015-12-07 11:14:47.307+0000: 14551: debug : virDomainAttachDeviceFlags:10433 : dom=0x7f2a58252fc0, ........
>
> Great !!
>
> But , when calling virDomainAttachDeviceFlags( ) from a C program , I got return code -1 but nothing appears related to virDomainAttachDeviceFlags( ) in the libvirt log file .
> Others libvi...
2014 Mar 04
0
[PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
...27 2372 2681
4 2689 2934 5392
5 3736 3658 7696
6 4942 4434 9876
7 6304 5176 11901
8 7736 5955 14551
Below is the code that I used:
static inline u32 queue_code_xchg(struct qspinlock *lock, u32 *ocode,
u32 ncode)
{
while (true) {
u32 qlcode = atomic_read(&lock->qlcode);
if (qlcode == 0) {
/*
*...
2014 Mar 04
1
[PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
...2681
> 4 2689 2934 5392
> 5 3736 3658 7696
> 6 4942 4434 9876
> 7 6304 5176 11901
> 8 7736 5955 14551
>
I'm just not seeing that; with test-4 modified to take the AMD compute
units into account:
root at interlagos:~/spinlocks# LOCK=./qspinlock-pending-opt ./test-4.sh ; LOCK=./qspinlock-pending-opt2 ./test-4.sh
4: 50783.509653
8: 146295.875715
16: 332942.964709
4: 51033.341441
8: 14632...
2014 Mar 04
1
[PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
...2681
> 4 2689 2934 5392
> 5 3736 3658 7696
> 6 4942 4434 9876
> 7 6304 5176 11901
> 8 7736 5955 14551
>
I'm just not seeing that; with test-4 modified to take the AMD compute
units into account:
root at interlagos:~/spinlocks# LOCK=./qspinlock-pending-opt ./test-4.sh ; LOCK=./qspinlock-pending-opt2 ./test-4.sh
4: 50783.509653
8: 146295.875715
16: 332942.964709
4: 51033.341441
8: 14632...
2014 Mar 03
5
[PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
Hi,
Here are some numbers for my version -- also attached is the test code.
I found that booting big machines is tediously slow so I lifted the
whole lot to userspace.
I measure the cycles spend in arch_spin_lock() + arch_spin_unlock().
The machines used are a 4 node (2 socket) AMD Interlagos, and a 2 node
(2 socket) Intel Westmere-EP.
AMD (ticket) AMD (qspinlock + pending + opt)
Local:
2014 Mar 03
5
[PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
Hi,
Here are some numbers for my version -- also attached is the test code.
I found that booting big machines is tediously slow so I lifted the
whole lot to userspace.
I measure the cycles spend in arch_spin_lock() + arch_spin_unlock().
The machines used are a 4 node (2 socket) AMD Interlagos, and a 2 node
(2 socket) Intel Westmere-EP.
AMD (ticket) AMD (qspinlock + pending + opt)
Local:
2004 Jan 18
2
Asterisk as SIP Redirect Server -- Implemented - Not Working - Plz Help
I have coded chan_sip.c so that you can have
// sip.conf
register => username:password@somedomain.com/redirectconfig
[redirectconfig]
redirect=yes
redirecturi=sip:12345@domain1.com
redirecturi=sip:34556@domain2.com
redirecturi=sip:87877@domain3.com ....
so when you receive a call it will redirect to the alternating uri's with a
SIP 300 Message.
It works with the following sequence,
2006 Jun 17
5
Having trouble listing tiers of categories
I have categories and sub-categories in a table called "categories".
Every row has a "parent" field to note if the entry is the sub-category
of another (never goes deeper than 1 level).
So there might be something like this:
id | name | parent
1 Dog 0
2 Pug 1
3 Siamese 5
4 Shih Tzu 1
5 Cat 0
6 Wiener Dog 1
7 Persian
2006 May 10
3
--include-from doesn't include
I'm trying to backup certain pieces of my XP workstations home directory
to a mapped drive using rsync on Cygwin. I was able to create a fairly
useful exclude-from list, but I'm unable to re-include portions a subset
of an excluded directory. My rsync command looks like this:
rsync -avn --delete --stats ~/ \
/cygdrive/i/HRMS/rdavies/backup/home \
2007 Sep 16
5
doubt about bridge qdisc
Hi guys, i have a little doubt ;
I have eth0 ethernet and eth1 wireless , and they are bridged in br0
Is there any difference in the behavior between do
tc qdisc add dev br0 root sfq
OR
tc qdisc add dev eth0 root sfq && tc qdisc add dev eth1 root sfq
--
[]''s
Salatiel
"O maior prazer do inteligente é bancar o idiota
diante de um idiota que banca o
2012 May 25
0
Wine release 1.5.5
...not launch
12975 outlook 2007 doesn't run after install
13082 Adobe Premiere Pro 1.5 fails to start
13369 Vobblanker: crashes randomly
13837 FlowCode hangs when works with LCD module init.
14256 Half-Life 2 Episode 2 & Portal: hl2.exe continues to running after exit of game
14551 Wine Iexplore does not have usable GUI
14972 The config program that comes with Final Fantasy 8 does not work.
15042 check boxes go sometimes completely black
15160 bad display in Azure Quest3D demo
15292 Microsoft Office Outlook 2007: Cannot start outlook once e-mail settings have bee...