Re: [oe] lighttpd 1.4.18 runtime issue

2009-10-08 Thread Henning Heinold
On Thu, Oct 08, 2009 at 02:17:25PM +0200, Michael Lippautz wrote: > 2009/10/8 Otavio Salvador : > > In meanwhile it looks to have been fixed in current master; would be > > nice if you could test it and provide a updated patch if still needed. > > I actually tested the build today. Unfortunatelly

Re: [oe] lighttpd 1.4.18 runtime issue

2009-10-08 Thread Michael Lippautz
2009/10/8 Otavio Salvador : > In meanwhile it looks to have been fixed in current master; would be > nice if you could test it and provide a updated patch if still needed. I actually tested the build today. Unfortunatelly there is still an issue remaining. The patch fixed the automatically loaded

Re: [oe] lighttpd 1.4.18 runtime issue

2009-10-07 Thread Otavio Salvador
Hello, On Tue, Oct 6, 2009 at 6:16 AM, Michael Lippautz wrote: > Am Montag, den 05.10.2009, 19:59 -0300 schrieb Otavio Salvador: >> The best way to provide the patch is to commit it locally and use git >> format-patch to export it. Then send it attached to the mail. > > Thx for all the infos. Her

Re: [oe] lighttpd 1.4.18 runtime issue

2009-10-06 Thread Michael Lippautz
Am Montag, den 05.10.2009, 19:59 -0300 schrieb Otavio Salvador: > The best way to provide the patch is to commit it locally and use git > format-patch to export it. Then send it attached to the mail. Thx for all the infos. Here's the patch. >From fc5de54141069d3c6ef8a15783563123e1c479d1 Mon Sep

Re: [oe] lighttpd 1.4.18 runtime issue

2009-10-05 Thread Otavio Salvador
Hello Michael, On Mon, Oct 5, 2009 at 5:25 PM, Michael Lippautz wrote: > After further investigation, I found a document > (${S}/doc/configuration.txt) that states: The best way to provide the patch is to commit it locally and use git format-patch to export it. Then send it attached to the mail.

Re: [oe] lighttpd 1.4.18 runtime issue

2009-10-05 Thread Michael Lippautz
After further investigation, I found a document (${S}/doc/configuration.txt) that states: ... Starting with lighttpd 1.4.0 three default modules are loaded automaticly: - mod_indexfile - mod_dirlisting - mod_staticfile ... The daemon did not start at all because it failed the module i

Re: [oe] lighttpd 1.4.18 runtime issue

2009-10-05 Thread Michael Lippautz
Sorry, was refering to http://wiki.openembedded.net/index.php/Styleguide stating that either tabs or spaces should be used. This recipe was mixing both. Will use spaces and the tool (didn't see the wiki headline) in future recipes. Regards, Michael Marcin Juszkiewicz schrieb: > Dnia poniedziałek

Re: [oe] lighttpd 1.4.18 runtime issue

2009-10-05 Thread Marcin Juszkiewicz
Dnia poniedziałek, 5 października 2009 o 20:52:13 Michael Lippautz napisał(a): > lighttpd_1.4.18 is installed with a config that should actually load its > module mod-indexfile.so. > Since the config is pretty default, I added the module to the runtime > depends. OK > (also re-formated recipe,

Re: [oe] lighttpd 1.4.18 runtime issue

2009-10-05 Thread Phil Blundell
Thanks for the patch. For future reference, please don't combine mechanical operations like reformatting with other edits in a single patch. It makes it much harder to see what the patch is actually doing if there is a lot of other extraneous noise going on. Can you clarify what the effect is of

[oe] lighttpd 1.4.18 runtime issue

2009-10-05 Thread Michael Lippautz
hej, lighttpd_1.4.18 is installed with a config that should actually load its module mod-indexfile.so. Since the config is pretty default, I added the module to the runtime depends. (also re-formated recipe, uses tabs now). Regards, Michael diff --git a/recipes/lighttpd/lighttpd_1.4.18.bb b/re