Hi;

as I said some more feedback:

Am Donnerstag, 23. April 2009 02:42:26 schrieb groups, freeman:
> Hi, thought that I'd enumerate anything odd or minuscule possible bugs
> that occur to me as I work with 3.1.1b2.
>
> - busybox, when reading the /etc/network/interfaces file (via 'ifup
> -a'), can't handle a line that says, for example:
>     <tab_char>address<tab_char><tab_char>192.168.0.1
> however it can read and accept the line if the there's only a *single*
> <tab_char> between the end of the token "address" and the provided
> numeric ip addy. This contrasts with the behaviour of BB in the 3.0b2
> release of BuC, which has no problems with multiple tab chars.


This seems to be a pb with upstream busybox version.
It may help to report it at the busybox bugtracker.
Otherwise just avoid to have more than one tab - I'm sorry. 


> - Problem parsing /etc/modules
> There's a new routine (compared to BuC3.0b2) for parsing the
> /etc/modules file, that unfortunately breaks the reading of the modules
> file if the user has employed any leading tabs or spaces before the name
> of the module (indenting). The part of /etc/init.d/modutils that doesn't
>
> work for me is this:
> > grep ^[a-z0-9A-Z] /etc/modules |
> > while read module args
> > do
> >      insmod $module $args 2>/dev/null
> >      lsmod | grep -n -q ^$module || \
> >      logger modutils module $module could not be loaded
> > done
>
> which I replaced with
>
> > while read module args; do
> >       # Only insmod lines without leading # marks
> >       if [ "${module:0:1}" != "#" ]; then
> >             insmod $module $args 2>/dev/null
> >             lsmod | grep -n -q ^$module || \
> >             logger modutils module $module could not be loaded
> >       fi
> > done < /etc/modules
>
> (Yeah, I use indenting a lot to make my files more easily read).

Hopefully fixed in the soon available beta3 version.


> -- My workstation=Win XP SP3.
> - Problem with formatting option using imaging-1680 exe:
> When running the imaging-1680 exe pulled from:

The license issues will be solved with next version, thx for reporting. Other 
than that the images should be ok - pls doublecheck once the beta3 is 
available.


kp

kp

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to