Bug#1072204: setupcon: race condition with systemd-tmpfiles

2024-05-30 Thread Marc Leeman
Package: console-setup
Version: 1.226
Severity: normal
Tags: patch

Dear Maintainer,

On occasion I have a situation where console-setup.service fails to
start up due to a race condition. After investigating this, it was
already reported in Ubuntu back in 2019 and I have verified that the
patch they have implemented resolves the issue for me:

admin@boxpc001-a8f7693fbff14940ade0e3247b1cea8e:~$ for s in $(systemctl 
list-units --type service --full --failed --plain --no-legend | cut -f 1 -d ' 
'); do journalctl --boot --no-pager --unit "${s}"; done
May 28 13:15:05 boxpc001 systemd[1]: Starting console-setup.service - Set 
console font and keymap...
May 28 13:15:05 boxpc001 console-setup.sh[588]: /usr/bin/setupcon: 999: cannot 
open /tmp/tmpkbd.hoHrPK: No such file
May 28 13:15:05 boxpc001 systemd[1]: console-setup.service: Main process 
exited, code=exited, status=1/FAILURE
May 28 13:15:05 boxpc001 systemd[1]: console-setup.service: Failed with result 
'exit-code'.
May 28 13:15:05 boxpc001 systemd[1]: Failed to start console-setup.service - 
Set console font and keymap.

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (400, 
'bookworm'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.7.12-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages console-setup depends on:
ii  console-setup-linux 1.226
ii  debconf [debconf-2.0]   1.5.86
ii  keyboard-configuration  1.226
ii  xkb-data2.41-2

console-setup recommends no packages.

Versions of packages console-setup suggests:
ii  locales2.38-11
ii  lsb-base   11.6
ii  sysvinit-utils [lsb-base]  3.09-1

Versions of packages keyboard-configuration depends on:
ii  debconf [debconf-2.0]   1.5.86
ii  liblocale-gettext-perl  1.07-7
ii  xkb-data2.41-2

Versions of packages console-setup-linux depends on:
ii  init-system-helpers 1.66
ii  kbd 2.6.4-2
ii  keyboard-configuration  1.226

console-setup-linux suggests no packages.

Versions of packages console-setup is related to:
pn  console-common
pn  console-data  
pn  console-tools 
ii  gnome-control-center  1:46.0.1-1
ii  kbd   2.6.4-2
ii  systemd   255.5-1

-- debconf information:
* keyboard-configuration/optionscode:
  console-setup/use_system_font:
  console-setup/store_defaults_in_debconf_db: true
  debian-installer/console-setup-udeb/title:
  keyboard-configuration/unsupported_config_layout: true
* keyboard-configuration/model: Generic 105-key PC
* keyboard-configuration/store_defaults_in_debconf_db: true
* keyboard-configuration/switch: No temporary switch
* keyboard-configuration/layout:
  keyboard-configuration/unsupported_layout: true
  console-setup/fontsize: 8x16
  console-setup/codeset47: # Latin1 and Latin5 - western Europe and Turkic 
languages
  console-setup/guess_font:
* keyboard-configuration/layoutcode: us
* keyboard-configuration/altgr: The default for the keyboard layout
  console-setup/fontsize-fb47: 8x16
* keyboard-configuration/xkb-keymap: us
* keyboard-configuration/variantcode:
* keyboard-configuration/toggle: No toggling
* keyboard-configuration/modelcode: pc105
* keyboard-configuration/compose: No compose key
  console-setup/fontface47: Fixed
  console-setup/framebuffer_only:
* keyboard-configuration/other:
  console-setup/fontsize-text47: 8x16
  console-setup/codesetcode: Lat15
* keyboard-configuration/variant: English (US)
  keyboard-configuration/unsupported_options: true
  console-setup/charmap47: UTF-8
  keyboard-configuration/ctrl_alt_bksp: false
  keyboard-configuration/unsupported_config_options: true
diff -Nru console-setup-1.108ubuntu15.4/debian/changelog 
console-setup-1.108ubuntu15.5/debian/changelog
--- console-setup-1.108ubuntu15.4/debian/changelog  2017-10-05 
19:36:07.0 +
+++ console-setup-1.108ubuntu15.5/debian/changelog  2019-04-10 
20:16:29.0 +
@@ -1,3 +1,13 @@
+console-setup (1.108ubuntu15.5) xenial; urgency=medium
+
+  * setupcon: use /run for tempfiles (and dump the various unnecessary
+fallback paths), since /run is always mountable rw at least as early as
+/tmp is and is guaranteed to be safe from tmpcleaners at boot.  Only keep
+/tmp as a fallback in case we have access to write to /tmp and to a
+console, but not to /run.  LP: #1824227.
+
+ -- Steve Langasek   Wed, 10 Apr 2019 13:16:29 -0700
+
 console-setup (1.108ubuntu15.4) xenial; urgency=medium
 
* Drop dependency from console-setup to initramfs-tools |
diff -Nru console-setup-1.108ubuntu15.4/setupcon 
console-setup-1.108ubuntu15.5/setupcon
--- console-setup-1.108ubuntu1

Re: migrating grub from BIOS to UEFI loses /etc/default/grub

2024-05-30 Thread Felix Zielcke
Am Dienstag, dem 28.05.2024 um 00:16 +0200 schrieb Pascal Hambourg:
> - Remove /etc/default/grub only if it is associated with the package 
> being purged in ucf.
> 
> - Do not remove /etc/default/grub when purging package-
> because 
> it is used by grub-install and update-grub which belong to grub2-
> common; 
> only remove it from ucf registry if it is associated with the package
> being purged.
> 

I did now a MR for this:

https://salsa.debian.org/grub-team/grub/-/merge_requests/62

> Also, it appears that grub-pc.postrm purge optionally removes files
> in 
> /boot/grub which may have been installed for other grub targets 
> (grub.cfg, fonts, locales, device.map, grubenv, background image
> cache).
> My opinion is that postrm should not touch /boot/grub at all. After
> all, 
> it does not remove GRUB boot image and core image nor EFI partition 
> contents.
> 
> Grub-team people, any comments ?
> 

d-boot is actually the wrong mailing list to discuss grub.
Despite its name it's mostly for debian-installer.
I don't know if the others are even subscribed to d-boot.

/boot/grub for grub-pc is only purged if debconf has 
grub-pc/postrm_purge_boot_grub == true

But I don't know the reason why unicode.pf2 is purged for grub-efi-
{amd64,i386}



console-setup_1.227_source.changes ACCEPTED into unstable

2024-05-30 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 May 2024 10:54:36 +0200
Source: console-setup
Architecture: source
Version: 1.227
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 816111 1065561 1071823
Changes:
 console-setup (1.227) unstable; urgency=medium
 .
   * Team upload
 .
   [ Jakub Wilk ]
   * typos in documentation (closes: 1065561)
 .
   [ Samuel Thibault ]
   * Fix key types, notably altgr not working with shift.
   * Add dejavu fonts rasterized from the DejaVu vector font. This notably
 provides fonts larger than 32 pixels, usable with linux ≥ 6.9.
 (closes: 816111)
   * rules,control: Add unifont and fonts-dejavu-mono to console-setup-linux
 and console-setup-freebsd's Static-built-Using.
   * console-setup.config, font-switch: Avoid warning on systems that don't
 have lsmod (closes: 1071823)
Checksums-Sha1:
 1a2980dd67a7e582520a1b5115b5f86a0d810d72 3259 console-setup_1.227.dsc
 2d1cffbbb613bc77b395ca19227f67bc73ed8ea9 3886728 console-setup_1.227.tar.xz
 413b978258a209d73c6b783e73e3d9d5df9176b7 19446 
console-setup_1.227_amd64.buildinfo
Checksums-Sha256:
 eddff99ebb438029702dd81e75ffbf3917a84764cbd182b15b5951ff33cd5cf9 3259 
console-setup_1.227.dsc
 a3b3c4f432f0eb0b4753a7967c564ac9eeb7ea7cdb6304318dac7177d3fd94e6 3886728 
console-setup_1.227.tar.xz
 6e9c9fc989f10c9cb3c81b26f37f3ceaa560d0db9ac4b42ac2976f02792b8207 19446 
console-setup_1.227_amd64.buildinfo
Files:
 0dc5fee037939781e96b849b068ad3e7 3259 utils optional console-setup_1.227.dsc
 1802215ed403b52f2f459e1be1358b56 3886728 utils optional 
console-setup_1.227.tar.xz
 b6931907b9477782457b7fa8c6fb7575 19446 utils optional 
console-setup_1.227_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAmZYTz8VHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2Xw0QALHjwsIk4/eGatQsCpPcAN3VkLWa
yPGTvEelLmZJ1Vmk1cTuS/2oCOQkiovLgGWNr+290W5zCKvPZ/4WIF4UwqUL+bWh
6EfwXP8sygRRCe6VVNKULYR7q60reVpxEN2ru5/DDAKXNpi+kw4fBB0/fpZ+LF1e
8K1CHSGH2bJ2jDk/QWVpPbIWF5xMIa4SurFFNe/9RMHYouDIglXmcsVoD+2FMWMi
SELpmzDRiX3sGaKhx8RiSKzEXBBYssObsSrxbKLayASQsZHC/ybLOtzoxq6NfM+c
yv57ZRqA8kA3yOrjNO+qGjRJ6VUCVKL5xY2TEI0Uih9t3y1Tak2s2TcxCZCsiHvs
AQUWooDN5Hx+UMe80PISQ44uj0P4xOq8xIdCCUqk1+4oj35BIYplDRf2trY6d6Xs
TSbw1BwDbjhzem1klZpRrCfyypZiXpfJTlyzBZS+AYpq1Nq0Ef2vJ8YBAQE38kSt
TmSKfGE1xsYepG/cH/iwyAie5yGQMke2US3kA/uU3lwvsNUeKJF7V8a5oO89adZR
r/+hdDE7AgUsu5yJMki/6Fsl5wJ02RCiBX5B21ze/B1ZgBYEQ1yUQ2ZvDz714BZx
P2O/X25aWJMhoFC99YYn3h1TKhgJ3egaS5yojhVY1ufX2QD5cTuhX3HDai9TsPd0
hE9rXNhT1GvIoYNh
=lWNN
-END PGP SIGNATURE-



pgpNPqgcuKICF.pgp
Description: PGP signature


Bug#1065561: marked as done (console-setup: typos in documentation)

2024-05-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 May 2024 10:19:42 +
with message-id 
and subject line Bug#1065561: fixed in console-setup 1.227
has caused the Debian Bug report #1065561,
regarding console-setup: typos in documentation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1065561: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065561
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Source: console-setup
Version: 1.226
Severity: minor
Tags: patch

--
Jakub Wilk
diff --git a/README.legacyfonts b/README.legacyfonts
index a707fcc..2078725 100644
--- a/README.legacyfonts
+++ b/README.legacyfonts
@@ -4,3 +4,3 @@ LEGACY FONTS: CONVERSION FROM PSF TO BDF
 
-The traditional font collection for Linux consolle was a big mess.
+The traditional font collection for Linux console was a big mess.
 There were many different fonts and nobody in the world knew the exact
@@ -18,4 +18,4 @@ generated for a group of fonts that share common typeface.  Console
 fonts that didn't have embedded Unicode table were simply ignored.
-The fonts LatArCyrHeb* were also ignored - partialy due to technical
-reasons and partialy because the other BDF fonts are better source for
+The fonts LatArCyrHeb* were also ignored - partially due to technical
+reasons and partially because the other BDF fonts are better source for
 making Unicode console fonts.
@@ -43,3 +43,3 @@ For example Greek-vga14.psf is the legacy font for Greek code set and
 size 14.  The list of BDF fonts that is used to produce
-Greek-vga14.psf was determined as folows.
+Greek-vga14.psf was determined as follows.
 
diff --git a/doc/console-setup.html/ch3.html b/doc/console-setup.html/ch3.html
index c2d3a1f..bc74c33 100644
--- a/doc/console-setup.html/ch3.html
+++ b/doc/console-setup.html/ch3.html
@@ -64,4 +64,4 @@ for a group of fonts that share common typeface.  Console fonts that didn't
 have embedded Unicode table were simply ignored.  The fonts
-LatArCyrHeb* were also ignored - partialy due to technical reasons
-and partialy because the other BDF fonts are better source for making Unicode
+LatArCyrHeb* were also ignored - partially due to technical reasons
+and partially because the other BDF fonts are better source for making Unicode
 console fonts.
@@ -148,3 +148,3 @@ fonts.  This font is named after the scheme
 size 14.  The list of BDF fonts that is used to produce Greek-vga14.psf was
-determined as folows.
+determined as follows.
 
diff --git a/doc/console-setup.sgml b/doc/console-setup.sgml
index 46e16a6..54f7fdf 100644
--- a/doc/console-setup.sgml
+++ b/doc/console-setup.sgml
@@ -388,3 +388,3 @@ Console fonts that didn't have embedded Unicode table were simply
 ignored.  The fonts LatArCyrHeb* were also ignored -
-partialy due to technical reasons and partialy because the other BDF
+partially due to technical reasons and partially because the other BDF
 fonts are better source for making Unicode console fonts.
@@ -465,3 +465,3 @@ from the legacy fonts.  This font is named after the scheme
 set and size 14.  The list of BDF fonts that is used to produce
-Greek-vga14.psf was determined as folows.
+Greek-vga14.psf was determined as follows.
 
--- End Message ---
--- Begin Message ---
Source: console-setup
Source-Version: 1.227
Done: Holger Wansing 

We believe that the bug you reported is fixed in the latest version of
console-setup, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1065...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Holger Wansing  (supplier of updated console-setup 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 May 2024 10:54:36 +0200
Source: console-setup
Architecture: source
Version: 1.227
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 816111 1065561 1071823
Changes:
 console-setup (1.227) unstable; urgency=medium
 .
   * Team upload
 .
   [ Jakub Wilk ]
   * typos in documentation (closes: 1065561)
 .
   [ Samuel Thibault ]
   * Fix key types, notably altgr not working with shift.
   * Add dejavu fonts rasterized from the DejaVu vector font. This notably
 

Bug#1071823: marked as done (console-setup: [Hurd i386] debconf: lsmod: not found)

2024-05-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 May 2024 10:19:42 +
with message-id 
and subject line Bug#1071823: fixed in console-setup 1.227
has caused the Debian Bug report #1071823,
regarding console-setup: [Hurd i386] debconf: lsmod: not found
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1071823: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071823
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: console-setup
Version: 1.223
Severity: important

While upgrading from 1.223 to 1.226 on Hurd i386:

Fetched 32.4 MB in 23s (1429 kB/s)  

   
Extracting templates from packages: 100%
Preconfiguring packages ...
/var/cache/debconf/tmp.ci/console-setup.config.otOVsK: 1196: lsmod: not found

-- System Information:
Debian Release: trixie/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hurd-i386 (i686-AT386)

Kernel: GNU-Mach 1.8+git20231217-486/Hurd-0.9
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8), LANGUAGE=fi:en
Shell: /bin/sh linked to /usr/bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages console-setup depends on:
ii  debconf [debconf-2.0]   1.5.85
ii  hurd1:0.9.git20231217-1
ii  keyboard-configuration  1.223
ii  xkb-data2.38-2

console-setup recommends no packages.

Versions of packages console-setup suggests:
iu  locales2.38-11
ii  sysvinit-utils [lsb-base]  3.08-6

Versions of packages keyboard-configuration depends on:
ii  debconf [debconf-2.0]   1.5.85
ii  liblocale-gettext-perl  1.07-6+b1
ii  xkb-data2.38-2

Versions of packages console-setup is related to:
pn  console-common
pn  console-data  
pn  console-tools 
pn  gnome-control-center  
pn  kbd   
pn  systemd   

-- debconf information:
* keyboard-configuration/variant: Finnish
* keyboard-configuration/optionscode:
* keyboard-configuration/modelcode: pc105
* console-setup/codesetcode: guess
* console-setup/charmap47: UTF-8
* keyboard-configuration/compose: No compose key
* keyboard-configuration/model: Generic 105-key PC
* console-setup/store_defaults_in_debconf_db: false
* keyboard-configuration/store_defaults_in_debconf_db: false
* keyboard-configuration/toggle: No toggling
  console-setup/guess_font:
* console-setup/fontface47: Fixed
  debian-installer/console-setup-udeb/title:
* keyboard-configuration/other:
  console-setup/framebuffer_only:
* keyboard-configuration/altgr: The default for the keyboard layout
* console-setup/fontsize-text47: 8x16
* keyboard-configuration/layout:
  keyboard-configuration/unsupported_options: true
* console-setup/fontsize: 8x16
  keyboard-configuration/unsupported_config_layout: true
* keyboard-configuration/ctrl_alt_bksp: false
* console-setup/codeset47: Guess optimal character set
  console-setup/use_system_font:
  keyboard-configuration/unsupported_layout: true
* keyboard-configuration/switch: No temporary switch
* keyboard-configuration/layoutcode: fi
* keyboard-configuration/xkb-keymap: fi
  keyboard-configuration/unsupported_config_options: true
* keyboard-configuration/variantcode:
* console-setup/fontsize-fb47: 8x16
--- End Message ---
--- Begin Message ---
Source: console-setup
Source-Version: 1.227
Done: Holger Wansing 

We believe that the bug you reported is fixed in the latest version of
console-setup, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1071...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Holger Wansing  (supplier of updated console-setup 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 May 2024 10:54:36 +0200
Source: console-setup
Architecture: source
Version: 1.227
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 816111 1065561 1071823
Changes:
 console-setup (1.227) unstable; urgency=medium
 .
   * Team upload
 .
   [ Jakub Wilk ]
   * typos in documentation

Bug#816111: marked as done (Larger font variants for HiDPI displays)

2024-05-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 May 2024 10:19:42 +
with message-id 
and subject line Bug#816111: fixed in console-setup 1.227
has caused the Debian Bug report #816111,
regarding Larger font variants for HiDPI displays
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
816111: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816111
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: console-setup
Version: 1.137
Severity: wishlist

With a display close to 300dpi and the proper KMS driver, the framebuffer
effectively becomes HiDPI as well.

The largest font currently available in console-setup is 16x32 pixels, which
might not be big enough to be read confortably anymore.

Having some extra intermediate sizes up to 32x64 might be helpful, without
having to resort to lowering the resolution and incurring in switching between
X11 and the console.

It's a bit sad terminus doesn't include higher sizes, but rasterizing any
monospace TT font with good hinting such a DejaVu Sans Mono at this resolution
should give pretty good results.
--- End Message ---
--- Begin Message ---
Source: console-setup
Source-Version: 1.227
Done: Holger Wansing 

We believe that the bug you reported is fixed in the latest version of
console-setup, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 816...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Holger Wansing  (supplier of updated console-setup 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 May 2024 10:54:36 +0200
Source: console-setup
Architecture: source
Version: 1.227
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 816111 1065561 1071823
Changes:
 console-setup (1.227) unstable; urgency=medium
 .
   * Team upload
 .
   [ Jakub Wilk ]
   * typos in documentation (closes: 1065561)
 .
   [ Samuel Thibault ]
   * Fix key types, notably altgr not working with shift.
   * Add dejavu fonts rasterized from the DejaVu vector font. This notably
 provides fonts larger than 32 pixels, usable with linux ≥ 6.9.
 (closes: 816111)
   * rules,control: Add unifont and fonts-dejavu-mono to console-setup-linux
 and console-setup-freebsd's Static-built-Using.
   * console-setup.config, font-switch: Avoid warning on systems that don't
 have lsmod (closes: 1071823)
Checksums-Sha1:
 1a2980dd67a7e582520a1b5115b5f86a0d810d72 3259 console-setup_1.227.dsc
 2d1cffbbb613bc77b395ca19227f67bc73ed8ea9 3886728 console-setup_1.227.tar.xz
 413b978258a209d73c6b783e73e3d9d5df9176b7 19446 
console-setup_1.227_amd64.buildinfo
Checksums-Sha256:
 eddff99ebb438029702dd81e75ffbf3917a84764cbd182b15b5951ff33cd5cf9 3259 
console-setup_1.227.dsc
 a3b3c4f432f0eb0b4753a7967c564ac9eeb7ea7cdb6304318dac7177d3fd94e6 3886728 
console-setup_1.227.tar.xz
 6e9c9fc989f10c9cb3c81b26f37f3ceaa560d0db9ac4b42ac2976f02792b8207 19446 
console-setup_1.227_amd64.buildinfo
Files:
 0dc5fee037939781e96b849b068ad3e7 3259 utils optional console-setup_1.227.dsc
 1802215ed403b52f2f459e1be1358b56 3886728 utils optional 
console-setup_1.227.tar.xz
 b6931907b9477782457b7fa8c6fb7575 19446 utils optional 
console-setup_1.227_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAmZYTz8VHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2Xw0QALHjwsIk4/eGatQsCpPcAN3VkLWa
yPGTvEelLmZJ1Vmk1cTuS/2oCOQkiovLgGWNr+290W5zCKvPZ/4WIF4UwqUL+bWh
6EfwXP8sygRRCe6VVNKULYR7q60reVpxEN2ru5/DDAKXNpi+kw4fBB0/fpZ+LF1e
8K1CHSGH2bJ2jDk/QWVpPbIWF5xMIa4SurFFNe/9RMHYouDIglXmcsVoD+2FMWMi
SELpmzDRiX3sGaKhx8RiSKzEXBBYssObsSrxbKLayASQsZHC/ybLOtzoxq6NfM+c
yv57ZRqA8kA3yOrjNO+qGjRJ6VUCVKL5xY2TEI0Uih9t3y1Tak2s2TcxCZCsiHvs
AQUWooDN5Hx+UMe80PISQ44uj0P4xOq8xIdCCUqk1+4oj35BIYplDRf2trY6d6Xs
TSbw1BwDbjhzem1klZpRrCfyypZiXpfJTlyzBZS+AYpq1Nq0Ef2vJ8YBAQE38kSt
TmSKfGE1xsYepG/cH/iwyAie5yGQMke2US3kA/uU3lwvsNUeKJF7V8a5oO89adZR
r/+hdDE7AgUsu5yJMki/6Fsl5wJ02RCiBX5B21ze/B1ZgBYEQ1yUQ2ZvDz714BZx
P2O/X25aWJMhoFC99YYn3h1TKhgJ3egaS5yojhVY1ufX2QD5cTuhX3HDai9TsPd0
hE9rXNhT1GvIoYNh
=lWNN
-END PGP SIGNATURE-



pgpLCg_4B8QBW.pgp
Description: PGP signature
--- End Message -

Bug#1069791: marked as done (console-setup: Build larger console fonts for HiDPI/accessibility with future 6.9 kernels)

2024-05-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 May 2024 10:19:42 +
with message-id 
and subject line Bug#816111: fixed in console-setup 1.227
has caused the Debian Bug report #816111,
regarding console-setup: Build larger console fonts for HiDPI/accessibility 
with future 6.9 kernels
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
816111: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816111
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: console-setup
Version: 1.226
Severity: wishlist

Dear Maintainer,

Linux kernel 6.9+ will support larger font sizes for HiDPI screens. This
is probably aimed at "more than 4k" monitors, but for accessibility
reasons it would be really useful to have larger sizes available sooner
for those of us already have 4k sorts of screens.

Perhaps this might best be done by putting those huge-sized fonts in an
appropriately named -huge fonts package? I'll leave the implementation
details to you, this is just a request for the fonts to be created.

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.7.9-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages console-setup depends on:
ii  console-setup-linux 1.226
ii  debconf [debconf-2.0]   1.5.86
ii  keyboard-configuration  1.226
ii  xkb-data2.41-2

console-setup recommends no packages.

Versions of packages console-setup suggests:
ii  locales2.37-18
ii  sysvinit-utils [lsb-base]  3.09-1

Versions of packages keyboard-configuration depends on:
ii  debconf [debconf-2.0]   1.5.86
ii  liblocale-gettext-perl  1.07-7
ii  xkb-data2.41-2

Versions of packages console-setup-linux depends on:
ii  init-system-helpers 1.66
ii  kbd 2.6.4-2
ii  keyboard-configuration  1.226

console-setup-linux suggests no packages.

Versions of packages console-setup is related to:
pn  console-common
pn  console-data  
pn  console-tools 
pn  gnome-control-center  
ii  kbd   2.6.4-2
ii  systemd   255.4-1+b1

-- debconf information:
  keyboard-configuration/unsupported_config_options: true
  keyboard-configuration/ctrl_alt_bksp: false
  keyboard-configuration/unsupported_options: true
  console-setup/guess_font:
  keyboard-configuration/unsupported_layout: true
  console-setup/fontsize: 16x32
* console-setup/codeset47: # Latin1 and Latin5 - western Europe and Turkic 
languages
  keyboard-configuration/optionscode:
  console-setup/framebuffer_only:
  keyboard-configuration/layout:
  console-setup/fontsize-text47: 16x32 (framebuffer only)
* console-setup/charmap47: UTF-8
  keyboard-configuration/other:
  keyboard-configuration/model: Generic 105-key PC
  keyboard-configuration/switch: No temporary switch
* console-setup/fontsize-fb47: 16x32 (framebuffer only)
  keyboard-configuration/store_defaults_in_debconf_db: true
  keyboard-configuration/toggle: No toggling
  console-setup/store_defaults_in_debconf_db: true
  debian-installer/console-setup-udeb/title:
  keyboard-configuration/variantcode:
* keyboard-configuration/variant: English (US)
  console-setup/use_system_font:
  keyboard-configuration/layoutcode: us
  keyboard-configuration/unsupported_config_layout: true
  keyboard-configuration/compose: No compose key
  console-setup/codesetcode: Lat15
* console-setup/fontface47: TerminusBold
  keyboard-configuration/altgr: The default for the keyboard layout
  keyboard-configuration/xkb-keymap: us
  keyboard-configuration/modelcode: pc105
--- End Message ---
--- Begin Message ---
Source: console-setup
Source-Version: 1.227
Done: Holger Wansing 

We believe that the bug you reported is fixed in the latest version of
console-setup, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 816...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Holger Wansing  (supplier of updated console-setup 
package)

(This message was generated automatically at their request; if you
believe that

Processing of console-setup_1.227_source.changes

2024-05-30 Thread Debian FTP Masters
console-setup_1.227_source.changes uploaded successfully to localhost
along with the files:
  console-setup_1.227.dsc
  console-setup_1.227.tar.xz
  console-setup_1.227_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



apt-setup_0.186_source.changes ACCEPTED into unstable

2024-05-30 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 May 2024 12:32:48 +0200
Source: apt-setup
Architecture: source
Version: 1:0.186
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 apt-setup (1:0.186) unstable; urgency=medium
 .
   * Team upload
 .
   [ Russell Hernandez Ruiz ]
   * Reword non-free-firmware description template, for better information
 to users.
 .
   [ Updated translations ]
   * Catalan (ca.po) by victor dargallo
   * German (de.po) by Holger Wansing
   * Spanish (es.po) by gallegonovato
   * Hindi (hi.po) by Scrambled777
   * Hungarian (hu.po) by SZERVÁC Attila
   * Georgian (ka.po) by Temuri Doghonadze
   * Malayalam (ml.po) by Manoj Karingamadathil
   * Marathi (mr.po) by omwani
   * Dutch (nl.po) by Frans Spiesschaert
   * Punjabi (Gurmukhi) (pa.po) by Aman Alam
   * Portuguese (pt.po) by Miguel Figueiredo
   * Ukrainian (uk.po) by Hotripak
   * Traditional Chinese (zh_TW.po) by reimu105
Checksums-Sha1:
 9feb06620a6d1a9d26fcc4c26506058b114de806 1798 apt-setup_0.186.dsc
 6d0393b8de60af035d431488f284ee1ce1c8fecc 268752 apt-setup_0.186.tar.xz
 16668319056bcba6467f2f1d87a9afb158af87d6 6526 apt-setup_0.186_amd64.buildinfo
Checksums-Sha256:
 b6ff8bf8856c5fd46160a4237b16346865c744b6ec0c1f1478067a6c40c4d38e 1798 
apt-setup_0.186.dsc
 7a7435ea199388a5182ca0c49f03bbffec82e1009fd52ba22a084e88d9586058 268752 
apt-setup_0.186.tar.xz
 553112836b03fe26148438cbc3a78cd2fd15eb5248d39f75dba416eafbfb917c 6526 
apt-setup_0.186_amd64.buildinfo
Files:
 54e5bc91c6d7cde947274ba71e752c3f 1798 debian-installer optional 
apt-setup_0.186.dsc
 e078de1f643be7cfd407807504be465a 268752 debian-installer optional 
apt-setup_0.186.tar.xz
 902c422a59cb2995c311bbed509c5186 6526 debian-installer optional 
apt-setup_0.186_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAmZYXVgVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB261EQALz1i3L3FZ5HY8pq0EoueP9K1pl5
pLpmGWm04AvpROjoCiq5CfLDeUh3+Sdfa0geHYmnJ3nKFjwX52j4G5aRh1pvpF8/
Ljc3XKfvZk0ux10F8jUcx3USKXtctPncOyt07hJ0bmK3h5gYp1pmixwjrG4LTNK1
J9WNM+lvolBVQZTD98BkNpEqgmfulysHWQXRHQhAkFw0wbPeyXihJuTUGUI07BxM
zORzpp+djXrq59GJ5YnMNXZa57KCryYG3DDZNbwg7lrVsGt2W6GtYyPRqPMoQkQ1
8dqY+2Mgm0hACVYHJBCbw5tgnHRwctUoIp1B0O8uWMn1r1n6mzQHC7I2ftmuEozs
ZxqABVl556hBVqcJHHhwUfK7znRY/2GGTXKnSp1L2MhsLtg2pS+cr0P+5eHhhmMB
nipeCJGk76sdNSI5EX8C4x+2j67niHdH/CFYkRRGdo9e3lUNfbBupti7nlZCv+Yh
RWOl3jKfOWmWsDc3Wx01ENDm701OZJRkTzPcac/yYSbEo5iXQbhnVqko+gx4FeKK
2I06BXB5qOd/YmiYmn8TiYTprTkr5KGRfPfS9qWFn139HpmUG0h4LDx21ddaKuku
tt7BTekzmgsaiG5LIR0b7/sMkRkA/+x9PpA2NOWqEkDm7GZfyC+lHyfaYGC93QPk
HDLUuRGj4OYw07kG
=QENs
-END PGP SIGNATURE-



pgpo94oU__SH7.pgp
Description: PGP signature


Processing of apt-setup_0.186_source.changes

2024-05-30 Thread Debian FTP Masters
apt-setup_0.186_source.changes uploaded successfully to localhost
along with the files:
  apt-setup_0.186.dsc
  apt-setup_0.186.tar.xz
  apt-setup_0.186_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1072215: USB wireless Netgear WNA1100 fails to load

2024-05-30 Thread Tom Overlund
Package: installation-reports

Boot method: Netboot over TFTP
Image version: Debian version: 12 (bookworm); Installer build: 
20230607+deb12u5; URLs: 
https://deb.debian.org/debian/dists/bookworm/main/installer-amd64/current/images/netboot/netboot.tar.gz
 + https://cdimage.debian.org/cdimage/firmware/bookworm/current/firmware.cpio.gz
Date: May 29 ~9:30am

Machine: Generic desktop PC
Processor: AMD Athlon 200GE
Memory: 16GB
Partitions: Not applicable

Output of lspci -knn (or lspci -nn):

00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 
Root Complex [1022:15d0]
Subsystem: ASRock Incorporation Raven/Raven2 Root Complex [1849:15d0]
00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 IOMMU 
[1022:15d1]
Subsystem: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 IOMMU 
[1022:15d1]
00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h 
(Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
00:01.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe 
GPP Bridge [6:0] [1022:15d3]
Subsystem: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP 
Bridge [6:0] [1022:1453]
Kernel driver in use: pcieport
00:01.6 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe 
GPP Bridge [6:0] [1022:15d3]
Subsystem: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP 
Bridge [6:0] [1022:1453]
Kernel driver in use: pcieport
00:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h 
(Models 00h-1fh) PCIe Dummy Host Bridge [1022:1452]
00:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 
Internal PCIe GPP Bridge 0 to Bus A [1022:15db]
Subsystem: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Internal 
PCIe GPP Bridge 0 to Bus A [1022:]
Kernel driver in use: pcieport
00:08.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 
Internal PCIe GPP Bridge 0 to Bus B [1022:15dc]
Subsystem: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Internal 
PCIe GPP Bridge 0 to Bus B [1022:]
Kernel driver in use: pcieport
00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller 
[1022:790b] (rev 61)
Subsystem: ASRock Incorporation FCH SMBus Controller [1849:790b]
Kernel driver in use: piix4_smbus
Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge 
[1022:790e] (rev 51)
Subsystem: ASRock Incorporation FCH LPC Bridge [1849:790e]
00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 
Device 24: Function 0 [1022:15e8]
00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 
Device 24: Function 1 [1022:15e9]
00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 
Device 24: Function 2 [1022:15ea]
00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 
Device 24: Function 3 [1022:15eb]
Kernel driver in use: k10temp
Kernel modules: k10temp
00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 
Device 24: Function 4 [1022:15ec]
00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 
Device 24: Function 5 [1022:15ed]
00:18.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 
Device 24: Function 6 [1022:15ee]
00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 
Device 24: Function 7 [1022:15ef]
15:00.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] 400 Series 
Chipset USB 3.1 xHCI Compliant Host Controller [1022:43d5] (rev 01)
Subsystem: ASRock Incorporation 400 Series Chipset USB 3.1 xHCI 
Compliant Host Controller [1849:43d0]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
15:00.1 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] 400 Series 
Chipset SATA Controller [1022:43c8] (rev 01)
Subsystem: ASRock Incorporation 400 Series Chipset SATA Controller 
[1849:43c8]
Kernel driver in use: ahci
Kernel modules: ahci
15:00.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series 
Chipset PCIe Bridge [1022:43c6] (rev 01)
Subsystem: ASRock Incorporation 400 Series Chipset PCIe Bridge 
[1849:43c6]
Kernel driver in use: pcieport
1d:00.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series 
Chipset PCIe Port [1022:43c7] (rev 01)
Subsystem: ASRock Incorporation 400 Series Chipset PCIe Port [1849:43c7]
Kernel driver in use: pcieport
1d:01.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series 
Chipset PCIe Port [1022:43c7] (rev 01)
Subsystem: ASRock Incorporation 400 Series Chipset PCIe Port [1849:43c7]
Kernel driver in use: pcieport
1d:04.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 400 Series 
Chipset PCIe Port [1022:43c7] (rev 01)
Subsystem: ASRock Inco

Re: migrating grub from BIOS to UEFI loses /etc/default/grub

2024-05-30 Thread Pascal Hambourg

On 30/05/2024 at 12:07, Felix Zielcke wrote:


d-boot is actually the wrong mailing list to discuss grub.


Right, so I posted a digest of this thread to the GRUB maintainer list 
for further discussion.





Re: Contacting Debian Boot team

2024-05-30 Thread Holger Wansing
Hi all,

Andreas Tille  wrote (Sun, 26 May 2024 11:31:24 +0200):
>   - Do you feel good when doing your work in Debian Boot team?

Yes!
While I have to admit that I'm mostly doing just the simple things :-)
I consider myself being only a small candle on the cake.
Being not a programmer, I don't do difficult or critical changings most of
the time, so relaxed gaming here ;-)

>   - Do you consider the workload of your team equally shared amongst its
> members and who actually is considered a team member?  (I added some
> persons in CC who have recently answered to questions on the mailing
> list.)

My impression is, that kibi might be kind of overloaded (at least some time),
since he's the mainly active part, when it comes to the "difficult or
critical things", which I leave around ...
(and his answer to this survey confirms this)
But I cannot see what I can do against this :-( (see below)

(ok, that's not strictly correct generally, there are some people taking care
of specific packages, taking workload from kibi's shoulders, but that's not
for the majority of packages)

>   - Do you have some strategy to gather new contributors for your team?

Since I lack the skills to lead new contributors into doing the difficult
or critical things from above (where we would mostly need more manpower,
if at all), I'm a bit lost here ...

>   - Can you give some individual estimation how many hours per week you
> are working on your tasks in youre team?  Does this fit the amount of
> time you can really afford for this task?

This ranges from zero to 5-10 hours per week, depending on variables like
the state of development cycle of release (when the next release comes
nearer, I try to get missing translation updates, which leads to more
commits and uploads, as an example).
And: I'm fine with this time effort.

>   - I recently had some discussion on Chemnitzer Linuxtage what might
> be the reason for derivatives to write their own installers.  While
> I'm personally perfectly happy with the way I can install Debian I'm
> somehow wondering why others are spending time into a problem we
> are considering "solved" and whether we can learn something from this,

That was often mentioned, and the arguments for the Debian Installer was the 
broader range of architectures, and as well as the support for older hardware.
You can easily create a nicer installer, if you develop from scratch for only
a small variety of up-to-date devices.

OTOH since Buster we have the Calamares installer on the live images as well,
to serve such approaches.
The idea behind the Calamares installer is exactly that: develop a framework,
which can be used to install a variety of distributions, to solve those
distributions from developing their own installer.
So I think we are on a not that bad position here ... (?)

>   - I once had a amr64 based laptop (Pinebook) and had to learn that I
> can't use the Debian installer which was frustrating.  I was told
> that this is the case for hardware that is not featuring some BIOS-like
> boot system.  Do you see any chance to let the installer work for
> non-Intel architectures (or should I rather ask this question on
> Debian CD (sorry for my ignorance if I miss responsibility here.)
>   - Can I do anything for you?

I guess most teams are undermanned in the free software world, and there's 
nothing one can do against easily, but I consider this being the main "issue", 
if any...


So long
Holger

-- 
Holger Wansing 
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076



Bug#1072215: USB wireless Netgear WNA1100 fails to load

2024-05-30 Thread Pascal Hambourg

Hello Tom,

On 30/05/2024 at 13:33, Tom Overlund wrote:


/var/log/syslog indicates it tried to load firmware for the USB WiFi
device, failed, but loaded the kernel module anyways. Then the
installer detected this, installed the package with the firmware, and
then got some errors about realoding USB modules.
It seems that check-missing-firmware failed to identify the correct 
kernel module. At this point, can you post the output of


ls -d /sys/bus/usb/drivers/ath9k_htc/3-3*
ls -d /sys/bus/usb/devices/3-3/3-3*

assuming the wireless adapter is identified as 3-3 ?

Then can you try the patches for hw-detect attached to 
 ?