search for: 2701

Displaying 20 results from an estimated 66 matches for "2701".

Did you mean: 1701
2010 Apr 27
2
Problems for Skype for Asterisk
Is there an issue with running it with the latest from the 1.6.2 branch? I did an svn update and make install and now when somebody comes in via Skype, I get an infinite loop of: [Apr 27 09:53:29] WARNING[10471]: channel.c:2701 __ast_read: read() failed: Invalid argument [Apr 27 09:53:29] WARNING[10471]: channel.c:2701 __ast_read: read() failed: Invalid argument [Apr 27 09:53:29] WARNING[10471]: channel.c:2701 __ast_read: read() failed: Invalid argument [Apr 27 09:53:29] WARNING[10471]: channel.c:2701 __ast_read: read() f...
2017 Mar 30
0
[Bug 2701] New: sftp and scp show wrong units for speeds and file sizes in progress meter
https://bugzilla.mindrot.org/show_bug.cgi?id=2701 Bug ID: 2701 Summary: sftp and scp show wrong units for speeds and file sizes in progress meter Product: Portable OpenSSH Version: 7.4p1 Hardware: Other OS: Linux Status: NEW Severity:...
2010 Nov 26
0
Help on converting a daily zoo to a weekly zoo
...reating weekly data using Wednesday Obs. wed.index <- ( weekdays(index(daily)) == "Wed" ) week.dat <- daily[wed.index] > week.dat A000010 A000020 A000030 A000040 A000050 A000060 2000-01-05 3925 NA 3950 6350 21717 836 2000-01-12 3500 NA 3600 6000 NA 1021 2000-01-19 2970 2701 3135 5600 21812 787 2000-01-26 2970 2616 2810 5300 20579 783 2000-02-02 NA 2833 3030 6700 21812 NA 2. If Wed observation is NA for any stock, then I want to replace it with Thurday observation. 3. If Thurday obs is still NA, then replace it with Tuesday obs. 4. If still NA, then let it be rec...
2006 Mar 10
0
queue and service period
...,fri,sat,sun) 8--20 -> Queue the call > else play a mex reporting the service period how can i set it? thanks now i'm using this configuration: ; La coda 2700 exten => 2700,1,Answer exten => 2700,2,SetCIDName(queue 2700-${CALLERIDNAME}) exten => 2700,3,Queue(2700|t) ; La coda 2701 exten => 2701,1,Answer exten => 2701,2,SetCIDName(queue 2701-${CALLERIDNAME}) exten => 2701,3,Queue(2701|t) ; La coda 2702 exten => 2702,1,Answer exten => 2702,2,SetCIDName(queue 2702-${CALLERIDNAME}) exten => 2702,3,Queue(2702|t)
2004 Jul 06
2
lme: extract variance estimate
....377117 1 0 5 1 2.830049 2.992426 1 0 6 1 2.779616 3.240449 1 0 7 1 2.580484 2.930154 1 0 Thanks in advance, Steve Stephen P. Ellner (spe2 at cornell.edu) Department of Ecology and Evolutionary Biology Corson Hall, Cornell University, Ithaca NY 14853-2701 Phone (607) 254-4221 FAX (607) 255-8088
2006 Jun 08
2
accessing fixtures in tests
...ror occured while evaluating nil.[]" thanks in advance, -- All the best, Matthew Collins Senior Developer MindComet Corporation Orlando ? Atlanta ? New York VISIT OUR BLOGS! Corporate Blog - http://blogs.mindcomet.com Culture Blog - http://www.cakeplow.com The Relationship Agency? 2701 Maitland Center Parkway, Suite 125 Maitland, FL 32751 v 800.668.1761 x316 f 407.838.1011 AIM mattatmindcomet http://www.mindcomet.com IMPORTANT NOTICE: The information contained in this e-mail message may be privileged and confidential. If you are not the intended recipient, any further disclos...
2007 Sep 21
1
problem with 'integrate'
...r0*x - (k/B)*log(fx4 (B, x, tshift)))) } integrate(fx1, 8.36, 10, stop.on.error = FALSE); } Thanks in advance for your help... Dan Rabosky Department of Ecology and Evolutionary Biology & Fuller Evolutionary Biology Program Cornell Lab of Ornithology Cornell University Ithaca, NY 14853-2701 [[alternative HTML version deleted]]
2005 Sep 09
2
Discrepancy between R and SPSS in 2-way, repeated measures ANOVA
...COND 3 42861 14287 3.645 0.0355 TIME 1 473 473 0.175 0.681 COND*TIME 3 975 325 0.120 0.947 Error 16 43219 2701 By contrast, using the following R command: summary(aov(SIGNAL~(COND+TIME+COND*TIME)+Error(EXPNO/COND), Type="III")) the output was as follows: Df Sum Sq Mean Sq F value Pr(>F) COND 3 26516 8839 3.2517 0.03651 * TI...
2006 Apr 12
2
Building software RAID mdmad adding a second disk
...5 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 19 152586 83 Linux /dev/sda2 20 2569 20482875 83 Linux /dev/sda3 2570 2700 1052257+ 82 Linux swap /dev/sda4 2701 9964 58348080 5 Extended /dev/sda5 2701 9964 58348048+ 83 Linux So, I have an identical second disk (sdb) connected... My question is: How can I build a RAID 1 of all my particions of sda using mdadm? Something like this: /dev/md0 --> /dev/sda1 and /dev/...
2006 Jun 13
2
Building R package: make pdf & _masked_by_GlobalEnv
...rather difficult time with much of the documentation on writing packages. Apologies for the elementary level of these questions, and thanks in advance for your help! ~Dan Rabosky Dan Rabosky Department of Ecology and Evolutionary Biology 237 Corson Hall Cornell University Ithaca, NY14853-2701 USA 607 254 4262 (office) 607 592 4636 (cell) DLR32 at cornell.edu web: http://www.birds.cornell.edu/evb/Graduates_Dan.htm
2006 May 19
2
"Pipelining" programs in R
...ntering " \n " after manually entering parameters). -Enter name of output file. -Close program. Any advice will be greatly appreciated! Thanks, Dan Rabosky Dan Rabosky Department of Ecology and Evolutionary Biology 237 Corson Hall Cornell University Ithaca, NY14853-2701 USA web: http://www.birds.cornell.edu/evb/Graduates_Dan.htm
2006 Jun 07
3
Building packages in R - 'private' functions
...should an error occur within a private function, it may be very difficult for the user to decipher the nature of the problem. Any suggestions will be greatly appreciated. ~Dan Rabosky Dan Rabosky Department of Ecology and Evolutionary Biology 237 Corson Hall Cornell University Ithaca, NY14853-2701 USA DLR32 at cornell.edu web: http://www.birds.cornell.edu/evb/Graduates_Dan.htm
2014 Nov 03
2
[LLVMdev] Virtual register def doesn't dominate all uses
...= add 0x7fef2a033410, 0x7fef2a032f10 [ORD=21] [ID=29] Skipped scope entry (due to false predicate) at index 3, continuing at 2566 Match failed at index 2575 Continuing at 2628 Match failed at index 2639 Continuing at 2659 Match failed at index 2663 Continuing at 2700 Continuing at 2701 Continuing at 2702 Match failed at index 2703 Continuing at 2817 Match failed at index 2818 Continuing at 2901 Match failed at index 2902 Continuing at 2985 Match failed at index 2986 Continuing at 3100 Match failed at index 3101 Continuing at 3215 Match failed at index 3216...
2009 Apr 22
4
Problem with "apply"
...2 53 54 55 56 57 58 59 774 650 908 892 784 925 781 1043 1161 924 1087 827 1261 1356 1297 1272 1277 1614 1831 1523 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 1702 1251 1954 2157 1901 2090 1874 2705 3085 2529 2488 1777 2701 2586 2308 2020 1801 2269 2486 1856 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 1762 1047 1413 1326 967 1013 753 870 884 531 601 277 364 301 193 288 149 174 169 470 100 101 102 103 104 105 106 107 108 114 115 117...
2003 Sep 08
4
is one of my hosts a scanner?
so i just found that one of my hosts is GENERATING these probe pairs, maybe every minute or two (note the sequence numbers): seq my host victim(s) --- ---------------- --------------- 24) 192.168.0.2:1121 <--> 216.52.3.2:2703 25) 192.168.0.2:1122 <--> 216.52.3.4:2703 39) 192.168.0.2:1124 <-->
2015 Sep 11
11
[Bug 2463] New: Conflict with openbsd compat glob() function in shared libraries
...Version: 7.1p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at mindrot.org Reporter: jjelen at redhat.com Created attachment 2701 --> https://bugzilla.mindrot.org/attachment.cgi?id=2701&action=edit proof of concept with patch I am really wondering if nobody ever hit this issue before so I apologize that this report will be a bit longer, because I would like to express the state of things and the way how I get to thi...
2014 Dec 09
2
Can't create an account on bugs.centos.org
Hi, I want to report a bug on bugs.centos.org. But I'm unable to register a new account. The register page keeps returning: Session variable 'captcha_key' not found. I have tried with several browsers (even internet explorer :o ) but all give the same result. Regards, SV.
2014 Dec 09
0
Can't create an account on bugs.centos.org
...39;m unable to register a new > account. The register page keeps returning: > Session variable 'captcha_key' not found. > > I have tried with several browsers (even internet explorer :o ) but all > give the same result. I can confirm the problem. It says: APPLICATION ERROR #2701 Session variable "captcha_key" not found. Hope someone fixes it quickly. Jim? Until then, there will be no bugs! Akemi
2006 May 31
2
observe_field gets "Form is not defined"
...any suggestions on why i''m getting this javascript error? -- All the best, Matthew Collins Senior Developer MindComet Corporation Orlando ? Atlanta ? New York VISIT OUR BLOGS! Corporate Blog - http://blogs.mindcomet.com Culture Blog - http://www.cakeplow.com The Relationship Agency? 2701 Maitland Center Parkway, Suite 125 Maitland, FL 32751 v 800.668.1761 x316 f 407.838.1011 AIM mattatmindcomet http://www.mindcomet.com IMPORTANT NOTICE: The information contained in this e-mail message may be privileged and confidential. If you are not the intended recipient, any further disclos...
2010 Mar 21
1
arc_summary.pl results
...Used Ghost: 0% 1679 (mfu_ghost) [ Frequent Customer Evicted, Now Back ] CACHE HITS BY DATA TYPE: Demand Data: 91% 54885238 Prefetch Data: 0% 15730 Demand Metadata: 6% 3820665 Prefetch Metadata: 2% 1207729 CACHE MISSES BY DATA TYPE: Demand Data: 15% 5618 Prefetch Data: 63% 23581 Demand Metadata: 7% 2701 Prefetch Metadata: 13% 5152 --------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20100321/0a69f639/attachment.html>