[PATCHv3] Make syslinux beep

2008-08-12 Thread Samuel Thibault
Frans Pop, le Wed 13 Aug 2008 02:05:45 +0200, a écrit : > Better to just use 0/1 as values and only test for '= 1' (or test for > set/unset, not sure what is more common). At least DEBUG uses y/n, so I have done the same in the attached fixed patch. Samuel Index: build/config/x86.cfg ===

Re: libparted-1.8.so missing?

2008-08-12 Thread Ariel Garcia
Hi, > > "parted-server: error while loading shared libraries: > > libparted-1.8.so.9: cannot open shared object file: No such file or > > directory" > > Dailies are in transition to new parted soname. This should be fine in > next days. thanks a lot for your fast answer Otavio :-) I now got tha

Re: [PATCHv2] Make syslinux beep

2008-08-12 Thread Samuel Thibault
Samuel Thibault, le Wed 13 Aug 2008 00:54:15 +0100, a écrit : > Per Andersson, le Wed 13 Aug 2008 01:31:37 +0200, a écrit : > > On Wed, Aug 13, 2008 at 12:51 AM, Frans Pop <[EMAIL PROTECTED]> wrote: > > > On Tuesday 12 August 2008, Samuel Thibault wrote: > > >> Here is an corrected patch > > > > >

Bug#494910: partman-crypto: No longer allows to manually create LVM on crypto setup

2008-08-12 Thread Frans Pop
Package: partman-crypto Version: 34 Severity: serious This is probably not a bug in partman-crypto itself, but I think that's the best place to start. Potential culprits include libparted, partman-base and partman-lvm... For a new laptop I wanted to manually create an encrypted LVM setup, so I

Re: [PATCHv2] Make syslinux beep

2008-08-12 Thread Samuel Thibault
Per Andersson, le Wed 13 Aug 2008 01:31:37 +0200, a écrit : > On Wed, Aug 13, 2008 at 12:51 AM, Frans Pop <[EMAIL PROTECTED]> wrote: > > On Tuesday 12 August 2008, Samuel Thibault wrote: > >> Here is an corrected patch > > > > Looks fine to me. > > Shouldn't there be a left bracket after the &&? >

Re: [PATCHv2] Make syslinux beep

2008-08-12 Thread Frans Pop
On Wednesday 13 August 2008, Per Andersson wrote: > On Wed, Aug 13, 2008 at 12:51 AM, Frans Pop <[EMAIL PROTECTED]> wrote: > > On Tuesday 12 August 2008, Samuel Thibault wrote: > >> Here is an corrected patch > > > > Looks fine to me. > > Shouldn't there be a left bracket after the &&? > (It's miss

Re: [PATCHv2] Make syslinux beep

2008-08-12 Thread Per Andersson
On Wed, Aug 13, 2008 at 12:51 AM, Frans Pop <[EMAIL PROTECTED]> wrote: > On Tuesday 12 August 2008, Samuel Thibault wrote: >> Here is an corrected patch > > Looks fine to me. Shouldn't there be a left bracket after the &&? (It's missing in several places.) if [ $$outfile == menu.cfg ] && $$MENU_B

Re: [PATCHv2] Make syslinux beep

2008-08-12 Thread Samuel Thibault
Frans Pop, le Wed 13 Aug 2008 00:51:29 +0200, a écrit : > On Tuesday 12 August 2008, Samuel Thibault wrote: > > Here is an corrected patch > > Looks fine to me. > > Only wonder if it would not make more sense to rename the variable to > BOOT_BEEP or BEEP_ON_BOOT or SYSLINUX_BEEP. MENU could easi

Re: Allow debian-edu-install to propagate to testing

2008-08-12 Thread Luk Claes
Petter Reinholdtsen wrote: [Petter Reinholdtsen] Since the upload we have discovered and fixed some bugs in the package, which are currently being tested in the Debian Edu repository. We will need at least another update before Lenny is released, and hope it can be accepted too. We will get ba

Re: [PATCHv2] Make syslinux beep

2008-08-12 Thread Frans Pop
On Tuesday 12 August 2008, Samuel Thibault wrote: > Here is an corrected patch Looks fine to me. Only wonder if it would not make more sense to rename the variable to BOOT_BEEP or BEEP_ON_BOOT or SYSLINUX_BEEP. MENU could easily be confused with the D-I main menu. signature.asc Description: T

[PATCHv2] Make syslinux beep

2008-08-12 Thread Samuel Thibault
Hello, Here is an corrected patch Samuel Index: build/config/x86.cfg === --- build/config/x86.cfg(révision 54981) +++ build/config/x86.cfg(copie de travail) @@ -60,6 +60,11 @@ outfile=

Re: Debian bug #463123 still hurts me

2008-08-12 Thread Theodore Tso
On Tue, Aug 12, 2008 at 10:05:21PM +0200, Uwe Kleine-König wrote: > > I have a dual boot system, one is always stable and the other is used to > try out things. The bootloader is grub from stable (i.e. 0.97-27etch1). > I installed Lenny-Beta2 in my try-out-system without overwriting the > bootloa

Debian bug #463123 still hurts me

2008-08-12 Thread Uwe Kleine-König
Hello, yesterday I got biten by (I think) Debian Bug #463123. I have a dual boot system, one is always stable and the other is used to try out things. The bootloader is grub from stable (i.e. 0.97-27etch1). I installed Lenny-Beta2 in my try-out-system without overwriting the bootloader and added

Re: Please unblock nano 2.0.7-3

2008-08-12 Thread Luk Claes
Jordi Mallach wrote: The first two patches have been in unstable for 3 weeks and have not caused any new bug reports. The third patch should be trivial and has been in unstable for nearly 2 weeks, and has not brought up any new issues neither on unstable or Ubuntu intrepid. If nobody objects, h

Re: Make syslinux beep?

2008-08-12 Thread Frans Pop
On Tuesday 12 August 2008, Samuel Thibault wrote: > Frans Pop, le Tue 12 Aug 2008 10:29:23 +0200, a écrit : > > On Tuesday 12 August 2008, Samuel Thibault wrote: > > > Here is a patch. I didn't know how I should detect the kind of > > > build, I just made it look at the udebs source. > > > > I don

Re: Make syslinux beep?

2008-08-12 Thread Frank Carmickle
On Tue, Aug 12, Samuel Thibault wrote: Snip. > > Also, please use '[ ] && [ ]' instead of '[ -a > > ]'. > > I'm curious: why? To bash specific. Have a look at the dash man page. --Frank -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL

Re: Make syslinux beep?

2008-08-12 Thread Otavio Salvador
Otavio Salvador <[EMAIL PROTECTED]> writes: > From my POV it looks good. Let's wait few days to see if someone nack > it or something, otherwise I'll commit it in the end of week. Samuel, Please address both points spoted by Frans and resubmit it. Thanks a lot. -- O T A V I OS A L

Re: Allow debian-edu-install to propagate to testing

2008-08-12 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Petter Reinholdtsen <[EMAIL PROTECTED]> writes: > [Petter Reinholdtsen] >> Since the upload we have discovered and fixed some bugs in the >> package, which are currently being tested in the Debian Edu >> repository. We will need at least another upda

Re: Make syslinux beep?

2008-08-12 Thread Otavio Salvador
Samuel Thibault <[EMAIL PROTECTED]> writes: >> Also, please use '[ ] && [ ]' instead of '[ -a >> ]'. > > I'm curious: why? Coding Style. -- O T A V I OS A L V A D O R - E-mail: [EMAIL PROTECTED] UIN: 5906116 GNU/Linux User: 2390

Re: Make syslinux beep?

2008-08-12 Thread Otavio Salvador
Samuel Thibault <[EMAIL PROTECTED]> writes: > Otavio Salvador, le Mon 11 Aug 2008 22:06:50 -0300, a écrit : >> Samuel Thibault <[EMAIL PROTECTED]> writes: >> >> > Samuel Thibault, le Tue 12 Aug 2008 00:10:26 +0100, a écrit : >> >> Still no feedback on this? >> > >> > (I mean feedback from debian-

Re: Allow debian-edu-install to propagate to testing

2008-08-12 Thread Petter Reinholdtsen
[Petter Reinholdtsen] > Since the upload we have discovered and fixed some bugs in the > package, which are currently being tested in the Debian Edu > repository. We will need at least another update before Lenny is > released, and hope it can be accepted too. We will get back to you > about thi

Re: [Pkg-openssl-devel] Bug#492758: openssl: OpenSSL generates errors with Firefox 3

2008-08-12 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kurt Roeckx <[EMAIL PROTECTED]> writes: > On Mon, Aug 11, 2008 at 11:01:14PM -0300, Otavio Salvador wrote: >> Kurt Roeckx <[EMAIL PROTECTED]> writes: >> >> > On Sat, Aug 02, 2008 at 10:41:13PM +0200, Luk Claes wrote: >> >> Kurt Roeckx wrote: >> >> >

Re: [RFC] Possible way of fixing this [was Re: [PATCH] Queue atl2-modules for installation if it is in use.

2008-08-12 Thread Glenn Saberton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Otavio Salvador wrote: > Otavio Salvador <[EMAIL PROTECTED]> writes: > >> I guess that we'll need to work on that at base-installer. I'll take a >> look and propose a patch for that ... I hope to be able to do that >> today but I can't promise. > > W

Re: Lenny installer broken for Debian Edu (partman-base/parted_server missing libparted-1.7.so.1)

2008-08-12 Thread Petter Reinholdtsen
[Petter Reinholdtsen] > The library is missing in the d-i environment. Is there some > version skew, or some udeb missing, or something else? What can I > do to solve it? I was just told on IRC that this is already reported, http://bugs.debian.org/494532 >. I see it is already being worked on,

Re: Lenny installer broken for Debian Edu (partman-base/parted_server missing libparted-1.7.so.1)

2008-08-12 Thread Martin Michlmayr
* Petter Reinholdtsen <[EMAIL PROTECTED]> [2008-08-12 17:19]: > Hi. A few days now, the Debian Edu netinst CD has been broken, and > unable to install. I had a look at why just now, and the problem is > related to libparted. > > When main-menu select partman-base, this message is printed in the

Lenny installer broken for Debian Edu (partman-base/parted_server missing libparted-1.7.so.1)

2008-08-12 Thread Petter Reinholdtsen
Hi. A few days now, the Debian Edu netinst CD has been broken, and unable to install. I had a look at why just now, and the problem is related to libparted. When main-menu select partman-base, this message is printed in the log: parted_server: error while loading shared libraries: libparted

Re: Make syslinux beep?

2008-08-12 Thread Samuel Thibault
Frans Pop, le Tue 12 Aug 2008 10:29:23 +0200, a écrit : > On Tuesday 12 August 2008, Samuel Thibault wrote: > > Here is a patch. I didn't know how I should detect the kind of build, > > I just made it look at the udebs source. > > I don't think it's smart to use USE_UDEBS_FROM here. Better use a

Re: Make syslinux beep?

2008-08-12 Thread Frans Pop
On Tuesday 12 August 2008, Samuel Thibault wrote: > Here is a patch. I didn't know how I should detect the kind of build, > I just made it look at the udebs source. I don't think it's smart to use USE_UDEBS_FROM here. Better use a dedicated variable. Also, please use '[ ] && [ ]' instead of '