search for: 526

Displaying 20 results from an estimated 502 matches for "526".

Did you mean: 256
2020 Aug 06
1
asterisk 13.33 and polycom
...no errors in the CLI - looks just like the previous call as far as I can tell. Then reboot the phone and as soon as its ready call it and it rings just liek before. then some time later no longer rings. -- Executing [something at smvoice-dialout:4] Dial("SIP/1005-000000ab", "SIP/526,30000,tT") in new stack == Using SIP RTP CoS mark 5 -- Called SIP/526 -- SIP/526-000000ac is ringing 526 is the extension in question. (my definition follows): [526] type=friend defaultname=526 defaultuser=526 secret=XXXXXXXXX dtmfmode=RFC2833 host=dynamic description=Polycom contex...
2011 Jul 11
0
Instability when using RDMA transport
...client-1: Using Program GlusterFS-3.1.0, Num (1298437), Version (310) [2011-07-11 10:19:58.525506] I [client-handshake.c:913:client_setvolume_cbk] 0-gluster-vol01-client-1: Connected to 10.1.1.5:24009, attached to remote volume '/gluster-raw-storage'. [2011-07-11 10:21:20.834771] E [iobuf.c:526:iobuf_ref] (-->/opt/glusterfs/3.2.1/lib64/glusterfs/3.2.1/rpc-transport/rdma.so(rdma_recv_reply+0xdc) [0x2aaaac53234c] (-->/opt/glusterfs/3.2.1/lib64/glusterfs/3.2.1/rpc-transport/rdma.so(rdma_pollin_notify+0x77) [0x2aaaac531c87] (-->/opt/glusterfs/3.2.1/lib64/libgfrpc.so.0(rpc_transport_p...
2008 Jan 17
3
vector generation
Dear Contributors: I have the next vector: "Z" 526 723 110 1110 34 778 614 249 14 I want to generate a vector containing the ratios of all the values versus all the values of the z vector. I mean a vector containing the values of 526/723, 526/110, and so on, 723/723, 723/110, and so on, and so on. Is this doable in a simple way?? Thanks in advance...
2005 Dec 16
1
tapply question
...2 0.51793929 522 3 0.90340299 522 4 1.20293325 522 5 1.05578774 523 6 0.01617942 523 7 0.68183543 523 8 0.43820244 523 9 1.14123995 524 10 0.05809550 524 11 0.93061597 524 12 1.39739700 524 13 1.05220953 525 14 0.03471461 525 15 0.63168798 525 16 1.40592603 525 17 1.41884492 526 18 0.23388479 526 19 0.21881064 526 20 0.99710830 526 21 2.02054187 527 22 1.99872887 527 23 1.04187450 527 24 1.31556807 527 25 2.77775190 528 26 2.94778561 528 27 1.88800177 528 28 2.08249941 528 I have succesfully used a command line such as the one below to get maxima for each &quo...
2003 Mar 31
1
[Bug 526] potential ssh-keysign segfault if pktype == KEY_UNSPEC
http://bugzilla.mindrot.org/show_bug.cgi?id=526 Summary: potential ssh-keysign segfault if pktype == KEY_UNSPEC Product: Portable OpenSSH Version: 3.6p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Miscellaneous...
2006 Dec 23
1
[Bug 526] REDIRECT --to 3128 Doesn't redirect correctly
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=526 netfilter@linuxace.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |netfilter@linuxace.com Status|NEW |RESOLVED...
2006 Oct 24
0
[Bug 526] New: REDIRECT --to 3128 Doesn't redirect correctly
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=526 Summary: REDIRECT --to 3128 Doesn't redirect correctly Product: iptables Version: 1.3.5 Platform: i386 OS/Version: Fedora Status: NEW Severity: normal Priority: P2 Component: iptables AssignedTo...
2008 Jan 17
1
Res: vector generation
hi Juan, It is not so elegant, but work fine. I know that our colleagues can do it on a simple line. z<-c(526,723,110,1110,34,778,614,249,14) v1<-NULL v2<-NULL for (i in 1:(length(z)-1)) { for (j in i:length(z)) { v1<-rbind(v1,z[i]) v2<-rbind(v2,z[j]) } } df<-data.frame(cbind(v1=v1,v2=v2)) names(df)<-c("v1","v2") df$ratio<-df$v1/df$v2 Kind regards, Miltinho Bra...
2013 Nov 04
0
[virtio_blk] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:526 sysfs_add_one()
On 11/04/2013 07:10 AM, Fengguang Wu wrote: > Hi Jens, > > I'm not very sure about this bisect, but anyway it'd be good to inform > you of a possible problem on commit > > commit 3a02db083a78c9f3c9b69305ab513f9422d91b08 > Author: Jens Axboe <axboe at kernel.dk> > Date: Fri May 24 20:22:33 2013 +0200 > > virtio_blk: blk-mq support > >
2013 Nov 06
1
[virtio_blk] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:526 sysfs_add_one()
Hi Jens, On Mon, Nov 04, 2013 at 03:58:41PM -0700, Jens Axboe wrote: > On 11/04/2013 07:10 AM, Fengguang Wu wrote: > > Hi Jens, > > > > I'm not very sure about this bisect, but anyway it'd be good to inform > > you of a possible problem on commit > > > > commit 3a02db083a78c9f3c9b69305ab513f9422d91b08 > > Author: Jens Axboe <axboe at
2013 Nov 06
1
[virtio_blk] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:526 sysfs_add_one()
Hi Jens, On Mon, Nov 04, 2013 at 03:58:41PM -0700, Jens Axboe wrote: > On 11/04/2013 07:10 AM, Fengguang Wu wrote: > > Hi Jens, > > > > I'm not very sure about this bisect, but anyway it'd be good to inform > > you of a possible problem on commit > > > > commit 3a02db083a78c9f3c9b69305ab513f9422d91b08 > > Author: Jens Axboe <axboe at
2015 Oct 02
0
virsh with OSX and virtualbox
...rObjectNew:202 : OBJECT_NEW: obj=0x7f9cda600c20 classname=virConnectCloseCallbackData 2015-10-02 08:52:11.876+0000: 18446744073709551615: debug : virEventRunDefaultImpl:305 : running default event implementation 2015-10-02 08:52:11.876+0000: 18446744073709551615: debug : virEventPollCleanupTimeouts:526 : Cleanup 1 2015-10-02 08:52:11.876+0000: 18446744073709551615: debug : virEventPollCleanupHandles:575 : Cleanup 1 2015-10-02 08:52:11.876+0000: 18446744073709551615: debug : virEventPollMakePollFDs:401 : Prepare n=0 w=1, f=4 e=1 d=0 2015-10-02 08:52:11.876+0000: 18446744073709551615: debug : virEv...
2013 Apr 16
1
assistant
...assure1043438.77 -1.547e+01 1.908e-07 1.981e+03 -0.008 0.99377 sumassure10482402.52 -1.567e+01 1.560e-07 3.699e+03 -0.004 0.99662 sumassure105000 -1.556e+01 1.755e-07 3.493e+03 -0.004 0.99645 sumassure1050000 -1.562e+01 1.644e-07 3.293e+03 -0.005 0.99622 sumassure1052631.57 -1.555e+01 1.764e-07 4.870e+03 -0.003 0.99745 sumassure1056363.94 -1.498e+01 3.123e-07 7.384e+03 -0.002 0.99838 sumassure1059480 -1.555e+01 1.763e-07 1.589e+03 -0.010 0.99219 sumassure1073559.38 -1.551e+01 1.842e-07 5.238e+03 -0.003 0.99764 sumassure108000...
2001 Sep 27
4
using the pfe editor with R 1.1.3 under windows 2000
...E is "too old" and not worth keeping? It does have a lot of nice features and I would like to keep using it-- at least for a while. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Anne E. York National Marine Mammal Laboratory Seattle WA 98115-0070 USA e-mail: anne.york at noaa.gov Voice: +1 206-526-4039 Fax: +1 206-526-6615 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &q...
2000 Apr 19
1
INSTALL_SCRIPT during installation (PR#526)
The following patch uses INSTALL_SCRIPT to install scripts, as opposed to directly using INSTALL. It is relative to R-1.0.1 source. -- Johnny C. Lam <lamj@stat.cmu.edu> Department of Statistics, Carnegie Mellon University http://www.stat.cmu.edu/~lamj/ --- Makeconf.in.orig Sat Jan 22 15:10:00 2000 +++ Makeconf.in Mon Apr 17 16:04:58 2000 @@ -23,6 +23,7 @@ INSTALL =
2019 Feb 05
4
Release notify (2.2.36.1 and 2.3.4.1)
...39;, but argument 4 has type 'uint64_t' > test-event-stats.c:484: warning: format '%lu' expects type 'long unsigned > int', but argument 6 has type 'uint64_t' > test-event-stats.c: In function 'test_merge_events_skip_parents': > test-event-stats.c:526: warning: format '%lu' expects type 'long unsigned > int', but argument 2 has type 'uint64_t' > test-event-stats.c:526: warning: format '%lu' expects type 'long unsigned > int', but argument 4 has type 'uint64_t' > test-event-stats.c:526:...
2019 Feb 05
4
Release notify (2.2.36.1 and 2.3.4.1)
...39;, but argument 4 has type 'uint64_t' > test-event-stats.c:484: warning: format '%lu' expects type 'long unsigned > int', but argument 6 has type 'uint64_t' > test-event-stats.c: In function 'test_merge_events_skip_parents': > test-event-stats.c:526: warning: format '%lu' expects type 'long unsigned > int', but argument 2 has type 'uint64_t' > test-event-stats.c:526: warning: format '%lu' expects type 'long unsigned > int', but argument 4 has type 'uint64_t' > test-event-stats.c:526:...
2019 Feb 05
2
Release notify (2.2.36.1 and 2.3.4.1)
...9; >> > test-event-stats.c:484: warning: format '%lu' expects type 'long >> unsigned >> > int', but argument 6 has type 'uint64_t' >> > test-event-stats.c: In function 'test_merge_events_skip_parents': >> > test-event-stats.c:526: warning: format '%lu' expects type 'long >> unsigned >> > int', but argument 2 has type 'uint64_t' >> > test-event-stats.c:526: warning: format '%lu' expects type 'long >> unsigned >> > int', but argument 4 has type ...
2001 Jul 17
2
R-help archives after June 21 2001
...urce for the archives of this news group after June 21. I was subscribed to a digest version, but it stopped arriving after that date. Anne ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Anne E. York National Marine Mammal Laboratory Seattle WA 98115-0070 USA e-mail: anne.york at noaa.gov Voice: +1 206-526-4039 Fax: +1 206-526-6615 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &q...
2002 Dec 04
1
using edit.data.frame
...edit.data.frame(dum) Error in edit.data.frame(dum) : Can only handle vector and factor elements > Any ideas why this won't work? Anne ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Anne E. York National Marine Mammal Laboratory Seattle WA 98115-0070 USA e-mail: anne.york at noaa.gov Voice: +1 206-526-4039 Fax: +1 206-526-6615 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~