search for: msg00537

Displaying 4 results from an estimated 4 matches for "msg00537".

Did you mean: msg00037
2010 Jul 19
1
possible bug in ape::extract.clade()
Hi, I was recently splitting some massive phylo class objects with extract.clade() and noticed what appears to be a bug in how tip labels are copied from the full tree to the pruned tree. This possible bug was also mentioned here: http://www.mail-archive.com/r-sig-phylo at r-project.org/msg00537.html An example: library(ape) set.seed(5) x <- matrix(rnorm(100), ncol=10) p <- as.phylo(hclust(dist(x))) p.new <- extract.clade(p, 14) par(mfcol=c(1,2), mar=c(1,1,5,1)) plot(p) title('original') nodelabels() plot(p.new) title('cut at node 14') I have noticed that th...
2009 Dec 09
2
PCI: Not using MMCONFIG, leave system completely hung while booting Xen 3.4.1
...xen boot gets stuck at this point, xenbus_probe_init ok ACPI: bus type pci registered PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 PCI: Not using MMCONFIG. I did few googlings and found few discussion at this point. http://lists.xensource.com/archives/html/xen-users/2009-11/msg00537.html So, I disabled ''pci=nommconf'' option from grub.conf and booted xen but again it stuck at this point, xenbus_probe_init ok ACPI: bus type pci registered This is my grub.conf entry for booting xen, title Xen 3.4.1 Fedora (Michael Young PVOPS) root (hd0,1) ker...
2009 Dec 09
2
PCI: Not using MMCONFIG, leave system completely hung while booting Xen 3.4.1
...xen boot gets stuck at this point, xenbus_probe_init ok ACPI: bus type pci registered PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 PCI: Not using MMCONFIG. I did few googlings and found few discussion at this point. http://lists.xensource.com/archives/html/xen-users/2009-11/msg00537.html So, I disabled ''pci=nommconf'' option from grub.conf and booted xen but again it stuck at this point, xenbus_probe_init ok ACPI: bus type pci registered This is my grub.conf entry for booting xen, title Xen 3.4.1 Fedora (Michael Young PVOPS) root (hd0,1) ker...
2012 Jun 17
26
Recommendation for home NAS external JBOD
Hi, my oi151 based home NAS is approaching a frightening "drive space" level. Right now the data volume is a 4*1TB Raid-Z1, 3 1/2" local disks individually connected to an 8 port LSI 6Gbit controller. So I can either exchange the disks one by one with autoexpand, use 2-4 TB disks and be happy. This was my original approach. However I am totally unclear about the 512b vs 4Kb issue.