Friday, September 5, 2014

WordPress 3.9.2 Security Release

WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately.

This release fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It  was fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the Drupal security team. This is the first time our two projects have coordinated joint security releases.

For more information, do take a look at http://wordpress.org/news/2014/08/wordpress-3-9-2/

Tuesday, September 2, 2014

Security Issue: RHEL glibc based privilege escalation (CVE-2014-5119, Important)

Issue:
There is a flaw in glibc that can allow a local unprivileged user to gain root on Red Hat Enterprise Linux machines.


A public exploit has been released on August 25th. This issue is tracked as CVE-2014-5119 in the MITRE Common Vulnerabilities and Exposures (CVE) database. The issue can not be blocked by our security technologies (such as SELinux). This issue affects the version of glibc as shipped with Red Hat Enterprise Linux 5, 6 and 7.

Resolution:
Please update your glibc to the latest version. Check the errata RHSA-2014:1110-1 for the glibc that matches your operating system version.

Reference:
See this KCS article for more detail: https://access.redhat.com/solutions/1176253

Thursday, August 28, 2014

Trying to allocate 1005 pages for VMLINUZ error when booting with RHEL or CentOS 6.5 disks

I was booting the RHEL 6.5 or CentOS 6.5 on a IBM PureFlex System and I have this error. This occurs when When installing Red Hat Enterprise Linux 6 from DVD media the installation will default to native Extensible Firmware Interface (EFI) mode boot. I do not have

According to IBM Website, 

The workaround is simply to install the operating system in the traditional legacy mode, since there is generally no reason to install in other than Legacy mode. The workaround is only necessary if the media you are booting defaults to EFI mode (DVD or EFI Preboot eXecution Environment (PXE)) otherwise a legacy installation (e.g. - traditional PXE) is the default and is unaffected by this issue.

To force a legacy installation of the operating system from the EFI bootable DVD media the user should:

    Press F12 key when the IBM splash screen is shown during system boot.
    Select Legacy Only option and press Enter.
    The operating system will boot and install in traditional legacy boot mode.

And the issue was resolved.

References:
  1. Red Hat Enterprise Linux 6 (RHEL6) native Extensible Firmware Interface (EFI) install is not supported with greater than 512 GB memory - IBM System x and BladeCenter
  2. Bug 691860 - UEFI version of ISO fails to boot when >4gig (since f14)

Wednesday, August 27, 2014

Location of GPFS Client Log file

The location of the GPFS Log file is located at the /var/adm/ras/mmfs.log.latest. You can find a wealth of information of errors and information. When you are monitoring the errors in real time, you may want to use the tail -f to see the real time troubleshooting

# tail -f /var/adm/ras/mmfs.log.latest

Monday, August 25, 2014

Accurately Time Your Parallel Loops in OpenMP

Learn how to use a wall clock timer that is included as part of the OpenMP library. Jeff Cogswell walks you through how. Taken from Accurately Time Your Parallel Loops in OpenMP which is found http://goparallel.sourceforge.net/