Ah, i see... in Edgy/Feisty (Ubuntu) there is no /etc/inittab file now... This is because everything is done from /etc/events.d (upstart events).<br><br>We definitely need to look into this issue. Can you file a bug for this under 
<a href="http://bugs.debian.org">bugs.debian.org</a> splashy&#39;s sources? Just say that splashy initrc script does not work with upstart.<br><br>I&#39;ll put that in our TODO file as well.<br><br>I actually &quot;discovered&quot; that yesterday in a fresh installation of Edgy that I have.
<br><br>For your sake, you can have an init script as simple as:<br><br>cat /etc/init.d/splashy<br><br>#!/bin/sh<br><br>/sbin/splashy boot<br><br># EOF<br><br>The only problem with this script is that it will be launched when the system boots in single-user-mode (recovery). We would need to write something that uses &quot;runlevel&quot; or a similar command, to figure out in what runlevel we are.
<br><br>I believe that Splashy checks for this as well.<br><br><div><span class="gmail_quote">On 2/25/07, <b class="gmail_sendername">Philip Rutkowski</b> &lt;<a href="mailto:phil@quietthenloud.net">phil@quietthenloud.net
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi!<br><br>Splashy is compiled statically.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; linux-gate.so.1
 =&gt;&nbsp;&nbsp;(0xffffe000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libgcc_s.so.1 =&gt; /usr/lib32/libgcc_s.so.1 (0xf7ee8000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libpthread.so.0 =&gt; /lib32/libpthread.so.0 (0xf7ed5000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libm.so.6 =&gt; /lib32/libm.so.6 (0xf7eae000)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libc.so.6 =&gt; /lib32/libc.so.6 (0xf7d7a000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /lib/ld-linux.so.2 (0xf7f07000)<br><br>/etc/rcS.d/S01splashy is there but it is linked to /etc/init.d/splashy<br>which is an executable shell script.<br><br>
So, I renamed /etc/init.d/splashy to splashy.old. Copied it and renamed<br>it to splashy. Opened it up in gedit and replaced all of the contents with<br><br>cat /etc/rcS.d/S01splashy<br>#!/bin/sh<br># this script starts splash
<br><br>/bin/sh<br># EOF<br><br>I executed it and got a brand new prompt. I typed in /sbin/splashy boot<br>and the default theme popped up. The progressbar was not moving. But I<br>did see the penguin!!! I pressed escape and got out of there.
<br><br>I&#39;ve been checking the FAQ section and Google for days now. Anything<br>else I can try?<br><br>Here is something else! When I execute /etc/init.d/splashy from a<br>terminal I get this:<br><br><br><br>philip@philip
:~$ /etc/init.d/splashy start<br>Stopping Boot splash manager: splashyphilip@philip:~$<br><br><br>philip@philip:~$ /etc/init.d/splashy stop<br>(Re)generating splash steps for :sed: can&#39;t read /etc/inittab: No such<br>
file or directory<br>philip@philip:~$<br><br><br>philip@philip:~$ /etc/init.d/splashy restart<br>(Re)generating splash steps for :sed: can&#39;t read /etc/inittab: No such<br>file or directory<br>philip@philip:~$<br><br><br>
philip@philip:~$ /etc/init.d/splashy force-reload<br>(Re)generating splash steps for :sed: can&#39;t read /etc/inittab: No such<br>file or directory<br>philip@philip:~$<br><br>Is this normal?!?!?!?<br><br>THANK YOU SO MUCH FOR YOUR HELP!!!
<br><br>-Phil<br><br>Luigi wrote:<br>&gt; is splashy compiled statically? (hint: ldd /sbin/splashy)<br>&gt; if it is not, do you have /usr mounted from a separate partition? (hint:<br>&gt; mount | grep usr)<br>&gt;<br>&gt; I cannot think of any reason why this is not working for you... Did you
<br>&gt; check that /etc/rcS.d/S01splashy is there? is it executable? can you add<br>&gt; an interactive shell before splashy gets started from that script and<br>&gt; execute it manually?<br>&gt;<br>&gt; cat /etc/rcS.d/S01splashy
<br>&gt; #!/bin/sh<br>&gt; # this script starts splash<br>&gt;<br>&gt; /bin/sh<br>&gt; # EOF<br>&gt;<br>&gt; At that point you will be in a shinny #&gt; prompt. Just type<br>&gt; &quot;/sbin/splashy boot&quot;. That should at least tell you what the problem is.
<br>&gt;<br>&gt; Check the FAQ section in the wiki for more. <a href="http://splashy.alioth.debian.org">http://splashy.alioth.debian.org</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; On 2/25/07, *Philip Rutkowski * &lt;<a href="mailto:phil@quietthenloud.net">
phil@quietthenloud.net</a><br>&gt; &lt;mailto:<a href="mailto:phil@quietthenloud.net">phil@quietthenloud.net</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; hi all!<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; i am running ubuntu 6.10 on amd 64 architecture. i compiled and
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; installed splashy 0.2.1 just fine.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; i have a problem with the boot up screen. when my computer shuts down or<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; restarts, splashy does its thing. AND IT DOES IT WELL!!!<br>&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; but then when it boots up, it doesn&#39;t run! i have no splash images<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; whatsoever. it&#39;s only text! my guess is that grub doesn&#39;t know to launch<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; splashy. does anyone have any ideas? something i could try?
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; i set /boot/grub/menu.lst to:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; kernel /boot/vmlinuz-2.6.17-11-generic root=/dev/hda1 ro splash vga=791<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; quiet<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; thanks in advance!!!<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; -phil<br>
&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; _______________________________________________<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Splashy-users mailing list<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:Splashy-users@lists.alioth.debian.org">Splashy-users@lists.alioth.debian.org</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:
<a href="mailto:Splashy-users@lists.alioth.debian.org">Splashy-users@lists.alioth.debian.org</a>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://lists.alioth.debian.org/mailman/listinfo/splashy-users">http://lists.alioth.debian.org/mailman/listinfo/splashy-users
</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<a href="http://lists.alioth.debian.org/mailman/listinfo/splashy-users">http://lists.alioth.debian.org/mailman/listinfo/splashy-users</a>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; ----)(-----
<br>&gt; Luis Mondesi<br>&gt; *NIX Guru<br>&gt;<br>&gt; &quot;Feliz el hombre que ha hallado sabiduria y el hombre que consigue<br>&gt; discernimiento, porque el tenerla como ganancia es mejor que tener la<br>&gt; plata como ganancia; y el tenerla como producto, [mejor] que el oro
<br>&gt; mismo&quot; (Prov 3:13-14).<br>&gt;<br>&gt; 01010101 01110011<br>&gt; 01100101 00100000<br>&gt; 01010101 01100010<br>&gt; 01110101 01101110<br>&gt; 01110100 01110101<br>&gt; 00100000 01001100<br>&gt; 01101001 01101110
<br>&gt; 01110101 01111000<br><br>_______________________________________________<br>Splashy-users mailing list<br><a href="mailto:Splashy-users@lists.alioth.debian.org">Splashy-users@lists.alioth.debian.org</a><br><a href="http://lists.alioth.debian.org/mailman/listinfo/splashy-users">
http://lists.alioth.debian.org/mailman/listinfo/splashy-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>----)(----- <br>Luis Mondesi<br>*NIX Guru<br><br>&quot;Feliz el hombre que ha hallado sabiduria y el hombre que consigue discernimiento, porque el tenerla como ganancia es mejor que tener la plata como ganancia; y el tenerla como producto, [mejor] que el oro mismo&quot; (Prov 3:13-14).
<br><br>01010101 01110011<br>01100101 00100000<br>01010101 01100010<br>01110101 01101110<br>01110100 01110101<br>00100000 01001100<br>01101001 01101110<br>01110101 01111000