Thread: about Mplayer
View Single Post
ossipena's Avatar
Posts: 3,159 | Thanked: 2,023 times | Joined on Feb 2008 @ Finland
#6
Originally Posted by giacay View Post
When I type TOP: it display /usr/libexec/gst-v (CPU 98.2% ) and I type KILALL -9 /usr/libexec/gst-v it display "killall: /usr/libexec/gst-v : no process killed" also I type "killall -9 gst-v" the same result
try

ps aux |grep gst-v

it should give you something like
1249 user 0 SW [/usr/libexec/gst-v]

then kill -9 1249

note you must pick the correct number from ps, don't use 1249!
__________________
Want to know something?
K.I.S.S. approach:
wiki category:beginners. Browse it through and you'll be much wiser!
If the link doesn't help, just use
Google Custom Search
 

The Following User Says Thank You to ossipena For This Useful Post: