|
From: Heiko Z. <he...@zu...> - 2009-06-28 12:59:53
|
Thanks for your bug report. Could you please add the 2 bugs to our bug tracker? http://www.devil-linux.org/support/bugs.php Thanks! Heiko > -----Original Message----- > From: Marcello Desantis [mailto:m.d...@st...] > Sent: Sunday, June 28, 2009 2:18 AM > To: dev...@li... > Subject: [Devil-Linux-discuss] 1.4 RC1 - bugs > > After some testing with the above version on an Alix.2C board I've > found > a few bugs: > > install-on-usb: > > 1) configure_serial_console() is broken. At line 502 it tries to create > a tar including a "root" dir which doesn't exist. So the line: > tar -C $TMPDIR/etc-for-mods -c -j -f $TMPDIR/etc-mnt/etc- > mods.tar.bz2.new etc-mods root ... > should be modified in: > tar -C $TMPDIR/etc-for-mods -c -j -f $TMPDIR/etc-mnt/etc- > mods.tar.bz2.new etc-mods ... > > 2) the second call at $grub_shell in install_grub() procedure at line > 221 causes a segmentation fault on Ubuntu 9.04 x86_64 and Ubuntu 8.04 > x86. I didn't try on other distributions. > > > kernel: > the cs5536 driver (which is the NEW driver for the Alix board ide > controller) is broken in kernel 2.6.29.2 and it has been fixed in > 2.6.29.3. A CVS build (which includes kernel 2.6.29.4) fixes the issue. > I'm reporting it just to let other Alix users know it. > > Marcello > > > > ----------------------------------------------------------------------- > ------- > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |