Bug#1104214: unblock: fuse3/3.17.2-1 (pre-approval)

2025-04-27 Thread Cyril Brulebois
ncerned. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1091668: debian-installer: Explicitly declare requirement for root

2025-04-26 Thread Cyril Brulebois
Kurt Roeckx (2025-04-26): > Can someone clarify the current state of this? Patch + pending as in the fix is in git and will be included in the next upload. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member --

Bug#1104057: Fwd: Bug#1104057: touchpad not working in installer on ThinkPad P1 Gen7

2025-04-26 Thread Cyril Brulebois
(and its build system). > FWIW they are included in the initramfs built by initramfs-tools > because they may be needed by other drivers. > See /usr/share/initramfs-tools/hook-functions. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release

Bug#1104163: brltty-udeb: package description not used by d-i

2025-04-26 Thread Cyril Brulebois
an unclean, somewhat-uptodate sid environment. Adjusting bug metadata accordingly. Not sure it amounts to serious but definitely worth fixing for Trixie unless there are good reasons for things to be this way. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/&g

Bug#1104057: Fwd: Bug#1104057: touchpad not working in installer on ThinkPad P1 Gen7

2025-04-25 Thread Cyril Brulebois
ge at times (lpss things couple with i2c that don't seem to have any relationships to/from actual HID modules, but if and when loaded correctly make the input devices show up and become useful/usable). Not sure what exact grain of sand is gripping this particular machine. Cheers,

Bug#1103993: installation-reports: network configuration does not ask for ESSID in Thinkpad P1 Gen7

2025-04-25 Thread Cyril Brulebois
le reminder of the actual confusion, that can be picked up by documentation writers for example. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1103993: installation-reports: network configuration does not ask for ESSID in Thinkpad P1 Gen7

2025-04-24 Thread Cyril Brulebois
guide, that'd be nice to have. Best if that can land in 13.0; OK if that lands in 13.n, n>0. (Until support comes along and is considered for a possible backport as detailed above.) Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1103993: Acknowledgement (installation-reports: network configuration does not ask for ESSID in Thinkpad P1 Gen7)

2025-04-24 Thread Cyril Brulebois
le a separate bug about this fact. That'd be nice, please make sure to include `lsmod` from the installed system in there, alongside the /var/log/installer/syslog (compressed). Thanks already. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I rel

Bug#1103706: debian-installer: Allow user to specify label for LUKS devices setup during install

2025-04-22 Thread Cyril Brulebois
ion is about the vast majority of users, who likely don't care at all and shouldn't be bothered with that question. (Independently of the cost topic mentioned above. Don't expect more engagement from my side on either bugs. Cheers, -- Cyril Brulebois (k...@debian.org)

Bug#1103706: debian-installer: Allow user to specify label for LUKS devices setup during install

2025-04-22 Thread Cyril Brulebois
and imposes a very minimal level of > overhead for users who simply want to accept whatever defaults the > installer may select. That would mean a new feature, localization, plus long term maintenance, in addition to “very minimal level of overhead” for everyone. Cheers, -- Cyril Brulebois (

Bug#1102604: debian-installer: Rescue mode can not execute shell when root filesystem is btrfs

2025-04-22 Thread Cyril Brulebois
he system no longer boots, rescue mode makes it possible to detect+mount things, deploy a fix, a revert, a workaround, yay), and absolutely not a general purpose sysadmin tool (grml and friends would be equipped much better for such things). Cheers, -- Cyril Brulebois (k...@debian.org)&

Bug#1103706: debian-installer: Allow user to specify label for LUKS devices setup during install

2025-04-22 Thread Cyril Brulebois
Pascal Hambourg (2025-04-21): > > On Sun, Apr 20, 2025 at 3:29 PM Cyril Brulebois wrote: > > > Pascal Hambourg (2025-04-20): > > > > > > > > FWIW an open merge request proposed a naming scheme based on LUKS > > > > UUID: > > > >

Bug#1102604: debian-installer: Rescue mode can not execute shell when root filesystem is btrfs

2025-04-21 Thread Cyril Brulebois
4bcb207b> Sure. > Or a bigger change like what Nicholas intends to implement or Tyler > suggested, which allows the user to select a subvolume ? I'd rather not. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release

Bug#1102253: debian-installer: Message is truncated in graphical installer when erasing storage for use with encrypted volume

2025-04-21 Thread Cyril Brulebois
dget type which supports multiline text. Let's not change anything there at this stage either. Rendering has been a huge problem in the past, let's not take any risks for a problem that affects I think a single screen, and for which documentation exists anyway. Cheers, -- Cyril Brulebois

Bug#1103706: debian-installer: Allow user to specify label for LUKS devices setup during install

2025-04-20 Thread Cyril Brulebois
ypto/-/merge_requests/9> I realize it's been open for a while but I'd rather not change something like this this late during the release cycle, so it'd be best to look at it after Trixie is released. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax

Bug#1103244: partman-xfs: Add support for "prjquota" option for XFS

2025-04-15 Thread Cyril Brulebois
gt; Does using "prjquota" require extra mkfs.xfs parameters ? So I suppose I was looking in the wrong place, and seeing how there are a few *quota options already, I'd hope adjusting mountoptions/xfs would be sufficient. Sorry for the confusion. Cheers, -- Cyril Brulebois (k.

Bug#1103244: partman-xfs: Add support for "prjquota" option for XFS

2025-04-15 Thread Cyril Brulebois
x27;t much flexibility at the moment: # Ensure label is quoted correctly log-output -t partman --pass-stdout \ mkfs.xfs ${label:+-L "$label"} -f \ $device >/dev/null || code=$? Cheers, -- Cyril Brulebois (k...@debian.org)<https://deba

Bug#1103051: bookworm-pu: package glib2.0/2.74.6-2+deb12u6

2025-04-14 Thread Cyril Brulebois
Jonathan Wiltshire (2025-04-14): > On Mon, Apr 14, 2025 at 12:57:07PM +0300, Adrian Bunk wrote: > > > > * CVE-2025-3360: Integer overflow in g_date_time_new_from_iso8601() > > d-i ack needed please. Feel free to go ahead, thanks. Cheers, -- Cyril Brule

Bug#1100611: bookworm-pu: package libcap2/2.66-4+deb12u1

2025-04-14 Thread Cyril Brulebois
ized as > > group names. > > d-i ack needed please. Feel free to go ahead, thanks. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1089276: win32-loader: FTBFS with make 4.4.1

2025-04-12 Thread Cyril Brulebois
-installer builds, see debian/control and build/config/x86.cfg at the very least (this isn't any kind of extensive research). Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1089276: win32-loader: FTBFS with make 4.4.1

2025-04-12 Thread Cyril Brulebois
Paul Gevers (2025-04-12): > On 12-04-2025 12:54, Cyril Brulebois wrote: > > I'm not aware of anyone wanting to keep win32-loader around, so > > yeah, looking into its removal would make sense to me. > > > To be fair, I was mostly thinking about it's special s

Bug#1089276: win32-loader: FTBFS with make 4.4.1

2025-04-12 Thread Cyril Brulebois
e. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1102690: A higher version (...) is still installed, no reflashing required

2025-04-11 Thread Cyril Brulebois
m/reform-debian-packages/-/blob/main/patches/flash-kernel Might want to adjust the version for the BTS though, I'd think? Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1102621: [pkg-gnupg-maint] Bug#1102621: gpgv-udeb can't be installed: depend on non-udeb libassuan9 and libnpth0t64

2025-04-11 Thread Cyril Brulebois
unnecessary for gpgv. > > They appear to have been pulled in from common/sysutils.c when built > with pth, which suggests that we just need to link gpgv against a > non-pth libcommon. I'll test further and report back. Thanks to both of you for the kick turnaround! It loo

Bug#1102621: gpgv-udeb can't be installed: depend on non-udeb libassuan9 and libnpth0t64

2025-04-10 Thread Cyril Brulebois
't seem to have noticed libnpth0t64). Might be worth investigating/fixing. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant

Bug#1102604: debian-installer: Rescue mode can not execute shell when root filesystem is btrfs

2025-04-10 Thread Cyril Brulebois
Hi, Nicholas D Steeves (2025-04-10): > Attention Cyril: Does debian-rescue have the same restrictions as the > rest of Debian, or does it have special exceptions like udebs? The > reason I ask is because I'm curious if we could fix debian-rescue btrfs > support in a Trixie poi

Bug#1102415: Documentation error in Debian Installer preseed guide

2025-04-08 Thread Cyril Brulebois
ou could add DEBCONF_DEBUG=developer on the kernel command line before starting the installer and inspect what variables are getting queried via the debconf protocol if you really wanted to make sure (you'll find the extra lines in /var/log/syslog in the d-i context, and in /var/log/i

Bug#1081196: Crowdsec

2025-04-06 Thread Cyril Brulebois
nging those, so that's why I decided to go for a tarball (one for each component). Over the few years that package has existed, having to update those files has rather be seldom. Usually once per major upstream release. Sorry this got in your (collective) way lately. Cheers, -- Cyril Brulebois -- Debian Consultant @ DEBAMAX -- https://debamax.com/ signature.asc Description: PGP signature

Bug#1101196: installation-reports: Trixie Installer fails to create first user when full name contains non-ASCII characters and spaces

2025-03-29 Thread Cyril Brulebois
(it currently does not seem to have any) > > If above sanitation regex is new in adduser, then this choice looks to > me like the way to go. Before that's considered, why are these restrictions in place all of a sudden? Why would we want to make it impossible for people to set up accounts w

Bug#1101196: installation-reports: Trixie Installer fails to create first user when full name contains non-ASCII characters and spaces

2025-03-29 Thread Cyril Brulebois
ic and doesn't apply to the comment sanitization. Side note for user-setup, we should apparently migrate from --gecos to --comment at some point, but that doesn't change the way things are managed, both set $new_comment as a string via GetOptions. Cheers, -- Cyril Brulebois (k...@de

Bug#1094501: moreinfo

2025-03-24 Thread Cyril Brulebois
ter dropping armel and i386 since it looked like (at least) the latter was still interesting to keep for someone (https://bugs.debian.org/1084783#12). Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1101196: installation-reports: Trixie Installer fails to create first user when full name contains non-ASCII characters and spaces

2025-03-24 Thread Cyril Brulebois
stall: info: Running /usr/lib/finish-install.d/06user-setup Mar 24 19:17:59 user-setup: Shadow passwords are now on. Mar 24 20:17:59 chpasswd[8387]: pam_unix(chpasswd:chauthtok): password changed for root Mar 24 19:17:59 user-setup: invalid characters in Cyril Br\x{fffd}\x{fffd}leb

Bug#1100534: nmu: cairo_1.18.4-1

2025-03-14 Thread Cyril Brulebois
(#1100477): nmu cairo_1.18.4-1 . ANY . unstable . -m "Rebuild against fixed libpng1.6 binaries." It should probably use a dep-wait since there's a number of Needs-Build architectures for libpng1.6 after half a day, e.g. on: libpng-dev (>= 1.6.47-1.1) Thanks for your time.

Bug#1100477: libpng1.6: broken shlibs information for its udeb

2025-03-14 Thread Cyril Brulebois
Jeremy Bícha (2025-03-14): > On Fri, Mar 14, 2025 at 5:51 AM Cyril Brulebois wrote: > > Uploading; I'll ask for a cairo binNMU afterwards. > > Are you able to push your changes to Salsa? > > g...@salsa.debian.org:debian/libpng1.6.git Sure thing: To salsa.debia

Bug#1100477: libpng1.6: broken shlibs information for its udeb

2025-03-14 Thread Cyril Brulebois
Cyril Brulebois (2025-03-14): > Please restore the dh_makeshlibs call (and use debdiff when making such > changes). > > I'll follow up with a tested patch, and maybe with a NMU. Attached. Before (broken): libpng16 16 libpng16-16t64 (>= 1.6.47) After (fixed):

Bug#1100477: libpng1.6: broken shlibs information for its udeb

2025-03-14 Thread Cyril Brulebois
ded symbols Please restore the dh_makeshlibs call (and use debdiff when making such changes). I'll follow up with a tested patch, and maybe with a NMU. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant

Bug#1099045: transition: fuse3

2025-03-11 Thread Cyril Brulebois
es the updated shlibs file. As far as d-i is concerned, feel free to go ahead. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1096201: bookworm-pu: package djoser/2.1.0-1

2025-03-02 Thread Cyril Brulebois
3:Depends=python3-asgiref, python3-coreapi, python3-djangorestframework-simplejwt, python3-importlib-metadata | python3 (>> 3.8), python3-social-django, python3:any I thought that's curious enough to leave a note here, just in case someone else wonders whether that's known and/or e

Bug#1098942: override: grml-keyring:misc/optional

2025-02-26 Thread Cyril Brulebois
Chris Hofstaedtler (2025-02-26): > I forgot to reset the priority of grml-keyring when uploading it to > Debian, as it was previously only part of Grml. > > Please update the priority to "optional". For debian-boot@: yes please. :) Cheers, -- Cyril Brul

Bug#1096180: override: Drop e2fsprogs (required)

2025-02-23 Thread Cyril Brulebois
things with /boot on ext2 are using a different codepath but should work equally well based on earlier musings. Thanks for the post-change heads-up! Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Fr

Bug#1098433: no kernel modules found for arm64 network installer

2025-02-20 Thread Cyril Brulebois
bian.org/daily-images/arm64/daily/ > The installers for Bookworm and Bullseye failed identically, but I do > not have their versions. That's surprising, the Linux kernel is usually updated before a point release, and the installer is rebuilt accordingly, so I wouldn't expect an

Bug#1096180: override: Drop e2fsprogs (required)

2025-02-17 Thread Cyril Brulebois
objection, but it looks to me things are rather good already; and we can keep an eye out in case there are any fallouts, now that we know you're about to process that override, thanks! Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release mana

Bug#1095785: src:xorg-server: Build xorg's X server against libnettle

2025-02-12 Thread Cyril Brulebois
Hi Emilio, Emilio Pozuelo Monfort (2025-02-12): > This shouldn't change the udeb, but I'm cc'ing -boot just to be on the > safe side. If you don't have any objections, I'll get this merged. Thanks for the heads-up, and of course please go ahead. Cheers, -- C

Bug#1095786: php-symfony-ntfy-notifier: ntfy vs. nfty typo?

2025-02-11 Thread Cyril Brulebois
mfony Ntyf Notifier Bridge and there's a single reference in the current default branch: composer.json:"description": "Symfony Ntyf Notifier Bridge", Everything else is about Ntfy instead. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com

Bug#1091799: installation-reports: Qualcomm Atheros AR9485 detected, wifi networks seen but no network connection

2025-02-03 Thread Cyril Brulebois
ybe your card needs that component? Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1094747: Xorg issue ?

2025-01-30 Thread cyril r
Maybe this is an Xorg issue ? I've tryed creating the Xorg cofig file for the second monitor as people on forums pointed that sometimes xorg point torward the wrong nvidia stuff and it outputs this : X.Org X Server 1.21.1.15 > X Protocol Version 11, Revision 0 > Current Operating System: Linux deb

Bug#1094747: /usr/bin/xrandr: Xrandr fails to detect second monitor, display is mirrored on it anyway.

2025-01-30 Thread Cyril Rabatel
Package: x11-xserver-utils Version: 7.7+11 Severity: normal File: /usr/bin/xrandr X-Debbugs-Cc: rabatel.c...@gmail.com Dear Maintainer, The device is a graphical tablet,(huion kanvas 22) and it is detected by it's proprietary driver but the pen is not working. This screen used to work flawlessl

Bug#1094301: nmu: mdadm_4.4-2

2025-01-26 Thread Cyril Brulebois
. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant

Bug#1032131: deb822-style sources.list

2025-01-22 Thread Cyril Brulebois
pe, rather than commenting about any proposed changes.) Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1032131: deb822-style sources.list

2025-01-21 Thread Cyril Brulebois
ebcda6c7193 might trigger this, but I'm not going to spend time on this right now, especially if what we're getting is name calling… (All of that seems orthogonal to src:apt-setup and this specific bug report anyway, but that's not a reason to be so dismissive.) Cheers, -- C

Bug#1037256: debian-installer: GUI font for Japanese was incorrectly rendered

2025-01-20 Thread Cyril Brulebois
ternals. :-< I think (I wanted but I'm not sure I did…) I said I would look into this after Trixie Alpha 1, so if you don't mind waiting a little, I'll look into it eventually… Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I releas

Bug#1087324: marked as done (haveged-udeb: fails to start: haveged_sem error: ENOENT)

2025-01-17 Thread Cyril Brulebois
Hi Daniel, Daniel Baumann (2025-01-14): > Cyril Brulebois wrote: > > anything stored in /dev goes away when (re)starting. What I meant here is that in general, anything that's manually added to /dev goes away when rebooting (restarting); but that's also true in our case, whe

Bug#1087324: marked as done (haveged-udeb: fails to start: haveged_sem error: ENOENT)

2025-01-14 Thread Cyril Brulebois
eline for Trixie though. 1. https://salsa.debian.org/installer-team/rootskel/-/commit/e084102ac1e85d6de559d1192a0cf0168218b91d Would that work for you? Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance

Bug#1092851: tiny-initramfs-core: Fails to be installed after migrating to /usr/libexec/tiny-initramfs

2025-01-13 Thread Cyril Brulebois
Hi, Cyril Brulebois (2025-01-14): > Yes, I've just hit this too, trying to install a newer linux-image > package in my sid chroot, and I concur with your analysis: this looks > like an incomplete move and I don't understand how this could possibly > work without an acco

Bug#1092968: debian-installer: LUKS encrypted installation does not use /etc/crypttab to decrypt other drives

2025-01-13 Thread Cyril Brulebois
;t work out of the box, but adjusting a critical configuration file without making sure the tools that are required are installed doesn't really strike me as something that should be covered by the installer… Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com

Bug#1092949: debian-installer could propose installing linux-image-cloud when run inside a VM

2025-01-13 Thread Cyril Brulebois
gt; be done using `systemd-detect-virt` or `dmidecode --string > processor-manufacturer`. You could look into the base-installer package: https://salsa.debian.org/installer-team/base-installer (A non-prehistoric example can be found in kernel/mips64el.sh) Cheers, -- Cyril Brulebois (k...@debi

Bug#1092851: tiny-initramfs-core: Fails to be installed after migrating to /usr/libexec/tiny-initramfs

2025-01-13 Thread Cyril Brulebois
ing change in the shell script, like the one you suggested. I'm not seeing any bugfixes in the Git repository, maybe I'll NMU this package later tonight, fixing both installability and upgradability, including for reverse dependencies… Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#969516: Debian and Ubuntu developers hesitate and procrastinate with F2FS innovation 13 years

2025-01-09 Thread Cyril Brulebois
in delay 13 years. The tone and content of your mails are not appropriate. Please stop. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1064072: [Pkg-raspi-maintainers] Bug#1064072: raspi-firmware: post install script fails for non-raspi devices requiring brcmfmac43456 firmware

2025-01-07 Thread Cyril Brulebois
ct one. Surely the pragmatic solution would start with a package reaching NEW in the first place, instead of badmouthing, complaining, and handwaving. YMMV. -- Cyril Brulebois -- Debian Consultant @ DEBAMAX -- https://debamax.com/ signature.asc Description: PGP signature

Bug#1064072: [Pkg-raspi-maintainers] Bug#1064072: raspi-firmware: post install script fails for non-raspi devices requiring brcmfmac43456 firmware

2025-01-07 Thread Cyril Brulebois
aiting for a review for months. That does not match my experience, at all. And that's irrelevant to implementing the best technical/legal solution for an issue that's not exactly new (no pun intended). -- Cyril Brulebois -- Debian Consultant @ DEBAMAX -- https://debamax.com/ signatur

Bug#1064072: [Pkg-raspi-maintainers] Bug#1064072: raspi-firmware: post install script fails for non-raspi devices requiring brcmfmac43456 firmware

2025-01-07 Thread Cyril Brulebois
g that changed in that regard? 1. https://bugs.debian.org/999485#81 Cheers, -- Cyril Brulebois -- Debian Consultant @ DEBAMAX -- https://debamax.com/ signature.asc Description: PGP signature

Bug#1091668: debian-installer: Explicitly declare requirement for root

2025-01-04 Thread Cyril Brulebois
this, so I suppose the combination of the dpkg update + merging the MR indeed maintains the status quo regarding #1091085: libfakeroot internal error: payload not recognized! libfakeroot internal error: payload not recognized! > Super, will do. I was afraid this (like shim) would be a "

Bug#1091668: debian-installer: Explicitly declare requirement for root

2025-01-04 Thread Cyril Brulebois
but thanks for offering! (Depending on the versioning the package might get rejected anyway, or at least lead to some inconsistent state, see the version check in dak's scripts/debian/byhand-di — Here be dragons.) Cheers, -- Cyril Brulebois (k...@debian.org)<https://debam

Bug#1037256: debian-installer: GUI font for Japanese was incorrectly rendered

2025-01-02 Thread Cyril Brulebois
the compression dance I proposed, switching to MotoyaLCedar shouldn't be a problem (~ neutral on the size front). I'll try and work on that before Trixie Alpha 2. ありがとうございます。 Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- R

Bug#1090811: please set linux-sysctl-defaults to Priority: important

2025-01-01 Thread Cyril Brulebois
Salvatore Bonaccorso (2025-01-01): > I do not see explict voices against the changes, Cyril am I correct > that this is fine as well from d-i point of view? Sure, we'll live with whatever consensus is found. It could be tricky for us to change a package's Priority in the middle

Bug#1091799: installation-reports: Qualcomm Atheros AR9485 detected, wifi networks seen but no network connection

2024-12-31 Thread Cyril Brulebois
ou could look into the brand new Trixie Alpha 1 images we've just published (with a trixie aka. testing baseline)? (Possibly just checking the wireless connection part, without installing everything again… with a testing base this time.) Cheers, -- Cyril Brulebois (k...@debian.org)

Bug#1091649: Cannot debootstrap sid after usrmerge removal: E: Couldn't find these debs: usr-is-merged

2024-12-29 Thread Cyril Brulebois
stem-helpers - mmdebstrap Possibly that only matters if and when usrmerge exists/gets updated? Or is that going to be a problem when those packages get updated in turn? Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team m

Bug#1091649: Cannot debootstrap sid after usrmerge removal: E: Couldn't find these debs: usr-is-merged

2024-12-29 Thread Cyril Brulebois
want > to use bookworm's debootstrap to bootstrap trixie and that's not > as easy. So at least for the time being, reintroducing usrmerge > will be needed. Cyril indicated that he did a reintroducing NMU on > #1088212, so I assume that this is being taken care of and needs >

Bug#1091661: debian-cd: run a survey on included udebs

2024-12-29 Thread Cyril Brulebois
ings to save a few bytes” one… See how linux-image-* might not fit, see how tasksel* almost went missing, etc.) Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant

Bug#1091649: Cannot debootstrap sid after usrmerge removal: E: Couldn't find these debs: usr-is-merged

2024-12-29 Thread Cyril Brulebois
of issue while building an image via debian-cd, after some changes but nothing even remotely related to debootstrap or usrmerge… and that was quite baffling. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1088212: Bug#1090954:

2024-12-29 Thread Cyril Brulebois
Cyril Brulebois (2024-12-29): > I can't believe this just happened. > > There was no advance warning for the installer team (that I'm aware of), > the removal not only removed the package from unstable but also from > testing right afterwards, which just sent the

Bug#1088212: Bug#1090954:

2024-12-29 Thread Cyril Brulebois
uilding an image locally, where the tooling suddenly stopped finding usr-is-merged, while #1091649 was getting filed by Andrey (thank you). Any chance that could be reverted? Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team membe

Bug#1091617: mdadm: broken debian-installer support

2024-12-28 Thread Cyril Brulebois
Control: tag -1 patch pending Cyril Brulebois (2024-12-28): > Spotted by Steve while testing tentative Trixie Alpha 1 images: mdadm is > broken, with a systemd-related problem. > > This part of the .config script doesn't seem to work: > > # if system has root on

Bug#1091617: mdadm: broken debian-installer support

2024-12-28 Thread Cyril Brulebois
Control: notfound -1 4.2-5 Control: found -1 4.2+20230508-3 Sorry, missed that edit before submitting. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1091617: mdadm: broken debian-installer support

2024-12-28 Thread Cyril Brulebois
l reaction would be to confirm the trivial bugfix (if it's easy enough to test, within the installer's environment) then upload + fast-track mdadm into testing, before respinning images. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant

Bug#1037256: debian-installer: GUI font for Japanese was incorrectly rendered

2024-12-28 Thread Cyril Brulebois
r? And should the font size stay the same for Japanese? Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1037256: debian-installer: GUI font for Japanese was incorrectly rendered

2024-12-28 Thread Cyril Brulebois
Cyril Brulebois (2024-12-28): > Using motoyalcedar would mean an extra 2 MB in the initramfs, which > looks like a lot compared to 3 MB for fonts-android-udeb, so maybe it'd > be worth thinking a little more about this before submitting a udeb > addition to src:fonts-motoya-l-ce

Bug#1037256: debian-installer: GUI font for Japanese was incorrectly rendered

2024-12-28 Thread Cyril Brulebois
In any case it might be worth bumping the font size a little for Japanese (by 1 or 2, maybe not 10 like I did for the tests above…)? Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1037256: debian-installer: GUI font for Japanese was incorrectly rendered

2024-12-28 Thread Cyril Brulebois
anted to change the font for a specific language, that's something that's already supported with touching cdebconf. See src/usr/bin/gtk-set-font in the rootskel-gtk source package. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager

Bug#1091537: debian-installer: make takes huge amount of time to show targets

2024-12-28 Thread Cyril Brulebois
rg/debian-boot/2024/12/msg00217.html Right now there are a bunch of things happening for the Trixie Alpha 1 release. I might look into that once that's been published. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1076723: grub-common: duplicate GNU/Linux in menuentry and submenu lines of /boot/grub/grub.cfg

2024-12-26 Thread Cyril Brulebois
an-boot@, debian-cd@ for awareness, esp. when it's going to be time to test Trixie Alpha 1 images. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1087324: Reopening #1087324: haveged-udeb: fails to start: haveged_sem error: ENOENT

2024-12-26 Thread Cyril Brulebois
Cyril Brulebois (2024-12-26): > No, this doesn't work: you cannot ship subdirectories of /dev in a > Debian package and expect it to work, that's a directory managed by > udev. > > In this specific context, the directory exists in the tree where d-i > is built, it al

Bug#1087324: Reopening #1087324: haveged-udeb: fails to start: haveged_sem error: ENOENT

2024-12-26 Thread Cyril Brulebois
probably as soon as udev kicks in and the /dev mountpoint is mounted as devtmpfs. As a result, haveged still fails to start. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1091366: debian-installer: No graphical mode in sid

2024-12-25 Thread Cyril Brulebois
t tested the vmlinuz+initrd.gz under dest/cdrom/gtk thing again, with 0.276 cdebconf udebs, and that looks much better indeed. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1091366: Confusion about sid or trixie (Was: Bug#1091366: debian-installer: No graphical mode in sid)

2024-12-25 Thread Cyril Brulebois
based installer, see you in a few days… Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1036523: should not install CPU microcode on virtualized systems

2024-12-24 Thread Cyril Brulebois
Daniel Lewart (2024-12-24): > I hope this can be resolved for Trixie. > > Patch attached. Tested with QEMU. Thanks, but that doesn't look appropriate: this disables not just CPU microcode but also modalias-based firmware lookup entirely… Cheers, -- Cyril Brulebois (k

Bug#1091366: debian-installer: No graphical mode in sid

2024-12-24 Thread Cyril Brulebois
ail as soon as I confirmed the results, and forgot about the BTS dance. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1091366: debian-installer: No graphical mode in sid

2024-12-24 Thread Cyril Brulebois
Hi, Roland Clobus (2024-12-24): > On 24/12/2024 18:58, Cyril Brulebois wrote: > > Maybe you could be more specific? That's rather vague and if I look > > into live-build-install_to_HD_with_di, I see d-i starting, except in > > text mode. > > That is my point.

Bug#1091366: debian-installer: No graphical mode in sid

2024-12-24 Thread Cyril Brulebois
we get X starting in a loop (see recent bug reports until the fix in the X server), there's no fallback to text mode. Without any more information, that looks like some live problem… Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1091200: override: gpgv:utils/optional

2024-12-23 Thread Cyril Brulebois
-spread that it warrants standard priority. ACK on principle, but we're about to try and publish a d-i release, so I'd appreciate it if that request could wait until after Trixie Alpha 1 is out. I'd like to stop adding moving pieces for a few days. :) Cheers, -- Cyril Brulebois (k...@

Bug#1089071: bookworm-pu: package python3.11/3.11.2-6+deb12u5

2024-12-22 Thread Cyril Brulebois
sRefused: {'f...@example.org,b...@example.org': (501, b'5.1.3 Bad recipient address syntax')} Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1091085: d-i.debian.org: libfakeroot internal error: payload not recognized!

2024-12-22 Thread Cyril Brulebois
nd presumably unrecognized payloads just go through unmodified, hence the overall success despite the noisy build logs. Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1090811: debian-installer: install linux-sysctl-defaults by default

2024-12-19 Thread Cyril Brulebois
e ftp team when they end up dealing with such requests, since priority changes led to some fun/fallout during the installation process in the past. Regarding this specific case I see Tianon's already followed up, so I'll go quiet now. :) Cheers, -- Cyril Brulebois (k...@debian.org)

Bug#1090811: debian-installer: install linux-sysctl-defaults by default

2024-12-19 Thread Cyril Brulebois
for a much wider impact: lots of Debian system are installed without d-i and/or tasksel, and most if not all would get the package via Priority. (Think of all the tools building Debian images, chroots, containers, etc., on top of debootstrap/mmdebstrap/etc.) Cheers, -- Cyril Brulebois (k

Bug#1090340: cdrom: Debian 12 missing drivers for HyperV 2008 R2

2024-12-19 Thread Cyril Brulebois
cy Network Adapter). I also > tried this with the regular Network Adapter, see the same messages, > and also get a prompt. Please share the output of `lsmod` from Debian Live, with the default (non-legacy) network adapter. `dmesg` might be helpful too. Thanks already! Cheers, -- Cyri

Bug#1090340: cdrom: Debian 12 missing drivers for HyperV 2008 R2

2024-12-16 Thread Cyril Brulebois
y your disk drive, > you can select it from the list..." Do you happen to know the names of the Linux kernel modules that'd be required to support those devices? You could try and run a Debian Live image to check whether kernel support is missing entirely (from the Linux ke

Bug#1084789: Bug#1088605: Bug#1084789: debian-testing-amd64-netinst.iso has multiple versions of module udebs

2024-12-16 Thread Cyril Brulebois
ariations… The bottom line is a bit meh (regarding usage or lack thereof) but at least there's some overall consistency, so yay? Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

Bug#1084789: debian-testing-amd64-netinst.iso has multiple versions of module udebs

2024-12-15 Thread Cyril Brulebois
Steve McIntyre (2024-12-15): > On Sun, Dec 15, 2024 at 05:14:55PM +, Steve McIntyre wrote: > >On Sun, Dec 15, 2024 at 04:38:57AM +0100, Cyril Brulebois wrote: > >> > >>Any thoughts about my proposal to lift that expectation? > > > >That looks eminent

Bug#1084789: debian-testing-amd64-netinst.iso has multiple versions of module udebs

2024-12-14 Thread Cyril Brulebois
amd64 | 6.12.3+1 | unstable | source Note: this isn't a case of Extra-Source-Only fun. (Another way to see this is to `apt-cache showsrc linux` in a sid environment, you'll see the many versions.) Binaries stay around and nothing seems to show up in the cruft report. Cheer

Bug#794080: #794080 tasksel: think about the future of the XBC-Maintainer fields

2024-12-14 Thread Cyril Brulebois
he `.changes` file. > > Yes, that looks good to me indeed. Looks like a very good idea, yes; thanks, Niels! Cheers, -- Cyril Brulebois (k...@debian.org)<https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant signature.asc Description: PGP signature

  1   2   3   4   5   6   7   8   9   10   >