This is a new feature that has been requested in the Red Hat Enterprise Linux product line. The supported algorithms are DES, MD5, and SHA-256/512. They will be available after the upcoming updates releases as well as in Rawhide. The new algorithms will be configurable via Kickstart only. Here is the correct code. » Read more
At the moment, JBoss Technical Support is available in English. Support for other languages may be added at a future time.
When transferring an existing Red Hat Support case in another language to JBoss Support, please be prepared to provide a description of the case in English for the JBoss engineer.
» Read more
Welcome to Friday, our favorite day of the week. And here’s our handful of recent news we couldn’t resist sharing, to send you on your way into the weekend:
Charles Chen has been in meetings with the Philippine Business for Social Progress (PBSP) to evaluate the XO, and comments:
“This is to inform all the members of OLPC PH that I had met two weeks ago with the officials of the Philippine Business for Social Progress (PBSP), the country’s largest NGO in working in partnership in establishing an OLPC pilot to be done with the primary school level of the Don Bosco Technical College in Mandaluyong.”
“PBSP can support OLPC PH by developing the needed governance practices we need to implement this program. At the moment, PBSP is currently evaluating the project requirements of this pilot as well as the possible use of the XO for its own educational program. Their program initially aims to provide about 20,000 laptops and will be a big boost to OLPC PH if they find XO suitable for their needs.”
Whether you’re a returning guest or a just thinking about attending, the Red Hat Summit is fast approaching. Check out this year’s Summit preview video, and when you’re done, hit the event website and get the details. We’d love to see you there. And get some chowda.
In the event that a process is not achieving the desired performance performance benchmarks, it can be helpful to set CPU affinity, real-time scheduling policy and real-time scheduling priority. Experimenting with different options using the taskset and chrt commands can help determine if this approach will provide the desired results.
The taskset sets CPU affinity for a process. The chrt sets real time scheduling options. The two commands can be used in tandem. For example:
taskset -c 2-3 chrt -f 1 <command>
The above usage would force <command> to run on CPUs 2 through 3, using the “fifo” scheduling policy at priority level 1. The results of using these options depend on the workload of the application, as well as the load of the system in general.
For more information on the taskset and chrt commands, see their respective man pages. For more information on setting these attributes within an application, rather than when launching the application, see man 2 sched_setaffinity and man 2 sched_setscheduler.
I listened to a webcast from JBoss World today with a group of people. After hearing several speakers announce new middleware products and initiatives (as JBoss is the leading force in open source middleware), one of them turned to me and asked, “Just what is middleware?” When I started to describe transaction servers and database connection pool sharing, she held up a hand and said, “No. I want to know what it is in real world terms, and why it’s a big deal.” » Read more
In Red Hat Enterprise Linux 5, device-mapper-multipath is installed by default. This is a change from Red Hat Enterprise Linux 4. If a third party multipathing solution is in use, device-mapper-multipath should be disabled to avoid any conflict between multiple multipathing technologies. To disable device-mapper-multipath, turn it off with the following command:
chkconfig multipathd off
In addition, make sure the /etc/sysconfig/mkinitrd/multipath file has the following line:
MULTIPATH=NO
By default, /etc/multipath.conf has all devices blacklisted. If this default configuration has been changed, the change should be reverted. If the devices are not blacklisted, then running the multipath command could cause a conflict with other multipathing software. The /etc/multipath.conf file should contain the following:
# Blacklist all devices by default. Remove this to enable multipathing
# on the default devices.
blacklist {
devnode "*"
}
These steps will ensure that device-mapper-multipath does not conflict with any other multipathing solution in use.
It’s been a while since we posted a good round-up, and there’s so much we’ve come across lately that we really wanted to tell you about. In no particular order, here’s a list of things that have piqued our interest in the last few weeks: