Displaying 20 results from an estimated 2183 matches for "6.5".
Did you mean:
0.5
2013 Nov 27
0
MANOVA Question
I'm running a MANOVA on survey data. The dependent variables are the
ranking of each DV. So the respondent was asked to rank 7 different
subject lines, each subject line is a DV with what the respondent ranked as
datum.
I had the code running yesterday, had a computer crash, then had to rewrite
plus append some new data. Now it's not working.
And I didn't think I'd run into a
2013 Dec 01
0
Release for CentOS-6.5 i386 and x86_64
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
We are pleased to announce the immediate availability of CentOS-6.5
install media for i386 and x86_64 Architectures. Release Notes for 6.5
are available at http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.5 -
we recommend everyone looks through those once.
CentOS-6.5 is based on the upstream release EL 6.5 and includes packages
from all variants.
2013 Dec 02
0
CentOS-announce Digest, Vol 106, Issue 1
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
2014 Sep 18
1
mirrorlist returns wrong servers
Hi,
We're using CentOS on various servers in Japan.
Recently, I found that mirrorlist.centos.org returns servers in China.
It makes "yum update" slow.
This problem occurs on "update" repo.
Our tries and results are follows:
## "os" repository
$ curl "http://mirrorlist.centos.org/?release=6.5&arch=x86_64&repo=os"
2014 Mar 29
1
The repodata directory is currently broken on several, if not all, mirrors for the 6.5 iso files
The repodata directory on all 6.5 isos that I have sampled have an issue where the file names don't have extensions resulting in a yum repo error on installation just after disk partitioning. This error prompts you with the choice between either allowing you choose another repo or to exit the installer. I remedied this issue with the following:
[root at testserv /root/test/centos]$ find
2014 Oct 07
2
How to run cloud image for 6.5?
Hi,
On my way to run centOS 6.5 on OpenStack I found the cloud images at
http://cloud.centos.org/centos/6.5/devel/
and while the corresponding image for centOS 7 seems to work fine, I
still need the older version for some legacy application, but I cannot
find a way to run the images provided in that directory.
Especially I'm looking at
2006 Oct 10
0
CentOS-announce Digest, Vol 20, Issue 4
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
2013 Dec 06
1
md5sum mismatch between CentOS 6.4 and 6.5 repository
Hello,
when I download python-slip-dbus-0.2.20-1.el6_2.noarch.rpm from CentOS 6.5
repository the md5sum is different than when I download same file from 6.4.
wget http://msync.centos.org/centos-6/6.5/os/x86_64/Packages/
python-slip-dbus-0.2.20-1.el6_2.noarch.rpm
-O python-slip-dbus-0.2.20-1.el6_2.noarch.rpm.65
wget http://msync.centos.org/centos-6/6.4/os/x86_64/Packages/
2007 Feb 01
3
indexing
Hello,
In a nutshell, I've got a data.frame like this:
> assignation <- data.frame(value=c(6.5,7.5,8.5,12.0),class=c(1,3,5,2))
> assignation
value class
1 6.5 1
2 7.5 3
3 8.5 5
4 12.0 2
>
and a long vector of classes like this:
> x <- c(1,1,2,7,6,5,4,3,2,2,2...)
And would like to obtain a vector of length = length(x), with the
corresponding
2014 Jul 31
1
Centos Release Update from 6.2 to 6.5
>* Suppose I install CentOS 6.2 now, Suppose in 8 months CentOS 6.5 is
*>* released.
*> >* Now I issue a yum update, so my system will be updated to CentOS 6.5, or I
*>* will have an updated 6.2 ? *
*You are requested to explain the update policy of centos in detail . *
--
*Sahil*
Mobile
* - 09467607999*
fbAddress*-www.facebook.com/SahilAggarwalg
2014 Nov 06
3
CentOS 6.5 Vault Repository missing
Hey all,
I went to go and pull some rpms from the CentOS 6.5 vault, but the CentOS-Vault repo file is referencing urls that no longer exist. Navigating to the URL, I noticed that the OS folder now only contains the SOURCE folder. I noticed that this is also true for 6.6, 7.0, and others. I already have the most up-to-date centos-release rpm. I've done some searching and can't find any
2004 Sep 01
1
[R/S] strange
Dear R and S People:
I have run across something very strange. Here is a function that I wrote
for R:
boot1 <- function(y,method="f",p=1) {
n1 <- length(y)
n2 <- n1*p
n3 <- n2 - 1
a <- 0.5*(outer(1:n3,1:n3,function(x,y){n2 - pmax(x,y)}))
return(a)
}
and here is the R output:
> y1
[1] 9 8 7 3 6
> source("boot1.R")
> boot1(y=y1,p=4)
[,1] [,2]
2014 May 27
1
kvm and 6.5
I'm trying to create a 6.5 VM on a 6.5 system using virt-install...
# virt-install --network bridge:br0 --name kfat --ram=2048 --vcpus=2
--disk path=/var/lib/libvirt/images/kfat.img,size=
16 --cdrom=/home/downloads/CentOS-6.5-x86_64-minimal.iso
I get through the first part of the installation, asks for disk layout
(I leave default, tell it to take the whole vdisk), networking (I setup
a
2007 Feb 01
3
indexing without looping
Hello,
I've got a data.frame like this:
> > assignation <- data.frame(value=c(6.5,7.5,8.5,12.0),class=c(1,3,5,2))
> > assignation
>
value class
1 6.5 1
2 7.5 3
3 8.5 5
4 12.0 2
> >
>
and a long vector of classes like this:
> > x <- c(1,1,2,7,6,5,4,3,2,2,2...)
>
And would like to obtain a vector of length =
2014 May 25
1
traffic distribution not happening in centos 6.5
Hi,
I am experimenting with libnetfilter_queue. libnetfilter_queue is a
userspace library providing an API to packets that have been queued by
the kernel packet filter.
I am using sample code(nfqnl_test.c) available on netfilter.org. I
have generated two binaries (queue0 and queue1) using that
nfqnl_test.c sample code.
These binaries are working as per expected behaviour in case of Centos
6.2
2015 Feb 20
1
CentOS 6.5 OpenSSH PAM config
Sorry - without the signing this time.
Hello.
Our products use CentOS 6.5 and we would like to deploy them with custom
openssh RPMs. I have downloaded the sources from
http://athena.caslab.queensu.ca/pub/OpenBSD/OpenSSH/portable and built
the RPMs, but the PAM configuration file is wrong after installation.
When I install the default openssh-5.3p1 RPMs from the CentOS 6.5
repository, the
2000 Aug 02
1
version to Irix 6.5
My name is Angelica Nunes and I work at TV Globo Rio de Janeiro/Brazil.
I need some help about the SAMBA software.
Our system is based on Silicon Graphics' machines, models: Indy, Impact,
Onyx and Indigo using Operational System Irix 6.2, 6.3 or 6.4. We must
upgrade all these systems to Irix 6.5 version. We would like to know which
samba version is compatible with Irix 6.5?
Where do I can
2006 Oct 10
0
CESA-2006:0713 Important CentOS 3 s390(x) python - security update
CentOS Errata and Security Advisory 2006:0713
https://rhn.redhat.com/errata/RHSA-2006-0713.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/python-2.2.3-6.5.s390.rpm
updates/s390/RPMS/python-devel-2.2.3-6.5.s390.rpm
updates/s390/RPMS/python-docs-2.2.3-6.5.s390.rpm
updates/s390/RPMS/python-tools-2.2.3-6.5.s390.rpm
2014 Jun 20
1
ATI Rage XL Driver for Centos 6.5
I have just installed Centos 6.5 on a Asus motherboard with an embedded ATI Rage XL controller (and with no room to install a more capable graphics card) and it is infuriatingly slow, running in VESA mode.
Unfortunately this card is not supported "out-of-the-box" by centos 6.5 and after Googling I have not found that the kmod-fglrx-legacy driver from elrepo would work either according
2014 Jul 08
2
upgrade from 6.5 to 7
I installed centos 6.5 from a dvd. ?Now that 7 is out, I'l like to try it. ?I tried:
sudo yum ?clean all && sudo yum update
but it said there were no updates. ?Is there a command-line way to upgrade from 6.5 to 7?
Thanks,
-wes