From Bugzilla Helper: User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5 Description of problem: After the most recent kernel upgrade to RHE4, the memlock feature of MySQL stopped working. When starting mysql with memlock turned on MySQL would exit and the following would be shown in the error log: 051028 17:22:08 mysqld restarted 051028 17:22:08 Can't start server: Bind on TCP/IP port: Address already in use 051028 17:22:08 Do you already have another mysqld server running on port: 3306 ? 051028 17:22:08 Aborting 051028 17:22:08 /usr/local/mysql/bin/mysqld: Shutdown Complete 051028 17:22:08 mysqld ended Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Using the 4.0.26 binaries from MySQL.com, add the following line to the /etc/my.cnf file in the mysqld section: memlock 2. Restart mysql 3. Mysql will not start and will exit immediately. Actual Results: MySQL exited immediately. Expected Results: MySQL should have ran as normal. This feature worked normally before the kernel upgrade. Additional info: [root@mercury ~]# mysql -V mysql Ver 12.22 Distrib 4.0.26, for pc-linux-gnu (i686) Dual Xeon, 2 GB RAM.
# uname -a Linux mercury.op-design.com 2.6.9-22.0.1.ELsmp #1 SMP Tue Oct 18 18:39:27 EDT 2005 i686 i686 i386 GNU/Linux
what was the previous kernel version that this work under?
Upon lots of further testing, it turns out to be a goof on my part. Thanks anyway!
ok. thanks for the update.