From: "Iñaki Baz Castillo" Date: 2009-12-12T23:19:00+09:00 Subject: Re: Is it possible to force a Ruby program to run as a proc name different than "ruby"? El Sábado, 12 de Diciembre de 2009, Iñaki Baz Castillo escribió: > El Sábado, 12 de Diciembre de 2009, Iñaki Baz Castillo escribió: > > However in /proc/PID/status I still have the same described issues: > > "Name: ruby1.9", so I cannot do "killall rb_program". > > It seems to be more a "killall" issue since "pidof rb_program" works while > "killall rb_program" not. > I read in http://psmisc.sourceforge.net/changelog.html: ---------- Changes from version 12 to 13 (16-APR-1997) killall: now lists PIDs if invoked as "pidof" (proposed by Peter Daum) --------- This, if I do "killall rb_" and pres TAB (I've autocompletion) I get "killall rb_program" but it doesn't work, it doesn't kill the process. However if I do "pidof rb_program" I get its pid. Strange... I'll report a bug in psmisc. -- Iñaki Baz Castillo