I have disabled selinux but no luck
[EMAIL PROTECTED] ~]# system-config-securitylevel
Security Level (*) Disabled OK
[EMAIL PROTECTED] ~]# /etc/init.d/mysql start
Starting MySQL...................................          [FAILED]
[EMAIL PROTECTED] ~]#


I am receiving these errors in /var/lib/mysql/*.err



060301 14:32:08  mysqld started
060301 14:32:08 [Warning] Asked for 196608 thread stack, but got 126976
InnoDB: Error: pthread_create returned 11
060301 14:32:08  mysqld ended


And when I scroll through /var/log/messages I get these :



Mar  1 14:32:12 moon kernel: audit(1141241528.781:45036): avc:  denied  {
execmem } for  pid=20857 comm="mysqld" scontext=root:system_r:mysqld_t
tcontext=root:system_r:mysqld_t tclass=process



I have also tried running these commands :



[EMAIL PROTECTED] sqlserver4.1]# rpm -Uvh MySQL-server-4.1.14-0.i386.rpm --force
warning: MySQL-server-4.1.14-0.i386.rpm: V3 DSA signature: NOKEY, key ID
5072e1f
5
Preparing...                ###########################################
[100%]
Giving mysqld a couple of seconds to exit nicely
   1:MySQL-server           ###########################################
[100%]
060301 15:16:12 [Warning] Asked for 196608 thread stack, but got 126976
060301 15:16:12 [ERROR] Can't create interrupt-thread (error 11, errno: 4)
Installation of system tables failed!

Examine the logs in /var/lib/mysql for more information.
You can also try to start the mysqld daemon with:
/usr/sbin/mysqld --skip-grant &
You can use the command line tool
/usr/bin/mysql to connect to the mysql
database and look at the grant tables:

shell> /usr/bin/mysql -u root mysql
mysql> show tables

Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /var/lib/mysql 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 is the MySQL email archive.
Please check all of the above before mailing us!
And if you do mail us, you MUST use the /usr/bin/mysqlbug script!
Starting MySQL...................................[FAILED]
[EMAIL PROTECTED] sqlserver4.1]#


[EMAIL PROTECTED] sqlserver4.1]# /usr/sbin/mysqld --skip-grant
060301 15:20:44 [Warning] Asked for 196608 thread stack, but got 126976
060301 15:20:44 [ERROR] Fatal error: Please read "Security" section of the
manual to find out how to run mysqld as root!

060301 15:20:44 [ERROR] Aborting

060301 15:20:44 [Note] /usr/sbin/mysqld: Shutdown complete

[EMAIL PROTECTED] sqlserver4.1]#



Can anyone Please HELP



----- Original Message ----- 
From: "Tom Brown" <[EMAIL PROTECTED]>
To: "Atul Aggarwal" <[EMAIL PROTECTED]>
Cc: <mysql@lists.mysql.com>
Sent: Wednesday, March 01, 2006 9:18 PM
Subject: Re: MYSQL not starting


>
> > Mar  1 14:32:12 moon kernel: audit(1141241528.781:45036): avc:  denied
{ execmem } for  pid=20857 comm="mysqld" scontext=root:system_r:mysqld_t
tcontext=root:system_r:mysqld_t tclass=process
>
> you have enabled selinux
>
> disable it or learn how to use it correctly
>
>
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to