Joinutility seperatorLogin utility separator Infobright.com
   
 
Help Me!  Installation of system tables failed!
Posted: 20 February 2012 09:25 AM   Ignore ]  
Newbie
Rank
Total Posts:  3
Joined  2012-02-20

When I install infobright on Red Hat Enterprise Linux Server release 5.5 (Tikanga),there is a error.

Installing infobright 4.0.5-0 (x86_64)
The installer will generate /tmp/ib4.0.5-0-install.log install trace log.
Creating/Updating datadir and cachedir
Creating user mysql and group mysql
Installing default databases
Installing MySQL system tables…

Installation of system tables failed!  Examine the logs in
/usr/local/infobright-4.0.5-x86_64/data for more information.

You can try to start the mysqld daemon with:

  shell> /usr/local/infobright-4.0.5-x86_64/bin/mysqld—skip-grant &

and use the command line tool /usr/local/infobright-4.0.5-x86_64/bin/mysql
to connect to the mysql database and look at the grant tables:

  shell> /usr/local/infobright-4.0.5-x86_64/bin/mysql -u root mysql
  mysql> show tables

Try ‘mysqld—help’ if you have problems with paths.  Using—log
gives you a log in /usr/local/infobright-4.0.5-x86_64/data that may be helpful.

The latest information about MySQL is available on the web at
http://www.mysql.com/.  Please consult the MySQL manual section
‘Problems running mysql_install_db’, and the manual section that
describes problems on your OS.  Another information source are the
MySQL email archives available at http://lists.mysql.com/.

Please check all of the above before mailing us!  And remember, if
you do mail us, you MUST use the /usr/local/infobright-4.0.5-x86_64/scripts/mysqlbug script!

=============ERROR=======================
Failed on infobright initialization. You can investigate /tmp/ib4.0.5-0-install.log and log files from /usr/local/infobright-4.0.5-x86_64/data.
At this stage the current installation may be broken. You need to uninstall it and
fix the cause before retrying the installation.
Possible reasons for the failure are: LDAP service is running or
system has unsupported glibc but nscd service is not running.
Possible work arounds are: If LDAP is running, you may stop LDAP service prior to the installation.
If you have unsupported glibc, you need to start nscd service prior to the installation.
=========================================
error: %post(infobright-4.0.5-0.x86_64) scriptlet failed, exit status 1

Profile
 
Posted: 20 February 2012 11:12 AM   Ignore ]   [ # 1 ]  
Newbie
Rank
Total Posts:  3
Joined  2012-02-20

Please help me!!!

Profile
 
Posted: 20 February 2012 12:21 PM   Ignore ]   [ # 2 ]  
Super Duper Member
Avatar
RankRankRankRankRank
Total Posts:  1069
Joined  2008-08-18

Hi !

Have you tried this:

Possible work arounds are: If LDAP is running, you may stop LDAP service prior to the installation.
If you have unsupported glibc, you need to start nscd service prior to the installation.

Profile
 
Posted: 20 February 2012 10:02 PM   Ignore ]   [ # 3 ]  
Newbie
Rank
Total Posts:  3
Joined  2012-02-20

Hi,thank you very much ! 
when I start nscd service ,it’s ok!

Profile