<div dir="ltr">Hello!<div><br></div><div>Today I tried to install upstart-1.13.1 on the LFS (using chroot) distro using commands:</div><div>$ ./configure --prefix=/ --enable-threading<br></div><div>$ make</div><div>$ make check</div>
<div><br></div><div>tests give me that information:</div><div><br></div><div><div>PASS: test_process</div><div>PASS: test_job_class</div><div>../test-driver: line 107:  3590 Aborted                 (core dumped) "$@" > $log_file 2>&1</div>
<div>FAIL: test_job_process</div><div>PASS: test_job</div><div>PASS: test_log</div><div>PASS: test_state</div><div>../test-driver: line 107:  4587 Aborted                 (core dumped) "$@" > $log_file 2>&1</div>
<div>FAIL: test_event</div><div>PASS: test_event_operator</div><div>PASS: test_blocked</div><div>PASS: test_parse_job</div><div>PASS: test_parse_conf</div><div>PASS: test_conf_static</div><div>PASS: test_xdg</div><div>PASS: test_control</div>
<div>../test-driver: line 107:  4646 Aborted                 (core dumped) "$@" > $log_file 2>&1</div><div>FAIL: test_main</div><div>PASS: test_conf_preload.sh</div></div><div><br></div><div><div># TOTAL: 18</div>
<div># PASS:  15</div><div># SKIP:  0</div><div># XFAIL: 0</div><div># FAIL:  3</div><div># XPASS: 0</div><div># ERROR: 0</div></div><div><br></div><div>And after 'make install' and reboot I've got this message:</div>
<div><br></div><div>/proc/self/fd/9: line 28: /etc/init.d/rcS: No such file or directory</div><div><br></div><div>After reboot new system became totally unavailable: no bash, Ctrl+Alt+Delete leads to kernel panic. I tried to found out some information about  '/etc/init.d/rcS' here: <a href="http://upstart.ubuntu.com/cookbook/">http://upstart.ubuntu.com/cookbook/</a> , but found nothing. How can I repair my initialization system? Can I write down initialization scripts not in chrooted system, but in the loaded system?</div>
<div><br></div><div>Regards,</div><div>Igor</div></div>