Title: RE: [Oscar-users] Re: Previous Message "Missing RPMs"
Hey Clint:
 
A few things to check:
 
1) Do you have mysql-server installed? (rpm -qa | grep mysql)
2) Did you copy all RPMs from all 4 CDs to /tftpboot/rpm? (you should have 1619 RPMs in that directory)
3) Can you access the 'oscar' database?
 
% mysql
mysql> use oscar;
mysql> show tables;
 
etc...
 
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.
 
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
>
> 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]]
> > 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
> > >
> > > 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&alloc_id281&op=click
> > > _______________________________________________
> > > Oscar-users mailing list
> > > [email protected]
> > > 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&alloc_id281&op=click
> _______________________________________________
> Oscar-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oscar-users
>

Reply via email to