Displaying 20 results from an estimated 22 matches for "ca2".
Did you mean:
a2
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,
Tul Gan...
2013 Feb 13
1
An extended Hodgkin-Huxley model that doesn't want to work.
...rent (but we're not using it here )
(2)
I_i = g_i * m_i^pi * h_i^pi(V-E)
i identifies the ion, thus I_K would be Potassium current.
(3)
dm/dt = (m_inf*V - m)/tau_m
(4)
dh/dt = (h_inf*V-h)/tau_h
(5)
The Nernst equation is used to calculate reversal potential for Ca:
Eca = 12.2396 * log(13000/Ca2+)
(6)
d[Ca_2+]/dt = (F*I_Ca - [Ca2+] + C0)/Tau_Ca
tau_m, tau_h, m_inf and h_inf are all calculated according to formulae
provided in a paper. In my code these are calculated for the different
channels into the following variables:
CaTminf, CaThinf, CaTtaum, CaTtauh, CaSminf, CaStaum, Napminf, N...
2013 Nov 21
2
Query:: Reg: Libvirt Networking
...ault6</name>
<uuid>6e57d831-f09e-4b33-950d-6d51c89f9786</uuid>
<forward mode='nat'/>
<bridge name='virbr3' stp='on' delay='0'/>
<mac address='52:54:00:cb:c5:50'/>
<ip family='ipv6' address='2001:db8:ca2:2::1' prefix='64'>
<dhcp>
<range start='2001:db8:ca2:2:1::10' end='2001:db8:ca2:2:1::ff'/>
</dhcp>
</ip>
</network>
# brctl show
bridge name bridge id STP enabled interfaces
virbr0 8000.5254000be935 yes virbr0-nic
vnet0
v...
2014 May 30
0
More than one certificate authority
...re 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. So
this specific host must trust CA1 and CA2 as well, but in the
'/etc/libvirt/libvirtd.conf' file I can point the certificate of onl...
2010 Sep 22
1
failure to access packages
I am helping a fellow worker get R up and running, and he has run into a peculiar problem I've not encountered in previous install situations.
>From the Rconsole menu choice, he can set CRAN mirror to USA CA2, but when he selects "load packages" a very truncated list of packages appears (many packages don't appear at all).
If he issues "chooseCRANmirror()" from the > prompt, he can still select USA CA2, but still can't see all the packages that are there.
If he issues...
2010 Nov 04
0
certdnsnames question
...his works
1. Set all host certs to be the same file in puppet master config
hostcert = /local/puppet/etc/ssl/certs/puppet.example.com.pem
2. Generate a new cert
/opt/local/sbin/puppetca --config /local/puppet/etc/puppetca.conf --generate
--certdnsnames puppet.bfm.com:puppet-ca.bfm.com:puppet-ca2.bfm.com:
puppet-lab.bfm.com:puppet-svn.bfm.com:puppet-del.bfm.com:puppet-ndh.bfm.com:
puppet-prn.bfm.com:puppet-nyc.bfm.com:puppet-smw.bfm.com:puppet-tkm.bfm.com:
puppet-ewd.bfm.com:puppet-lva.bfm.com:puppet-rmc.bfm.com:puppet-rdc.bfm.com:
puppet-sfo.bfm.com puppet.bfm.com
3. Confirm we have all o...
2013 Nov 22
0
Re: Query:: Reg: Libvirt Networking
...<uuid>6e57d831-f09e-4b33-950d-6d51c89f9786</uuid>
> <forward mode='nat'/>
> <bridge name='virbr3' stp='on' delay='0'/>
> <mac address='52:54:00:cb:c5:50'/>
> <ip family='ipv6' address='2001:db8:ca2:2::1' prefix='64'>
> <dhcp>
> <range start='2001:db8:ca2:2:1::10' end='2001:db8:ca2:2:1::ff'/>
> </dhcp>
> </ip>
> </network>
>
> # brctl show
> bridge namebridge idSTP enabledinterfaces
> virbr0...
2014 Apr 21
2
TLS and intermediate CA
I have been trying to get set of libvirtd system up and running. My PKI
infrastructure involves a root CA and several intermediate CAs. I am trying
to get the machines to trust each other across the different intermediate
CAs.
This is what I have so far:
Libvirtd is starting and listening on tls port 16514 I have configured
client/server certs/keys and it seems to be using all of these
2018 Nov 08
0
Getting two different guest in the same network
...lt;mac address='52:54:00:b0:0a:c5'/>
<ip address='10.0.0.1' netmask='255.255.255.0'>
<dhcp>
<range start='10.0.0.20' end='10.0.0.254'/>
</dhcp>
</ip>
<ip family='ipv6' address='2001:db8:ca2:3::1' prefix='64'>
</ip>
</network>
There is no 'forward' identifier so this should define an isolated network.
br2 Was not pre-defined, it appeard after defining this network with
libvirt.
***********
ps aux shows:
/usr/sbin/dnsmasq --conf-file=/var/lib/...
2014 Apr 22
0
Re: TLS and intermediate CA
...right. The problem is that the certificate chain is just the single server
> cert and does not include the intermediate cert or root cert. As a result
> clients from other intermediate CAs fail to verify the libvirtd process.
If you have a chain of CAs
caroot -> child-ca1 -> child-ca2 -> server cert
Then the cacert.pem file you create on the clients / server must
include the certs for caroot, child-ca1 and child-ca2 all in one
file. You can basically just concatenate the .pem files for all
the CAs into one file and gnutls will load all the CA cert blocks
it finds in that fil...
2004 Jun 02
2
[Patch] for bug 81
Index: namei.c
===================================================================
--- namei.c (revision 968)
+++ namei.c (working copy)
@@ -526,7 +526,7 @@
status = -EBUSY;
- if (!empty_dir(inode)) {
+ if ( S_ISDIR (inode->i_mode) && !empty_dir(inode)) {
LOG_TRACE_STR ("dentry is not empty, cannot delete");
goto
2014 Nov 14
2
[Bug 2313] New: Corrupt KRL file when using multiple CA.
...ength 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.
2004 Jul 02
0
[Patch] We resolve the throughput drop problemwhe nr eading filesin OCFS2 volume in the patch "ocfs2-truncate-pages-1.patch"a gainstsvn 1226.
...ending the function of flock, lockf, =
fcntl to distributed.
So any application that need strict data consistent can do a lock =
operation on the whole or part of the file.
For ordinary application, maybe the current logic is enough.
How about it?
>-----Original Message-----
>From: khackel@ca2.us.oracle.com=20
>[mailto:khackel@ca2.us.oracle.com] On Behalf Of Kurt Hackel
>Sent: 2004=C4=EA7=D4=C22=C8=D5 0:11
>To: Ling, Xiaofeng
>Cc: Wim Coekaerts; Zhang, Sonic; Fu, Michael; Yang, Elton; Ocfs2-Devel
>Subject: Re: [Ocfs2-devel] [Patch] We resolve the throughput=20
>drop pro...
2014 Apr 22
2
Re: TLS and intermediate CA
...ertificate chain is just the single
> server
> > cert and does not include the intermediate cert or root cert. As a result
> > clients from other intermediate CAs fail to verify the libvirtd process.
>
> If you have a chain of CAs
>
> caroot -> child-ca1 -> child-ca2 -> server cert
>
> Then the cacert.pem file you create on the clients / server must
> include the certs for caroot, child-ca1 and child-ca2 all in one
> file. You can basically just concatenate the .pem files for all
> the CAs into one file and gnutls will load all the CA cert blo...
2009 Sep 16
3
Music on Hold
...it to
SIP/ATA-xxxxxxxxxx-L1-024b6d88
-- SIP/link2voip-sw1-02477668 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.
----...
2012 Jun 11
1
"mismatching layouts" flooding in the logs
I have the following appended to gluster logs at around 100kB of logs per second, on all 10 gluster servers:
[2012-06-11 15:08:15.729429] I [dht-layout.c:682:dht_layout_dir_mismatch] 0-sites-dht: subvol: sites-client-41; inode layout - 966367638 - 1002159031; disk layout - 930576244 - 966367637
[2012-06-11 15:08:15.729465] I [dht-common.c:525:dht_revalidate_cbk] 0-sites-dht: mismatching layouts
2012 Jul 17
0
Set IP for LXC-container through libvirt XML
...;00:16:3e:77:e2:ed" name="foo.example.com" ip="192.168.122.10" />
<host mac="00:16:3e:3e:a9:1a" name="bar.example.com" ip="192.168.122.11" />
</dhcp>
</ip>
<ip family="ipv6" address="2001:db8:ca2:2::1" prefix="64" />
</network>
Can I just set IP for domain(lxc-container)?
Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120717/8cb78c41/attachment.htm>
2011 Jan 19
2
Asterisk extension not found problem...
...de => 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:v01ptest at sip.nl2.link2voip.com:5060
rtpstart=16386
rtpend=16...
2010 Jan 17
6
More than on loop??
hello every one,
How to function more than one loop in R? I have the following problem to be
solved with the a method of three loops, can you help me please?
The data is attached with this message.
The data is composed of two parts, cleaved (denoted by ?cleaved?) and non
cleaved (denoted by ?noncleaved?).
? to access to the ith peptide, you can use X$Peptide[i]
? to access to the ith label,
2008 Mar 13
0
[Fwd: Re: OpenSSH and X.509 Certificate Support]
...ient Certificates, for
example:
<authentication-methods>
<authentication action="allow" repeat-block="yes">
<auth-publickey />
<authentication action="allow">
<selector>
<certificate field="ca-list" pattern="exa-ca1,exa-ca2" />
<certificate field="issuer-name" pattern="C=FI, O=SSH, CN=*" />
<certificate field="subject-name" pattern="C=FI, O=SSH, CN=%username%" />
<certificate field="serial-number" pattern="123456" />
<certificate...