Re: [leaf-devel] Fwd: Re: Bering-uClibc4: shorewall startup error on boot - further details

2010-10-29 Thread davidMbrooke
On Fri, 2010-10-29 at 00:54 +0200, KP Kirchdoerfer wrote: > > > VERBOSE=1 is the problem. > > As a workaround, I suggest clearing it (e.g., VERBOSE=) in > > /etc/init.d/shorewall > > It works! > > One line after hours of work; phew, glad I'm not an employe regarding LEAF :) > > Thx a lot Tom! >

Re: [leaf-devel] Bering-uClibc4 aiccu is fixed [was GCC update to 4.4.5]

2010-10-29 Thread davidMbrooke
On Wed, 2010-10-27 at 20:49 +0100, davidMbrooke wrote: > > I am now going to investigate some of the suggestions from here: > http://old.nabble.com/pthread-and-daemon%28%29-problem-td27029024.html This did the trick. I have created a simple patch for uClibc 0.9.30.3 which makes pthread_initializ

Re: [leaf-devel] Bering-uClibc4 aiccu is fixed [was GCC update to 4.4.5]

2010-10-29 Thread Andrew
29.10.2010 18:53, davidMbrooke пишет: > On Wed, 2010-10-27 at 20:49 +0100, davidMbrooke wrote: >> I am now going to investigate some of the suggestions from here: >> http://old.nabble.com/pthread-and-daemon%28%29-problem-td27029024.html > This did the trick. I have created a simple patch for uClibc

Re: [leaf-devel] Bering-uClibc4 aiccu is fixed [was GCC update to 4.4.5]

2010-10-29 Thread KP Kirchdoerfer
Am Freitag, 29. Oktober 2010, 18:49:32 schrieb Andrew: > 29.10.2010 18:53, davidMbrooke пишет: > > On Wed, 2010-10-27 at 20:49 +0100, davidMbrooke wrote: > >> I am now going to investigate some of the suggestions from here: > >> http://old.nabble.com/pthread-and-daemon%28%29-problem-td27029024.html

Re: [leaf-devel] Bering-uClibc4 aiccu is fixed [was GCC update to 4.4.5]

2010-10-29 Thread Andrew
29.10.2010 20:29, KP Kirchdoerfer пишет: > > What about the switch of gcc you mentioned a week ago? This should be done > before beta1, so we have a fixed environment to work with for the release > cycle. > What you mean? > > I'd say as generic as possible (486 as with 3.x) and to decicde about all

[leaf-devel] echo -e in initrd

2010-10-29 Thread Andrew
Hi all. I did simple fix for 'echo -e' error - '-e' key is added only when it's needed (when shell doesn't unescape special chars without '-e').I think it'll solve troubles. -- Nokia and AT&T present the 2010 Calling All

Re: [leaf-devel] Bering-uClibc4: Suggested Change to Default Configuration for dhcpcd

2010-10-29 Thread davidMbrooke
On Wed, 2010-10-27 at 22:58 +0200, KP Kirchdoerfer wrote: > Am Mittwoch, 27. Oktober 2010, 22:14:14 schrieb davidMbrooke: > > On Tue, 2010-10-26 at 18:44 +0100, davidMbrooke wrote: > > > I think this is different with Bering-uClibc4 - there is a "new" dhcpcd. > > > I am using that and I have no /et

[leaf-devel] Bering-uClibc4: Wiki version of User Guide

2010-10-29 Thread davidMbrooke
Hi, I have added a lot more suggested structure to the main Wiki page for the User Guide: http://sourceforge.net/apps/mediawiki/leaf/index.php?title=Bering-uClibc_4.x_-_User_Guide In particular I have suggested where most of the sections from the v3.x installation guide (http://leaf.sourceforge.n

Re: [leaf-devel] Bering-uClibc4: Suggested Change to Default Configuration for dhcpcd

2010-10-29 Thread KP Kirchdoerfer
Am Freitag, 29. Oktober 2010, 21:55:47 schrieb davidMbrooke: > On Wed, 2010-10-27 at 22:58 +0200, KP Kirchdoerfer wrote: > > Am Mittwoch, 27. Oktober 2010, 22:14:14 schrieb davidMbrooke: > > > On Tue, 2010-10-26 at 18:44 +0100, davidMbrooke wrote: > > > > I think this is different with Bering-uClib

Re: [leaf-devel] Bering-uClibc4: Wiki version of User Guide

2010-10-29 Thread KP Kirchdoerfer
Hello; Am Freitag, 29. Oktober 2010, 22:15:46 schrieb davidMbrooke: > Hi, > > I have added a lot more suggested structure to the main Wiki page for > the User Guide: > http://sourceforge.net/apps/mediawiki/leaf/index.php?title=Bering-uClibc_4. > x_-_User_Guide > > In particular I have suggested

Re: [leaf-devel] echo -e in initrd

2010-10-29 Thread KP Kirchdoerfer
Am Freitag, 29. Oktober 2010, 21:35:14 schrieb Andrew: > Hi all. > I did simple fix for 'echo -e' error - '-e' key is added only when it's > needed (when shell doesn't unescape special chars without '-e').I think > it'll solve troubles. Yes, it works. kp -

Re: [leaf-devel] Bering-uClibc4 aiccu is fixed [was GCC update to 4.4.5]

2010-10-29 Thread KP Kirchdoerfer
Hi Andrew; Am Freitag, 29. Oktober 2010, 20:25:58 schrieb Andrew: > 29.10.2010 20:29, KP Kirchdoerfer пишет: > > What about the switch of gcc you mentioned a week ago? This should be > > done before beta1, so we have a fixed environment to work with for the > > release cycle. > > What you mean?

Re: [leaf-devel] Bering-uClibc4 aiccu is fixed [was GCC update to 4.4.5]

2010-10-29 Thread Andrew
30.10.2010 03:43, KP Kirchdoerfer пишет: > is the test for " i486-compatible code that is optimized" dry2_i486t ? > That gives the best result on my Geode processor with a Geode optimized > kernel. > just for the record: > 386: 565611 > 486: 625782 > 486t: 717424 > 586: 621118 > 686: 707214 Yes, yo