PDA

View Full Version : MySQL Start Problem on a PPC64 (Fedora 8)



BrandonTheG
July 4th, 2008, 03:00
Kept getting a MySQL error on start, so I did an strace and this is where it freezes up.


[pid 2183] rt_sigprocmask(SIG_SETMASK, NULL, NULL, 8) = 17
[pid 2183] rt_sigaction(SIGCHLD, {0x100390b0, [], 0}, {0x100390b0, [], 0}, 8) = 4
[pid 2183] close(4) = 3
[pid 2183] read(3, "pty", 128) = 3
[pid 2183] read(3, "pty", 128) = 3
[pid 2183] close(3) = 0
[pid 2183] rt_sigprocmask(SIG_BLOCK, [CHLD], [INT CHLD], 8) = 2
[pid 2183] rt_sigaction(SIGINT, {0x1003a1a0, [], 0}, {SIG_DFL}, 8) = -1 EPERM (Operation not permitted)
[pid 2183] waitpid(-1, Process 2183 suspended

Not sure if anybody can help me but thanks if you can.

Dynash
July 11th, 2008, 09:12
I take it you are the root? VPS? Only thing I can think is you don't have correct root permissions set, I had this problem before, but not on Fedora.

Ask the people at Fedora (http://fedoraproject.org/en/get-help)