search for: 24954

Displaying 20 results from an estimated 20 matches for "24954".

Did you mean: 24054
2010 Jun 23
1
mhplot error with test example: "ylim not found"
...xamples they give in the documentation: # foo example test <- matrix(c(1,1,4,1,1,6,1,10,3,2,1,5,2,2,6,2,4,8),byrow=TRUE,6) mhtplot(test) mhtplot(test,logscale=F) # fake example with Affy500k data affy <-c(40220, 41400, 33801, 32334, 32056, 31470, 25835, 27457, 22864, 28501, 26273, 24954, 19188, 15721, 14356, 15309, 11281, 14881, 6399, 12400, 7125, 6207) CM <- cumsum(affy) n.markers <- sum(affy) n.chr <- length(affy) test <- data.frame(chr=rep(1:n.chr,affy),pos=1:n.markers,p=runif(n.markers)) # to reduce size of the plot # bitmap("mhtplot.bmp",res=72*5) oldpa...
2002 Jun 25
1
[Bug 293] New: sshd 3.3p1 doesn't work on Slackware
...et sshd[18682]: fatal: mmap(65536): Invalid argument Jun 25 11:30:31 Slynet sshd[18733]: fatal: mmap(65536): Invalid argument Jun 25 11:53:03 Slynet sshd[24948]: fatal: mmap(65536): Invalid argument Jun 25 11:53:25 Slynet sshd[24950]: fatal: mmap(65536): Invalid argument Jun 25 11:54:38 Slynet sshd[24954]: fatal: mmap(65536): Invalid argument Jun 25 12:22:40 Slynet sshd[31001]: fatal: mmap(65536): Invalid argument -- This happens for every incoming connection .. the connection brakes off and the other client closes with a 'broken pipe' ------- You are receiving this mail because: -----...
2009 Nov 27
1
problem tick marker and text
...rs. This example from mhtplot has the chromosome number at the place of the tickmarker. How can I change this to ???in between???? Thanks!, Naomi # fake example with Affy500k data affy <-c(40220, 41400, 33801, 32334, 32056, 31470, 25835, 27457, 22864, 28501, 26273, 24954, 19188, 15721, 14356, 15309, 11281, 14881, 6399, 12400, 7125, 62 07) CM <- cumsum(affy) n.markers <- sum(affy) n.chr <- length(affy) test <- data.frame(chr=rep(1:n.chr,affy),pos=1:n.markers,p=runif(n.markers)) oldpar <- par() par(las="1",cex=0.6) colors <- rep(c("...
2013 Oct 03
1
Xorg fills up /var/log/Xorg.0.log with AUDIT messages (up to system crash)
...Auth name: MIT-MAGIC-COOKIE-1 ID: 572 [ 24272.552] AUDIT: Wed Oct 2 15:41:44 2013: 2625: client 28 disconnected [ 24272.564] AUDIT: Wed Oct 2 15:41:44 2013: 2625: client 30 disconnected [ 24272.575] AUDIT: Wed Oct 2 15:41:44 2013: 2625: client 28 connected from local host ( uid=9435 gid=577 pid=24954 ) Auth name: MIT-MAGIC-COOKIE-1 ID: 572 [ 24272.577] AUDIT: Wed Oct 2 15:41:44 2013: 2625: client 30 connected from local host ( uid=9435 gid=577 pid=24958 ) Auth name: MIT-MAGIC-COOKIE-1 ID: 572 [ 24272.585] AUDIT: Wed Oct 2 15:41:44 2013: 2625: client 28 disconnected [ 24272.612] AUDIT:...
2020 Feb 19
2
dimnames incoherence?
...ripley if (isNull(y)) { 1743 76166 luke UNPROTECT(2); /* args, y */ 1744 4166 ihaka return x; 1745 45446 ripley } 1746 35680 murdoch if (length(y) == 1) 1747 68094 luke x = allocVector(TYPEOF(y), 0); 1748 24954 ripley else 1749 68094 luke x = allocVector(VECSXP, 0); 1750 1820 ihaka } ---- ------ --------- ---------------------------------------------- " ## so clearly, in case the value is of length 1, no list is created . ## For dimnames<- Replacing NUL...
2013 Aug 12
1
Asterisk 11.5.0 [Paging causes Asterisk to exit]
I've recently had an Asterisk 1.4.x install system crash, luckily I was well into configuring a replacement system. Initially, the system was running: Debian 6 64BIT Asteirsk 11.3 USB sound card (to paging amp) Audio file is sent to the console via /dev/dsp1 on a 3 second time delayed call file. Initial testing shows this working well, but the day before I was to deliver and install, I
2006 Jan 12
3
url_for in tests
Hi there, I''ve added an extra bunch of testing features for doing in-browser testing with Selenium, and am having quite a time figuring out how to use url_for with having a controller object present. I''ve tried using ActionController::Base.url_for and ActionView::Helpers::UrlHelper.url_for but haven''t been able to get something that works. What I want to be able
2015 Jun 04
0
Asterisk 11.18.0 Now Available
...xtensions.ael and extensions.conf (Reported by Corey Farrell) * ASTERISK-24975 - Enabling 'DEBUG_THREADLOCALS' Causes the Build to Fail (Reported by Ashley Sanders) * ASTERISK-24959 - [patch]CLI command cdr show pgsql status (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-24954 - Git migration: Asterisk version numbers are incompatible with the Test Suite (Reported by Matt Jordan) * ASTERISK-21777 - Asterisk tries to transcode video instead of audio (Reported by Nick Ruggles) * ASTERISK-24380 - core: Native formats are set to h264 with certain audio/vi...
2015 Jun 04
0
Asterisk 11.18.0 Now Available
...xtensions.ael and extensions.conf (Reported by Corey Farrell) * ASTERISK-24975 - Enabling 'DEBUG_THREADLOCALS' Causes the Build to Fail (Reported by Ashley Sanders) * ASTERISK-24959 - [patch]CLI command cdr show pgsql status (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-24954 - Git migration: Asterisk version numbers are incompatible with the Test Suite (Reported by Matt Jordan) * ASTERISK-21777 - Asterisk tries to transcode video instead of audio (Reported by Nick Ruggles) * ASTERISK-24380 - core: Native formats are set to h264 with certain audio/vi...
2020 Feb 21
0
dimnames incoherence?
...y)) { > 1743 76166 luke UNPROTECT(2); /* args, y */ > 1744 4166 ihaka return x; > 1745 45446 ripley } > 1746 35680 murdoch if (length(y) == 1) > 1747 68094 luke x = allocVector(TYPEOF(y), 0); > 1748 24954 ripley else > 1749 68094 luke x = allocVector(VECSXP, 0); > 1750 1820 ihaka } > ---- ------ --------- ---------------------------------------------- > " > ## so clearly, in case the value is of length 1, no list is created . > > #...
2003 Jan 28
1
Having a problem ...
...LM 0.1 [[2003/01/23 17:55:182003/01/23 17:55:18, 3, 10] ] smbd/server.clib/util.c::exit_serverdump_data(495() 1539 Server exit (normal exit) ) [060] 32 00 2. [2003/01/23 17:55:18, 3] smbd/process.c:switch_message(685) switch message SMBnegprot (pid 24954) [2003/01/23 17:55:18, 0] smbd/process.c:smb_dump(637) created /tmp/SMBnegprot.2.req len 137 [2003/01/23 17:55:18, 3] smbd/sec_ctx.c:set_sec_ctx(329) setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0 [2003/01/23 17:55:18, 5] smbd/uid.c:change_to_root_user(217) change_to_root_user: now uid=(0,0)...
2015 Jun 04
0
Asterisk 13.4.0 Now Available
...l) being NULL on unbridged channel (Reported by viniciusfontes) * ASTERISK-24970 - Crash in res_pjsip_pubsub handling of failed notify (Reported by Scott Griepentrog) * ASTERISK-24959 - [patch]CLI command cdr show pgsql status (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-24954 - Git migration: Asterisk version numbers are incompatible with the Test Suite (Reported by Matt Jordan) * ASTERISK-17608 - func_aes.so cannot be loaded if res_crypto / openssl not compiled (Reported by Warren Selby) * ASTERISK-24928 - [patch]t38_udptl_maxdatagram in pjsip.conf not...
2015 Jun 04
0
Asterisk 13.4.0 Now Available
...l) being NULL on unbridged channel (Reported by viniciusfontes) * ASTERISK-24970 - Crash in res_pjsip_pubsub handling of failed notify (Reported by Scott Griepentrog) * ASTERISK-24959 - [patch]CLI command cdr show pgsql status (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-24954 - Git migration: Asterisk version numbers are incompatible with the Test Suite (Reported by Matt Jordan) * ASTERISK-17608 - func_aes.so cannot be loaded if res_crypto / openssl not compiled (Reported by Warren Selby) * ASTERISK-24928 - [patch]t38_udptl_maxdatagram in pjsip.conf not...
2020 Feb 19
3
dimnames incoherence?
Hi, I was bitten by a little incoherence in dimnames assignment or may be I missed some point. Here is the case. If I assign row names via dimnames(a)[[1]], when nrow(a)=1 then an error is thrown. But if I do the same when nrow(a) > 1 it's OK. Is one of this case works unexpectedly? Both? Neither? a=as.matrix(1) dimnames(a)[[1]]="a" # error: 'dimnames' must be a list
2007 Sep 13
5
statistics - hypothesis testing question
I estimate two competing simple regression models, A and B where the LHS is the same in both cases but the predictor is different ( I handle the intercept issue based on other postings I have seen ). I estimate the two models on a weekly basis over 24 weeks. So, I end up with 24 RSquaredAs and 24 RsquaredBs, so essentally 2 time series of Rsquareds. This doesn't have to be necessarily thought
2020 Feb 22
2
dimnames incoherence?
...UNPROTECT(2); /* args, y */ >> 1744 4166 ihaka return x; >> 1745 45446 ripley } >> 1746 35680 murdoch if (length(y) == 1) >> 1747 68094 luke x = allocVector(TYPEOF(y), 0); >> 1748 24954 ripley else >> 1749 68094 luke x = allocVector(VECSXP, 0); >> 1750 1820 ihaka } >> ---- ------ --------- ---------------------------------------------- >> " >> ## so clearly, in case the value is of le...
2011 Apr 29
0
Wine release 1.3.19
...17 3DMark Vantage needs msvcp80 unimplemented function 24364 Enemy Territory: Quake Wars EditWorld: needs msvcr80.dll._vsprintf_p 24523 Portal: Rendering glitches on menu screen 24573 Freelancer: complete freeze on selecting New Game on fresh install 24794 mytrader2009 crashes lately 24954 Need For Speed Underground 2 installer won't start 25232 Razor2: Hidden Skies has parts that are not rendered 25504 League of Legends - In Launcher Store not displayed 26028 Buitin IE crash while open a activex control from Bank of Communications (wrong instance handle when registerin...
2016 Jul 13
0
Certified Asterisk 13.8-cert1 Now Available
...STERISK-24970 - Crash in res_pjsip_pubsub handling of failed notify (Reported by Scott Griepentrog) * ASTERISK-13721 - memory leak in "strings.c" (Reported by pj) * ASTERISK-24959 - [patch]CLI command cdr show pgsql status (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-24954 - Git migration: Asterisk version numbers are incompatible with the Test Suite (Reported by Matt Jordan) * ASTERISK-17608 - func_aes.so cannot be loaded if res_crypto / openssl not compiled (Reported by Warren Selby) * ASTERISK-24928 - [patch]t38_udptl_maxdatagram in pjsip.conf not...
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
...- [patch]CLI command cdr show pgsql status (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-20524 - AMI improperly handles lines of exactly 1025 characters (Reported by David M. Lee) * ASTERISK-24936 - New Feature: AO2 weakproxy objects (Reported by Corey Farrell) * ASTERISK-24954 - Git migration: Asterisk version numbers are incompatible with the Test Suite (Reported by Matt Jordan) * ASTERISK-17608 - func_aes.so cannot be loaded if res_crypto / openssl not compiled (Reported by Warren Selby) * ASTERISK-24928 - [patch]t38_udptl_maxdatagram in pjsip.conf not...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...terisk.org/jira/browse/ASTERISK-20524>] - AMI improperly handles lines of exactly 1025 characters (Reported by David M. Lee) - [ASTERISK-24936 <https://issues.asterisk.org/jira/browse/ASTERISK-24936>] - New Feature: AO2 weakproxy objects (Reported by Corey Farrell) - [ASTERISK-24954 <https://issues.asterisk.org/jira/browse/ASTERISK-24954>] - Git migration: Asterisk version numbers are incompatible with the Test Suite (Reported by Matt Jordan) - [ASTERISK-17608 <https://issues.asterisk.org/jira/browse/ASTERISK-17608>] - func_aes.so cannot be loaded if re...