Bugzilla – Bug 150199
System stops to load
Last modified: 2006-02-12 13:52:08 UTC
The System stops to load, when appear in screen (and in boot.msg): Activating remaining swap-devices in /etc/fstab... doneSetting current sysctl status from /etc/sysctl.conf net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.conf.all.rp_filter = 1 done Enabling syn flood protectiondone Disabling IP forwardingdone Disabling IPv6 forwardingdone Disabling IPv6 privacydone With the last line, stop to loading, but if I execute "Ctrl c", appears: done System Boot Control: The system has been set up System Boot Control: Running /etc/init.d/boot.local done<notice>killproc: kill(817,3) INIT: Entering runlevel: 5 Boot logging started on /dev/tty1(/dev/console) at Sat Feb 11 19:15:52 2006 and the system continues to load normally.
Created attachment 67796 [details] boot.msg
We had a bug in preload that showed exactly this behaviour. Which preload version are you using? rpm -q --changelog preload|tail should include this change: * Thu Feb 09 2006 - coolo@suse.de - don't hang on boot in opening stale unix domain sockets If not, please update the preload package. does updating - or removal of the package - fix the problem?
(In reply to comment #2) > We had a bug in preload that showed exactly this behaviour. > > Which preload version are you using? > > rpm -q --changelog preload|tail > should include this change: > * Thu Feb 09 2006 - coolo@suse.de > It appears: * lun ago 22 2005 - coolo@suse.de - reworked majorly * mié ene 26 2005 - coolo@suse.de - clean out the lists a bit * lun ene 10 2005 - coolo@suse.de - initial package It looks they are 3 versions. Now I will remove and update the package (if I found it). Yes, i installed preload-0.2-14.i586.rpm, now I will reboot! > - don't hang on boot in opening stale unix domain sockets > > If not, please update the preload package. > > does updating - or removal of the package - fix the problem? >
I meant to ask for rpm ... |head (not tail), the first entry is the one we need... Sorry.
(In reply to comment #4) > I meant to ask for rpm ... |head (not tail), the first entry is the one we > need... > > Sorry. > Yes, now with the update of preload, the system waits 1 second in the same stage, but continues to load. I will change the bug as fixed. You must to rewiev the update tools. Thanks