similar to: compiling docs from git

Displaying 20 results from an estimated 11000 matches similar to: "compiling docs from git"

2012 May 16
23
Xen or KVM
Hi, I am new to virtualization and I am having the obvious hassle of choosing between Xen and KVM. Can Xen experts help me with this? Regards, Arindam _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2012 May 25
1
Xen newbie
Hi, I installed xen using yum in fedora 16. When I boot grub shows me a lot xen botting options. Are the all same or have different funtionality? also in xl info I have xen_changeset : unavailable, what does it mean? I also can not copy host CPU configuration in guest, it gives Error copying host CPU: No host CPU reported in capabilities Traceback (most recent call last): File
2007 Jul 19
2
Subsetting dataframes
Dear all! W2k, R 2.5.1 I am working with an ongoing malting barley variety evaluation within Sweden. The structure is 25 cultivars tested each year at four sites, in field trials with three replicates and 'lattice' structure (the replicates are divided into five sub blocks in a structured way). As we are normally keeping around 15 varieties from each year to the next, and take in 10 new
2014 Dec 15
0
CEBA-2014:1960 CentOS 7 publican FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2014:1960 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1960.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: dc2b3a7f255b5c2ab4ffdabbef6a81dd6bb0130a6c1b8a29daf58da3ecda1525 publican-3.2.0-4.el7.noarch.rpm
2015 Feb 16
3
consultas formularios web
Estimados Les consulto por lo siguiente, incluso creo que de esto se habló en una oportunidad en esta lista, por ese motivo cualquier sugerencia es bienvenida. Hay algo de información que me hace falta para un trabajo, pero esta no es de una única fuente, y desconozco si brindan los registros, pero lo que es accesible son los sitios web donde estas fuentes publican un formulario HTML simple,
2014 Dec 16
0
CentOS-announce Digest, Vol 118, Issue 9
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2011 Mar 16
6
Recursos sobre R en la red, Twitter, etc.
Hola, ¿qué tal? Hace unos meses anuncié en esta lista que había creado un agregador de noticias de R. Este agregador rastrea una serie de blogs, filtra aquellas entradas referentes a R, las agrega y: 1) Crea un RSS, que puede consultarse aquí: http://datanalytics.com/r_blogs_mashup.rss 2) Publica las entradas nuevas en Twitter bajo el usuario @noticiasSobreR. Están todas etiquetadas como
2010 Sep 30
3
how to avoid NaN in optim()
hi , lik <- function(nO, nA, nB, nAB){ loglik <- function(par) { p=par[1] q=par[2] r <- 1 - p - q if (c(p,q,r) > rep(0,3) && c(p,q,r) < rep(1,3) ) { -(2 * nO * log (r) + nA * log (p^2 + 2 * p * r) + nB * log (q^2 + 2 * q * r) + nAB * (log(2) +log(p) +log(q))) } else NA } loglik }
2012 Jan 17
2
Error occurred when compiling Vim 7.3 with --enable-perlinterp specified.
Has anyone compiled Vim 7.3 on CentOS 6.2 64bit ? I got the following error after *configure --enable-perlinterp && make*: ./vim.h:2153:21: error: EXTERN.h: No such file or directory ./vim.h:2154:19: error: perl.h: No such file or directory ./vim.h:2155:19: error: XSUB.h: No such file or directory I've installed perl and perl-devel, but with no luck. Any ideas ? Thanks.
2013 Feb 06
2
Issues with p2v & virt-v2v Windows
It looks to me that the windows 2008 image I am attempting to convert is not being detected as windows but is being updated as a Linux system. When PXE booted the server with the p2v image I ended up with this error: Failed to launch guestfs appliance. Try running again with LIBGUESTFS_DEBUG=1 for more information The system image transferred and I was able to create an XML file to boot it under
2016 Jan 20
1
WARNING you cannot build info or html versions of the R manuals
On 01/19/2016 11:10 PM, Rolf Turner wrote: >> https://spot.fedorapeople.org/fedora17-R-deps/ > > Thank you for going to all this work. > > However (as usual) I'm still at a bit of a loss. I *think* that just a > few more words of instruction will get me to where I need to be. > > I went to the site that you specify and there found a list of 14 > packages
2010 Apr 06
2
checking bivariate normality
x <- iris$Sepal.Length[1:50]/iris$Sepal.Width[1:50] y <- iris$Petal.Length[1:50]/iris$Petal.Width[1:50] I want to check whether (x,y) follows a bivariate normal distribution or not, using density plot or scatter plot. Is it possible to plot a bivariate density in R. I cant find any. Arindam Fadikar M.Stat Indian Statistical Institute. New Delhi, India [[alternative HTML version
2016 Apr 12
1
discussions around upstream documentation
On 04/12/2016 08:11 AM, Fabian Arrotin wrote: > On 11/04/16 21:11, Akemi Yagi wrote: >> >On Mon, Apr 11, 2016 at 10:37 AM, Karsten Wade<kwade at redhat.com> wrote: >>> >>-----BEGIN PGP SIGNED MESSAGE----- >>> >>Hash: SHA1 >>> >> >>> >>On 04/11/2016 09:18 AM, Jim Perrin wrote: >>>> >>>What are the
2016 Jan 18
3
WARNING you cannot build info or html versions of the R manuals
On 01/16/2016 05:24 PM, Rolf Turner wrote: > All that being said, the question remains as to *why* R cannot find > "texinfo" when it is indeed present on my system. Rather than give you a lengthy discussion of how RPM building works and hacking the R spec, let's focus on this question instead (I'm still willing to show you RPM building if you'd like, because if
2016 Jan 20
1
WARNING you cannot build info or html versions of the R manuals
Ah yes, those. Replace the rpm -Uvh with yum update and it should resolve the dependencies for you. If that fails, just pass all of those deps (in "") to yum install. Sorry about that! On Jan 20, 2016 2:34 AM, Rolf Turner <r.turner at auckland.ac.nz> wrote: > > On 20/01/16 18:31, Tom Callaway wrote: > > <SNIP> > > > Download all of them, except for
2016 Jan 19
2
WARNING you cannot build info or html versions of the R manuals
On 01/18/2016 08:50 PM, Rolf Turner wrote: > Okay; tried this. The executive summary is: It didn't work. I normally would charge a modest fee of a good bottle of liquor or a six-pack of craft beer for the following lesson, but in the spirit of easing your suffering, I shall do it once more at no charge. ;) Let's look at what didn't work. > In more detail: I got a sequence
2016 Sep 26
1
Enumerating files not working using the NetFileEnum().
Hi, Environment: Samba version: 4.1.11 or above. Windows: Server 2012 R2/Windows 8 Linux: Fedora 21 Scenario: I have accessed the file in Ubuntu as an administrator and opened it but when I'm trying to enumerate the opened files using NetFileEnum() it shows an error that enumerating files is only possible as an administrator. Kindly help. Thanks and regards, Anirvan Roy Choudhury.
2001 Dec 31
2
iproute & kernel 2.4.17
hi all.. i just noticed while patching ulog(patch-o-matic) with kernel-2.4.17--->patch not applied ! would be gratefull if someone can help on this ( Gurus ''am not a programmer pls.):-( arindam
2002 May 27
4
htb3 with imq
hi all, i want to try htb3 with imq downloaded & patched imq & htb3 with kernel-2.4.18 on rh7.2 but got STUCK on step 1 :( this are what i did can anyone guide me what went wrong on the first step itself !! [root@cab1 root]# modprobe imq numdevs=1 modprobe: Can''t locate module imq [root@cab1 root]# [root@cab1 root]# tc qdisc add dev imq0 handle 1: root htb default 1 Cannot find
2006 Jul 17
3
Xen Kernel version issues
I downloaded Xen 3.0.1 and created an RHEL4_u3 domain on it. I need to port our application to virtualization environments like Xen and I found that our application specifically supports kernel version 2.6.9-* while I am using 2.6.16-xenU. Is there a version of Xen available with 2.6.9-* Xen Kernel? _______________________________________________ Xen-users mailing list