[00:05] hi. Im a but confused on upstart. when I do status mysql I get this - mysql stop/post-start, (post-start) process 651 [00:05] what does that mean? [00:09] maek: pastebin your mysql job file, please [00:10] mbiebl: whats that? the /etc/init/mysql.conf file? [00:10] yes [00:11] mbiebl: http://gist.github.com/467427 [00:19] maek: looks like the job is hanging in th post-start script [00:20] I assume you have a /usr/bin/mysqladmin --defaults-file=$HOME/debian.cnf ping process running [00:20] mbiebl: there is no process with the word 'mysql [00:20] mysql running [00:21] ps ef |grep mysql shows only my grep [00:21] you should show all processes [00:21] something like ps aux [00:22] mbiebl: same, just my grep [00:22] I thought ef shows everying in linux [00:24] maek: that is the process with id 651 [00:24] s/that/what/ [00:24] root 651 0.1 0.0 1828 524 ? Ss 15:59 0:01 /bin/sh -e /proc/self/fd/8 [00:25] could you show the child processes of 651 [00:27] this should help you find out, where it got stuck [00:30] mbiebl: pstree pid is the only way I can think to do that. is that correct? [00:31] that should work [00:31] cdickerson@isodb02:/etc/mysql$ sudo pstree 651 sh───sleep [00:49] mbiebl: got it working, thanks. [07:14] With a job like rc, which terminates, how do I tell the difference between "stop/waiting" (I haven't run yet) and "stop/waiting" (I ran, finished, and stopped) ? === h\h is now known as haraldh === jussi is now known as jussio1