similar to: NFS v4

Displaying 20 results from an estimated 8000 matches similar to: "NFS v4"

2007 Nov 20
1
Xen and multiple block devices
Hello, CentOS 5.0 on x86_64 I'm trying to set up Xen paravirt guests with access to 2 block devices: One for / and one for swap. The block devices are LVM LVs, but that shouldn't matter. When I create the guest using either virt-manager or virt-install, I get asked which device to use for xvda. But I want more block devices: xvdb for swap. I know how to add this as an option to the
2006 Jun 16
1
rrdttool 1.2 rpm
Hello, Anyone running rrdtool 1.2 from Dag's RPMs on CentOS 3 or 4? Been using 1.0, thinking about upgrading. Thx, -- Francois Caen, RHCE, CCNA SpiderMaker, LLC
2006 Jun 02
1
ifcfg's bootproto
Hello, Is there any difference between none and static for bootproto? Thx, -- Francois Caen, RHCE, CCNA SpiderMaker, LLC -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060602/97344604/attachment-0002.html>
2005 Feb 16
3
LinuxWorld Expo Update
Well, the first day was interesting. We a variety of questions from why do we do this, what's going on with RH, how come this is the first I've heard of you. And hundreds more. The good thing is that we've recieve a very positive response from everyone that visited our booth. Such a positive response that all our CentOS CD's are gone, and most of the cAos CD's are gone, and
2012 Aug 21
1
make check fails two tests on RHEL 6 build
I am installing R 2.15.1 onto RHEL 6, using gcc 4.7.0 with Intel MKL 10.3.7 and the following environment: export BLAS_LIBS="-Wl,--start-group /usr/caen/intel-12.1/mkl/lib/intel64/libmkl_gf_lp64.a /usr/caen/intel-12.1/mkl/lib/intel64/libmkl_sequential.a /usr/caen/intel-12.1/mkl/lib/intel64/libmkl_core.a -Wl,--end-group -lpthread" export LAPACK_LIBS="-Wl,--start-group
2002 May 22
1
a more specific question about qda
Perhaps, I should complement my previous e-mail question: I am trying to select variables through a quadratic discriminant analysis. It seems to me that a robust criterion is the value of the discriminatory power (i.e. the ratio of the separation of the class means to within-class variance) How can I obtain this ratio from V & R's qda() output ? Thanks (I hope this question is relevant) --
2009 Dec 23
2
A package for visualizing R syntax
Dear all, I have written a small set of functions for drawing graphical representations of R objects and evaluations of R expressions. It is mainly intended for pedagogical purposes. Here are some samples: http://panini.u-paris10.fr/~sloiseau/sampleGraphics.pdf The idea is to use some graphical conventions in order to make clear the abstract syntax and to explain function, extraction,
2002 May 23
5
logistic regression or discriminant analysis ?
Hello, Does logistic regression really provide better results than lda or qda ? (my purpose is not classification but highlighting of discriminant variables). If this is true, where could I get an R script performing stepwise logistic regression ? Thanks -- Daniel AMORESE Lab. M2C "Morphodynamique Continentale et C?ti?re" UMR CNRS 6143 Caen/Rouen Centre de G?omorphologie UCBN
2005 Jan 12
3
bind and 3.4
Hello, I encountered a problem when upgrading from 3.3 to 3.4 on i386. The machine is a production name server running bind. Looks like the new rpm moved my named.conf to .rpmsave and chkconfig'ed bind to off. That's really bad. A more gentle behavior would have been to save the new named.conf to .rpmnew and not mess with initscripts. Anyone else notice that? Francois Caen
2005 Feb 23
8
centos-announce list?
Any chance we can set up a low-volume "centos-announce" list so that we all don't have to read all of these non-Centos-specific E-mail threads about people figuring out how to admin a Linux box when all we need to know is when major releases/milestones/news items are available? Regards, -Tom
2006 Jul 27
2
cacti from Dag on CentOS4
Hello, Anyone here running Cacti and rrdtool from Dag's RPMs on CentOS4.x? Did the polling break when you yum upgraded in the last couple weeks? Thx, -- Francois Caen, RHCE, CCNA
2005 May 08
1
mailscanner on centos4
Anyone here running mailscanner on CentOS4? I'm using the latest MS with sendmail on x86_64 dual-Xeon. Messages seem to vanish after arriving, not even showing in mqueue.in . Anyone else with a similar setup, working or not? Thanks, Francois Caen
2006 Jun 26
1
Bulletin Board for CentOS
Hello, I'm looking for a simple web-based forum for Centos 3.x or 4.x. I've used phpBB before, it was a sysadmin's nightmare :-( This time I want something - that doesn't need a security patch every other week - that ships in a nice RPM so I can patch/upgrade easily Any suggestions, free or commercial? Thanks, -- Francois Caen, RHCE, CCNA SpiderMaker, LLC
2006 Feb 04
1
local port redirect not working on Centos4
Hello, I want to redirect one local port to another. I am using the following: iptables -t nat -A PREROUTING -p tcp --dport 7003 -j REDIRECT --to-ports 80 and testing it by telneting to localhost on port 7003. It works on Centos3, not on Centos4. No luck with this either: iptables -t nat -A PREROUTING -p tcp --dport 7002 -j DNAT --to 127.0.0.1:80 Am I doing something wrong? Or did something
2006 Oct 03
1
Dell's SAS 5IR and CentOS
Hello, Has anyone here installed CentOS on a Dell Poweredge with a SAS 5IR controller? Does it work? With what driver? Is this real hardware RAID? Thanks, -- Francois Caen, RHCE, CCNA SpiderMaker, LLC
2001 Mar 06
1
AIC bug?
Dear all, I am a little problem. In the help, AIC = - 2log L + k*edf. When the model is linear, the help said " -2log L is the deviance ". I have a model toto.lm with one output and three input where deviance(toto.lm) = 8.027 and edf =4. But AIC = -31.55. I don't understand why? Many thanks. Jean LEJEUNE Universit? de CAEN (France)
2004 Nov 15
1
help for nls
Hello, I am beginning with R and I would like to test a non linear model. But I do not find exactly wath I am looking for in nls packages (or I do not know where to search). I would like to try a model like this : y=b * x exp(n)/(a exp(n) + x exp (n)) Where a = a0 + a1z b= b0 + b1z x and z are variables y the variable that I am trying to modelise a0, a1, b0 and b1 are parameters to determine. I
2012 Mar 07
1
raster y shape en R
Hola eRReros, Estoy trabajando con datos geográficos unos en formato raster y otro en formato shape. Lo que quiero es hacer las estadísticas (sobretodo la media) de los píxeles del raster que caen dentro de algunos de los polígonos del shape. Lo he intentado con sextante pero se flipa con los valores perdidos, nuestros queridos NA. Y he pensado: estando el paquete raster en R seguro que se puede
2007 Aug 07
1
Errors compiling wine under Red Hat
Hello, all, I'm trying to get Wine running on some Red Hat boxes at my University (don't worry, I have permission!) ... But, I don't have any root access to the boxes, and I'm limited to installing on my shared (AFS) space. In any case, I'd probably want it to run from my user space anyways, so that its accessible from all boxes on the network. Some required information,
2017 Apr 07
3
Distribuir intervalo de días entre meses
Hola, Partiendo de un data frame con 2 variables de fecha (inicio y fin): df <- data.frame(inicio = c(as.Date("2016-01-01"), as.Date("2016-02-14")), fin = c(as.Date("2016-02-01"), as.Date("2016-02-29"))) Necesitaría crear 12 nuevas columnas adicionales, una