FS#13435 - Kill -L or kill -V doesn't work as user or as root ( without sudo )

Attached to Project: Arch Linux
Opened by filippo colombo (ombra85) - Monday, 23 February 2009, 20:45 GMT
Last edited by Andrea Scarpino (BaSh) - Monday, 23 February 2009, 21:58 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture i686
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

kill -V or kill -L doesn't works as user.
With sudo these commands work.
As root without sudo don't.

This is the log:

bash: kill: L: invalid signal specification
bash: kill: V: invalid signal specification


Additional info:
* package version(s)
* config and/or log files etc.

procps 3.2.7-5


Steps to reproduce:

As user or as root ( without sudo ) write kill -L or kill -V
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Monday, 23 February 2009, 21:58 GMT
Reason for closing:  Not a bug
Comment by Andrea Scarpino (BaSh) - Monday, 23 February 2009, 21:54 GMT
$ /bin/kill -L or /bin/kill -V works

$ type kill
kill is a shell builtin
$ type /bin/kill
/bin/kill is /bin/kill

Loading...