Displaying 20 results from an estimated 6000 matches similar to: "mysqld segv in domU"
2005 May 24
8
mysql & xen - is anyone using this combination successfully?
Hi,
I''ve tried running the mysql daemon on a few different servers running Xen,
and seen two different sorts of problems.
In one case, on two identically configured systems, the mysql daemon segv''s
but restarts immediately. This happened with Xen 2.0.5, I haven''t yet seen it
with 2.0.6. It seems to be the same problem as this one:
2011 Jan 25
1
mysqld status discrepancy
Bug, explainable, or expected?? Checking the status of mysqld as root,
then as a regular user:
# /etc/init.d/mysqld status
mysqld (pid 4806) is running...
$ /etc/init.d/mysqld status
mysqld dead but subsys locked
2005 Nov 12
0
mysqld and selinux
CentOS 4 - updated to current, rebooted to new kernel and now I can't
get mysqld to start...
# service mysqld start
Timeout error occurred trying to start MySQL Daemon
#tail -n 4 /var/log/messages
Nov 12 00:48:56 srv1 kernel: audit(1131781736.221:4): avc: denied
{ write } for pid=4874 comm="mysqld" name="tmp" dev=dm-0 ino=2894305
scontext=root:system_r:mysqld_t
2009 May 13
0
[LLVMdev] DataStructure Analysis ds-aa can not stop when passing mysqld
Quoting hc2428 at columbia.edu:
Dear staff,
Here is the bc file.
Heming
> Quoting Chris Lattner <clattner at apple.com>:
>
> Dear staff,
> I am using the ds-aa to pass mysqld. I compile mysqld 4.0.12
> statically (compile all libraries statically to the executable) and
> got the bc file, named it as mysqld.bc3.
> I use the command to pass:
>
> opt
2009 May 18
0
[LLVMdev] DataStructure Analysis ds-aa can not stop when passing mysqld
On Wed, May 13, 2009 at 1:36 PM, <hc2428 at columbia.edu> wrote:
> Quoting Chris Lattner <clattner at apple.com>:
>
> Dear staff,
> I am using the ds-aa to pass mysqld. I compile mysqld 4.0.12
> statically (compile all libraries statically to the executable) and
> got the bc file, named it as mysqld.bc3.
> I use the command to pass:
>
> opt -load
2008 Oct 04
3
mysqld breaks yum, help?
Greetings. After doing:
$ yum install mysql-server
$ /etc/init.d/mysqld start
Yum is broken. Example:
$ yum list php
Loading "fastestmirror" plugin
Loading "priorities" plugin
Loading mirror speeds from cached hostfile
* utterramblings: www.jasonlitka.com
* base: mirror.nuvio.com
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
2009 Nov 10
3
mysqld not starting on reboot
Hi;
I installed mysql using yum, so I have an /etc/init.d/mysqld file. For some
reason, however, mysqld doesn't boot on reboot of the machine. Please
advise.
TIA,
Victor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091110/3a8a8747/attachment-0003.html>
2011 Oct 11
3
/etc/init.d/mysql =fail mysqld=success
Hello.
This is my mysql-server.pp file, both master and client are runing
ubuntu.
--------------------
class mysql-server {
package { "mysql-server": ensure => installed }
package { "mysql-client": ensure => installed }
service { "mysql":
enable => true,
ensure => running,
require => Package["mysql-server"],
}
file
2005 Dec 13
1
mysqld service
CentOS 4.2
[root at srv1 certs]# service mysqld start
Timeout error occurred trying to start MySQL Daemon.
Starting MySQL: [FAILED]
[root at srv1 certs]# rm -fr /var/lib/mysql/*
[root at srv1 certs]# service mysqld start
Initializing MySQL database: [ OK ]
Timeout error occurred trying to start MySQL Daemon.
Starting
2013 Nov 11
1
Tuning MySQL - what's the best place for mysqld parameters?
Hello CentOS users,
for a Wordpress website I have installed
mysql-server-5.1.69-1.el6_4.x86_64 and
run /usr/bin/mysql_secure_installation on
a CentOS 6.4 machine with mucho RAM (32 GB)
and I wonder, what would be the best place
for the mysqld parameters descibed at
http://dev.mysql.com/doc/refman/5.1/en/server-parameters.html
mysqld_safe --key_buffer_size=64M --table_open_cache=256 \
2009 May 13
4
[LLVMdev] DataStructure Analysis ds-aa can not stop when passing mysqld
Quoting Chris Lattner <clattner at apple.com>:
Dear staff,
I am using the ds-aa to pass mysqld. I compile mysqld 4.0.12
statically (compile all libraries statically to the executable) and
got the bc file, named it as mysqld.bc3.
I use the command to pass:
opt -load <poolalloc install dir>/lib/libLLVMDataStructure.so -ds-aa
mysqld.bc3 -print-alias-sets -disable-output
2005 May 26
3
can't locate /etc/ini.d/mysqld file!
List, I installed my server and I want to start Mysql, but I can not find the file /etc/ini.d/mysqld ..
[root at netflow ntop]# rpm -qa|grep mysql
mysqlclient10-3.23.58-4.RHEL4.1
libdbi-dbd-mysql-0.6.5-10.RHEL4.1
mysql-4.1.10a-1.RHEL4.1
mysql-devel-4.1.10a-1.RHEL4.1
Am I missing some mysql rpm from Cds?
regards.
israel
-------------- next part --------------
A non-text attachment was
2006 Jul 20
2
mysqld taking up 100% cpu
Every now and then, mysqld (5.0.22) jumps to 95%+ cpu usage and stays
there. Seems to be a common issue, as far as google can tell, but
details are alarmingly vague, and some people seem to suggest that
it''s a bad query causing it. How do I go about determining if it''s
something my application is doing?
martin
2005 Aug 10
1
Centos 4.1 running in domU Mysql won''t start
Hi Guys,
I''m trying to figure out why Mysql won''t start on this domU and I''m
hoping you can help. Here''s what I''m getting:
[root@neriah ~]# service mysqld start
Timeout error occurred trying to start MySQL Daemon.
Starting MySQL: [FAILED]
[root@neriah ~]# tail /var/log/mysqld.log
050810 04:21:09 mysqld
2011 Feb 26
9
No connection to mysqld
Hi.
I started mysqld.exe using Wine and it seems to work.
But when I try to connect the server seems to answer somehow (connection is established, telnet works) but it seems that no communication takes place. mysql freezes and in telnet no response is shown.
Any idea what this could mean? Running in Windows without an installer works so it has to be some problem with wine somehow.
Using Ubuntu
2011 Dec 02
1
1.6x speedup for requal() function (in R/src/main/unique.c)
Hi,
FWIW:
/* Taken from R/src/main/unique.c */
static int requal(SEXP x, int i, SEXP y, int j)
{
if (i < 0 || j < 0) return 0;
if (!ISNAN(REAL(x)[i]) && !ISNAN(REAL(y)[j]))
return (REAL(x)[i] == REAL(y)[j]);
else if (R_IsNA(REAL(x)[i]) && R_IsNA(REAL(y)[j])) return 1;
else if (R_IsNaN(REAL(x)[i]) && R_IsNaN(REAL(y)[j])) return 1;
2009 Oct 14
1
using mapply to avoid loops
Hello, I would like to use mapply to avoid using a loop but for some reason, I can't seem to get it to work. I've included copies of my code below. The first set of code uses a loop (and it works fine), and the second set of code attempts to use mapply but I get a "subscript out of bounds" error. Any guidance would be greatly appreciated. Xj, Yj, and Wj are also lists, and s2,
2008 Jan 21
5
denyhosts-like app for MySQLd?
Hi all,
?Is there any app like denyhosts[1] but intended for MySQLd service?
We have a mysql ports (3306) opened for remote connections, and
obviously the /var/db/mysql/machine_name.log is full of these kind of
entries:
...........
936012 Connect Access denied for user 'user'@'85.19.95.10' (using
password: YES)
936013 Connect Access denied for user
2011 Oct 06
1
sum of functions
Dear all,
I would like to create a code for semiparametric Klein and Spady's
estimator. For that I created a function that provides the log-likelihood
function for each observation (so it is a function of betas and i, where i
denotes the observation). Now, in order to maximize the log-likelihood
function, I have to sum these log-likelihood functions for each i and so to
get another function
2012 May 17
1
mysql secure installation and multi mysqld
If you adjust the my.cnf file to make separate instances of mysql.....
How would you go through the mysql secure installation? Is is possible
or must it all be done manually
for each one?
is it possible to make each one of those instances a replicate/slave of
a different master
(thus a backup mysql server in a way?)
working on this now, but having issues getting it to work.
(centos 6)