Hide Forgot
Make uname report the kernel version as 2.6.40+x where the x is from 3.x The purpose of this is for broken user space programs, sometimes binary that depend on the kernel name being 2.6.n
commit be27425dcc516fd08245b047ea57f83b8f6f0903 upstream
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: Some broken user space apps (sometimes binary only) depend on a kernel version for 2.6.x. Consequence: Applications that depend on 2.6.x no longer work. Fix: The preferred fix is to fix the applications, however when this is not possible - eg. with binary apps, you can run the program with a "2.6.x personality" Result: Applications run as expected.
Ran the following check: [root@hp-nehalem-01 ~]# uname -r 3.0.8-rt20.38.el6rt.x86_64 [root@hp-nehalem-01 ~]# uname26 uname -r 2.6.40-rt20.38.el6rt.x86_64 [root@hp-nehalem-01 ~]# -> VERIFIED
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0044.html