search for: c132

Displaying 3 results from an estimated 3 matches for "c132".

Did you mean: 132
2008 Feb 25
1
Error accessing [homes] after 3.0.25b update (uppercase)
...to open a good bug report. I collected a tcpdump of a failed connection (slightly edited to remove real domain name): 10:11:49.338675 IP 192.168.193.50.1083 > 192.168.193.11.139: P 2886167783:2886168023(240) ack 1982778445 win 65311 NBT Packet 0x0000: 4500 0118 8f86 4000 8006 66ca c0a8 c132 E.....@...f....2 0x0010: c0a8 c10b 043b 008b ac07 6ce7 762e cc4d .....;....l.v..M 0x0020: 5018 ff1f 5af1 0000 0000 00ec ff53 4d42 P...Z........SMB 0x0030: 7300 0000 0018 07c8 0000 0000 0000 0000 s............... 0x0040: 0000 0000 0000 fffe 0000 c151 0cff 00ec .....
2011 Apr 20
2
get cells by the combination of their column and row names
Hi, I have a (correlation) matrix and I want to select a subset of its cells depending on the combination of their column and row names. This illustrates my problem: mtrx <- matrix(c(1,2,3,4,5,6,7,8,9), nrow=3, ncol=3, dimnames = list(c('c132','c432', 'c233'), c('r132','r233', 'r432')))> mtrx r132 r233 r432c132 1 4 7c432 2 5 8c233 3 6 9 At this point I want to compute the mean of the cells in which the column and the row names share the same suffix (i.e., the...
2012 Jul 24
1
How can I make sVirt work with LXC (libvirt-0.9.13)?
...ameter name="PROJMASK" value="255.255.0.0"/> ?? ? ?</filterref> ?? ?</interface> ?? ?<console type="pty"/> ??</devices> </domain> * Svirt works well with KVM as is shown below: $ ps auxZ | grep qemu system_u:system_r:svirt_t:s0:c128,c132 root 22710 6.9 ?0.2 895040 34332 ? ? ? ?Sl ? 11:17 ? 0:07 /usr/libexec/qemu-kvm -name instance-0000001b -S -M pc-0.14 -cpu core2duo,+lahf_lm,+dca,+pdcm,+xtpr,+cx16,+tm2,+est,+vmx,+ds_cpl,+dtes64,+pbe,+tm,+ht,+ss,+acpi,+ds -enable-kvm -m 512 -smp 1,sockets=1,cores=1,threads=1 -uuid 12716b13-001c-40d...