search for: ca1

Displaying 20 results from an estimated 26 matches for "ca1".

Did you mean: a1
2011 Aug 04
0
Local delivery via deliver fails for 1 user in alias
...h the internet, but don't know what I'm looking for. I'm also concerned that we might be dropping more mail. Thoughts anyone? Thank you in advance for your help. I greatly appreciate it! -- Greg ______________ Greg Woods Cirrus Aviation Services 702-448-2366 702-343-7784 (mobile) ca1:cur root# /usr/sbin/dovecotd --version 1.1.20apple0.5 ca1:cur root# /usr/sbin/dovecotd -n # 1.1.20apple0.5: /private/etc/dovecot/dovecot.conf Warning: fd limit 256 is lower than what Dovecot can use under full load (more than 456). Either grow the limit or change login_max_processes_count...
2008 Nov 20
2
Reformatting a table
Hi !            I am new to R. Can somebody help me in reformatting huge output files ,i.e, rearranging sets of columns in specific order. For example: I have data for three compunds 1, 2 and 3 file1: ID CA1 CA3 CA2 MA2 MA1 MA3 1 14 15 13 7 12 3 2 19 7 12 10 14 5 3 21 12 19 6 8 9   to File 2:   ID CA1 CA2 CA3 MA1 MA2 MA3 1 14 13 15 12 7 3 2 19 12 7 14 10 5 3 21 19 12 8 6 9   or File3: ID CA1 MA1 CA2 MA2 CA3 MA3 1 14 12 13 7 15 3 2 19 14 12 10 7 5 3 21 8 19 6 12 9   Thanks for your help, Tu...
2007 Apr 23
1
problem with 3-way conferenicing
Hi, I am trying to achieve 3-way conferencing taking hint from wiki link http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO Here is the scenario: 1. user "ua1" calls user "ca1" 2. "ua1" then presses the feature code "*0" to redirect "ca1" to conference room 300 3. "ua1" then dials the user "33" 4. user "ua1" and "33" are connected 5. Now when "ua1" presses the feature code "**&...
2013 Apr 11
2
group data
Hey, I have a dataset and I want to identify the records by groups for further use in ggplot. Here is a sample data: ID Value AL1 1 AL2 2 CA1 3 CA4 4 I want to identify all the records that in the same state (AL1 AND A2), group them as "AL", and do the same for CA1 and CA4. How can I have an output like: ID Value State AL1 1 AL AL2 2 AL CA1 3 CA CA4 4 CA Thanks for your help! [[alternative HTML v...
2014 Apr 22
2
Re: TLS and intermediate CA
Thanks for the response. My current chain is as follows: caroot -> child-ca1 -> server cert My cacert.pem file has both the caroot and the child-ca1 certs. I have recompiled libvirt on my machine with some extra debug statements and verified that both the caroot cert and the child-ca1 certs are being loaded. But when I try to connect the caroot and child-ca1 certs only...
2012 May 10
0
Time series and stl in R: Error only univariate series are allowed
I am doing analysis on hourly precipitation on a file that is disorganized. However, I managed to clean it up and store it in a dataframe (called CA1) which takes the form as followed: Station_ID Guage_Type Lat Long Date Time_Zone Time_Frame H0 H1 H2 H3 H4 H5 H6 H7 H8 H9 H10 H11 H12 H13 H14 H15 H16 H17 H18 H19 H20 H21 H22 H23 1 4457700 HI 41.52 124.03 1948-07-01 8...
2012 Jan 22
1
passing "..." arguments to (plot.ca)
...of pointers on how to pass arguments using "..."--in this specific case in an attempt to plot an object created by ca(), a tool for correspondence analysis. #some illustrative code library(ca) set.seed(123) dat1 <- data.frame(matrix(ceiling(runif(30, 1, 100)), nc=5)) #some fake data ca1 <- ca(dat1) #the correspondence analysis plot(ca1) #basic symmetric plot plot(ca1, ylim=c(-.4, .5), cex=2, xlab="CA Axis 1") #failed attempt to control various "extra" parameters title(xlab="CA Axis 1") #this gets me access to xlabels... ?plot.ca #help! The las...
2014 Apr 21
2
TLS and intermediate CA
...statements) that the gnutls libraries are successfully loading both certs from the cacert.pem file. When I try to connect with openssl s_client -connect <host>:16514 I get something similar to this: --- Certificate chain 0 s:/CN=kvm999.example.com i:/C=US/ST=Utah/O=Qualtrics/OU=SRE/CN=intca1.example.com --- Server certificate -----BEGIN CERTIFICATE----- ... omitted for brevity -----END CERTIFICATE----- subject=/CN=kvm999.example.com issuer=/C=US/ST=Utah/O=Qualtrics/OU=SRE/CN=intca1.example.com --- Acceptable client certificate CA names /C=US/ST=Utah/O=Qualtrics/OU=SRE/CN=intca1.example...
2014 Apr 22
0
Re: TLS and intermediate CA
On Tue, Apr 22, 2014 at 08:24:43AM -0600, Nathaniel Cook wrote: > Thanks for the response. > > My current chain is as follows: > > caroot -> child-ca1 -> server cert > > My cacert.pem file has both the caroot and the child-ca1 certs. I have > recompiled libvirt on my machine with some extra debug statements and > verified that both the caroot cert and the child-ca1 certs are being > loaded. But when I try to connect the caroot...
2014 May 30
0
More than one certificate authority
...the steps. Everything works, but for my virtualization infrastructure I need more flexibility. How can I configure a single host to trust more than one certificate authority. Lets say, for example, that I have 10 virtualization hosts and each of them has certificates signed by the same CA (lets say CA1) and they trust each other. But I have a client which does not have a client certificate signed by CA1, but has a certificate signed by CA2. I do not want my virtualization hosts to trust the CA2 except for just one of them. I want to provide this client with authorized access to one of my hosts. S...
2014 Apr 22
0
Re: TLS and intermediate CA
...e successfully loading both certs from the > cacert.pem file. > > When I try to connect with openssl s_client -connect <host>:16514 I get > something similar to this: > --- > Certificate chain > 0 s:/CN=kvm999.example.com > i:/C=US/ST=Utah/O=Qualtrics/OU=SRE/CN=intca1.example.com > --- > Server certificate > -----BEGIN CERTIFICATE----- > ... omitted for brevity > -----END CERTIFICATE----- > subject=/CN=kvm999.example.com > issuer=/C=US/ST=Utah/O=Qualtrics/OU=SRE/CN=intca1.example.com > --- > Acceptable client certificate CA names >...
2007 Aug 29
1
combining datasets by row
Rusers, I am trying to append multiple .csv files of different dimensions (but # of columns are the same for all .csv files). I do have .csv files whose names are CA1.csv ~ CA100.csv. CA means california and 1 means the first file. So what I have been doing (after googling how to append by row multiple files) was: cleanup_data<-function(state,count) { out<-matrix() for (i in 1: count) { tmp<-read.csv(paste("CTPP3/",sta...
2014 Nov 14
2
[Bug 2313] New: Corrupt KRL file when using multiple CA.
...erts: subsection type 0x20 buffer_get_string_ptr: bad string length 268032 parse_revoked_certs: buffer error Invalid KRL, refusing public key authentication I generated the KRL using two textfiles containing multiple serial: <serial> lines like this: ssh-keygen -k -u -f revoked_keys.bin -s ca1.pub revoked_keys1 ssh-keygen -k -u -f revoked_keys.bin -s ca2.pub revoked_keys2 I have tried to remove the revoked_keys.bin and generate a new one without success. I even tried revoking from ca2 first and then ca1.. -- You are receiving this mail because: You are watching the assignee of the bug...
2006 Jan 12
1
"infinite recursion" in do.call when lme4 loaded only
...e=as.factor(1:nph)) df <- with (grd, data.frame(Pat=Pat,Q=Q,Phase=Phase,Resp = rnorm(np*nq*nph*nrep))) score <- function(x) { data.frame(Pat=x$Pat[1],Phase=x$Phase[1],Q=x$Q[1],score = mean(x$Resp)) } # about 20 sec caScore <- by(df,list(Pat=df$Pat,Phase=df$Phase,Q=df$Q),FUN = score ) ca1 = do.call("rbind",caScore) # Without lme4: 3 seconds # With lme4: After 60 sec: #Error: evaluation nested too deeply: infinite recursion / #options(expressions=)? ----------------------- platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 mi...
2006 Jan 12
1
"infinite recursion" in do.call when lme4 loaded only
...e=as.factor(1:nph)) df <- with (grd, data.frame(Pat=Pat,Q=Q,Phase=Phase,Resp = rnorm(np*nq*nph*nrep))) score <- function(x) { data.frame(Pat=x$Pat[1],Phase=x$Phase[1],Q=x$Q[1],score = mean(x$Resp)) } # about 20 sec caScore <- by(df,list(Pat=df$Pat,Phase=df$Phase,Q=df$Q),FUN = score ) ca1 = do.call("rbind",caScore) # Without lme4: 3 seconds # With lme4: After 60 sec: #Error: evaluation nested too deeply: infinite recursion / #options(expressions=)? ----------------------- platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 mi...
2009 Sep 16
3
Music on Hold
...68 answered SIP/ATA-xxxxxxxxxx-L1-024b6d88 -- Started music on hold, class 'default', on SIP/link2voip-sw1-02477668 -- Stopped music on hold on SIP/link2voip-sw1-02477668 > doing dnsmgr_lookup for 'sip.ca2.link2voip.com' > doing dnsmgr_lookup for 'sip.ca1.link2voip.com' == Spawn extension (ExternalDial, s, 3) exited non-zero on 'SIP/ATA-xxxxxxxxxx-L1-024b6d88' Any thoughts or ideas? If there were an error I could work on solving that, but there is none... Thanks. -------------- next part -------------- An HTML attachment was scrubbed....
2018 Mar 12
1
Equivalent of gtools::mixedsort in R base
x <- c( "a1", "a10", "a2" ) y <- c( "b10", "b2", "a12", "ca1" ) DF <- expand.grid( x = x, y = y ) # randomize set.seed( 42 ) DF <- DF[ sample( nrow( DF ) ), ] # missing from gtools mixedrank <- function( x ) { seq.int( length( x ) )[ gtools::mixedorder(x) ] } o <- do.call( order, lapply( DF, mixedrank ) ) DF[ o, ] # or, as Bert sugges...
2004 Mar 31
2
choice-based conjoint
Hello everyone, I am new to this list and the R-Project, so I hope my question is not trivial or has been answered before. I searched the FAQs and the mailing list archives and I could not find anything about Conjoint Analysis. I am especially interested in Choice-based Conjoint, resp. discrete choice models. Is there a function / module that handles this issue? Or can the multinomial logit
2011 Jan 19
2
Asterisk extension not found problem...
...M,IMSI404864430002302) ; check for local extensions first include => sip-local =============================== *sip.conf* ============================== [general] ; Comment these out if no backhaul is available. ; Use the pair with the shortest latency. ;register => kestrel0:v01ptest at sip.ca1.link2voip.com:5060 ;register => kestrel0:v01ptest at sip.ca2.link2voip.com:5060 ;register => kestrel0:v01ptest at sip.us1.link2voip.com:5060 ;register => kestrel0:v01ptest at sip.us2.link2voip.com:5060 ;register => kestrel0:v01ptest at sip.nl1.link2voip.com:5060 ;register => kestrel0...
2006 Mar 11
2
weird! QDA does not depend on priors?
Hi all, If I run LDA on the same data (2-class classification) with default(no priors specified in the lda function) vs. "prior=c(0.5, 0.5)", the results are different. The (0.5, 0.5) priors give better 1-classify-to-1 rate, and the proportional priors(default, no priors specified in the lda function) give better 0-classify-to-0 rate, for both training and testing data sets. However,