Title: [Oscar-devel] MDK10 problems.
I just tested the 3083 tarball and got the exact same issue (with the Mandrake 10.0 Official ISOs).
 
However, when I re-ran ./install_cluster again, I was able to continue with the installation.
 
This needs to be looked at.
 
Thanks,
 
Bernard


From: [EMAIL PROTECTED] on behalf of David N. Lombard
Sent: Sun 27/03/2005 10:38 PM
To: OSCAR-devel
Subject: [Oscar-devel] MDK10 problems.

I am having some FUNDAMENTAL MDK10 problems, as shown by this log extract:

--> Running: "./oscar_wizard"
Can't locate Net/Netmask.pm in @INC (@INC contains: /opt/oscar/lib
/usr/lib/systemconfig /usr/lib/systeminstaller
/usr/lib/systemimager/perl /usr/lib/perl5/
5.8.3/i386-linux-thread-multi /usr/lib/perl5/5.8.3
/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site
_perl /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.3
/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi /us
r/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl .) at
/opt/oscar/lib/OSCAR/MAC.pm line 24.
BEGIN failed--compilation aborted at /opt/oscar/lib/OSCAR/MAC.pm line 24.
Compilation failed in require at ./oscar_wizard line 37.
BEGIN failed--compilation aborted at ./oscar_wizard line 37.
Oscar Wizard failed to run successfully at ./install_cluster line 302.


This shows that the server RPMs were not loaded.  Now, why was that?


Creating configuration default ...
--> WARNING! The config.xml file for torque is invalid.  Creating an
empty one...
--> WARNING! The config.xml file for sync_files is invalid.  Creating an
empty one...
--> WARNING! The config.xml file for switcher is invalid.  Creating an
empty one...
--> WARNING! The config.xml file for sis is invalid.  Creating an empty
one...
--> WARNING! The config.xml file for pvm is invalid.  Creating an empty
one...
--> WARNING! The config.xml file for pfilter is invalid.  Creating an
empty one...
--> WARNING! The config.xml file for perl-Qt is invalid.  Creating an
empty one...
--> WARNING! The config.xml file for opium is invalid.  Creating an
empty one...
--> WARNING! The config.xml file for oda is invalid.  Creating an empty
one...
--> WARNING! The config.xml file for ntpconfig is invalid.  Creating an
empty one...
--> WARNING! The config.xml file for networking is invalid.  Creating an
empty one...
--> WARNING! The config.xml file for mta-config is invalid.  Creating an
empty one...
--> WARNING! The config.xml file for mpich is invalid.  Creating an
empty one...
--> WARNING! The config.xml file for maui is invalid.  Creating an empty
one...
--> WARNING! The config.xml file for loghost is invalid.  Creating an
empty one...
--> WARNING! The config.xml file for lam is invalid.  Creating an empty
one...
--> WARNING! The config.xml file for kernel_picker is invalid.  Creating
an empty one...
--> WARNING! The config.xml file for ganglia is invalid.  Creating an
empty one...
--> WARNING! The config.xml file for disable-services is invalid.
Creating an empty one...
--> WARNING! The config.xml file for c3 is invalid.  Creating an empty
one...
--> WARNING! The config.xml file for base is invalid.  Creating an empty
one...
--> WARNING! The config.xml file for apitest is invalid.  Creating an
empty one...


That's odd.  What happened next?


--> Identified core packages:
--> Installing server core RPMs
--> Successfully installed server core RPMs
Inserting CORE oscar packages into config_opkgs table :
--> Marking installed bit in ODA for server core Pkgs


Huh?  Nothing was defined to be installed.
Nothing was requested to be installed.
Nothing was selected to be installed.
Nothing was installed.


Hmmm.  What does the repository look like?


$ svn status -u oscar-4,1b
Status against revision:    3083
$


OK, so it's clean.  What about one of those config.xml files, like the
one that should have provided at least the missing file at the top of
this sad tale of woe?


$ nl -ba /opt/oscar/packages/sis/config.xml
      1  <?xml version="1.0" encoding="ISO-8859-1"?>
      2  <!DOCTYPE package SYSTEM "../package.dtd">
      3  <oscar>
      4    <!--
      5        Copyright (c) 2002 The Trustees of Indiana University.
      6                           All rights reserved.
      7
      8        This file is part of the OSCAR software package.  For license
      9        information, see the COPYING file in the top level
directory of the
     10        OSCAR source distribution.
     11
     12        $Id: config.xml,v 1.13 2003/08/05 23:38:21 jsquyres Exp $
     13    -->
     14    <name>sis</name>
     15
     16    <version>
     17      <major>2</major>
     18      <minor>1</minor>
     19      <subversion>3</subversion>
     20      <release>2</release>
     21      <epoch>1</epoch>
     22    </version>
     23
     24    <class>core</class>
     25
     26    <summary>System Installation Suite</summary>
     27    <license>GPL</license>
     28    <group>Application/System</group>
     29    <url>http://sisuite.org/</url>
     30
     31    <packager>
     32      <name>Michael Chase-Salerno</name>
     33      <email>[EMAIL PROTECTED]</email>
     34    </packager>
     35
     36    <description>The System Installation Suite</description>
     37
     38    <rpmlist>
     39        <rpm>systemconfigurator</rpm>
     40        <rpm>systemimager-common</rpm>
     41        <rpm>systemimager-client</rpm>
     42    </rpmlist>
     43
     44    <rpmlist>
     45        <filter group="oscar_server"/>
     46        <rpm>systeminstaller</rpm>
     47        <rpm>systeminstaller-x11</rpm>
     48        <rpm>systemimager-server</rpm>
     49        <rpm>systemimager-flamethrower</rpm>
     50        <rpm>flamethrower</rpm>
     51        <rpm>udpcast</rpm>
     52        <rpm>tftp-server</rpm>
     53    </rpmlist>
     54
     55    <rpmlist>
     56        <filter group="oscar_server"/>
     57        <filter archit    58        <filter architecture="i486"/>
     59        <filter architecture="i586"/>
     60        <filter architecture="i686"/>
     61        <rpm>syslinux</rpm>
     62        <rpm>systemimager-i386boot-standard</rpm>
     63    </rpmlist>
     64
     65    <rpmlist>
     66        <filter group="oscar_server"/>
     67        <filter architecture="ia64"/>
     68        <rpm>systemimager-ia64boot-standard</rpm>
     69    </rpmlist>
     70  </oscar>
$


Suggestions?

--
David N. Lombard
Rossmoor, Orange County, CA
http://www.fourmilab.ch/cgi-bin/uncgi/Earth?imgsize=320&opt=-z&lat=33.8&ns=North&lon=118.08&ew=West&alt=7&img=learth.evif

Reply via email to