Bug#1061634: mmdebstrap: possible mmdebstrap-autopkgtest-build-qemu improvements

2024-01-29 Thread Johannes Schauer Marin Rodrigues
Quoting Francesco Poli (2024-01-29 20:54:25) > On Mon, 29 Jan 2024 10:21:29 +0100 Johannes Schauer Marin Rodrigues wrote: > > [...] > > With that said, I think mmdebstrap-autopkgtest-build-qemu should keep > > using raw images. > > OK, after reading these opinions, I can agree that it makes

Bug#1061634: mmdebstrap: possible mmdebstrap-autopkgtest-build-qemu improvements

2024-01-29 Thread Francesco Poli
On Mon, 29 Jan 2024 10:21:29 +0100 Johannes Schauer Marin Rodrigues wrote: [...] > With that said, I think mmdebstrap-autopkgtest-build-qemu should keep > using raw images. OK, after reading these opinions, I can agree that it makes sense to go on with raw images. Thank you so much for taking

Bug#1061634: mmdebstrap: possible mmdebstrap-autopkgtest-build-qemu improvements

2024-01-29 Thread Francesco Poli
On Mon, 29 Jan 2024 08:34:15 +0100 Johannes Schauer Marin Rodrigues wrote: [...] > I now have this locally. Is this attribution (name/email) correct? > > From 8410dc6636817c4e02cf9eba090a70051c494c48 Mon Sep 17 00:00:00 2001 > From: Francesco Poli > Date: Mon, 29 Jan 2024 08:28:53 +0100 >

Bug#1061634: mmdebstrap: possible mmdebstrap-autopkgtest-build-qemu improvements

2024-01-29 Thread Johannes Schauer Marin Rodrigues
Hi, On 2024-01-29 00:07, Francesco Poli wrote: I was under the impression that the qcow2 format was the recommended one for QEMU/KVM virtual machine images. At least, qemu-img(1) describes it as "the most versatile format"... Anyway, if you think that the raw format is a better choice for

Bug#1061634: mmdebstrap: possible mmdebstrap-autopkgtest-build-qemu improvements

2024-01-28 Thread Johannes Schauer Marin Rodrigues
Hi, Quoting Francesco Poli (2024-01-29 00:07:08) > What's *your* umask? Is it Debian default (022), by chance? yes. > This seems to work with Debian default umask (022): > > $ printf '%o\n' "$(( 0666 - 00022 ))" > 644 > > but fails whenever a umask includes an octal digit equal to 7, due

Bug#1061634: mmdebstrap: possible mmdebstrap-autopkgtest-build-qemu improvements

2024-01-28 Thread Francesco Poli
On Sun, 28 Jan 2024 00:33:06 +0100 Johannes Schauer Marin Rodrigues wrote: [...] > Quoting Francesco Poli (wintermute) (2024-01-27 19:20:08) [...] > > My comments / suggestions for improvements: > > > > * I had to manually fix the permissions, since the image file was > > originally

Bug#1061634: mmdebstrap: possible mmdebstrap-autopkgtest-build-qemu improvements

2024-01-27 Thread Johannes Schauer Marin Rodrigues
Hi, Quoting Francesco Poli (wintermute) (2024-01-27 19:20:08) > I've been able to create a QEMU/KVM virtual machine image for autopkgtests: > > $ mkdir -p ~/var/cache/sbuild/ > $ cd /dev/shm > $ TMPDIR=/dev/shm mmdebstrap-autopkgtest-build-qemu \ > --size=25G --boot=efi

Bug#1061634: mmdebstrap: possible mmdebstrap-autopkgtest-build-qemu improvements

2024-01-27 Thread Francesco Poli (wintermute)
Package: mmdebstrap Version: 1.4.1-1 Severity: normal Hello Johannes! I've been able to create a QEMU/KVM virtual machine image for autopkgtests: $ mkdir -p ~/var/cache/sbuild/ $ cd /dev/shm $ TMPDIR=/dev/shm mmdebstrap-autopkgtest-build-qemu \ --size=25G --boot=efi