Hi Chris

On Fri, Jan 16, 2009 at 2:56 PM, Chris Stevenson <cste...@mun.ca> wrote:

> Hi Geoffroy et al,
>
> You will be pleased (as I) to know that, following my own "less haste more
> speed" advice, I did an even more thorough "purge" of previous bootstrapping
> attempts, yum removal of everything installed during those, finishing with a
> "yum clean all" to wipe caches, etc, removal of the OSCAR repo file in
> /etc/yum.repos.d, removal of /etc/oscar and \tftpboot, and finally a "yum
> update" to update the OS.  Having restored things back to
> "pre-OSCAR-anything", I carefully followed exactly, verbatim, what was in
> the "Testing the development version" section of repoTesting after your
> fixes (changing nothing manually)... and I got much further, into stage 2 of
> the bootstrap, when it hit a snag at perl-Tk, another "ERROR: Impossible to
> install" error, when the package is trivially installable after you drop to
> a shell and use the same repo oscar-config is using. I'll leave this to you.
>
> So, yumming perl-Tk (which draws it from the oscar repo) and re-running the
> bootstrap brings it all the way to MySQL asking me for a password to
> continue.

 Excellent!  Only, I never once set up a password for MySQL (this is a
> virgin CentOS 5.2 box, not even 10 days old; there are no other users, and
> MySQL was never configured for use).  Hence, I'm now stuck for a totally
> separate reason. Is there a default password assigned during the
> /usr/bin/oda --init: mysql?  At any rate, I don't know it... (and it isn't
> this box's root password, isn't blank, and isn't "oscar"...)


>

> [cut]
>

>

> Database Initialization
>
> ================================================================
> Your MySQL has already setup the root password.
> To proceed, please enter your root password of MySQL:
>
> The password is not correct!!! Please try it again.
> To proceed, please enter your root password of MySQL:
>
> (At this point, as I have NO IDEA what this password is...!
> (though I could possibly reset it outside of the bootstrapping process, I
> thought I'd communicate this because of the perl-Tk hiccup)
>

I had this problem too. In my case, I restarted the mysqld and reconfigured
the password.

/etc/rc.d/init.d/mysqld reset
/usr/bin/mysqladmin -u root -p"yourpass"

the password don't have the quotes "".

So, you can set your password and rerun the oscar bootstrap.

I guess this can resolve your problem, but I don't know much about these
commands.

--
Henrique Baggio
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to