Displaying 20 results from an estimated 10000 matches similar to: "difference in x86 64 bit centos between 4.x and 5.x versions"
2010 Feb 12
1
popbio and stochastic lambda calculation
Hello R users,
I am trying to calculate the stochastic lambda for a published matrix
population model using the popbio package.
Unfortunately, I have been unable to match the published results. Can
anyone tell me whether this is due to slightly different methods being
used, or have I gone wrong somewhere in my code?
Could the answer be as simple as comparing deterministic lambdas to
2004 Oct 29
1
as.list.matrix
I found the need of converting a matrix into a list of its columns
(for use with do.call), and was surprised there was no method
as.list.matrix, it could easily be a part of as.list default
I wrote
my.as.list.matrix <- function(mat) {
if(!is.matrix(mat))stop("Argument must be a matrix")
n <- NCOL(mat)
res <- vector(mode="list", length=n)
2005 Jun 29
1
with CentOS 4, and certain RAM, what specific kernel then?
greetings
how about some more of that practical CentOS stuff like amount of RAM vrs
specific kernel info...
im sure it is in a doc somewhere yet can someone enlighten...
in all cases running latest" CentOS 4.... and since we all know when we have
more than one processor, it is easy to choose SMP or not... and most of us
can tell if we are i386, i586, i686, AMD whatever, Opteron etc...
2016 Mar 15
8
overview zlib efficiency?
Hi,
may be someone has already done that: Do you have a script(?) tool which
shows the efficiency of the mail compression if zlib is used?
Something that shows the uncompressed size vrs. the compressed.
Thanks for hints! /G?tz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5571 bytes
Desc: S/MIME
2007 Oct 10
1
Deleting for() loop in function
Dear UseRs,
I wrote following function in order to solve Data Envelopment Analysis.
Reason for posting is that the function is slow when nrow(dat) is large.
I wonder if other functions could substitute the for() loop in the
code, such as mapply().
Can anybody help to rewrite the dea() function as efficiently as
possible?
The code is as follows:
2016 Mar 16
2
overview zlib efficiency? Summary and added note
Hi,
use "doveadm" to get all real message
doveadm -f table fetch -A "size.physical" ALL | awk
'{s+=$2}END{printf("%.2fMB\n", s/1024/1024);}'
189247.67MB .. 185G
use "du" to get size on disc:
In my case
with deduplication:
/srv/stroage/# du -s -h *
53G vmail
75G vmail_sis
without deduplication
/srv/stroage/# du -s -h -l *
53G
2006 Nov 08
1
noarch concerns? dangers?
Please share some wisdom from the list... :-)
Realistically there is some type of difference between an rpm made for an
arch (like i386 or x86_64 etc) vrs an rpm with noarch
I was just looking at and downloaded these two from dag
perl-Archive-Tar-1.30-1.el4.rf.noarch.rpm
perl-IO-Zlib-1.04-1.2.el4.rf.noarch.rpm
they are the latest and are not assigned to an architecture
there are older rpms of
2001 Nov 17
1
[PATCH] Re: Kerberos support for portable
> FWIW, here are further patches which allow openssh-3.0p1 to work
> with paleo-MIT Kerberos5 1.0.6, more or less (more with tickets
> and less with the auth_krb5_password {get,verify}_init_creds stuff).
Thanks for these. Unfortunately, your vrs patches seem to be based on
an earlier version of my patch than the one you're bundling. In particular,
your patch adds back in the
2007 Jan 05
1
Which g729 module for HP DL 360 G3 (Xeon CPU's)?
I am running a HP DL360 G3 ans want to know the optimal g729 module for it.
There don't seem to be any optimised for Xeon's. I am currently using i686,
but is there a better one to match my Xeon CPU's?
[root@pbx ~]# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Xeon(TM) CPU 2.80GHz
stepping
2006 Jun 26
1
Patch for rgl with gcc 4.0 in R 2.3.0 on OS X
Hi,
I recently had a problem installing the rgl package on OS X and put together
a simple patch. The patched package is available here:
http://jinome.stanford.edu/files/rgl_0.66-patched_for_gcc4.tar.gz
It can be installed with "R CMD INSTALL rgl_0.66-patched_for_gcc4.tar.gz" as
normal at the command line.
Also -- as of right now rgl is not in the repository of version 2.3 packages
2002 Nov 24
1
Samba, LDAP, PDC and udding users
Hi all!
I've had a lot of success setting up Samba PDC's using the LDAP-SAM
backend, and got password sync working between Unix (LDAP) passwords and
Samba passwords.
I can also have other Linux boxes use Winbind to auth vrs. the PDC and
thus achieve the same password sync functionality (i.e., Samba changes
both PAM and Samba passwords, as well as checking them). Naturally,
this also
2001 Dec 13
1
Code for Hodrick-Prescott Filter: Special Case of smooth. spline?
I've had a play with this and, due to my own short-comings, remain none the
wiser.
In particular, I'm not sure what value of 'spar' is consistent with the
magic lambda=1/1600 for quarterly data.
I initially interpreted spar as lambda and tried setting spar=1/1600. This
results in almost no smoothing while spar=1600 causes an error. The
smooth.spline function seems to want
2007 Oct 01
1
lpSolve doesn't compile because of a malloc.h error
Under freebsd 6.2-p7 i386, R 2.5.1,gcc-4.2.2 I'm unable to compile package
lpSolve because:
hpbsd# R CMD INSTALL lpSolve_5.5.8.tar.gz
* Installing to library '/usr/local/lib/R/library'
* Installing *source* package 'lpSolve' ...
** libs
cc -std=gnu99 -I/usr/local/lib/R/include -I/usr/local/lib/R/include -I . -DINTEGERTIME -DPARSER_LP -DBUILDING_FOR_R -DYY_NEVER_INTERACTIVE
2008 Nov 06
3
windows auth in linux world
it is not my expertise so i need to get some direction please so i can
google better on this one.
looks like to many choices and i am sure some are time wasters.
for those of you that have done it, what is your recommendation on the
absolute easiest / fastest implementation to get a centos file (space)
server to auth from a windows domain controller?
do you need more info?
i know i do and have
2001 Dec 05
1
Code for Hodrick-Prescott Filter
Has anyone written any code for the Hodrick-Prescott filter? I have a some
uncompiled FORTRAN code from Ed Prescott but I'd like to save myself some
programming time if possible. Thanks for your help.
Nick Davis
Crown Financial Policy
Asset and Liability Management Branch
The New Zealand Treasury
Direct: +64-4-471-5924
Fax: +64-4-499-0143
Email:
2008 Sep 09
15
Need help with an odd issue I am experiencing
I have a server with dual nic's running centos 5.2 1 nic connects to the
cable modem, which has 15m d and 2m up, but speed tests barely come back
at 5mb down including road runner's internal speed test. I hook up my
laptop to the same modem, same port, using the same cable and I get 17mb
down. I have ruled out iptables, nics (because same result on both
nics), cables, cable modem(with
2010 May 31
4
building rpy against lenny-cran
Hi.
On all of my machines, except for a netbook cursed with the GMA500
chipset, the R packages are synced to lenny-cran.
I have been using rpy in a chroot using the official lenny
R packages (2.7.1) given that i have not been able to find
compatible rpy deb packages to work with lenny-cran.
I am able to build the rpy deb package from source in
a 32-bit lenny chroot (with the stock R packages)
2009 Nov 12
1
trap window pop up when running 'bugs' in R
Hi,
I'm writing to ask what is the reason that a Trap window always pops up in
WinBUGS? I'm tring to run the function 'bugs' in R for a zero-inflated
gaussian model. The contents appear in the Trap window is as follows:
*incompatible copy
BugsCmds.TextError [000003A1H]
.beg INTEGER 1636169112
.end INTEGER 16861596
.name ARRAY 256 OF CHAR
2005 Oct 28
3
prepare for centos on compaq dl380 G1
greetings
i have a few dual P3 Compaq 1850R units and use compaq smartstart 5.5 on
them before a CentOS 4 load
i have acquired some dual P3 Compaq DL380 G1 i.e. Generation 1 units and am
wondering which specific smartstart download i should be using for them from
this URL below
h18004.www1.hp.com/support/files/server/us/subscription/ssdownloads.asp
would someone please share their experience
2001 Oct 30
1
What have I done wrong?
Hi,
I'm new to both this list and to openssh. I just downloaded 2.9.9 and did ./configure ; make ; make install. Everything was OK, no errors. But I must have done something wrong. Because after I started the sshd daemon, I can only connect with the "root" user. I have done ssh-keygen on other users but they do not work...
I'm running Linux. I havent changed any configurations.