Bernard, SF is REALLY, REALLY slow today. I already sent David a patch to fix this.
-- David N. Lombard My comments represent my opinions, not those of Intel Corporation. >-----Original Message----- >From: Bernard Li [mailto:[EMAIL PROTECTED] >Sent: Friday, January 28, 2005 10:29 AM >To: David R. James III; Lombard, David N >Cc: [email protected] >Subject: RE: [Oscar-users] Installing OSCAR 4.0 on RHEL ES 3 > >Hi David: > >Jeff has already addressed the issue you are seeing - basically OSCAR >doesn't understand that RHEL3ES = RHEL3AS (at least that's the case with >switcher). > >Try the following, to see if it works: > >- Modify the file /opt/oscar/packages/switcher/scripts/setup >- Replace the line: > > } elsif ($ver eq "3as") { > > with > > } elsif ($ver eq "3as") || $ver eq "3es") { > >- try again and see if that works >- if it doesn't, then modify the same file and try to print out the $ver >variable to figure out what it is and put it in the above statement. > >I would assume that you may encounter more of this with other scripts - >however, we can help you with that. > >Cheers, > >Bernard > >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of >> David R. James III >> Sent: Thursday, January 27, 2005 7:45 >> To: Lombard, David N >> Cc: [email protected] >> Subject: RE: [Oscar-users] Installing OSCAR 4.0 on RHEL ES 3 >> >> David, >> I decided to start over from scratch. I re downloaded >> the oscar4.0 tar ball and unziped it in root's home >> directory. I then moved into the oscar-4.0 and configured it >> with ./configure. Once this was done, I installed it with >> make install. I then moved to /opt/oscar and ran >> ./install_cluster eth0. This runs through fine until it gets >> to the setup for switcher. This is the error I am getting: >> >> --> About to run /opt/oscar/packages/switcher/scripts/setup >> for switcher >> /opt/oscar/packages/switcher/distro/rh72 does not exist at >> /opt/oscar/packages/switcher/scripts/setup line 58 Using >> modules RPMs from: /opt/oscar/packages/switcher/distro/rh72 >> Script /opt/oscar/packages/switcher/scripts/setup exitted >> badly with exit code '255' at ./wizard_prep line 187 Failed >> running setup script for switcher at ./wizard_prep line 187 >> Oscar Wizard preparation script failed to complete at >> ./install_cluster line 215. >> >> This is the same error I received last time. I have also >> attached the install log so you can look at that as well. >> Any tips would be great. >> >> Thanks, >> David >> >> On Thu, 2005-01-27 at 00:51, Lombard, David N wrote: >> > David, >> > >> > Something's *really* wrong there. >> > >> > This is the process to install >> > d/l oscar-4.0.tar.gz >> > cd /opt >> > tar xfz oscar-4.0.tar.gz >> > cd oscar-4.0 >> > ./configure >> > make install >> > cd /opt/oscar >> > >> > Then, to start the OSCAR wizard, >> > >> > ./install_cluster ethX >> > >> > where "ethX" is the cluster-private device, e.g., eth1 >> > >> > Is that what you did? If so, could you verify the md5sums on the >> > tarball? >> -- >> David James >> Morris Digital Works >> System Administrator >> 706-828-4325 >> ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Oscar-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-users
