FS#13106 - [PATCH] [mkinitcpio] Silent error message "NNN: No such process"

Attached to Project: Arch Linux
Opened by Gerardo Exequiel Pozzi (djgera) - Tuesday, 03 February 2009, 00:47 GMT
Last edited by Aaron Griffin (phrakture) - Wednesday, 18 February 2009, 06:11 GMT
Task Type Feature Request
Category Packages: Core
Status Closed
Assigned To Aaron Griffin (phrakture)
Thomas Bächler (brain0)
Architecture All
Severity Very Low
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hi,

Sometimes appears this message at startup, since udev forks some processes, the times that these process persist is very small, but another times is "very small+1"

putting a "/bin/minips -f -C udevd" can see these udev process and the parent.

UID PID PPID C STIME TTY TIME CMD
0 25 1 - - 0,0 00:00:00 [udevd]
0 343 25 - - 0,0 00:00:00 [udevd]

Reference: http://bbs.archlinux.org/viewtopic.php?id=60247

Simple patch is attached to silent this at /lib/initcpio/init for mkinitcpio-0.5.23-1
This task depends upon

Closed by  Aaron Griffin (phrakture)
Wednesday, 18 February 2009, 06:11 GMT
Reason for closing:  Fixed
Comment by Aaron Griffin (phrakture) - Tuesday, 03 February 2009, 19:57 GMT
Looks ok to me - Thomas?
Comment by Thomas Bächler (brain0) - Tuesday, 03 February 2009, 23:52 GMT
Don't care, as all processes get killed. If they don't, kinit will fail. Patch looks good.
Comment by Aaron Griffin (phrakture) - Wednesday, 04 February 2009, 00:01 GMT

Loading...