Joseph, I think your distro seems to have some rpms missing. Can you double check to see if you have copied all the rpms of the distro CDs/DVD to /tftpboot/distro/redhat-***/ ?
If $OSCAR_HOME/oscarsamples/rhel-5-i386.rpmlist does not match with your distro rpms, the dependency problem can happen on Step 4. Regards, - DongInn Joseph Norris wrote: > Found them on my CDs now I am here: > > Image build finished. > Image oscarimage does not exist > at /usr/bin/mksidisk line 88 > Couldn't run command mksidisk -A --name oscarimage --file > /opt/oscar/oscarsamples/ide.disk at > /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Tk.pm line 247 > > Requested images not found. > at /usr/bin/mksiimage line 302 > Selection: redhat-el-server-5-i386 > the new package list is: > file:/tftpboot/distro/redhat-el-server-5-i386,file:/tftpboot/oscar/rhel-5-i386,file:/tftpboot/oscar/common-rpms > Executing command: mksiimage -A --name oscarimage --location > "file:/tftpboot/distro/redhat-el-server-5-i386,file:/tftpboot/oscar/rhel-5-i386,file:/tftpboot/oscar/common-rpms" > > --filename /opt/oscar/oscarsamples/rhel-5-i386.rpmlist --arch i386 > --path /var/lib/systemimager/images/oscarimage --filename > /opt/oscar/tmp/Default.pgroup > PackMan smart_install failed. at > /usr/lib/systeminstaller/SystemInstaller/Package.pm line 224 > Failed to install files. > > ~~~~ > ERROR: Failed to install packages: arpwatch, cyrus-sasl-md5, > finger-server, compat-gcc-34, compat-gcc-34-g77, glib, gnuplot, postfix, > rsh-server, screen, switchdesk, telnet-server, units, compat-libf2c-34, > libobjc, xorg-x11-xsm, perl-DBD-Pg, postgresql, opkg-apitest-client, > opkg-base-client, opkg-c3-client, opkg-disable-services-client, > opkg-lam-client, opkg-maui-client, opkg-mpich-client, > opkg-mtaconfig-client, opkg-netbootmgr-client, opkg-ntpconfig-client, > opkg-oda-client, opkg-openmpi-client, opkg-opium-client, > opkg-pvm-client, opkg-rapt-client, opkg-sc3-client, opkg-sis-client, > opkg-switcher-client, opkg-sync-files-client, opkg-torque-client, > opkg-yume-client > ~~~~ > at /usr/bin/mksiimage line 194 > FATAL: Can't remove /var/lib/systemimager/overrides/oscarimage! > Package install failed > > > DongInn Kim wrote: >> It happened because lam needs libaio and libaio-devel rpms but your distro >> repository does not have them. >> You have to download them manually and then put them into your >> /tftpboot/distro/redhet-.../ . >> Please make sure if the rpms are really missing on your local repo. (Weird, >> this error never happened on RHEL after RHEL 5 is released) >> >> Anyway, if the missing rpms are available on the on-line repo, I usually do >> the following things to get the missing rpms on my RHEL box. >> >> up2date -d libaio libaio-devel >> cd /var/spool/up2date/ >> cp libaio* /tftpboot/distro/redhat-***-5-i386/ >> >> And then the dependency error will be gone on the Step 3. >> >> Regards, >> >> - DongInn >> >> >> Joseph Norris wrote: >> >>> Eureka - we are now in the gui for packages. However I am running into >>> dependency issues: >>> >>> --> Running transaction check >>> --> Processing Dependency: libaio-devel for package: opkg-lam-server >>> --> Finished Dependency Resolution >>> Error: Missing Dependency: libaio-devel is needed by package opkg-lam-server >>> Error occured during smart_install: >>> >>> >>> What do I do about this. >>> >>> Joseph Norris wrote: >>> >>>> Thanks - i will do this now and report back. >>>> >>>> DongInn Kim wrote: >>>> >>>> >>>>> 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 >>>>> >>>>> >>>>> >>>> >>>> >> ------------------------------------------------------------------------- >> 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
