Re: Bug#1079175: python3-pkg-resources: pkg_resources cannot be imported: No module named 'packaging'

2024-08-22 Thread Emanuele Rocca
On 2024-08-21 02:03, Emanuele Rocca wrote: > In any case Matthias already uploaded setuptools 73.0.0-1 which fixes > this. And indeed builds with python3-pkg-resources 73.0.0-1 are now green: https://salsa.debian.org/installer-team/debian-installer/-/jobs/6159171

Re: Bug#1079175: python3-pkg-resources: pkg_resources cannot be imported: No module named 'packaging'

2024-08-21 Thread Emanuele Rocca
Bonjour Cyril, On 2024-08-20 11:45, Cyril Brulebois wrote: > I couldn't replicate the FTBFS within a devel sid chroot that has tons of > extra packages, including python3-packaging, and python3-platformdirs, but > not python3-jaraco.text. Could it be that your sid chroot has an older version of

Bug#1079175: python3-pkg-resources: pkg_resources cannot be imported: No module named 'packaging'

2024-08-20 Thread Emanuele Rocca
Package: python3-pkg-resources Version: 72.2.0-1 Severity: serious X-Debbugs-CC: debian-boot@lists.debian.org [debian-boot added to CC as this issue breaks d-i builds] Importing pkg_resources fails with the following error: (sid-amd64-sbuild)ema@ariel:~$ python3 Python 3.12.5 (main, Aug 7 2

Re: Contacting Debian Boot team

2024-06-07 Thread Emanuele Rocca
Hi Andreas, On 2024-06-06 04:38, Andreas Tille wrote: > Any experiences with Lenovo Thinkpad X13S? Finally Lenovo is present on > DebConfs and we can talk to them. Just from reading[1] it seems to be > what I'm looking for in principle - provided they might unbundle Win11 > from it and I can jus

Bug#1063413: FTBFS: cannot open /<>/Keyboard/pc105.ekbd: No such file

2024-02-08 Thread Emanuele Rocca
Hi, On 2024-02-08 02:06, Colin Watson wrote: > On Wed, Feb 07, 2024 at 11:13:01PM +0100, Holger Wansing wrote: > > Am 7. Februar 2024 21:55:05 MEZ schrieb Emanuele Rocca : > > >Perhaps this is related to the fact that 1.224 dropped the binary > > >package console-s

Bug#1063413: FTBFS: cannot open /<>/Keyboard/pc105.ekbd: No such file

2024-02-07 Thread Emanuele Rocca
Source: console-setup Version: 1.224 Severity: serious Justification: fails to build from source (but built successfully in the past) Tags: sid trixie ftbfs Dear Maintainer, console-setup 1.224 fails to build from source with the following error: Dumping the encoded keymaps for pc105... WARN

Re: What to do with d-i on armel?

2024-01-09 Thread Emanuele Rocca
Hi Bastian, On Sun, Jan 07, 2024 at 11:07:48PM +0100, Bastian Blank wrote: > Do we have any armel subarch that can be installed via d-i? Not as far as I know, perhaps Sledge has more info on this? Also, I don't think we've seen anyone mentioning armel in ages on debian-boot, both in terms of inst

Re: Writable partition for D-I ISO images

2024-01-02 Thread Emanuele Rocca
Hi! On 2023-12-20 08:47, Roland Clobus wrote: > A few months ago another approach was presented on the live-build project: > for computers that are able to boot with EFI (secure or not), preparing a > live USB-stick (based on the ISO file) is nearly trivial [1]. It is called > FST (File System Tra

Bug#1053803: debian-installer: grub2 2.12~rc1-10 on ARM64 daily installer makes linux image load fail

2023-10-16 Thread Emanuele Rocca
Control: reassign -1 grub-efi-arm64-bin Control: retitle -1 grub 2.12~rc1-10 fails loading linux on Renesas RZG2L, grub 2.06 works Hi John, thanks for the bug report! On 2023-10-11 04:15, John wrote: > The ARM64 daily installer stopped working from 19-Sep-2023 due to grub2 > 2.12~rc1-10 updates

Bug#1035477: installation-reports: grub or kernel of D-I image hangs on Thinkpad X13s after "EFI stub: Exiting boot services..."

2023-10-11 Thread Emanuele Rocca
Hi Axel, On 2023-10-10 01:45, Axel Beckert wrote: > I tried that, installer ran through fine, grub boots from disk after > installation, kernel loads initramfs and then falls into the initramfs > prompt and fractions of a second later (sometimes even beforehand) the > whole screen goes black and t

Bug#1040010: [debian-installer] Please support more arm64 boards

2023-07-13 Thread Emanuele Rocca
Hello Roman, On 2023-07-01 04:18, Roman Mamedov wrote: > There are 42 DTBs shipped with the installer for Allwinner alone: > https://d-i.debian.org/daily-images/arm64/daily/device-tree/allwinner/ > > But for the bootloader aka firmware aka u-boot: > https://d-i.debian.org/daily-images/arm64/daily

Re: Upcoming D-I Bookworm RC 4 and pseudo-RC 5

2023-06-05 Thread Emanuele Rocca
Hi, On 2023-06-03 08:07, Cyril Brulebois wrote: > Since there was good progress on the arm64 console thing (#1036952), and > considering the current results of the investigation as to where vt102 > comes from, and why arm64 isn't quite the deciding factor (a busybox > limitation instead), I'd be h

Bug#1036952: rootskel: text installs on aarch64 lack glyphs for many languages

2023-06-01 Thread Emanuele Rocca
Hi again, On 2023-05-31 05:46, Samuel Thibault wrote: > The problem is that both are frown-prone. I guess there is a reason why > on arm the default console is set to the serial port, e.g. for simpler > debugging or something like that. Also worth mentioning: there is no bug on real hardware (eg:

Bug#1036952: rootskel: text installs on aarch64 lack glyphs for many languages

2023-06-01 Thread Emanuele Rocca
Hi, On 2023-05-31 05:46, Samuel Thibault wrote: > I'd rather see a patch like > > if [ "$TERM" = vt102 -a `tty` = /dev/tty1 ] ; then > # Busybox's init uses a global TERM across all consoles. > # If the serial console is the default such as on arm64, that > # will force vt10

Bug#1036952: rootskel: text installs on aarch64 lack glyphs for many languages

2023-05-31 Thread Emanuele Rocca
Hi, On Tue, May 30, 2023 at 09:08:45PM +0200, Cyril Brulebois wrote: > Philip Hands (2023-05-30): > > Apparently, this MR fixes the problem: > > > > https://salsa.debian.org/installer-team/rootskel/-/merge_requests/8 > > > > Although this does prompt the question of why aarch64 has TERM set t

Bug#1036215: installation-reports: PXE netboot x86_64 libvirt guest on aarch64 host

2023-05-23 Thread Emanuele Rocca
Hello, following up here on the BTS for the benefit of those not reading #debian-boot. On Wed, May 17, 2023 at 05:37:07PM +0200, Cyril Brulebois wrote: > Emanuele Rocca (2023-05-17): > > (B) failure to load the grub splash screen [...] > > sarzana dnsmasq-tftp[7413]: file /sr

Bug#1036215: installation-reports: PXE netboot x86_64 libvirt guest on aarch64 host

2023-05-17 Thread Emanuele Rocca
Package: installation-reports Boot method: PXE netboot Image version: netboot.tar.gz from https://deb.debian.org/debian/dists/testing/main/installer-amd64/20230515/images/netboot/ Machine: QEMU TCG x86_64 libvirt guest on aarch64 host Base System Installation Checklist: [O] = OK, [E] = Error (p

Bug#1035477: installation-reports: grub or kernel of D-I image hangs on Thinkpad X13s after "EFI stub: Exiting boot services..."

2023-05-04 Thread Emanuele Rocca
Hi again, On 2023-05-03 08:16, Axel Beckert wrote: > Machine: Thinkpad X13s (ARM) Sorry, I've realized only after sending my previous message and having a coffee that this is about the X13s. :) The X13s is unfortunately not supported by Linux 6.1 that Bookworm will ship with. Hopefully 6.4 will

Bug#1035477: installation-reports: grub or kernel of D-I image hangs on Thinkpad X13s after "EFI stub: Exiting boot services..."

2023-05-04 Thread Emanuele Rocca
Hi Axel, On 2023-05-03 08:16, Axel Beckert wrote: > After choosing either "expert install" (first and prefered try) or > "graphical expert install" (second try and second choice) I saw these > three lines and then nothing more happened: > > EFI stub: Booting Linux Kernel... > EFI stub: Using

Bug#1035381: virt-manager: does not autodetect OS of Debian Installer RC ISOs

2023-05-02 Thread Emanuele Rocca
Package: virt-manager Version: 1:4.1.0-2 X-Debbugs-CC: debian-boot@lists.debian.org Hi, Step 2 of the "Create a new virtual machine" wizard fails to automatically detect the operating system when using an RC version of d-i such as [0]. See attached screenshot. Stable images like [1] are correctl

Bug#1035018: btrfs-progs: /sbin/fsck.btrfs missing from udeb

2023-04-27 Thread Emanuele Rocca
Package: btrfs-progs Version: 6.2-1 X-Debbugs-CC: debian-boot@lists.debian.org Tags: patch Hi, the btrfs-progs udeb currently includes only /bin/btrfs and /bin/mkfs.btrfs. Please add /sbin/fsck.btrfs as well so that it can be included in the initramfs generated by the debian installer. Patch att

Re: netboot's kernel version does not match linux-image-amd64

2023-04-25 Thread Emanuele Rocca
Hi, On 2023-04-25 06:02, Roland Clobus wrote: > On 25/04/2023 17:38, ign...@tuta.io wrote: > > Package: debian-installer-12-netboot-amd64 > > Version: 20230217 > > That's an old image. For Bookworm (Debian 12) the kernel is currently at > 6.1.20-2. Where did you find this installer? Could you try

Bug#913431: Debian Installer Bullseye RC 2 release

2023-04-24 Thread Emanuele Rocca
Hi Vincent, On Sat, Apr 22, 2023 at 02:58:22AM +0200, Vincent Danjean wrote: > I made a push request[1] but I missed the fact that it fails. > It was due to the tests being run with sh(dash) instead of bash or > busybox sh. > So, I just fixed the code so that it works with any of these 3 shell

Re: Ensuring initramfs is compressed with zstd

2023-04-04 Thread Emanuele Rocca
Hi, On Sun, Mar 05, 2023 at 02:56:59AM +0100, Ben Hutchings wrote: > I did a test installation with d-i bookworm alpha 2, and I noticed a > warning message from update-initramfs during base installation that it > was falling back from zstd to gzip compression. Just FTR this is still the case with

Bug#913431: Debian Installer Bullseye RC 2 release

2023-03-26 Thread Emanuele Rocca
Hi Vincent, On 2023-03-24 11:03, Vincent Danjean wrote: > However, I did not rebuild all the installer packages to generate a > new installer and test it in real conditions. I haven't had the time to test your patch yet, but there's a hack I'd like to share to test things in d-i without rebuildin

Bug#913431: Debian Installer Bullseye RC 2 release

2023-03-23 Thread Emanuele Rocca
Hi Vincent, On 2021-06-20 10:54, Vincent Danjean wrote: > Would someone give a feedback to the (old) patch proposed > in #913431 in order to be able to also use power-of-two units > in the Debian Installer? It took a while, sorry about that. :) There is (now) a function in partman-base called va

Bug#1032648: depthcharge-tools-installer: repeatedly logs about non-ChromeOS board

2023-03-10 Thread Emanuele Rocca
Package: depthcharge-tools-installer Hi, while looking at d-i logs for one of my systems I've noticed the following message repeated many times: depthcharge-tools-installer: Not installing to non-ChromeOS board. Please consider removing the logging statement from isinstallable. Thanks, ema

Bug#1032528: installation-reports: Raspberry Pi 3 Model B Plus in EFI mode - debian-bookworm-DI-alpha2-arm64-netinst.iso

2023-03-08 Thread Emanuele Rocca
Package: installation-reports Boot method: USB stick Image version: https://cdimage.debian.org/cdimage/bookworm_di_alpha2/arm64/iso-cd/debian-bookworm-DI-alpha2-arm64-netinst.iso Date: 2023-03-08 Machine: Raspberry Pi 3 Model B Plus Rev 1.3 Processor: ARM Cortex-A53 Memory: 1G Partitions: File

Bug#1031398: debian-installer-utils: fetch-url fails with https if system date is wrong

2023-02-16 Thread Emanuele Rocca
Package: debian-installer-utils Version: 1.144 Booting with preseed/url=https://example.org/preseed.cfg fails if the system's clock is awfully wrong. I've got a system convinved that today is January 1st, 1970 and unsurprisingly the wget certificate check fails. Also unsurprisingly adding debian-i

Bug#1031221: grub-installer: db_input / db_go undefined in postinst

2023-02-13 Thread Emanuele Rocca
control: tag -1 patch Patch here: https://salsa.debian.org/installer-team/grub-installer/-/merge_requests/12

Bug#1031183: grub-installer: postinst fails if efivarfs cannot be mounted

2023-02-13 Thread Emanuele Rocca
control: tag -1 patch On Sun, Feb 12, 2023 at 09:46:34PM +0100, Emanuele Rocca wrote: > I'm unsure as to what the best course of action is here, but perhaps an idea > is > to avoid calling "die" when mount fails for efivarfs, and log an error to > /var/log/syslog inst

Bug#1031221: grub-installer: db_input / db_go undefined in postinst

2023-02-13 Thread Emanuele Rocca
Package: grub-installer Version: 1.186 Severity: normal Tags: newcomer Hi, The function die() in /var/lib/dpkg/info/grub-installer.postinst calls db_input and db_go, but the functions are not defined: https://salsa.debian.org/installer-team/grub-installer/-/blob/master/debian/postinst#L16 Here's

Bug#933523: Possible solution

2023-02-12 Thread Emanuele Rocca
Hi, On Wed, Jul 21, 2021 at 03:42:25PM +0200, Sebastian Neuser wrote: > > On Wed, 2021-07-21 at 14:59 +0200, John Paul Adrian Glaubitz wrote: > > That's probably because of the "|| true" that Steve added to the mount > > call which means that this line will always succeed even when the > > mount

Bug#1031183: grub-installer: postinst fails if efivarfs cannot be mounted

2023-02-12 Thread Emanuele Rocca
Package: grub-installer Version: 1.186 Severity: important Hi, On systems where efivarfs cannot be mounted, the grub installation step fails even though it would have otherwise worked just fine skipping the mount efivarfs command, i.e. system installation is successful with this preseed file:

Bug#899240: debian-installer: blank screen on boot (6th Gen. ThinkPad X1)

2018-05-29 Thread Emanuele Rocca
On 21/05 03:47, Matti Pöllä wrote: > booting to Debian Installer fails on a 6th Generation Lenovo ThinkPad > X1 (type 20KH-006MMX) with the following symptoms: > > * Boot from a Debian installation media (mini.iso 2018-05-18 on a USB > drive). Also tested with Wheezy, Jessie, Stretch and Testing

Bug#899240: debian-installer: blank screen on boot (6th Gen. ThinkPad X1)

2018-05-29 Thread Emanuele Rocca
On Mon, 21 May 2018 15:47:20 +0300 =?UTF-8?B?TWF0dGkgUMO2bGzDpA==?= wrote: > Package: debian-installer > Severity: normal > Tags: d-i > > Dear Maintainer, > > booting to Debian Installer fails on a 6th Generation Lenovo ThinkPad > X1 (type 20KH-006MMX) with the following symptoms: > > * Boot f

Bug#422307: Sparc installation problem.

2007-05-05 Thread Emanuele Rocca
Hello Anthony, * Anthony Smith <[EMAIL PROTECTED]>, [2007-05-04 15:36 -0600]: > Image version: Sarge Can you try a recent version of the installer? http://www.debian.org/releases/etch/debian-installer/ Thanks. ciao, ema -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "un

Bug#419698: Bug#420602: kernel fails to boot on SunBlade 100

2007-04-23 Thread Emanuele Rocca
* Kolargol double zero <[EMAIL PROTECTED]>, [2007-04-23 15:50 +0200]: > After upgrading a SunBlade 100 from Sarge to Etch, the 2.6.18 kernel fails > to boot after SILO loaded it. The screen shows: > > Remapping the kernel... done. > Booting Linux... Try passing fbcon=map:1 (or video=atyfb:o

Bug#400263: installation report: low memory install (kbd-chooser and ext3 creation)

2006-11-25 Thread Emanuele Rocca
Hello Holger, * Holger Wansing <[EMAIL PROTECTED]>, [2006-11-24 20:52 +0100]: > Partitions: hda13,9 GB ext2 as / > hda296 MB as swap (but I tried > several different schemes, read further) [...] > 2. ext3 creation on low memory machines. > Ther

Re: d-i runs out of RAM on 32 MB machine with 1 GB hard drive

2006-11-23 Thread Emanuele Rocca
Hello Holger, * Holger Wansing <[EMAIL PROTECTED]>, [2006-11-23 12:18 +0100]: > Ahh, or is the difference, that I create ext2, not ext3? Yeah, another difference is that I created an ext3 fs, and ssh died during the journal creation. > (ext3 is not available in low memory mode here) You shou

Re: d-i runs out of RAM on 32 MB machine with 1 GB hard drive

2006-11-22 Thread Emanuele Rocca
Hello Martin, * Martin Michlmayr <[EMAIL PROTECTED]>, [2006-11-22 16:01 +0100]: > * Emanuele Rocca <[EMAIL PROTECTED]> [2006-11-22 14:20]: > > Other systems affected besides the nslu2? > > I assume it's a generic problem but there are few supported systems >

Bug#399951: RC1 on a NSLU2, 1GB usb drive

2006-11-22 Thread Emanuele Rocca
Package: installation-reports Boot method: Firmware flashed, installed via ssh Image version: Debian/NSLU2 Etch RC1 downloaded from http://www.slug-firmware.net/d-dls.php Machine: Linksys NSLU2 Partitions: Device Boot Start End Blocks Id System /dev/sda1

Re: d-i runs out of RAM on 32 MB machine with 1 GB hard drive

2006-11-22 Thread Emanuele Rocca
Hello Martin, * Martin Michlmayr <[EMAIL PROTECTED]>, [2006-11-22 11:04 +0100]: > * Emanuele Rocca <[EMAIL PROTECTED]> [2006-11-22 00:37]: > > And the creation of an ext3 fs on /dev/sda1 fails due to ssh going out > > of memory. > > But it works if swap on

Re: Headaches while trying to test my own custom d-i modules

2004-01-12 Thread Emanuele Rocca
;s 'sources.list' target. Or you can provide your own locally modified 'sources.list.local'. Hope this helps, ema -- Emanuele Rocca | Tra salvare un puntatore su un file e dipingere una 1024D/EAF19B60 | scoreggia di verde passa veramente poca differenza. signature.asc Description: Digital signature

Bug#225858: "Validating %s" message untranslated from debootrstrap

2004-01-04 Thread Emanuele Rocca
ters. METAGET base-installer/debootstrap/info/validating description should be the correct invocation. -- Emanuele Rocca |Tra salvare un puntatore su un file e dipingere una [EMAIL PROTECTED] | scoreggia di verde passa veramente poca differenza. -- To UNSUBSCRIBE, email to [EMAI

Bug#225858: "Validating %s" message untranslated from debootrstrap

2004-01-02 Thread Emanuele Rocca
* On 02-01-04 - 13:32, Emanuele Rocca <[EMAIL PROTECTED]> wrote: > These are some of the packages affected by the "Validating %s" problem > using businesscard ISOs. [...] > 2004-01-01 (md5sum 68cc6b72a04d1e8b979f85ef2d192ffe) > With this iso, in the "Receiving

Bug#225858: "Validating %s" message untranslated from debootrstrap

2004-01-02 Thread Emanuele Rocca
has to do with the wget progress data it > displays. It's probably wget-related since when the package is not received but just validated, the bug do not appears. - -- Emanuele Rocca | Medi come i ceti a cui appartengono, [EMAIL PROTECTED] | terra terra come i missili cui a

Bug#225709: installation-reports: No big problems, partconf and aptitude small issues

2004-01-01 Thread Emanuele Rocca
Il gio, 2004-01-01 alle 18:56, Joey Hess ha scritto: > Emanuele Rocca wrote: > > > It sounds like apt-setup did not do its thing. Please send me a copy of > > > /var/log/installer.log. > > I've not got that file. > > > > Actually, I've got the

Bug#225709: installation-reports: No big problems, partconf and aptitude small issues

2003-12-31 Thread Emanuele Rocca
nd Locally Created Packages --- Virtual Packages This is not very useful. After removing the comment in sources.list and apt-get update, however, everything works perfectly. Happy new year and thanks for the great work done -- Emanuele Rocca | Quando sei in cabina e giochi la schedina ricord

Re: Successful (well, nearly..) installation report (vmware)

2003-11-05 Thread Emanuele Rocca
rnet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] (rev > 10) > .../... With sarge-i386-netinst.iso from 3 Nov, same version of vmware and same lspci output, the pcnet32 module was automatically loaded. I simply had to configure the interface with ifconfig. -- Emanuele R

Re: successful installation report (vmware)

2003-11-03 Thread Emanuele Rocca
was the debootstrap.log content: ln: /target/usr/bin/awk: File exists Re-creating the file system I was able to install sarge through the d-i for the second time. :) ciao, ema -- Emanuele Rocca - 1024D/EAF19B60 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: request to NMU slang

2003-09-16 Thread Emanuele Rocca
der to check this problem before performing the NMU. Regards, -- Emanuele Rocca - 1024D/EAF19B60 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Laptop: system hangs

2003-09-02 Thread Emanuele Rocca
int. Take also a look at the output of dmesg. bye -- Emanuele Rocca - 1024D/EAF19B60 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: debian-installer test

2003-08-31 Thread Emanuele Rocca
using physically the cdrom. (accessing directly to /dev/cdrom). Using an iso image of the cd mounted as a cdrom in vmware makes possible to go on with the installer without hanging the machine. Bye, -- Emanuele Rocca - 1024D/EAF19B60 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a sub