On Jan 6, 2008 8:21 AM, Cyril Jaquier <[EMAIL PROTECTED]> wrote: > Hi Luis, > > > The problem with this is that this is not a bug in Splashy but a bug > > in libdirectfb. We have already reported and submit a patch that fixes > > this. > > > > Directfb 0.9.25 contains this patch (on Debian Sid) but version 1.01-5 > > does not. I already filed a bug against libdirectfb 1.0.1-5 to apply > > this patch. > > > > If you want to apply this by yourself, you can follow this instructions: > > http://splashy.alioth.debian.org/wiki/faq#when_running_from_initramfs_splashy_takes_100_of_the_cpu_and_boot_process_stops_using_init_only._not_upstart > > > > I tried to patch libdirectfb-1.0.1-5 but this did not fix my timeout bug > :/ Any other suggestions?
Umm.... can you try patching keymap.sh and console-screen.sh with: /etc/init.d/keymap.sh #!/bin/sh pidof splashy > /dev/null && touch /lib/init/rw/splashy/splashy-stopped-keymap && exit 0 /etc/init.d/console-screen.sh #!/bin/sh pidof splashy > /dev/null && touch /lib/init/rw/splashy/splashy-stopped-console-screen && exit 0 In other words, do not even run keymap.sh or console-screen.sh if splashy is running. Splashy will restart those services after it finishes. Please report back your findings. -- ----)(----- Luis Mondesi Maestro Debiano ----- START ENCRYPTED BLOCK (Triple-ROT13) ------ Gur Hohagh [Yvahk] qvfgevohgvba oevatf gur fcvevg bs Hohagh gb gur fbsgjner jbeyq. ----- END ENCRYPTED BLOCK (Triple-ROT13) ------ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

