Yes, it would make sense to supply "ps aux". As you can see, the process is Running, and the file in question is OK. As for trying to kill it with various signals, I've covered everything from 1 to 32... :(
Eli
[EMAIL PROTECTED] eli]# ps aux | grep artsd eli 4045 43.0 0.2 15500 520 ? R Jun25 2093:52 /usr/bin/artsd - [EMAIL PROTECTED] eli]# wc /fs2/usr/share/sounds/KDE_Beep_Beep.wav 1 3 1078 /fs2/usr/share/sounds/KDE_Beep_Beep.wav [EMAIL PROTECTED] eli]# for ((i=1; i<32; i++)); do kill -$i 4045; done; [EMAIL PROTECTED] eli]# ps aux | grep artsd eli 4045 43.0 0.2 15500 520 ? R Jun25 2094:07 /usr/bin/artsd -
================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
