9 messages in com.mysql.lists.bugsRe: MySQL-3.23.22 safe_mysqld error o...| From | Sent On | Attachments |
|---|---|---|
| Boyd Lynn Gerber | 02 Aug 2000 08:51 | |
| sas...@mysql.com | 02 Aug 2000 09:39 | |
| Boyd Lynn Gerber | 02 Aug 2000 09:53 | .Other |
| Thimble Smith | 02 Aug 2000 10:03 | |
| Boyd Lynn Gerber | 02 Aug 2000 11:21 | |
| Thimble Smith | 02 Aug 2000 14:57 | |
| Boyd Lynn Gerber | 02 Aug 2000 18:06 | |
| Thimble Smith | 03 Aug 2000 08:23 | .pub |
| Boyd Lynn Gerber | 03 Aug 2000 09:33 |
| Subject: | Re: MySQL-3.23.22 safe_mysqld error on both OpenServer and UnixWare![]() |
|---|---|
| From: | Thimble Smith (ti...@mysql.com) |
| Date: | 08/03/2000 08:23:45 AM |
| List: | com.mysql.lists.bugs |
| Attachments: | ![]() identity.pub - 0.3k |
On Wed, Aug 02, 2000 at 07:06:32PM -0600, Boyd Lynn Gerber wrote:
That fixed the ; problem. I had to add --user=mysql to my S99mysql file. I still have a problem with ...
NOHUP_NICENESS=`nohup nice`
if test $? -ne 0 || test x"$NOHUP_NICENESS" = x0 || test ! nice --1 echo foo >
/dev/null 2>&1; then
NOHUP_NICENESS="nohup"
else
NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"
fi
Note: Only root can use a negative value! It gives me the following message...
usage: nice [[-n [-]num] | [-[-]num]] command kill: 12813 no such process
Grrr.... If it doesn't work, then it shouldn't return a 0 exit status! Can you double-check that for me? Try this:
tim@threads:~$ foo=`nohup nice` tim@threads:~$ echo $? 1 tim@threads:~$ echo $foo usage: nice [-number] command [arguments] tim@threads:~$
If you get a 0 instead of a 1 there, you should just quit using that stinky OS. (I'm not kidding, but we'll work around it anyway, somehow.) If you get a 0 there, then...why is the first test not bailing? Can you just poke around a bit and see if you can figure out what's wrong? Or give me a login on your machine so I can try to figure it out?
Also try this, just for extra info:
tim@threads:~$ nice usage: nice [-number] command [arguments] tim@threads:~$ echo $? 1 tim@threads:~$
Thanks,
Tim
P.S. I'm attaching my ssh public identity if you want to let me log in.
-- Tim Smith < ti...@mysql.com > :MySQL Development Team: Boone, NC USA.





.Other