Opened 14 years ago
Closed 8 years ago
#6332 closed bug (not reproducible)
Commenting syslog_daemon hangs Bootscript
Reported by: | bonefish | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
When commenting the line that starts the syslog daemon in the Bootscript, the boot process hangs at the waitfor _input_server_event_loop_
. Also commenting this line causes the boot process still to hang. Inspection with the kernel debugger shows that the init shell is done, but none of the applications are running.
Apparently 1) the app server starts the input server lazily and 2) applications require the app server to be fully initialized before being started. Either the input server is needed for apps to be started -- then it should not be started lazily, but immediately (and the waitfor
could be moved up) -- or another way to wait for the app server initialization should be used.
That might indeed have been a problem. However, there is no Bootscript anymore. Good luck reproducing this now ;-)