Displaying 9 results from an estimated 9 matches for "fmb".
Did you mean:
2mb
2009 Jun 27
3
2 servers cluster
Hi,
I am thinking of setting up two servers in load balance mode. I would really
appreciate your suggestions and hints...
thnx,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20090627/92f7f56c/attachment.html>
2009 Jun 25
1
CentOS Repos
Hi,
Where can I get a list of all the available repos with some info about each?
thnx,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20090625/2894d353/attachment.html>
2009 Jun 29
1
IPVS support in current kernel
Is the IP Virtual Server available by default in the stock
2.6.18-128.1.14.el5? Or shall I compile my own kernel? I did check
"config-2.6.18-128.1.14.el5" yet I am not that sure! :)
Usually how long does it take to compile the kernel on a modern machine? I
am using CentOS 5.3 32 bit
thnx
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Apr 18
1
snow: cluster initialization
...number of intervals
I also tried:
cl = makeCluster(rep('localhost', ncore), type='SOCK')
cl = makeCluster(rep('localhost', as.integer(ncore)), type='SOCK')
no luck.
Could anyone please help? Thanks!
Best regards,
Kaiyin ZHONG
------------------------------
FMB, Erasmus MC
k.zhong@erasmusmc.nl
kindlychung@gmail.com
[[alternative HTML version deleted]]
2013 Apr 18
1
parSapply can't find function
...unction(i) predR(x, i))
# r = sapply(k, function(i) predR(x, i))
}
r = testK()
stopCluster(cl)
Here is the error:
Error in checkForRemoteErrors(val) :
8 nodes produced errors; first error: could not find function "predR"
Best regards,
Kaiyin ZHONG
------------------------------
FMB, Erasmus MC
k.zhong@erasmusmc.nl
kindlychung@gmail.com
[[alternative HTML version deleted]]
2009 Jun 24
10
good small registrar?
Greetings,
What are some registrars that members of this list have had good experience
with? I was stepping through the godaddy checkout process, and being
opted-in to a dozen different upsell features just left a bad impression.
But I have no clue who else to go with.
-Eugene
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jun 24
2
matlab/gauss code in R
...t; TimePts <- rep(1:nPts, nInd)
> Coef <- rep(rnorm(6,0.1,0.01), each = nPts)
> Obs <- 10 * exp(-Coef * TimePts)
> colID <- gl(nInd, nPts)
>
> mydata <- data.frame(Time = TimePts, Observed = Obs, Individuals = colID)
>
> fmA <- lm(Observed ~ Time, mydata)
> fmB <- lm(Observed ~ poly(Time, 2), mydata)
> fmC <- lm(Observed ~ poly(Time, 2) * Individuals, mydata)
>
> mydata$PredA <- predict(fmA)
> mydata$PredB <- predict(fmB)
> mydata$PredC <- predict(fmC)
>
> xyplot(Observed + PredA + PredB + PredC ~ Time | Individuals,
&g...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...p;z2GZ-9sVFuC-AfYyc9E3
zs at mlfc3R++ZKP2|BY@`-Ah at +;V^t^fTP7v16Fpjg<zG4RrK7AO@^bKUxz??R$8R;D
zb4}5?Oe?j~D>-mZ06U$vxaZRNL$6{ObMfkHT2sDlU%tl}xoZhRe7a#h&!(I>j@>t!
z8^ii3EgN9`F|Q8sm^rl*pf&&6l at 5QSqq(5?N*Hp#rI6#;+AUkfGbw{?oaPIM(V!yh
z at U)NC(PUS$)M|XBAGDf~Jkgq8=&&1;mFmB@*PA_bPf{0$l`lbc27jOt<OqR1#UZ#3
zF{ap}kDPV|)}Ic|<plsqbWFsU7_k$HyxRYX)wQilP*{JBC_Tup|5zgE%##y8B3XW&
zW&S3m^Qbcw>|vKj@@G<}cP^4${YF+yBsId(PfAi<igSr)eCfa(^nxSp3Ac<N**A-B
ze!RAGf3REURiSnX*)(RT=M}RY+$U69Ppp4OMogwY((guV9G<sZk4<w%AA4qh^ip>R
ziBg!0+jaoMa4j)3R(C%C#mhF%`YpWWR...
2009 Jun 22
0
32bit host and guest, TLS
Host and guest are both CentOS 5.3 32 bit. When I populate the root
partition of the guest I noticed that the tls directory is empty. I
installed the Base package only. However, in my host machine I have these
two files
/usr/lib/tls
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/asm/ioctls.ph
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/bits/ioctls.ph
Not having TLS in the guest, is this normal?