Bug#969606: bilibop: lockfs autopkgtest is not portable, consistently fails in Ubuntu

2020-09-10 Thread quidame
there... > STAGE 1: unexpected error you're right, there is a lack of portability in the autopkgtest script: only 'overlay' is expected somewhere, not 'aufs', and so the test script fails even if the bootscripts did the job. This will be fixed soon. Thank you for this report. quidame signature.asc Description: OpenPGP digital signature

Bug#960003: iptables-restore --test FILE reports segfault if FILE has more than 2 tables

2020-05-08 Thread quidame
Package: iptables Version: 1.8.4-3 Severity: normal Dear Maintainer, Wanting to validate changes in a file previously created by iptables-save, I experienced a segmentation fault with the iptables-restore command. It appears that the error doesn't come from the changes in the file, but from the i

Bug#934589: udev: net.ifnames is wrongly imported as a property for any/all devices

2019-08-13 Thread quidame
="net.ifnames" is a kind of regression. If it is absolutely necessary, at least should it be mitigated and restricted to the relevant devices, and only them. No ? Thanks, quidame signature.asc Description: OpenPGP digital signature

Bug#929892: vfat mounts are not protected

2019-08-13 Thread quidame
ibop.conf option (and its corresponding boot commandline parameter to override it), as for example: BILIBOP_LOCKFS_MOUNT_FALLBACK="ro" (or 'rw' or 'skip' or...) Thanks, quidame signature.asc Description: OpenPGP digital signature

Bug#929893: Emergency shell due to broken parsing

2019-08-13 Thread quidame
e in /lib/udev/rules.d I'm waiting for the result of the pending bug #934589, to state about this one. Thanks, quidame signature.asc Description: OpenPGP digital signature

Bug#929891: Error message about udev rules not found

2019-08-13 Thread quidame
the command 'test', that is not very strict: in 'test condition1 -a condition2', condition2 is evaluated even if condition1 is false. Using 'test condition1 && test condition2' (with &&, the AND operator of the shell, more strict) will solve this. quidame signature.asc Description: OpenPGP digital signature

Bug#934589: udev: net.ifnames is wrongly imported as a property for any/all devices

2019-08-13 Thread quidame
And again, for me the culprit is a missing block of filters **before** this IMPORT directive, > Can you tar up all files in /etc/udev/rules.d and /lib/udev/rules.d and > attach it to this bug report. My /etc/udev/rules.d is empty. The only relevant file in /lib/udev/rules.d is 73-usb-net-by-ma

Bug#934589: udev: net.ifnames is wrongly imported as a property for any/all devices

2019-08-12 Thread quidame
; net.ifnames='1' I think the mistake comes from the first line of the rules file: IMPORT{cmdline}="net.ifnames" The rules file should start with some filters instead, to not import a property that is irrelevant for almost all devices. For example: SUBSYSTEM=

Bug#928780: bilibop-lockfs: fail to boot: mount error in case of read-only filesystem

2019-05-10 Thread quidame
Package: bilibop-lockfs Version: 0.5.5 Severity: important Tags: upstream A user reported me that: > After installing the package and configuring the wanted behavior over > the configuration file I have restarted my system but it ran into a > mount error. > My analysis revealed that one of my fil

Bug#928658: bilibop-lockfs: Mounting /boot fails, mount.lockfs is broken

2019-05-10 Thread quidame
t; into "/usr/bin/mount" in /lib/bilibop/lockfs_mount_helper (line 58). Thank you for the report, quidame signature.asc Description: OpenPGP digital signature

Bug#870214: backupninja: sys handler wrongly reports warning due to wrong devices list

2017-07-30 Thread quidame
es are listed should probably be changed. Parsing 'lsblk -o kname,type' instead of 'sfdisk -l' to build the devices list fixed the problem on our server. Cheers, quidame -- System Information: Debian Release: 8.9 APT prefers oldstable APT policy: (990, 'oldstab

Bug#863222: unblock: bilibop/0.5.2.1

2017-05-23 Thread quidame
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Hi, Please unblock package bilibop, as it meets the following unblock requirements: Version 0.5.2 (currently in testing) is affected by a bug [1] with severity "important", which now is fi

Bug#861685: bilibop-common: Fails to detect boot device on systems with 2+ aufs read-only branches

2017-05-03 Thread quidame
bugfix861685-01.patch # /lib/bilibop/disk / # /lib/bilibop/test / I will test it too in a few days. Thanks for your detailed bug report, quidame diff --git a/lib/bilibop/common.sh b/lib/bilibop/common.sh index 5f9e4bb..589f177 100644 --- a/lib/bilibop/common.sh +++ b/lib/

Bug#800456: [INTL:da] Danish translation of the debconf templates bilibop

2015-10-11 Thread quidame
Hello, On 29/09/2015 18:29, Joe Dalton wrote: > Please include the attached Danish bilibop translation It will be added in the next release. Thank you for your contribution. quidame signature.asc Description: OpenPGP digital signature

Bug#778497: bilibop: Lacks support for overlay filesystem

2015-07-14 Thread quidame
imited) codepaths we use in Tails? It's almost ready for a new release. I'm updating the doc. Cheers, quidame signature.asc Description: OpenPGP digital signature

Bug#778497: bilibop: Lacks support for overlay filesystem

2015-02-18 Thread quidame
it could be, and fallback to live-boot usecases. This means that portable code is not yet written, but some changes usable by debian-based live systems (at least Tails) have already been tested and work. I will push them soon, follow the branch 'experimental/overlayfs_support' [1]. Cheers, quidame [1] https://un.poivron.org/~quidame/git/bilibop.git signature.asc Description: OpenPGP digital signature

Bug#766647: bilibop: [INTL:nl] Dutch translation of debconf messages

2014-10-24 Thread quidame
but maybe... Cheers, quidame signature.asc Description: OpenPGP digital signature

Bug#756086: bilibop: [INTL:ru] Russian debconf templates translation

2014-07-26 Thread quidame
Hi, On 26/07/2014 05:51, Yuri Kozlov wrote: > Package: bilibop > Version: 0.4.21 > Severity: wishlist > Tags: l10n patch > > Russian debconf templates translation is attached. This will be added soon, thanks for your contribution. quidame signature.asc Description: OpenPGP digital signature

Bug#751892: udev: external media belong to disk group

2014-06-20 Thread quidame
that they are obsolete. > Use a tool like udisks if you need a more dynamic solution. I doubt that udisks has been designed and can be used as a wrapper around any arbitrary command. How to obtain a result similar to, say, 'dd if=mini.iso of=/dev/sdb' with udisks, and without typing an

Bug#738781: bilibop: [INTL:de] Initial German debconf translation

2014-02-12 Thread quidame
Hi, On 12/02/2014 22:48, Chris Leick wrote: > > please find attached the initial German debconf translation of bilibop. > This will be included in the next release, thanks for your contribution. quidame signature.asc Description: OpenPGP digital signature

Bug#733867: [INTL:es] Spanish debconf template translation for bilibop

2014-01-01 Thread quidame
Hi, On 01/01/2014 17:03, Camaleón wrote: > Package: bilibop > Version: 0.4.20 > Severity: wishlist > Tags: l10n patch > > Greetings, Your po file will be included in the next release, thanks for your contribution. -- quidame signature.asc Description: OpenPGP digital signature

Bug#730000: bilibop: [INTL:pt] Updated Portuguese translation for debconf messages

2013-11-20 Thread quidame
Hi, On 20/11/2013 01:22, Américo Monteiro wrote: > > Updated Portuguese translation for bilibop's debconf messages. > Translator: Américo Monteiro > Feel free to use it. This will be included in the next release. Thanks for your contribution. quidame signature.asc Des

Bug#727755: bilibop: [INTL:it] Italian translation of debconf messages

2013-10-26 Thread quidame
Hello, On 26/10/2013 10:54, Beatrice Torracca wrote: > > Please find attached the Italian translation of bilibop debconf messages > proofread by the Italian localization team. > > Please include it in your next upload. For sure, I will! Thanks for your contribution. quidame

Bug#727682: bilibop-rules: Fails to configure: lsbilibop calls udevadm in an unsupported way

2013-10-25 Thread quidame
two query types: Oh my bad, you're right. This no more works since udev is now a part of systemd. I wil fix it today, thanks for your detailed report. Cheers, quidame signature.asc Description: OpenPGP digital signature

Bug#726975: bilibop: [INTL:ja] New Japanese translation

2013-10-21 Thread quidame
Hi, On 21/10/2013 07:51, victory wrote: > > Here's Japanese po-debconf template translation (ja.po) file that > reviewed by several Japanese Debian developers and users. > > Could you apply it, please? Oh yes, I will! Thanks for your contribution. quidame signa

Bug#675532: RFS: bilibop/0.1 (ITP #675467)

2013-09-17 Thread quidame
e right. It is due to a trailing ${Newline} in the "Description" variable. It was added to work around a bug [1] affecting dpkg-dev; but this bug having been fixed recently... the workaround becomes a bug :) So, fixed: http://mentors.debian.net/debian/pool/main/b/bilibop/bilibop_0

Bug#714455: molly-guard: Add debconf support

2013-08-10 Thread quidame
use such or such variable into sudo environment, provide some useful variable in the env_keep whitelist can refrain them to use the (unsecure) -E option. - SSH_CONNECTION is exported in 'su', why not to export it in 'sudo' ? Cheers, quidame signature.asc Description: OpenPGP digital signature

Bug#714455: molly-guard: Add debconf support

2013-08-08 Thread quidame
ds-Version to the current one, add my name and email address here and there, create the missing debian/source/format as "quilt", provide fr.po for debconf as proposed in a previous email, fix lintian warnings and so on, and finally add an entry in the changelog to report that and close the related bugs; but after ?) And for the tests... maybe the author of #660064 could be interested ? Cheers, quidame signature.asc Description: OpenPGP digital signature

Bug#675532: RFS: bilibop/0.1 (ITP #675467)

2013-07-20 Thread quidame
;--info --verbose --pedantic' in my script. I thought it was enough, as mentors.debian.net/package/bilibop says 'Package is lintian clean'. The tags you mention are catched by '--display-info'. Fixed. So, here is the new version: http://mentors.debian.net/debian/pool/main/b/bilibop/bilibop_0.4.14.dsc Cheers quidame signature.asc Description: OpenPGP digital signature

Bug#675532: RFS: bilibop/0.1 (ITP #675467)

2013-07-04 Thread quidame
Hi, On 04/07/2013 08:49, intrigeri wrote: > Hi, > > I plan to review, and hopefully upload bilibop next week. Nice to hear :) The last bilibop version is 0.4.13 [1]. The git repository [2] is ahead of 2 commits (fix minor errors). Thank you quidame [1]: <http://mentors.debian.net

Bug#703747: netcfg: preseed netcfg: confusion or regression about disable_dhcp, disable_autoconfig and use_autoconfig

2013-03-26 Thread quidame
For me, this bug can be closed now. Thanks, quidame -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#703747: netcfg: preseed netcfg: confusion or regression about disable_dhcp, disable_autoconfig and use_autoconfig

2013-03-25 Thread quidame
g/releases/wheezy/${ARCH}/apbs04.html.en#preseed-network I have uploaded a fixed version on: http://dept-info.labri.fr/~thibault/tmp/mini.iso Could you check that just netcfg/disable_autoconfig=true works for you too? The uploaded iso image is for amd64 computers; but I only ow

Bug#671546: udev: loop device: add backing file in udev database

2012-06-28 Thread quidame
Hi, Le 2012-06-28 01:02, Marco d'Itri a écrit : Then I recommend that you propose this change to the upstream maintainer. Done. Thanks, quidame -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Bug#671546: udev: loop device: add backing file in udev database

2012-06-27 Thread quidame
of course. But if it exists, maybe it can interest other people. Cheers, quidame -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#675532: RFS: bilibop/0.3.2 (ITP #675467)

2012-06-21 Thread quidame
libop/bilibop_0.3.2.dsc Thanks, quidame -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#675532: RFS: bilibop/0.1 (ITP #675467)

2012-06-15 Thread quidame
age that would be used only on Debian. Surely it is entirely possible, but I don't think everything possible must be done. Cheers, quidame -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#675532: RFS: bilibop/0.1 (ITP #675467)

2012-06-08 Thread quidame
I'm wrong and I have a bad overview on this issue. Maybe bilibop-lockfs could be only a debian patch. Or what ? Cheers, quidame -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#675532: RFS: bilibop/0.1 (ITP #675467)

2012-06-08 Thread quidame
other things, add a new changelog entry and increment the version number (0.2.1) ? In that case, how to deal with the irrelevant or useless informations of the actual changelog ? 3. ? Thanks for your attention quidame -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.o

Bug#675532: Fwd: Re: Bug#675532: RFS: bilibop/0.1 (ITP #675467)

2012-06-07 Thread quidame
ion is available now: http://mentors.debian.net/debian/pool/main/b/bilibop/bilibop_0.2.dsc Cheers, quidame -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#675532: RFS: bilibop/0.1 (ITP #675467)

2012-06-07 Thread quidame
mon's postinst and postrm run update-initramfs? Ooops... yes, this is an error (remaining files from old version). Fixed. The debian/changelog entry must close the ITP bug. OK The debian/rules header about "Sample debian/rules that uses debhelper" should be removed

Bug#675467: ITP: bilibop -- run Debian from external media

2012-06-04 Thread quidame
Wheezy, I will be happy; and I will include it in a preseed file for further installations of Debian on removable media. But what seems so good for me, maybe is not so good for the community? Cheers, quidame # /lib/bilibop/common.sh # vim: set et sw=4 sts=4 ts=4 fdm=marker fcl=all: # For tests

Bug#675467: ITP: bilibop -- run Debian from external media

2012-06-02 Thread quidame
= For more info about bilibop, please see http://mentors.debian.net/package/bilibop You can download the source with: dget -x http://mentors.debian.net/debian/pool/main/b/bilibop/bilibop_0.1.dsc I have send a RFS: #675532 Cheers, Regards, quidame -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org