Bug#505270: [Splashy-devel] Bug#505270: I have the solution for this bug

2009-01-08 Thread Luis Mondesi
On Wed, Jan 7, 2009 at 5:08 PM, wei sun wrote: > I have the same problem with splashy. > However, it works after I move "/etc/rcS.d/S03splashy" to > "/etc/rcS.d/S04splashy". > I guess the root cause is that there is another file "/etc/rcS.d/S03udev". > splashy has to be > started after udev. Spla

Bug#505270: I have the solution for this bug

2009-01-07 Thread wei sun
I have the same problem with splashy. However, it works after I move "/etc/rcS.d/S03splashy" to "/etc/rcS.d/S04splashy". I guess the root cause is that there is another file "/etc/rcS.d/S03udev". splashy has to be started after udev. Hope this helps!

Bug#505270: my patch (a fast way to deal with this bug)

2009-01-06 Thread Luis Mondesi
On Tue, Jan 6, 2009 at 1:25 AM, Tim Richardson wrote: > As indicated already, please consider this patch for the next version of > splashy. It replaces the sleep in the script, and only holds up init for > the time necessary (certainly less than 0.5 s and perhaps only 0.1 s) > (attached) This has

Bug#505270: [Splashy-devel] Bug#505270: Delay

2009-01-06 Thread Matthijs Kooijman
Hi Tim, > I think a delay of 1 second is probably five times too long even in > worst cases, but if I didn't make mistakes in the code, it won't matter > because a signal will arrive quickly. Exactly, so it wouldn't hurt to increase it. > Slower machines don't necessarily make the race condition

Bug#505270: Delay

2009-01-06 Thread Tim Richardson
I think a delay of 1 second is probably five times too long even in worst cases, but if I didn't make mistakes in the code, it won't matter because a signal will arrive quickly. Slower machines don't necessarily make the race condition more likely to occur. The "window of error" is only the exec

Bug#505270: [Splashy-devel] Bug#505270: my patch (a fast way to deal with this bug)

2009-01-06 Thread Matthijs Kooijman
> /* some machines had a race condition causing splashy failure */ > + > /* This fixes bug 505270 */ > +} > + You're messing up the indentation here, presumably b

Bug#505270: my patch (a fast way to deal with this bug)

2009-01-05 Thread Tim Richardson
; } + else + { + /* send a SIGUSR2 signal to parent process. This signal lets the parent process exit so that init can continue */ +/* stalling init until this point is necessary to avoid the race condition causing bug 505270

Bug#505270: splashy: Don't use sh builtin sleep

2009-01-05 Thread Luis Mondesi
: > > Package: splashy > Version: 0.3.13-2 > Followup-For: Bug #505270 > found 505270 0.3.13-2 > thanks > > The sleep for 0.5 seconds in local-premount/splashy works, but not as > currently patched. The last line of local-premount/splashy should read > '/bin/sleep 0.5&#x

Bug#505270: splashy: Don't use sh builtin sleep

2009-01-05 Thread Byron Clark
Package: splashy Version: 0.3.13-2 Followup-For: Bug #505270 found 505270 0.3.13-2 thanks The sleep for 0.5 seconds in local-premount/splashy works, but not as currently patched. The last line of local-premount/splashy should read '/bin/sleep 0.5' instead of 'sleep 0.5'

Bug#505270: a better solution

2009-01-05 Thread Luis Mondesi
Cool. But for now we are closing this bug and revisiting your solution later. Waiting half a second more for booting should not be a big deal for most people. Fabo already uploaded the package and we'll need to ask the debian release team to let it through Lenny. On Mon, Jan 5, 2009 at 3:47 PM, Ti

Bug#505270: a better solution

2009-01-05 Thread Tim Richardson
I've made a version of splashy which uses a signal to exit rather than wait a whole second in the local-premount script. I'll test it more thoroughly tonight my time and then send patches. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe".

Bug#505270:

2009-01-05 Thread Luis M
Awesome! this is needed anyway for the fadein to work correctly. I'll apply this and repackage for Sid. Hopefully we will be accepted for Lenny. On Jan 5, 2009, at 6:32, Tim Richardson wrote: I did a sleep 0.5 All three machines are fixed with this. -- To UNSUBSCRIBE, email to

Bug#505270:

2009-01-05 Thread Tim Richardson
I did a sleep 0.5 All three machines are fixed with this. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#505270:

2009-01-05 Thread Tim Richardson
By the way, if you change the script in /usr/share/initramfs-tools/... per my last comment, you also need to do update-initramfs -u -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#505270: A solution

2009-01-05 Thread Tim Richardson
Thanks to #splashy and Mattkijs Kooijman, we have a solution. It's not a very good solution, but it proves we know what the problem is: The solution is to delay the init process for one or two seconds after splashy boot ie change /usr/share/initramfs-tools/scripts/local-premount/splashy and add

Bug#505270:

2009-01-04 Thread Tim Richardson
Neil, hi. I'm the original reporter, although by now I think it is clear that many people see this bug. For me, it is 100% reproducible. I only use stock Lenny i386 kernels, and I don't have /usr on a separate partition. I certainly use initramfs, since I'm using a stock kernel. I reproduce this

Bug#505270: Clarification needed.

2009-01-04 Thread Neil Williams
On Sun, 04 Jan 2009 19:28:10 +0100 Daniel Scharon wrote: > Am Sonntag, den 04.01.2009, 17:46 + schrieb Neil Williams: > > > > This bug appears to only affect non-standard kernels not using > > initramfs *and* using /usr on a different partition. > > > > wrong. Well, that at least helps c

Bug#505270: Appears on stock kernel here

2009-01-04 Thread Jochen
I'm running Debian Sid, with stock kernel here: [07:44:41]jsch...@jdh129:~$ uname -r 2.6.26-1-686 /usr is not on a separate partition either: [07:45:05]jsch...@jdh129:~$ cat /etc/fstab /dev/sda5 /boot ext2 defaults0 1 /dev/sda3 / reiserfsdefaults,relatime

Bug#505270: Clarification needed.

2009-01-04 Thread Daniel Scharon
Am Sonntag, den 04.01.2009, 17:46 + schrieb Neil Williams: > Package: splashy > tag 505270 + unreproducible > tag 505270 + moreinfo > thanks > > This bug appears to only affect non-standard kernels not using > initramfs *and* using /usr on a different partition. > wrong. My configuration:

Bug#505270: Clarification needed.

2009-01-04 Thread Neil Williams
Package: splashy tag 505270 + unreproducible tag 505270 + moreinfo thanks This bug appears to only affect non-standard kernels not using initramfs *and* using /usr on a different partition. I'm looking for confirmation that anyone can reproduce this bug with a Debian stock kernel package (specify

Bug#505270: Update

2009-01-04 Thread Tim Richardson
I changed splashy_video.c to enable directFB debug and info messages to console. I see an error when init_font tries video.dfb->CreateFont The first attempt at this always fails. It's the second attempt which seems interesting. the message from directFB is (!) Direct/Interface Could not open int

Bug#505270: confirm

2009-01-03 Thread Daniel Scharon
Am Freitag, den 02.01.2009, 15:10 +1300 schrieb Jochen: > I can confirm this bug on 2 of my systems. However for me > the /etc/directfbrc does not fix the error. > > Cheers > Jochen > > > > I can confirm this bug as well, even with 0.3.13-1 the error persists. The /etc/directfbrc hack doesn't

Bug#505270: confirm still problems with splashy 0.3.13-1 updated:

2009-01-02 Thread Joar Jegleim
I forgot to mention in my previous post that splashy has always worked upon shutdown, it's rebooting that's been the problem, I tried moving /usr/share/splashy/themes to /etc/splashy, but it didn't help much. After changing themes splashy stopped working again, even with the /etc/direcfbrc

Bug#505270: confirm still problems with splashy 0.3.13-1

2009-01-02 Thread Joar Jegleim
Hi, I still got problems with splashy 0.3.13-1 . Running Debian Lenny: j...@jupiter:~$ dpkg -l | grep splash ii libsplashy1 0.3.13-1 Library to draw splash screen on boot, shutd ii splashy 0.3.13-1A complete user-spac

Bug#505270:

2009-01-01 Thread Luis Mondesi
On Dec 30, 2008, at 4:42 AM, Tim Richardson wrote: v 03.13 shows the same behaviour as 0.3.12. That is, splashy doesn't work with the same error messages. Also, the /tmp/directfbrc hack fixes it just the same. I wonder why there was so much confidence that a fix was found. Have the develop

Bug#505270: confirm

2009-01-01 Thread Jochen
I can confirm this bug on 2 of my systems. However for me the /etc/directfbrc does not fix the error. Cheers Jochen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#505270:

2008-12-30 Thread Tim Richardson
v 03.13 shows the same behaviour as 0.3.12. That is, splashy doesn't work with the same error messages. Also, the /tmp/directfbrc hack fixes it just the same. I wonder why there was so much confidence that a fix was found. Have the developers managed to reproduce the bug yet on their own systems

Bug#505270: splashy: Still found in 0.3.13-1

2008-12-29 Thread Byron Clark
Package: splashy Version: 0.3.13-1 Followup-For: Bug #505270 I'm seeing this same bug with a freshly installed 0.3.13-1. -- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64

Bug#505270: patched!

2008-12-27 Thread Cyril Brulebois
tag 505270 patch thanks Luis Mondesi (23/12/2008): > Now this makes sure we attempt to use our own font provided with the > theme! I didn't test the patch, but I'm tagging this bugreport according to your subject and your claim that it fixes this bug. It could be tagged “pending” too, I guess, b

Bug#505270: patched!

2008-12-23 Thread Luis Mondesi
I believe this is the end for this bug: http://git.debian.org/?p=splashy/splashy.git;a=blobdiff;f=src/splashy_video.c;h=8de345edf07a889b101452a22c86d36e098a3c8e;hp=a1c0b07bfac4845870302c74aa59965b562b0570;hb=0d9697281009eb677c6fb75e192fb70a7a5188ba;hpb=43bd24eb8b7c6389f4fb7cd2904973b1ef81f938 It

Bug#505270: splashy: doesn't work anymore

2008-12-20 Thread gpe
Package: splashy Version: 0.3.12-1 Followup-For: Bug #505270 Since the last kernel update (2.6.26-12) and initramfs-tools update (0.92m), splashy doesn't work anymore (at boot and shutdown) => connection refused to the server. -- System Information: Debian Release: 5.0 APT prefers

Bug#505270: /usr/share/splashy/themes

2008-12-20 Thread Cy8aer
I forgot: I needed /etc/directfbrc and early starting of splashy does not work with the hard copied /usr/share/splashy/themes -> /etc/splashy/themes -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.

Bug#505270: themes in /usr not working if /usr is not mounted

2008-12-20 Thread Cy8aer
Hi, I have /usr in it's own partition. So it would not work if splashy wants to use files in /usr if it is not there at boot time. I hard copied /usr/share/splashy/themes to /etc/splashy and edited the themes path in /etc/splashy/config.xml back to /etc/splashy/themes and it works again. --

Bug#505270:

2008-12-17 Thread Tim Richardson
> re debian bug 505270 > does this help you: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505270#27 > > (my file /etc/directfbrc is attached) > > and after creating the /etc/directfbrc file, try this: > > sudo update-initramfs -u > Hi, I confirm the prob

Bug#505270: splashy: same for me but it has worked before

2008-12-12 Thread gpe
Package: splashy Version: 0.3.12-1 Followup-For: Bug #505270 I've this bug too. But for me splashy has worked sometime and now it doesn't worked anymore (error -10 during the boot). My config used only one partition. -- System Information: Debian Release: lenny/sid APT prefers tes

Bug#505270: splashy: only during a cold boot

2008-12-12 Thread gpe
Package: splashy Version: 0.3.12-1 Followup-For: Bug #505270 I precise that the error appears only during a cold boot. It works fine during a reboot. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Ker

Bug#505270: More infor re splashy bug 505270

2008-12-10 Thread Luis M
Thanks for sending me your initrd. I'm getting closer to fixing this bug. It looks like the changes in the path for themes and default theme has something to do with this and other crashes. We are now using /usr to store themes and this is a separate partition for most people. Also, the dir

Bug#505270:

2008-12-09 Thread tim richardson
Also, /boot/grub/menu.lst extract ## ## End Default Options ## title Debian GNU/Linux, kernel 2.6.26-1-686 root(hd0,0) kernel /boot/vmlinuz-2.6.26-1-686 root=/dev/hda1 ro quiet vga=791 splash initrd /boot/initrd.img-2.6.26-1-686 -- To UNSUBSCRIBE, ema

Bug#505270:

2008-12-09 Thread tim richardson
Luis, I sent the 4MB initrd image to your gmail account via yousentit It's available for 7 days. regards Tim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#505270: More infor re splashy bug 505270

2008-12-09 Thread tim richardson
> Tim, > > Is it possible that your problem is related to /etc/splashy/config.xml ? > > Try copying this file to /root/config.xml and purging Splashy 0.3.10 > (dpkg --purge splashy) (from Lenny) and installing the Sid version > (0.3.12), then copy your config.xml back to /etc/splashy. > > Lui

Bug#505270: splashy fails at boot: Couldn't splashy_start_splash error -10

2008-12-03 Thread Luis Mondesi
Tim, Is it possible that your problem is related to /etc/splashy/config.xml ? Try copying this file to /root/config.xml and purging Splashy 0.3.10 (dpkg --purge splashy) (from Lenny) and installing the Sid version (0.3.12), then copy your config.xml back to /etc/splashy. The new file calls the t

Bug#505270:

2008-11-30 Thread Tim Richardson
Installing splashy 0.3.10 works even when I leave all other packages at the sid version, including libsplashy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#505270: [Splashy-devel] Bug#505270: splashy fails at boot: Couldn't splashy_start_splash error -10

2008-11-30 Thread sumanth kumar
hi, As far as my knowledge goes i think u have not configured the framebuffer. first compile the kernel and get the framebuffers support and everything works fine. what flavor of linux do u go with. bye 2008/11/28 Filippo Giunchedi <[EMAIL PROTECTED]> > On Tue, Nov 11, 2008 at 09:27:19PM

Bug#505270: splashy fails at boot: Couldn't splashy_start_splash error -10

2008-11-29 Thread tim richardson
> > Connection refused. > > Couldn't splashy_start_splash. Error -10 > > Reading the code a -10 error seems to indicate a problem with fonts. Are you > using the default theme/font? On all machines, only the default theme is used. The package with extra themes is not installed. > > After booti

Bug#505270: splashy fails at boot: Couldn't splashy_start_splash error -10

2008-11-28 Thread Filippo Giunchedi
On Tue, Nov 11, 2008 at 09:27:19PM +1100, Tim Richardson wrote: > Package: splashy > Version: 0.3.12-1 > Severity: important > > With the upgrade to 0.3.12-1 I have a new problem. > It occurs on two Intel-based laptops, but not on a non-intel desktop nor in > virtual machines. > > The error occu

Bug#505270: a workaround .

2008-11-13 Thread Tim Richardson
In the process of trying to debug this, I discovered that I can make it boot properly if I create the file /etc/directfbrc and include this one line in the file log-file=/tmp/directfb.log I had no directfbrc file on my system. An empty file doesn't help. My attempt to make the log file was to

Bug#505270:

2008-11-11 Thread Tim Richardson
Purge and re-install unfortunately did not help me. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#505270: Bug occurs on my desktop as well

2008-11-11 Thread Tim Richardson
I was wrong when I said this bug doesn't occur on my non-intel desktop. It uses a local repository and was slower to upgrade to the 0.3.12-1 Since splashy fails to start on all three machines on which I run sid, I I will mark this as grave. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Bug#505270: splashy: "fixed" by a purge and reinstall

2008-11-11 Thread Byron Clark
Package: splashy Version: 0.3.12-1 Followup-For: Bug #505270 I saw the same issue after the upgrade to 0.3.12-1. Purging the package and reinstalling removes the error, but splashy no longer starts early enough in the initramfs for me to enter the password for my encrypted root partition

Bug#505270: splashy fails at boot: Couldn't splashy_start_splash error -10

2008-11-11 Thread Tim Richardson
Package: splashy Version: 0.3.12-1 Severity: important With the upgrade to 0.3.12-1 I have a new problem. It occurs on two Intel-based laptops, but not on a non-intel desktop nor in virtual machines. The error occurs at boot. Connection refused. Couldn't splashy_start_splash. Error -10 -- Sys