>>> On 9/14/2012 at 05:27 PM, Marcy Cortes <[email protected]> >>> wrote: > I'm trying to install something. The vendor said the documented work around > to handle the 3.0 kernel is to run it with > > uname26 <program_name> > > Well, if I do that, uname -r still returns 3.0... and they are looking > for 2.6. > > Does the uname26 not work on s390x?
Works for me: s390z24:~ # uname -a Linux s390z24 3.0.38-0.5-default #1 SMP Fri Aug 3 09:02:17 UTC 2012 (358029e) s390x s390x s390x GNU/Linux s390z24:~ # uname26 uname -r 2.6.40-0.5-default s390z24:~ # uname26 uname -a Linux s390z24 2.6.40-0.5-default #1 SMP Fri Aug 3 09:02:17 UTC 2012 (358029e) s390x s390x s390x GNU/Linux Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
