http://qa.mandrakesoft.com/show_bug.cgi?id=4230


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From [EMAIL PROTECTED]  2003-05-08 13:51 -------
fixed in 18mdk

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
native system: /
chroot system: /chroot

xfs is used as an example, same applies to other daemons (cron, etc)

Deinstall XFree86-xfs from chroot system. xfs is not running in chroot (no pid
file), killproc doesn't find a pid file, looks up the "xfs" processes in the
process table and kills them. Result: xfs running in native system ( / ) is killed.

possible fix: check if the process you are trying to kill has the same root.
- lsof will give this information in "rtd".
- compare if /proc/$$/root = /proc/$kill_pid/root

Reply via email to