Re: +1 maintenance report

2021-12-17 Thread Jeremy Bicha
On Fri, Dec 17, 2021 at 12:18 PM Simon Chopin wrote: > I picked up a short +1 shift for the last two days of the week. I > focused on -proposed migrations. > > # ruby-gnome > > Fix the autopkgtests for ruby-gnome, which were missing a dependency on > ruby-webrick after the ruby 3.0 transition, whi

Re: Core Dev application: Paride Legovini (paride)

2021-12-17 Thread Dan Streetman
On Fri, Dec 3, 2021 at 8:20 AM Paride Legovini wrote: > > Dear DMB, > > I hereby apply to become a Core Developer: At the DMB meeting on 2021-12-13, as well as after the meeting in email to the mailing list, your application for Ubuntu Core Developer was unanimously approved (excluding abstention

+1 maintenance report

2021-12-17 Thread Simon Chopin
# 2021-12-{16,17} I picked up a short +1 shift for the last two days of the week. I focused on -proposed migrations. # ruby-gnome Fix the autopkgtests for ruby-gnome, which were missing a dependency on ruby-webrick after the ruby 3.0 transition, which removed said module from the standard librar

Re: os-prober is disabled in grub 2.06 and where to go from here

2021-12-17 Thread Colin Watson
On Fri, Dec 17, 2021 at 05:01:59PM +0100, Julian Andres Klode wrote: >We could run os-prober during install time, store the >output somewhere and then reuse the cached output in >grub-mkconfig. d-i at least used to have code to do exactly this (in grub-installer). I don't know/recall a

Re: os-prober is disabled in grub 2.06 and where to go from here

2021-12-17 Thread Steve Langasek
On Fri, Dec 17, 2021 at 05:33:24PM +0100, Julian Andres Klode wrote: > 2. For new installs, set GRUB_DISABLE_OS_PROBER=false from within >our various installers (I guess desktop ones are sufficient, does >anyone dual boot servers?) Quite aside from the fact that there's a long-term plan to

Re: os-prober is disabled in grub 2.06 and where to go from here

2021-12-17 Thread Julian Andres Klode
On Fri, Dec 17, 2021 at 05:01:59PM +0100, Julian Andres Klode wrote: > Hi ubuntu-devel, > > os-prober is disabled with the grub 2.06 upload, which is > obviously a bit controversial and the outcome is not > necessarily in the best interest of our users. > > # Reasons > > os-prober is inherently

Re: os-prober is disabled in grub 2.06 and where to go from here

2021-12-17 Thread Mario Limonciello
I think running at install time and caching the output somewhere makes sense for most cases. You can create some documentation on how to re-run it at manually to regenerate that output if you have consciously added another operating system and want to detect it one off. On Fri, Dec 17, 2021 at 10

os-prober is disabled in grub 2.06 and where to go from here

2021-12-17 Thread Julian Andres Klode
Hi ubuntu-devel, os-prober is disabled with the grub 2.06 upload, which is obviously a bit controversial and the outcome is not necessarily in the best interest of our users. # Reasons os-prober is inherently insecure as it mounts all partitions on your disk using grub-mount to check them for ot