Bernard, I'm back in the office and am trying your suggestions -- I'll put the responses after each suggestion below:
Clint Bowman INTERNET: [EMAIL PROTECTED] Air Quality Modeler INTERNET: [EMAIL PROTECTED] Department of Ecology VOICE: (360) 407-6815 PO Box 47600 FAX: (360) 407-7534 Olympia, WA 98504-7600 On Fri, 13 May 2005, Bernard Li wrote: > Hey Clint: > > A few things to check: > > 1) Do you have mysql-server installed? (rpm -qa | grep mysql) php-mysql-4.3.4-11 mysql-server-3.23.58-9 mysql-3.23.58-9 > 2) Did you copy all RPMs from all 4 CDs to /tftpboot/rpm? (you should > have 1619 RPMs in that directory) I did get caught on this one earlier (since I used just 3 to install<g>); however have since corrected that. ls /tftpboot/rpm/|wc 1706 1706 50853 Hmmm, a bit larger than 1619 > 3) Can you access the 'oscar' database? > > % mysql > mysql> use oscar; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed > mysql> show tables; +-------------------------------------+ | Tables_in_oscar | +-------------------------------------+ | cluster_partitions | | config_opkgs | | configurations | | disk_layouts | | disk_partitions | | images | | networks | | nics | | node_config_revs | | node_groups | | node_groups_included_configurations | | node_groups_included_node_groups | | nodes | | nodes_included_dns_servers | | nodes_included_package_sets | | oda_shortcuts | | oscar | | package_configuration_values | | package_configurations | | package_sets | | package_sets_included_packages | | package_switcher | | packages | | packages_conflicts | | packages_filters | | packages_provides | | packages_requires | | packages_rpmlists | | packages_servicelists | | program_variable_values | +-------------------------------------+ 30 rows in set (0.00 sec) Well, that's interesting > > etc... Having had no experience with databases, I haven't a clue as to any "etc"<g> > > You might want to try the start_over script (/opt/oscar/scripts) and > start from scratch. It's possible something got corrupted along the > way. And that's how I reached Step 4. Would it be reasonable to think that repeated <OSCAR wizard|start_over> sequences would ultimately produce a successful installation? Thanks for the suggestions, Clint > > Cheers, > > Bernard > > _____ > > From: Clint Bowman [mailto:[EMAIL PROTECTED] > Sent: Fri 13/05/2005 3:59 PM > To: Bernard Li > Cc: [email protected] > Subject: RE: [Oscar-users] Re: Previous Message "Missing RPMs" > > > > Bernard, > > I'm using FC2 and the OSCAR Wizard has gotten me through Stage 3 -- this > error occurred near the beginning of Stage 4. To wit: > > ======================================================================== > ===== > == Running step 4 of the OSCAR wizard: Build OSCAR client image > ======================================================================== > ===== > > warning: /tftpboot/rpm/fedora-release-2-4.i386.rpm: V3 DSA signature: > NOKEY, key ID 4f2a6fd2 > --> Step 4: Identified distro of clients: fedora 2 > --> Step 4: Using RPM list: > /opt/oscar/oscarsamples/fedora-2-i386.rpmlist > Use of uninitialized value in string eq at > /usr/lib/perl5/site_perl/oda.pm > line 2324. > DBD::mysql::st execute failed: MySQL server has gone away at > /usr/lib/perl5/site_perl/oda.pm line 4715. > ./oscar_wizard: retrieving list of fields(columns) from table packages > in > database <oscar> failed: > MySQL server has gone awayDBD::mysql::db do failed: MySQL server has > gone > away at /usr/lib/perl5/site_perl/oda.pm line 2322. > Use of uninitialized value in string eq at > /usr/lib/perl5/site_perl/oda.pm > line 2324. > Cannot read selected packages list from the ODA database. at > /opt/oscar/lib/OSCAR/Package.pm line 827. > Use of uninitialized value in concatenation (.) or string at > /opt/oscar/lib/OSCAR/Database.pm line 1100. > DBD::mysql::db do failed: MySQL server has gone away at > /usr/lib/perl5/site_perl/oda.pm line 2322. > Use of uninitialized value in string eq at > /usr/lib/perl5/site_perl/oda.pm > line 2324. > DBD::mysql::st execute failed: MySQL server has gone away at > /usr/lib/perl5/site_perl/oda.pm line 4715. > ./oscar_wizard: retrieving list of fields(columns) from table packages > in > database <oscar> failed: > MySQL server has gone awayDBD::mysql::db do failed: MySQL server has > gone > away at /usr/lib/perl5/site_perl/oda.pm line 2322. > Use of uninitialized value in string eq at > /usr/lib/perl5/site_perl/oda.pm > line 2324. > Use of uninitialized value in concatenation (.) or string at > /opt/oscar/lib/OSCAR/Database.pm line 1123. > Use of uninitialized value in concatenation (.) or string at > /opt/oscar/lib/OSCAR/Database.pm line 1100. > DBD::mysql::db do failed: MySQL server has gone away at > /usr/lib/perl5/site_perl/oda.pm line 2322. > Use of uninitialized value in string eq at > /usr/lib/perl5/site_perl/oda.pm > line 2324. > DBD::mysql::st execute failed: MySQL server has gone away at > /usr/lib/perl5/site_perl/oda.pm line 4715. > ./oscar_wizard: retrieving list of fields(columns) from table packages > in > database <oscar> failed: > MySQL server has gone awayDBD::mysql::db do failed: MySQL server has > gone > away at /usr/lib/perl5/site_perl/oda.pm line 2322. > Use of uninitialized value in string eq at > /usr/lib/perl5/site_perl/oda.pm > line 2324. > Use of uninitialized value in concatenation (.) or string at > /opt/oscar/lib/OSCAR/Database.pm line 1123. > Use of uninitialized value in concatenation (.) or string at > /opt/oscar/lib/OSCAR/Package.pm line 461. > Use of uninitialized value in join or string at > /opt/oscar/lib/OSCAR/Package.pm line 461. > --> Returning oscar_clients packages for : > Use of uninitialized value in concatenation (.) or string at > ./oscar_wizard line 331. > WARNING: Missing required packages, continuing: > systemconfigurator > at /usr/bin/mksiimage line 164 > 1: 2005-4-13 8:11:13 [SystemInstaller::Package :: Line 77] Expected > lines > of output: 451 > 2: 2005-4-13 8:11:13 [SystemInstaller::Package :: Line 79] Finding > package > install files. > 3: 2005-4-13 8:11:13 [SystemInstaller::Package :: Line 180] Finding > files > with module SystemInstaller::Package::UpdateRpms > ERROR: The following RPMs are missing from /tftpboot/rpm: > > > at /usr/lib/systeminstaller/SystemInstaller/Package.pm line 181 > Failed to find files for all packages. at /usr/bin/mksiimage line 164 > 4: 2005-4-13 8:11:35 [main :: Line 165] Unmounting /proc. > 5: 2005-4-13 8:11:35 [SystemInstaller::Image :: Line 68] rmimage > oscarimage > FATAL: Can't remove /var/lib/systemimager/scripts/oscarimage.master! > Package install failed > at /usr/bin/mksiimage line 171 > Command mksiimage -A --name oscarimage --location /tftpboot/rpm > --filename > /opt/oscar/oscarsamples/fedora-2-i386.rpmlist --arch i686 --path > /var/lib/systemimager/images/oscarimage --verbose > --filename=/tmp/oscar-install-rpmlist.11441 failed to run properly at > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Tk.pm line 228 > > ------------------------------------------------------------------------ > ----- > > I'm off for a conference and a visit and won't be back until the end of > the month and will look for responses then. > > Thanks, > > Clint > > > Clint Bowman INTERNET: [EMAIL PROTECTED] > Air Quality Modeler INTERNET: [EMAIL PROTECTED] > Department of Ecology VOICE: (360) 407-6815 > PO Box 47600 FAX: (360) 407-7534 > Olympia, WA 98504-7600 > > On Fri, 13 May 2005, Bernard Li wrote: > > > Hi Clint: > > > > This seems to be a MySQL error: > > > > http://dev.mysql.com/doc/mysql/en/gone-away.html > <http://dev.mysql.com/doc/mysql/en/gone-away.html> > > > > Which OS are you running and which stage are you at? Did you get the > > OSCAR Wizard? > > > > Cheers, > > > > Bernard > > > > > -----Original Message----- > > > From: Clint Bowman [ mailto:[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> ] > > > Sent: Friday, May 13, 2005 14:27 > > > To: Bernard Li > > > Cc: [email protected] > > > Subject: RE: [Oscar-users] Re: Previous Message "Missing RPMs" > > > > > > Bernard, > > > > > > In that case, what does, "DBD::mysql::st execute failed: > > > MySQL server has gone away at /usr/lib/perl5/site_perl/oda.pm > > > line 4715." mean? > > > > > > Or is that also a warning and I should look further? I'm > > > just getting started with OSCAR and haven't yet learned which > > > is wheat and which is chaff. > > > > > > Thanks for the URL (I've already spent quite a bit of time > > > digging through the archives there.) > > > > > > Clint > > > > > > Clint Bowman INTERNET: [EMAIL PROTECTED] > > > Air Quality Modeler INTERNET: [EMAIL PROTECTED] > > > Department of Ecology VOICE: (360) 407-6815 > > > PO Box 47600 FAX: (360) 407-7534 > > > Olympia, WA 98504-7600 > > > > > > On Fri, 13 May 2005, Bernard Li wrote: > > > > > > > Hey Clint: > > > > > > > > > Any way now I have the old "Use of uninitialized value in > > > string eq > > > > > at /usr/lib/perl5/site_perl/oda.pm line 2324." > > > > > error which I should be able to track down. > > > > > > > > That particular error message usually is just a warning, > > > the important > > > > part probably came before or after that message. > > > > > > > > Take a look at this page to see what sort of information > > > would help us > > > > troubleshoot your problem: > > > > > > > > http://oscar.openclustergroup.org/support > <http://oscar.openclustergroup.org/support> > > > > > > > > Thanks, > > > > > > > > Bernard > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by Oracle Space Sweepstakes > > > Want to be > > > > the first software developer in space? > > > > Enter now for the Oracle Space Sweepstakes! > > > > http://ads.osdn.com/?ad_ids93 > <http://ads.osdn.com/?ad_ids93&alloc_id> &alloc_id281&op=click > > > > _______________________________________________ > > > > Oscar-users mailing list > > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/oscar-users > <https://lists.sourceforge.net/lists/listinfo/oscar-users> > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by Oracle Space Sweepstakes > > Want to be the first software developer in space? > > Enter now for the Oracle Space Sweepstakes! > > http://ads.osdn.com/?ad_ids93 <http://ads.osdn.com/?ad_ids93&alloc_id> > &alloc_id281&op=click > > _______________________________________________ > > Oscar-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/oscar-users > <https://lists.sourceforge.net/lists/listinfo/oscar-users> > > > > > ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Oscar-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-users
