You are not logged in.

#1 2009-06-13 15:16:55

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

[Solved] /bin/kill desapaird.

Hello.
I got problem when i start network and after that i reboot/shutdown my computer scripts(rc.shutdown) stop deamons and when they try to shutdown network i see message that there's no /bin/kill after that i go to /bin and search for kill script but no results.
What should i do?
What package has kill with him?
Thanks for any anserws.[

Last edited by SpeedVin (2009-06-13 15:28:57)


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#2 2009-06-13 15:22:41

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: [Solved] /bin/kill desapaird.

/bin/kill is owned by procps.

Offline

#3 2009-06-13 15:28:32

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] /bin/kill desapaird.

Thanks you really help me smile
What do you do that you know that /bin/kill is owned by procps?


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#4 2009-06-13 15:34:42

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: [Solved] /bin/kill desapaird.

It's all in pacman's man page smile

pacman -Qo /bin/kill

Offline

#5 2009-06-13 15:41:34

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] /bin/kill desapaird.

O I see thanks for help and tips.


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#6 2009-06-13 15:55:44

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: [Solved] /bin/kill desapaird.

And here is a close relative of -Qo:

pacman -Ql <package>

This lists every file owned by <package>.

Offline

Board footer

Powered by FluxBB