CentOS Errata and Security Advisory 2005:848
https://rhn.redhat.com/errata/RHSA-2005-848.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
files:
updates/alpha/RPMS/libc-client-2002e-14.alpha.rpm
updates/alpha/RPMS/libc-client-devel-2002e-14.alpha.rpm
--
Pasi Pirhonen - upi(a)iki.fi - http://iki.fi/upi/
CentOS Errata and Security Advisory 2005:840
https://rhn.redhat.com/errata/RHSA-2005-840.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
files:
updates/alpha/RPMS/xpdf-3.00-11.9.alpha.rpm
--
Pasi Pirhonen - upi(a)iki.fi - http://iki.fi/upi/
CentOS Errata and Security Advisory 2005:840
https://rhn.redhat.com/errata/RHSA-2005-840.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
files:
updates/ia64/RPMS/xpdf-3.00-11.9.ia64.rpm
--
Pasi Pirhonen - upi(a)iki.fi - http://iki.fi/upi/
CentOS Errata and Security Advisory CESA-2005:850
imap security update for CentOS 3 x86_64:
https://rhn.redhat.com/errata/RHSA-2005-850.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
x86_64:
updates/x86_64/RPMS/imap-2002d-12.x86_64.rpm
updates/x86_64/RPMS/imap-devel-2002d-12.x86_64.rpm
updates/x86_64/RPMS/imap-utils-2002d-12.x86_64.rpm
source:
updates/SRPMS/imap-2002d-12.src.rpm
You may update your CentOS-3 x86_64 installations by running the command:
yum update imap\*
Tru
--
Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
CentOS Errata and Security Advisory CESA-2005:850
imap security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2005-850.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
i386:
updates/i386/RPMS/imap-2002d-12.i386.rpm
updates/i386/RPMS/imap-devel-2002d-12.i386.rpm
updates/i386/RPMS/imap-utils-2002d-12.i386.rpm
source:
updates/SRPMS/imap-2002d-12.src.rpm
You may update your CentOS-3 i386 installations by running the command:
yum update imap\*
Tru
--
Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
CentOS Errata and Security Advisory CESA-2005:840
xpdf security update for CentOS 3 x86_64:
https://rhn.redhat.com/errata/RHSA-2005-840.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
x86_64:
updates/x86_64/RPMS/xpdf-2.02-9.7.x86_64.rpm
source:
updates/SRPMS/xpdf-2.02-9.7.src.rpm
You may update your CentOS-3 x86_64 installations by running the command:
yum update xpdf
Tru
--
Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
CentOS Errata and Security Advisory CESA-2005:840
xpdf security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2005-840.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
i386:
updates/i386/RPMS/xpdf-2.02-9.7.i386.rpm
source:
updates/SRPMS/xpdf-2.02-9.7.src.rpm
You may update your CentOS-3 i386 installations by running the command:
yum update xpdf
Tru
--
Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
The CentOS Development Team is pleased to announce the release of the
Cluster Suite 4 (CS) and Global File System 6.1 (GFS) for CentOS-4 for
the i386 and x86_64 architectures.
The files are located at:
http://mirror.centos.org/centos/4/csgfs/
Documentation for CS / GFS is with the other CentOS-4 docs at:
http://mirror.centos.org/centos/4/docs/
You can add the csgfs repository to your yum configuration by
downloading the CentOS-csgfs.repo file and putting it in
your /etc/yum.repos.d/ directory:
http://mirror.centos.org/centos/4/csgfs/CentOS-csgfs.repo
Installation instructions are provided in the above documentation link.
Thank you,
The CentOS Development Team
CentOS Errata and Enhancement Advisory 2005:1130-2
CentOS 4 x86_86 drbd / heartbeat - Enhancement Update (Extras Only)
We are pleased to add drbd (with integrated heartbeat) to the CentOS
extras repository.
DRBD is a block device which is designed to build high availability
clusters. This is done by mirroring a whole block device via (a
dedicated) network. You could see it as a network raid-1. See the drbd
website for details:
http://www.drbd.org/
Heartbeat performs death-of-node detection, communications and cluster
management in one process. See the heartbeat website for details:
http://www.linux-ha.org/HeartbeatProgram
The heartbeat used by CentOS originates with the ultramonkey project,
though the EL3 version was modified to use EL4 core programs and the
CFLAGS were changed to make it compile on i386 and x86_64. More on
ultramonkey here:
http://www.ultramonkey.org/3/
Using drbd and heartbeat together, you can mirror a partition between
computers via the network, and switch applications on those partitons
between the machines if one of the machines fails.
----------------------
Installation:
You can install drbd and heartbeat with the following command:
yum groupinstall drbd-heartbeat
then you will need to install the drbd kernel module for your kernel.
You can find your current kernel with the command:
uname -r
(currently for me the result is 2.6.9-22.0.1.ELsmp)
then you can install the drbd kernel module with the command:
yum install kernel-module-drbd-2.6.9-22.0.1.ELsmp
(you would substitute you uname -r kernel name for 2.6.9-22.0.1.ELsmp)
If you are using a non standard kernel, you will need to build your own
kernel module for drbd. The lastest drbd source file can be obtained
here:
http://mirror.centos.org/centos/4/extras/SRPMS/
You need the kernel-devel (or kernel-smp-devel) for your kernel
installed as well, and you can make your drbd kernel module with the
command:
rpmbuild --rebuild -target i686 --define "kernelversion 2.6.9-22.0.1.ELsmp" drbd-0.7.14-1.centos4.src.rpm
(you would substitute your kernel version and targeted arch as applicable)
-----------------------
Once installed the drbd and heartbeat configurations need to be setup
via their respective website links above.
----------------------
The following files are added to the extras repository and syncing to
the mirrors:
x86_64:
drbd-0.7.14-1.centos4.x86_64.rpm
heartbeat-1.2.3.cvs.20050927-1.centos4.x86_64.rpm
heartbeat-ldirectord-1.2.3.cvs.20050927-1.centos4.x86_64.rpm
heartbeat-pils-1.2.3.cvs.20050927-1.centos4.x86_64.rpm
heartbeat-stonith-1.2.3.cvs.20050927-1.centos4.x86_64.rpm
ipvsadm-1.24-6.x86_64.rpm
kernel-module-drbd-2.6.9-22.0.1.EL-0.7.14-1.centos4.x86_64.rpm
kernel-module-drbd-2.6.9-22.0.1.ELsmp-0.7.14-1.centos4.x86_64.rpm
kernel-module-drbd-2.6.9-22.EL-0.7.14-1.centos4.x86_64.rpm
kernel-module-drbd-2.6.9-22.ELsmp-0.7.14-1.centos4.x86_64.rpm
libnet-1.1.2.1-2.rf.x86_64.rpm
perl-Mail-IMAPClient-2.2.9-1.rf.noarch.rpm
perl-Net-SSLeay-1.25-3.rf.x86_64.rpm
src:
drbd-0.7.14-1.centos4.src.rpm
heartbeat-1.2.3.cvs.20050927-1.centos4.src.rpm
ipvsadm-1.24-6.src.rpm
libnet-1.1.2.1-2.rf.src.rpm
perl-Mail-IMAPClient-2.2.9-1.rf.src.rpm
perl-Net-SSLeay-1.25-3.rf.src.rpm
CentOS Errata and Enhancement Advisory 2005:1130-2
CentOS 4 i386 drbd / heartbeat - Enhancement Update (Extras Only)
We are pleased to add drbd (with integrated heartbeat) to the CentOS
extras repository.
DRBD is a block device which is designed to build high availability
clusters. This is done by mirroring a whole block device via (a
dedicated) network. You could see it as a network raid-1. See the drbd
website for details:
http://www.drbd.org/
Heartbeat performs death-of-node detection, communications and cluster
management in one process. See the heartbeat website for details:
http://www.linux-ha.org/HeartbeatProgram
The heartbeat used by CentOS originates with the ultramonkey project,
though the EL3 version was modified to use EL4 core programs and the
CFLAGS were changed to make it compile on i386 and x86_64. More on
ultramonkey here:
http://www.ultramonkey.org/3/
Using drbd and heartbeat together, you can mirror a partition between
computers via the network, and switch applications on those partitons
between the machines if one of the machines fails.
----------------------
Installation:
You can install drbd and heartbeat with the following command:
yum groupinstall drbd-heartbeat
then you will need to install the drbd kernel module for your kernel.
You can find your current kernel with the command:
uname -r
(currently for me the result is 2.6.9-22.0.1.ELsmp)
then you can install the drbd kernel module with the command:
yum install kernel-module-drbd-2.6.9-22.0.1.ELsmp
(you would substitute you uname -r kernel name for 2.6.9-22.0.1.ELsmp)
If you are using a non standard kernel, you will need to build your own
kernel module for drbd. The lastest drbd source file can be obtained
here:
http://mirror.centos.org/centos/4/extras/SRPMS/
You need the kernel-devel (or kernel-smp-devel) for your kernel
installed as well, and you can make your drbd kernel module with the
command:
rpmbuild --rebuild -target i686 --define "kernelversion 2.6.9-22.0.1.ELsmp" drbd-0.7.14-1.centos4.src.rpm
(you would substitute your kernel version and targeted arch as applicable)
-----------------------
Once installed the drbd and heartbeat configurations need to be setup
via their respective website links above.
----------------------
The following files are added to the extras repository and syncing to
the mirrors:
i386:
drbd-0.7.14-1.centos4.i386.rpm
heartbeat-1.2.3.cvs.20050927-1.centos4.i386.rpm
heartbeat-ldirectord-1.2.3.cvs.20050927-1.centos4.i386.rpm
heartbeat-pils-1.2.3.cvs.20050927-1.centos4.i386.rpm
heartbeat-stonith-1.2.3.cvs.20050927-1.centos4.i386.rpm
ipvsadm-1.24-6.i386.rpm
kernel-module-drbd-2.6.9-22.0.1.EL-0.7.14-1.centos4.i686.rpm
kernel-module-drbd-2.6.9-22.0.1.ELhugemem-0.7.14-1.centos4.i686.rpm
kernel-module-drbd-2.6.9-22.0.1.ELsmp-0.7.14-1.centos4.i686.rpm
kernel-module-drbd-2.6.9-22.EL-0.7.14-1.centos4.i686.rpm
kernel-module-drbd-2.6.9-22.ELhugemem-0.7.14-1.centos4.i686.rpm
kernel-module-drbd-2.6.9-22.ELsmp-0.7.14-1.centos4.i686.rpm
libnet-1.1.2.1-2.rf.i386.rpm
perl-Mail-IMAPClient-2.2.9-1.rf.noarch.rpm
perl-Net-SSLeay-1.25-3.rf.i386.rpm
src:
drbd-0.7.14-1.centos4.src.rpm
heartbeat-1.2.3.cvs.20050927-1.centos4.src.rpm
ipvsadm-1.24-6.src.rpm
libnet-1.1.2.1-2.rf.src.rpm
perl-Mail-IMAPClient-2.2.9-1.rf.src.rpm
perl-Net-SSLeay-1.25-3.rf.src.rpm