Bugzilla – Bug 154034
slightly disturbing message at boot time from kill(1)
Last modified: 2006-03-01 12:24:16 UTC
It's very hard to describe, I included a screenshot.
Created attachment 70567 [details] invalid use of 'kill(1)'
Does this happen in the first or second stage of the installation, in the rescue system or in the installed system?
This happens every time I boot after installation.
Please attach your /etc/fstab here, this seems to happen while the filesystems are being mounted however I don't know why this script would make use of kill.
Well, it's /before/ the INIT so I don't think it has to do with filesystems - this looks like a bug in the initrd. Although not shown, the filesystems aren't examined until quite a bit later (although you can see swap being added here). I *think* it's near lines 2616-2620 from mkinitrd: |# kill udevd, we will run the one from the real root |kill $(pidof udevd) | |# kill iscsid, will be restarted from the real root |kill -KILL $(pidof iscsid) I'll try to get at fstab tonight (can't right now).
Allright, this is an initrd issue. Reassigning to the kernel maintainers.
mkinitrd -> not kernel, but Hannes.
And is already fixed. *** This bug has been marked as a duplicate of 153374 ***