Re: "killall" madness

From: Jim Cochrane (jtc_at_shell.dimensional.com)
Date: 05/24/05


Date: Tue, 24 May 2005 15:59:02 -0500

In article <1116966969.908316.164830@g43g2000cwa.googlegroups.com>, subnet wrote:
> I'm running linux slackware 10.1, kernel 2.6.11.2. The "killall"
> command used to work correctly, but in the last days it doesn't work
> anymore (apparently with no reason).
>
> $ yes > /dev/null &
> [1] 3111
> $ killall yes
> yes: no process killed
> $ kill 3111
> $
> [1]+ Terminated yes >/dev/null
> $
>
> and the same goes for every program. This is particularly annoying
> since the shutdown scripts use that command a lot (to shut down pppd,
> mysql, etc.). I already tried to reinstall the executable from the
> original slackware package, but nothing changed.
>
> Any ideas? Someone saw this before?
>
> Thanks for any help
>

Have you checked to see if killall has been corrupted? - e.g.:

$ rpm -qf /usr/bin/killall
psmisc-21.4-2
$ rpm -V psmisc-21.4-2

-- 
Jim Cochrane; jtc@dimensional.com
[When responding by email, include the term non-spam in the subject line to
get through my spam filter.]


Relevant Pages

  • "killall" madness
    ... I'm running linux slackware 10.1, ... The "killall" ... anymore (apparently with no reason). ... since the shutdown scripts use that command a lot (to shut down pppd, ...
    (comp.unix.programmer)
  • Re: cd roms
    ... | click on an icon or use the run command to open the ... Now for some reason, ...
    (microsoft.public.windowsxp.customize)
  • Re: autocomplete killall in tcsh
    ... % sudo killall [autocomplete among processes owned by root] ... complete the first command. ... would have to define completion on "sudo", not killall. ...
    (comp.unix.shell)
  • Re: [opensuse] nepomukfromhell - 99% of CPU
    ... problem was before I even ran killall $(ps ax | grep nepomuk) ... That command line makes no sense at all. ... killall expects the name of a program ... Incidentally, if a hard drive scan brings your machine to its knees, you need ...
    (SuSE)
  • Re: apt-get
    ... used on a process that might be in the middle of modifying system or ... "kill" stops processes by PID number (a unique number that ID's the ... man killall ... man [command] will generally explain whatever command you are trying to ...
    (Ubuntu)

Loading