[Splashy-devel] Splashy 0.2.2 on hold

Luis lemsx1 at gmail.com
Tue Dec 5 11:04:44 CET 2006


Well, this is my final report:

- everything works fine now
- when starting from initramfs, keymap.sh stops splashy. if i patch
keymap.sh to use pidof splashy && exit 0. it works, but splashy uses
very high CPU load (80% or more). so, no initramfs yet.

Tim,

Using 100% of the CPU (or increasing the load) is usually related to
file-handles left open or opening quickly many filehandles. I remember
you said something about the socket code and filehandles. How can I
make sure that branch/0.2.2's code for the UNIX socket stuff is in
sync with trunk in terms of filehandle handling? Or just the UNIX
socket code per se.

Otavio,

packages are now on alioth. use that. I will release the included
tarball later today.


On 12/5/06, Luis <lemsx1 at gmail.com> wrote:
> disregard... I should've just use the name "splashy" instead of
> "splashy-console-tools.sh" ... Now it works.
>
> On 12/5/06, Luis <lemsx1 at gmail.com> wrote:
> > Otavio,
> >
> > I added a file to the distribution that should do this but for some
> > reason it's not being loaded. I uploaded test packages to Alioth.
> > Also, everything is on svn. The script is:
> >
> > debiansid:~# cat /etc/console-tools/config.d/splashy-console-tools.sh
> > #!/bin/sh
> > # $Revision: 1.2 $
> > # Luis Mondesi < lemsx1 at gmail.com >
> > #
> > # DESCRIPTION: checks to see if Splashy is running and exits
> > # USAGE: $0
> > # LICENSE: GPL
> > echo "loading splashy-console-tools.sh" >> /tmp/splashy.log
> > if pidof splashy > /dev/null; then
> >     echo "exiting splashy-console-tools.sh" >> /tmp/splashy.log
> >     exit 0
> > fi
> > echo "done with splashy-console-tools.sh" >> /tmp/splashy.log
> >
> > Note that I added those echo lines for debugging purposes on my end
> > here, just so that I can tell whether this is being called at all.
> >
> > If anybody else can test this, please be my guest. Going to bed!
> >
> > On 12/4/06, Otavio Salvador <otavio at debian.org> wrote:
> > > Luis <lemsx1 at gmail.com> writes:
> > >
> > > > Thanks to ade|desk on IRC, we identified a new/old issue with Splashy
> > > > and console-screen.sh. It seems that no matter what, whenever Splashy
> > > > is running console-screen.sh should not be executed.
> > >
> > > Create a file as:
> > >
> > > ,----[ /etc/console-tools/config.d/splashy ]
> > > | pidof splashy && exit 0
> > > `----
> > >
> > > in splashy package. Should work.
> > >
> > > --
> > >         O T A V I O    S A L V A D O R
> > > ---------------------------------------------
> > >  E-mail: otavio at debian.org      UIN: 5906116
> > >  GNU/Linux User: 239058     GPG ID: 49A5F855
> > >  Home Page: http://otavio.ossystems.com.br
> > > ---------------------------------------------
> > > "Microsoft sells you Windows ... Linux gives
> > >  you the whole house."
> > >
> >
> >
> > --
> > ----)(-----
> > Luis Mondesi
> > *NIX Guru
> >
> > "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" (Prov 3:13-14).
> >
>
>
> --
> ----)(-----
> Luis Mondesi
> *NIX Guru
>
> "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" (Prov 3:13-14).
>


-- 
----)(-----
Luis Mondesi
*NIX Guru

"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" (Prov 3:13-14).



More information about the Splashy-devel mailing list