|
Bugzilla – Full Text Bug Listing |
| Summary: | slightly disturbing message at boot time from kill(1) | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Jon Nelson <jnelson-suse> |
| Component: | Basesystem | Assignee: | Hannes Reinecke <hare> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 5 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | invalid use of 'kill(1)' | ||
|
Description
Jon Nelson
2006-02-28 04:29:07 UTC
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. |