http://bugzilla.novell.com/show_bug.cgi?id=551635 User matz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=551635#c10 --- Comment #10 from Michael Matz <matz@novell.com> 2009-11-03 06:12:36 MST --- The message will now read "prepare_preload warning: Too many forks, PIDs got reused, we're confused at .." When the message occurs this means that during the normal bootup process so many processes got started that some PIDs were reused which confuses prepare_preload that needs to relyably relate PIDs with commands and a process tree. It will simply stop at that point and not preload anything further. This usually means that one of the started processes is written in a stupid way and forks like there's no tomorrow. You can see which one it is by looking at /var/cache/preload/trace.gz, probably near the end. One of the processes there will fork like mad. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.