That's it. Your installation could not complete the opkg rpms installation.
Have you gone through all the steps on the following README? http://svn.oscar.openclustergroup.org/php/beta/README If so, can you please do the following things? 1. run start_over to clean up oda 2. remove /tftpboot/oscar/* 3. untar repo-common and repo-rhel-5 tarballs under /tftpboot/oscar/ . 4. try to do the oscar installation again. In order to have the successful installation, /var/lib/oscar/packages/ should have the following things installed (the list can be various according to the packages that you want to install). [EMAIL PROTECTED]:/var/lib/oscar/packages$ ls -1 apitest base c3 disable-services documentation ganglia jobmonarch lam linux-ha loghost maui mpich mtaconfig netbootmgr ntpconfig oda openmpi opium pfilter pvm rapt sc3 selinux sge sis switcher sync-files torque yume Each one is a directory containing all the meta information(scripts, config.xml, configurator,.. etc) to install actual OSCAR packages. Regards, - DongInn Joseph Norris wrote: > Ok - this is what I have under /var/lib/oscar/packages > > /var/lib/oscar/packages > [EMAIL PROTECTED] packages]# ls -la > total 12 > drwxr-xr-x 3 root root 4096 Jul 23 08:16 . > drwxr-xr-x 3 root root 4096 Jul 23 08:16 .. > drwxr-xr-x 2 root root 4096 Jul 23 08:16 yume > > and under yume: > > [EMAIL PROTECTED] packages]# cd yume/ > [EMAIL PROTECTED] yume]# ls -al > total 12 > drwxr-xr-x 2 root root 4096 Jul 23 08:16 . > drwxr-xr-x 3 root root 4096 Jul 23 08:16 .. > -rw-r--r-- 1 root root 2386 Dec 13 2007 config.xml > > > > > > > and under > > DongInn Kim wrote: >> Joseph, I would like to double check if your opkg meta rpms are correctly >> installed before we move on. >> What do you have on /var/lib/oscar/packages/ ? >> >> Regards, >> >> - DongInn >> >> >> Joseph Norris wrote: >> >>> When you say "from scratch" do you mean rebuild the machine from the >>> ground up? or just from a start_over - if you mean the later - yes I >>> have done this several times - but I still get stopped with the error >>> condition below. >>> >>> I should ask one important question - I think I did - but here it goes: >>> Does oscar have any issue with the latest version of Redhat 5 enterprise >>> server? That's what I am running and early on the install had an issue >>> with the naming of the directory >>> >>> Michael Edwards wrote: >>> >>>> This error seems to, in some cases at least, be caused by restarting >>>> an installation without running "scripts/start_over" in between. It >>>> may not be recoverable, though you can try to run the start_over >>>> script now and see if it works. >>>> >>>> Have you tried starting over from scratch? >>>> >>>> On 7/28/08, *Joseph Norris* <[EMAIL PROTECTED] >>>> <mailto:[EMAIL PROTECTED]>> wrote: >>>> >>>> Sorry - I was out at a conference for the past 4 days. Getting >>>> back into >>>> the swing. >>>> >>>> I installed everything from the packages that I was given to >>>> download. >>>> Would a list of these packages help? >>>> >>>> >>>> DongInn Kim wrote: >>>> > Joseph, >>>> > >>>> > What do you have on your headnode:/var/lib/oscar/packages/ ? >>>> > I doubt that all the OSCAR meta packages were installed on your >>>> head node. >>>> > >>>> > Regards, >>>> > >>>> > - DongInn >>>> > >>>> > >>>> > Joseph Norris wrote: >>>> > >>>> >> Here it is - did not set verbose on the last one. >>>> >> >>>> >> Michael Edwards wrote: >>>> >> >>>> >>> On Mon, Jul 21, 2008 at 9:40 PM, DongInn Kim <[EMAIL PROTECTED] >>>> <mailto:[EMAIL PROTECTED]>> wrote: >>>> >>> >>>> >>> >>>> >>>> I have tested the installation of OSCAR 5.1b2 on RHEL5 >>>> several times >>>> >>>> and everything seemed to go well. >>>> >>>> I think this should not happen on this box but I suspect that >>>> there >>>> >>>> may be something wrong on the repository. >>>> >>>> >>>> >>>> Joseph, can you please post the full oscarinstall.log with it >>>> >>>> compressed and high verbosity (export OSCAR_VERBOSE=3)? >>>> >>>> >>>> >>>> Regards, >>>> >>>> >>>> >>>> -ps- >>>> >>>> If the oda command did not work as we expected, maybe you want to >>>> >>>> check to see if the "oscar" >>>> >>>> database still exists and if so, please drop it. (note: dont' >>>> forget >>>> >>>> to remove the oda password file(/etc/odapw) too.) And then >>>> re-start >>>> >>>> the installation. >>>> >>>> >>>> >>>> - DongInn >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> On Wed, Jul 23, 2008 at 11:20 AM, Joseph Norris >>>> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> >>>> >>> wrote: >>>> >>> >>>> >>> >>>> >>>> Any and every work-around would be most appreciated. Can I >>>> hack the >>>> >>>> schema itself? >>>> >>>> >>>> >>>> Starting >>>> MySQL: [ OK ] >>>> >>>> Making sure that the mysqld database server starts on subsequent >>>> >>>> boots ... >>>> >>>> chkconfig mysqld on >>>> >>>> Creating the OSCAR database ... >>>> >>>> ... OSCAR database successfully created. >>>> >>>> Checking for database existence of node oscar_server ... >>>> >>>> Updating the hostname field in the oscar_server node to >>>> >>>> <madrid.ucmerced.edu <http://madrid.ucmerced.edu>> ... >>>> >>>> Updating the dns_domain field in the oscar_server node to >>>> <ucmerced.edu <http://ucmerced.edu>> >>>> >>>> Checking for existence of node group oscar_clients ... >>>> >>>> Checking for existence of node group all ... >>>> >>>> Creating node group all ... >>>> >>>> Checking for existence of node group Default_node ... >>>> >>>> Creating node group Default_node ... >>>> >>>> Checking for existence of package set <Default> >>>> >>>> Initializing package set <Default> >>>> >>>> DBD::mysql::db do failed: Cannot add or update a child row: a >>>> foreign >>>> >>>> key constraint fails (`oscar/Group_Packages`, CONSTRAINT >>>> >>>> `Group_Packages_ibfk_1` FOREIGN KEY (`package`) REFERENCES >>>> `Packages` >>>> >>>> (`package`) ON DELETE CASCADE) at /opt/oscar/lib/OSCAR/oda.pm >>>> <http://oda.pm> line 733. >>>> >>>> DB_DEBUG>./wizard_prep: >>>> >>>> ====> in Database::do_update SQL : INSERT INTO Group_Packages >>>> >>>> (group_name, package, selected) VALUES ('Default', 'apitest', >>>> '1') >>>> >>>> Error message: Failed to update Group_Packages table in database >>>> >>>> <oscar>: Cannot add or update a child row: a foreign key >>>> constraint >>>> >>>> fails (`oscar/Group_Packages`, CONSTRAINT `Group_Packages_ibfk_1` >>>> >>>> FOREIGN KEY (`package`) REFERENCES `Packages` (`package`) ON >>>> DELETE >>>> >>>> CASCADE) at /opt/oscar/lib/OSCAR/oda.pm <http://oda.pm> line 739. >>>> >>>> ./wizard_prep: SQL command that failed was: <INSERT INTO >>>> Group_Packages >>>> >>>> (group_name, package, selected) VALUES ('Default', 'apitest', >>>> '1')> at >>>> >>>> /opt/oscar/lib/OSCAR/oda.pm <http://oda.pm> line 739. >>>> >>>> DB_DEBUG>./wizard_prep: >>>> >>>> ====>Failed to insert values via << INSERT INTO Group_Packages >>>> >>>> (group_name, package, selected) VALUES ('Default', 'apitest', >>>> '1') >> at >>>> >>>> /opt/oscar/lib/OSCAR/Database.pm line 1681. >>>> >>>> >>>> >>>> -- >>>> >>>> Joseph Norris >>>> >>>> Application Developer & Server Adminstrator >>>> >>>> 209-228-4576 >>>> >>>> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------- >>>> >>>> >>>> >>>> This SF.Net email is sponsored by the Moblin Your Move >>>> Developer's >>>> >>>> challenge >>>> >>>> Build the coolest Linux based applications with Moblin SDK & win >>>> >>>> great prizes >>>> >>>> Grand prize is a trip for two to an Open Source event >>>> anywhere in the >>>> >>>> world >>>> >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>> >>>> _______________________________________________ >>>> >>>> Oscar-users mailing list >>>> >>>> [email protected] >>>> <mailto:[email protected]> >>>> >>>> https://lists.sourceforge.net/lists/listinfo/oscar-users >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>>> >>>> ------------------------------------------------------------------------- >>>> >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>> >>> challenge >>>> >>> Build the coolest Linux based applications with Moblin SDK & >>>> win great >>>> >>> prizes >>>> >>> Grand prize is a trip for two to an Open Source event anywhere >>>> in the >>>> >>> world >>>> >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>> >>> _______________________________________________ >>>> >>> Oscar-users mailing list >>>> >>> [email protected] >>>> <mailto:[email protected]> >>>> >>> https://lists.sourceforge.net/lists/listinfo/oscar-users >>>> >>> >>>> >>> >>>> >> >>>> >>>> ------------------------------------------------------------------------ >>>> >> >>>> >> >>>> >>>> ------------------------------------------------------------------------- >>>> >> This SF.Net email is sponsored by the Moblin Your Move >>>> Developer's challenge >>>> >> Build the coolest Linux based applications with Moblin SDK & >>>> win great prizes >>>> >> Grand prize is a trip for two to an Open Source event anywhere >>>> in the world >>>> >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>> >> >>>> >> >>>> >> >>>> >>>> ------------------------------------------------------------------------ >>>> >> >>>> >> _______________________________________________ >>>> >> Oscar-users mailing list >>>> >> [email protected] >>>> <mailto:[email protected]> >>>> >> https://lists.sourceforge.net/lists/listinfo/oscar-users >>>> >> >>>> > >>>> > >>>> >>>> ------------------------------------------------------------------------- >>>> > This SF.Net email is sponsored by the Moblin Your Move >>>> Developer's challenge >>>> > Build the coolest Linux based applications with Moblin SDK & win >>>> great prizes >>>> > Grand prize is a trip for two to an Open Source event anywhere >>>> in the world >>>> > http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>> > _______________________________________________ >>>> > Oscar-users mailing list >>>> > [email protected] >>>> <mailto:[email protected]> >>>> > https://lists.sourceforge.net/lists/listinfo/oscar-users >>>> > >>>> >>>> -- >>>> Joseph Norris >>>> Application Developer & Server Adminstrator >>>> 209-228-4576 >>>> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>> challenge >>>> Build the coolest Linux based applications with Moblin SDK & win >>>> great prizes >>>> Grand prize is a trip for two to an Open Source event anywhere in >>>> the world >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/> >>>> _______________________________________________ >>>> Oscar-users mailing list >>>> [email protected] >>>> <mailto:[email protected]> >>>> https://lists.sourceforge.net/lists/listinfo/oscar-users >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>>> challenge >>>> Build the coolest Linux based applications with Moblin SDK & win great >>>> prizes >>>> Grand prize is a trip for two to an Open Source event anywhere in the world >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>>> ------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> Oscar-users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/oscar-users >>>> >>>> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Oscar-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/oscar-users >> > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Oscar-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-users
