Re: 11.8 planning

2023-06-19 Thread Cyril Brulebois
Hi,

Jonathan Wiltshire  (2023-06-19):
> I'm sending this separately to a similar mail for 12.1. That's because the
> timings are far enough out that they would make sense on separate weekends,
> but they could also be stretched[1] and combined. 
> 
> Two months from 29th April is around the 1st July, so I propose:
> 
> 1st July
> 8th July
> 15th July at a push

I can push the d-i buttons for any dates; I think I'd rather avoid
having to do debian-cd bits if others are available (it'd be a chance
to finalize my streamlining work, but the past few months have been
absolutely exhausting; I'd like to take a breather, or ten).


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant


signature.asc
Description: PGP signature


Re: 12.1 planning

2023-06-19 Thread Cyril Brulebois
Hi,

Jonathan Wiltshire  (2023-06-19):
> The promised 4-6 weeks following release for 12.1 looks like:
> 
>  8th July (4)
> 15th July (5)
> 22nd July (6)
> 
> The first of them would combine with a very stretched 11.8; SRM might
> prefer to get 11.8 done earlier and leave more time for 12.1 to mature.

I can push the d-i buttons for any dates; I think I'd rather avoid
having to do debian-cd bits if others are available (it'd be a chance
to finalize my streamlining work, but the past few months have been
absolutely exhausting; I'd like to take a breather, or ten).


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant


signature.asc
Description: PGP signature


11.8 planning

2023-06-19 Thread Jonathan Wiltshire
Hi,

I'm sending this separately to a similar mail for 12.1. That's because the
timings are far enough out that they would make sense on separate weekends,
but they could also be stretched[1] and combined. 

Two months from 29th April is around the 1st July, so I propose:

1st July
8th July
15th July at a push


1: a shame that joke hasn't worked for some years now


Thanks,

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51
ed25519/0x196418AAEB74C8A1: CA619D65A72A7BADFC96D280196418AAEB74C8A1



12.1 planning

2023-06-19 Thread Jonathan Wiltshire
Hi,

The promised 4-6 weeks following release for 12.1 looks like:

 8th July (4)
15th July (5)
22nd July (6)

The first of them would combine with a very stretched 11.8; SRM might
prefer to get 11.8 done earlier and leave more time for 12.1 to mature.

Thanks,

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51
ed25519/0x196418AAEB74C8A1: CA619D65A72A7BADFC96D280196418AAEB74C8A1



Re: 12.1 planning

2023-06-19 Thread Donald Norwood

Hi

On 6/19/23 17:04, Jonathan Wiltshire wrote:

Hi,

The promised 4-6 weeks following release for 12.1 looks like:

  8th July (4)
15th July (5)
22nd July (6)



If the 8th is doable Press can do it and the 15th, would prefer the 15th or 
22nd.

--



Be well,

-Donald

--
-
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Donald Norwood
⢿⡄⠘⠷⠚⠋⠀ B7A1 5F45 5B28 7F38 4174
⠈⠳⣄ D5E9 E5EC 4AC9 BD62 7B05


OpenPGP_signature
Description: OpenPGP digital signature


Re: 11.8 planning

2023-06-19 Thread Donald Norwood

Hi,

On 6/19/23 17:02, Jonathan Wiltshire wrote:

Hi,

I'm sending this separately to a similar mail for 12.1. That's because the
timings are far enough out that they would make sense on separate weekends,
but they could also be stretched[1] and combined.

Two months from 29th April is around the 1st July, so I propose:

1st July
8th July
15th July at a push


1: a shame that joke hasn't worked for some years now


The joke made me chortle. :)

I got the emails out of order.

8th and 15th for Press.



--



Be well,

-Donald

--
-
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Donald Norwood
⢿⡄⠘⠷⠚⠋⠀ B7A1 5F45 5B28 7F38 4174
⠈⠳⣄ D5E9 E5EC 4AC9 BD62 7B05


OpenPGP_signature
Description: OpenPGP digital signature


Bug#1038612: The hanging is of invoking another script

2023-06-19 Thread Budi
The hanging is of invoking another script, so need to trace it by
inserting set-x in  /usr/lib/os-probes/50mounted-tests

the trace:

+ partition=/dev/sda1
+ . /usr/share/os-prober/common.sh
++ cleanup_tmpdir=false
++ progname=
++ type mapdevfs
++ fs_type /dev/sda1
++ local fstype=
++ type lsblk
+++ lsblk --nodeps --noheading --output FSTYPE -- /dev/sda1
++ fstype=ntfs
++ '[' -z ntfs ']'
++ echo ntfs
++ return
+ types=ntfs
+ '[' ntfs = NOT-DETECTED ']'
+ '[' ntfs = swap ']'
+ '[' ntfs = crypto_LUKS ']'
+ '[' ntfs = LVM2_member ']'
+ '[' ntfs = ntfs ']'
+ type ntfs-3g
+ types='ntfs-3g ntfs'
+ tmpmnt=/var/lib/os-prober/mount
+ '[' '!' -d /var/lib/os-prober/mount ']'
+ mounted=
+ type grub-mount
+ type grub-probe
+ grub-mount /dev/sda1 /var/lib/os-prober/mount
+ mounted=1
++ grub-probe -d /dev/sda1 -t fs
+ type=ntfs
+ '[' ntfs ']'
+ debug 'mounted using GRUB ntfs filesystem driver'
+ '[' -z '' ']'
+ log 'debug: mounted using GRUB ntfs filesystem driver'
+ cache_progname
+ case $progname in
+ progname=50mounted-tests
+ logger -t 50mounted-tests 'debug: mounted using GRUB ntfs filesystem driver'
+ '[' 1 ']'
+ for test in /usr/lib/os-probes/mounted/*
+ debug 'running subtest /usr/lib/os-probes/mounted/05efi'
+ '[' -z '' ']'
+ log 'debug: running subtest /usr/lib/os-probes/mounted/05efi'
+ cache_progname
+ case $progname in
+ logger -t 50mounted-tests 'debug: running subtest
/usr/lib/os-probes/mounted/05efi'
+ '[' -f /usr/lib/os-probes/mounted/05efi ']'
+ '[' -x /usr/lib/os-probes/mounted/05efi ']'
+ /usr/lib/os-probes/mounted/05efi /dev/sda1 /var/lib/os-prober/mount ntfs
+ for test in /usr/lib/os-probes/mounted/*
+ debug 'running subtest /usr/lib/os-probes/mounted/10freedos'
+ '[' -z '' ']'
+ log 'debug: running subtest /usr/lib/os-probes/mounted/10freedos'
+ cache_progname
+ case $progname in
+ logger -t 50mounted-tests 'debug: running subtest
/usr/lib/os-probes/mounted/10freedos'
+ '[' -f /usr/lib/os-probes/mounted/10freedos ']'
+ '[' -x /usr/lib/os-probes/mounted/10freedos ']'
+ /usr/lib/os-probes/mounted/10freedos /dev/sda1 /var/lib/os-prober/mount ntfs
+ for test in /usr/lib/os-probes/mounted/*
+ debug 'running subtest /usr/lib/os-probes/mounted/10qnx'
+ '[' -z '' ']'
+ log 'debug: running subtest /usr/lib/os-probes/mounted/10qnx'
+ cache_progname
+ case $progname in
+ logger -t 50mounted-tests 'debug: running subtest
/usr/lib/os-probes/mounted/10qnx'
+ '[' -f /usr/lib/os-probes/mounted/10qnx ']'
+ '[' -x /usr/lib/os-probes/mounted/10qnx ']'
+ /usr/lib/os-probes/mounted/10qnx /dev/sda1 /var/lib/os-prober/mount ntfs
+ for test in /usr/lib/os-probes/mounted/*
+ debug 'running subtest /usr/lib/os-probes/mounted/20macosx'
+ '[' -z '' ']'
+ log 'debug: running subtest /usr/lib/os-probes/mounted/20macosx'
+ cache_progname
+ case $progname in
+ logger -t 50mounted-tests 'debug: running subtest
/usr/lib/os-probes/mounted/20macosx'
+ '[' -f /usr/lib/os-probes/mounted/20macosx ']'
+ '[' -x /usr/lib/os-probes/mounted/20macosx ']'
+ /usr/lib/os-probes/mounted/20macosx /dev/sda1 /var/lib/os-prober/mount ntfs
+ for test in /usr/lib/os-probes/mounted/*
+ debug 'running subtest /usr/lib/os-probes/mounted/20microsoft'
+ '[' -z '' ']'
+ log 'debug: running subtest /usr/lib/os-probes/mounted/20microsoft'
+ cache_progname
+ case $progname in
+ logger -t 50mounted-tests 'debug: running subtest
/usr/lib/os-probes/mounted/20microsoft'
+ '[' -f /usr/lib/os-probes/mounted/20microsoft ']'
+ '[' -x /usr/lib/os-probes/mounted/20microsoft ']'
+ /usr/lib/os-probes/mounted/20microsoft /dev/sda1 /var/lib/os-prober/mount ntfs
+ for test in /usr/lib/os-probes/mounted/*
+ debug 'running subtest /usr/lib/os-probes/mounted/30utility'
+ '[' -z '' ']'
+ log 'debug: running subtest /usr/lib/os-probes/mounted/30utility'
+ cache_progname
+ case $progname in
+ logger -t 50mounted-tests 'debug: running subtest
/usr/lib/os-probes/mounted/30utility'
+ '[' -f /usr/lib/os-probes/mounted/30utility ']'
+ '[' -x /usr/lib/os-probes/mounted/30utility ']'
+ /usr/lib/os-probes/mounted/30utility /dev/sda1 /var/lib/os-prober/mount ntfs
+ for test in /usr/lib/os-probes/mounted/*
+ debug 'running subtest /usr/lib/os-probes/mounted/40lsb'
+ '[' -z '' ']'
+ log 'debug: running subtest /usr/lib/os-probes/mounted/40lsb'
+ cache_progname
+ case $progname in
+ logger -t 50mounted-tests 'debug: running subtest
/usr/lib/os-probes/mounted/40lsb'
+ '[' -f /usr/lib/os-probes/mounted/40lsb ']'
+ '[' -x /usr/lib/os-probes/mounted/40lsb ']'
+ /usr/lib/os-probes/mounted/40lsb /dev/sda1 /var/lib/os-prober/mount ntfs
+ for test in /usr/lib/os-probes/mounted/*
+ debug 'running subtest /usr/lib/os-probes/mounted/70hurd'
+ '[' -z '' ']'
+ log 'debug: running subtest /usr/lib/os-probes/mounted/70hurd'
+ cache_progname
+ case $progname in
+ logger -t 50mounted-tests 'debug: running subtest
/usr/lib/os-probes/mounted/70hurd'
+ '[' -f /usr/lib/os-probes/mounted/70hurd ']'
+ '[' -x /usr/lib/os-probes/mounted/70hurd ']'
+ /usr/lib/os-probes/mounted/70hurd /dev/sda1 /var/lib/os-prober/mount