> Delivered-To: [EMAIL PROTECTED] > X-Envelope-From: [EMAIL PROTECTED] > From: Benjamin Simmons <[EMAIL PROTECTED]> > X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) > X-Accept-Language: en > To: Oscar Users list <[EMAIL PROTECTED]> > Subject: [Oscar-users] opium & Kernel_picker in OSCAR 2.2 > Sender: [EMAIL PROTECTED] > X-BeenThere: [EMAIL PROTECTED] > X-Mailman-Version: 2.0.9-sf.net > List-Help: <mailto:[EMAIL PROTECTED]> > List-Post: <mailto:[EMAIL PROTECTED]> > List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/oscar-users>, > <mailto:[EMAIL PROTECTED]> > List-Id: <oscar-users.lists.sourceforge.net> > List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/oscar-users>, > > <mailto:[EMAIL PROTECTED]> > List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=oscar-users> > X-Original-Date: Fri, 28 Mar 2003 10:29:33 -0600 > Date: Fri, 28 Mar 2003 10:29:33 -0600 > > Hi everyone, > > > I have installed a cluster of PII and PIII machines using OSCAR 2.2. I > tried to use the kernel picker to setup a new kernel so I could include > some Pentium Pro machines. I get a failure at line 220 in kernel_picker > of Initrd2 : > > [EMAIL PROTECTED] boot]# kernel_picker > List of OSCAR Images Available > ------------------------------ > 1. imagereboot > 2. imageshutdown > Select the OSCAR image to use [1] : 2 > For the purposes of booting the kernel, enter > (1) The full path/name of the kernel file : /root/boot/vmlinuz > Undefined subroutine &Initrd2::kernel_version called at > /opt/kernel_picker/bin/kernel_picker line 220, <STDIN> line 2. > [EMAIL PROTECTED] boot]# >
It sounds to me like you are running an older version of kernel_picker. Do "kernel_picker -v". If you get version 1.4, then there's an easy fix. Go to /opt/kernel_picker/bin and edit the kernel_picker.pl file. Go to line 220 and delete the "Initrd2::" from that line. That should be enough to get it working again. Another way to fix the problem would be to get the latest version of kernel_picker. (This will be a part of the next release of oscar.) Go to http://oscar.ncsa.uiuc.edu/ and download the rpm for kernel_picker. (Right click on "RPM file" link and "Save Link Target As..." to your hard drive.) Install it as root using "rpm -Uvh kernel_picker.rpm". When you do "kernel_picker -v" this time, you should get version 1.8. This update has lots of changes/fixes. Terry Fleury [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
