flash-kernel_3.107_source.changes ACCEPTED into unstable

2023-04-19 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 19 Apr 2023 14:12:53 -0700
Source: flash-kernel
Architecture: source
Version: 3.107
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Vagrant Cascadian 
Closes: 1019881 1033737
Changes:
 flash-kernel (3.107) unstable; urgency=medium
 .
   [ Lubomir Rintel ]
   * Make the OLPC XO-1.75 boot script a bit more forgiving
 .
   [ Heinrich Schuchardt ]
   * db: add Lenovo Miix 630 and Lenovo Yoga C630
 .
   [ Alexandre Ghiti ]
   * Add the StarFive VisionFive board to the database.
   * Add D1 SoC boards to the database
 .
   [ Johannes Schauer Marin Rodrigues ]
   * Choose a stable temporary file path for ucf
 .
   [ Dave Jones ]
   * Add QEMU-related "dummy" entries
 .
   [ Daniel Serpell ]
   * Add A20-OLinuXino_MICRO-eMMC. (Closes: #1019881)
 .
   [ Heinrich Schuchardt ]
   * db: add Lenovo ThinkPad X13s
 .
   [ Francesco Dolcini ]
   * Add machine db entries for Colibri iMX6ULL eMMC
 .
   [ Heinrich Schuchardt ]
   * db: add 'Raspberry Pi 3 Model B Plus Rev 1.3'
 .
   [ Isaac True ]
   * Skip EFI detection mechanism when the FK_IGNORE_EFI environment
 variable is set to "yes". (Closes: #1033737)
 .
   [ Vagrant Cascadian ]
   * Set the value of FK_IGNORE_EFI from
 /etc/flash-kernel/ignore-efi. (Closes: #1033737)
Checksums-Sha1:
 b9a195b1b628de7df356bb8b18273824893dc922 1293 flash-kernel_3.107.dsc
 26338bca1cc8303576de00c886abf0ccd0ee5ea7 75992 flash-kernel_3.107.tar.xz
 be3eb6c6fbb97e14d74f3d55768ddfb8c018c726 5727 
flash-kernel_3.107_arm64.buildinfo
Checksums-Sha256:
 3978c90e8d78570f886647599fb1a7367cafa9993987158d88cc9f9096dd9749 1293 
flash-kernel_3.107.dsc
 3a486a8f964f30a08a6367f4065729cb1519d7164ce6e523c9e9c9b6482b7f4d 75992 
flash-kernel_3.107.tar.xz
 3097d00d8402de1c54f24bb6c8ba7731ecda0d50b717b44f274b0d4d5a8803b1 5727 
flash-kernel_3.107_arm64.buildinfo
Files:
 4c8851380e299887c3dcff91cc30ad5c 1293 utils optional flash-kernel_3.107.dsc
 b15bffe67fd28ae906a7e23713675913 75992 utils optional flash-kernel_3.107.tar.xz
 29b5fe812fbad6144a68f91cdcdee564 5727 utils optional 
flash-kernel_3.107_arm64.buildinfo

-BEGIN PGP SIGNATURE-

iIkEARYKADEWIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZEBaYBMcdmFncmFudEBk
ZWJpYW4ub3JnAAoJENxRj8h/lxaqThEBAP6XyoW/3c160uCyCYa3KxK9GjRMO5sZ
b3d9OuA6eQuLAQC//XqHWpzn8t+AandQw2AJksUFpSIY5/u5hJBKXf4PCQ==
=18N0
-END PGP SIGNATURE-



Bug#1033737: marked as done (flash-kernel: Unable to run flash-kernel on EFI-based systems)

2023-04-19 Thread Debian Bug Tracking System
Your message dated Wed, 19 Apr 2023 22:49:22 +
with message-id 
and subject line Bug#1033737: fixed in flash-kernel 3.107
has caused the Debian Bug report #1033737,
regarding flash-kernel: Unable to run flash-kernel on EFI-based systems
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.)


-- 
1033737: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033737
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: flash-kernel
Version: 3.106
Severity: normal
File: flash-kernel
X-Debbugs-Cc: isaac@is.having.coffee

Dear Maintainer,

As part of our CI/CD system, we are building images for target devices.
The images are set up in virtual machines which boot using EFI, but
flash-kernel installation always fails as it detects that the system is
running in EFI by checking for the existence of /sys/firmware/efi. 

Being able to setup the image on these VMs is an important part of our
testing and validation workflow, so it would be very helpful to have an
option to skip this check and proceed regardless of whether the system
is currently running in EFI mode or not. 

I've added a debdiff for a proposal for a new parameter --force-efi
which can be set to skip this check.

---

diff -Nru flash-kernel-3.106/debian/changelog 
flash-kernel-3.106+nmu1/debian/changelog
--- flash-kernel-3.106/debian/changelog 2022-04-22 23:55:41.0 +
+++ flash-kernel-3.106+nmu1/debian/changelog2023-03-31 13:04:23.0 
+
@@ -1,3 +1,10 @@
+flash-kernel (3.106+nmu1) UNRELEASED; urgency=medium
+
+  * Skip EFI detection mechanism when the --force-efi option
+has been set.
+
+ -- Isaac True   Fri, 31 Mar 2023 13:04:23 +
+
 flash-kernel (3.106) unstable; urgency=medium

   * db/all.db: Move MNT Reform 2 boards later to fix sort order.
diff -Nru flash-kernel-3.106/flash-kernel.8 
flash-kernel-3.106+nmu1/flash-kernel.8
--- flash-kernel-3.106/flash-kernel.8   2022-03-23 14:22:28.0 +
+++ flash-kernel-3.106+nmu1/flash-kernel.8  2023-03-31 13:04:23.0 
+
@@ -3,7 +3,7 @@
 .SH NAME
 flash-kernel \- put kernel and initramfs in boot location
 .SH SYNOPSIS
-.B flash-kernel [--supported] [--force] [kvers]
+.B flash-kernel [--supported] [--force] [--force-efi] [kvers]
 .SH DESCRIPTION
 flash-kernel is a script which will put the kernel and initramfs in
 the boot location of embedded devices that don't load the kernel and
@@ -25,6 +25,11 @@
 match. Valid filenames for images to flash are suffixed with the
 subarchitecture.
 .P
+Normally, flash\-\-kernel will abort the installation if it detects that
+it is running in an EFI-based environment. If the \-\-force\-efi option
+is used, flash\-kernel will skip this check and continue with the
+installation.
+.P
 If the \-\-supported option is used, flash\-kernel will test to see if
 the hardware is supported, and return a true or false value.
 .SH ENVIRONMENT VARIABLES
diff -Nru flash-kernel-3.106/functions flash-kernel-3.106+nmu1/functions
--- flash-kernel-3.106/functions2022-04-12 19:43:15.0 +
+++ flash-kernel-3.106+nmu1/functions   2023-03-31 13:04:23.0 +
@@ -679,6 +679,11 @@
force="yes"
shift
 fi
+force_efi="no"
+if [ "x$1" = "x--force-efi" ]; then
+   force_efi="yes"
+   shift
+fi
 if [ "x$1" = "x--machine" ]; then
machine="$2"
shift 2
@@ -789,9 +794,10 @@
kfile=$(readlink -e "$kfile")
 fi

-if [ -d /sys/firmware/efi ]; then
+if [ -d /sys/firmware/efi ] && [ "x$force_efi" != "xyes" ]; then
# skipping when detect EFI
echo "System running in EFI mode, skipping."
+   echo "Use --force-efi if you want to skip this check."
exit 0
 fi
--- End Message ---
--- Begin Message ---
Source: flash-kernel
Source-Version: 3.107
Done: Vagrant Cascadian 

We believe that the bug you reported is fixed in the latest version of
flash-kernel, 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 1033...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vagrant Cascadian  (supplier of updated flash-kernel 
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: Wed, 19 Apr 

Bug#1019881: marked as done (flash-kernel: please add A20-OLinuXino_MICRO-eMMC configuration)

2023-04-19 Thread Debian Bug Tracking System
Your message dated Wed, 19 Apr 2023 22:49:22 +
with message-id 
and subject line Bug#1019881: fixed in flash-kernel 3.107
has caused the Debian Bug report #1019881,
regarding flash-kernel: please add A20-OLinuXino_MICRO-eMMC configuration
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.)


-- 
1019881: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019881
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: flash-kernel
Version: 3.106
Severity: wishlist
Tags: patch

Dear maintainer.

The attached patch adds a configuration for A20-OLinuXino_MICRO-eMMC intoa the
flash-kernel database. This was tested on real hardware, both the deb into a
working system and with the udeb into debian-installer did a sucessfull
installation.

Regards,

Daniel.

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
diff -ur flash-kernel-3.106/db/all.db flash-kernel-3.106-dsc/db/all.db
--- flash-kernel-3.106/db/all.db2022-04-22 19:48:49.0 -0400
+++ flash-kernel-3.106-dsc/db/all.db2022-09-15 10:52:06.800664764 -0300
@@ -1268,6 +1268,13 @@
 U-Boot-Script-Name: bootscr.sunxi
 Required-Packages: u-boot-tools
 
+Machine: Olimex A20-OLinuXino-MICRO-eMMC
+Kernel-Flavors: armmp armmp-lpae
+Boot-Script-Path: /boot/boot.scr
+DTB-Id: sun7i-a20-olinuxino-micro-emmc.dtb
+U-Boot-Script-Name: bootscr.sunxi
+Required-Packages: u-boot-tools
+
 Machine: Olimex A33-OLinuXino
 Kernel-Flavors: armmp armmp-lpae
 Boot-Script-Path: /boot/boot.scr
--- End Message ---
--- Begin Message ---
Source: flash-kernel
Source-Version: 3.107
Done: Vagrant Cascadian 

We believe that the bug you reported is fixed in the latest version of
flash-kernel, 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 1019...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vagrant Cascadian  (supplier of updated flash-kernel 
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: Wed, 19 Apr 2023 14:12:53 -0700
Source: flash-kernel
Architecture: source
Version: 3.107
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Vagrant Cascadian 
Closes: 1019881 1033737
Changes:
 flash-kernel (3.107) unstable; urgency=medium
 .
   [ Lubomir Rintel ]
   * Make the OLPC XO-1.75 boot script a bit more forgiving
 .
   [ Heinrich Schuchardt ]
   * db: add Lenovo Miix 630 and Lenovo Yoga C630
 .
   [ Alexandre Ghiti ]
   * Add the StarFive VisionFive board to the database.
   * Add D1 SoC boards to the database
 .
   [ Johannes Schauer Marin Rodrigues ]
   * Choose a stable temporary file path for ucf
 .
   [ Dave Jones ]
   * Add QEMU-related "dummy" entries
 .
   [ Daniel Serpell ]
   * Add A20-OLinuXino_MICRO-eMMC. (Closes: #1019881)
 .
   [ Heinrich Schuchardt ]
   * db: add Lenovo ThinkPad X13s
 .
   [ Francesco Dolcini ]
   * Add machine db entries for Colibri iMX6ULL eMMC
 .
   [ Heinrich Schuchardt ]
   * db: add 'Raspberry Pi 3 Model B Plus Rev 1.3'
 .
   [ Isaac True ]
   * Skip EFI detection mechanism when the FK_IGNORE_EFI environment
 variable is set to "yes". (Closes: #1033737)
 .
   [ Vagrant Cascadian ]
   * Set the value of FK_IGNORE_EFI from
 /etc/flash-kernel/ignore-efi. (Closes: #1033737)
Checksums-Sha1:
 b9a195b1b628de7df356bb8b18273824893dc922 1293 flash-kernel_3.107.dsc
 26338bca1cc8303576de00c886abf0ccd0ee5ea7 75992 flash-kernel_3.107.tar.xz
 be3eb6c6fbb97e14d74f3d55768ddfb8c018c726 5727 
flash-kernel_3.107_arm64.buildinfo
Checksums-Sha256:
 3978c90e8d78570f886647599fb1a7367cafa9993987158d88cc9f9096dd9749 1293 
flash-kernel_3.107.dsc
 3a486a8f964f30a08a6367f4065729cb1519d7164ce6e523c9e9c9b6482b7f4d 75992 
flash-kernel_3.107.tar.xz
 3097d00d8402de1c54f24bb6c8ba7731ecda0d50b717b44f274b0d4d5a8803b1 5727 
flash-kernel_3.107_arm64.buildinfo
Files:
 4c8851380e299887c3dcff91cc30ad5c 1293 utils optional flash-kernel_3.107.dsc
 b15bffe67fd28ae906a7e23713675913 75992 utils optional flash-kernel_3.107.tar.xz
 29b5fe812fbad6144a68f91cdcdee564 5727 utils optional 
flash-kernel_3.107_arm64.buildinfo

-BEGIN PGP SIGNATURE-


Processing of flash-kernel_3.107_source.changes

2023-04-19 Thread Debian FTP Masters
flash-kernel_3.107_source.changes uploaded successfully to localhost
along with the files:
  flash-kernel_3.107.dsc
  flash-kernel_3.107.tar.xz
  flash-kernel_3.107_arm64.buildinfo

Greetings,

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



Re: Bug#1034548: bullseye-pu: package glibc/2.31-13+deb11u6

2023-04-19 Thread Aurelien Jarno
On 2023-04-19 21:16, Adam D. Barratt wrote:
> Control: tags -1 + confirmed d-i
> 
> On Tue, 2023-04-18 at 00:06 +0200, Aurelien Jarno wrote:
> > There are multiple fixes in this upload, all coming from the upstream
> > stable branch:
> > - Multiple crashes or memory leak in printf-family functions
> > - Overflow fix in the AVX2 implementation of wcsnlen
> > 
> 
> Please go ahead.

Thanks, I have just uploaded it.

Regards
Aurelien

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://aurel32.net



Processed: Bug#1033737 marked as pending in flash-kernel

2023-04-19 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #1033737 [flash-kernel] flash-kernel: Unable to run flash-kernel on 
EFI-based systems
Added tag(s) pending.

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



Re: Bug#1034548: bullseye-pu: package glibc/2.31-13+deb11u6

2023-04-19 Thread Adam D. Barratt
Control: tags -1 + confirmed d-i

On Tue, 2023-04-18 at 00:06 +0200, Aurelien Jarno wrote:
> There are multiple fixes in this upload, all coming from the upstream
> stable branch:
> - Multiple crashes or memory leak in printf-family functions
> - Overflow fix in the AVX2 implementation of wcsnlen
> 

Please go ahead.

Regards,

Adam



Re: d-i bug: spurious checksum error?

2023-04-19 Thread Charles Curley
On Wed, 19 Apr 2023 12:20:56 +0200
Philip Hands  wrote:

> According to the log, you actually invoked it with file=preseed.cfg:
> 
>   Kernel command line: BOOT_IMAGE=/install.386/vmlinuz priority=low
> vga=788 initrd=/install.386/gtk/initrd.gz ---  auto file=preseed.cfg
> DEBCONF_DEBUG=developer


Aha! Thank you for that catch. I re-ran the installation, double
checking my command line, and did not get that error.


-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/


pgpuqOBX6eGC_.pgp
Description: OpenPGP digital signature


Processed: reassign 1034607 to task-xfce-desktop

2023-04-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 1034607 task-xfce-desktop 3.72
Bug #1034607 [task-desktop-xfce] xfce4-screensaver vs light-locker
Warning: Unknown package 'task-desktop-xfce'
Bug reassigned from package 'task-desktop-xfce' to 'task-xfce-desktop'.
No longer marked as found in versions 3.72.
Ignoring request to alter fixed versions of bug #1034607 to the same values 
previously set
Bug #1034607 [task-xfce-desktop] xfce4-screensaver vs light-locker
Marked as found in versions tasksel/3.72.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1034607: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034607
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Re: Debian installer can't install Debian testing in VirtualBox when EFI enabled

2023-04-19 Thread Steve McIntyre
[ re-adding the CC to debian-boot, and without attachments ]

On Thu, Apr 20, 2023 at 12:31:02AM +0800, Licheng Hsu wrote:
>Hi
>
>When I enable EFI in VirtualBox
>
>Screenshot from 2023-04-20 00-17-17.png
>and try to install Debian testing, it just... well, the video attached may
>explain something.

Thanks, it does. It seems there's a problem with video setup and it's
not starting X. What options do you have under Display?

If you start with "Install" rather than "Graphical Install" then that
should work for now.

>Sorry, I'm just a regular user and don't know how to report problem I
>encountered.

That's fine! Thanks for helping to debug this. :-)

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
"Yes, of course duct tape works in a near-vacuum. Duct tape works
 anywhere. Duct tape is magic and should be worshipped."
   -― Andy Weir, "The Martian"



Re: Debian installer can't install Debian testing in VirtualBox when EFI enabled

2023-04-19 Thread Steve McIntyre
Hi!

On Wed, Apr 19, 2023 at 01:41:37PM +0800, Licheng Hsu wrote:
>I don't know if it's the bug of Debian installer or VirtualBox,
>anyway, when EFI is enabled in VirtualBox, Debian testing just can't
>install whatever Graphics Controller is in VirtualBox.
>
>I am using VirtualBox 7.0.8 and 6.1.44, and the lastest Debian testing
>ISO released on April 17, 2023.

Could you expand a little, please? What exactly do you mean by "can't
install"? What errors do you see, for example?

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
"Arguing that you don't care about the right to privacy because you have
 nothing to hide is no different than saying you don't care about free
 speech because you have nothing to say."
   -- Edward Snowden



Processed: reassign 650741 to gnome-session-flashback, reassign 714631 to gnome-session-flashback ...

2023-04-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # reassigning orphaned bugs to their respective source packages (or 
> successors thereof)
> reassign 650741 gnome-session-flashback 3.0.2-3
Bug #650741 [gnome-session-fallback] gnome-session-fallback: 
gnome-session-fallback displays useless message and quits (gdm3)
Warning: Unknown package 'gnome-session-fallback'
Bug reassigned from package 'gnome-session-fallback' to 
'gnome-session-flashback'.
No longer marked as found in versions gnome-session/3.0.2-3.
Ignoring request to alter fixed versions of bug #650741 to the same values 
previously set
Bug #650741 [gnome-session-flashback] gnome-session-fallback: 
gnome-session-fallback displays useless message and quits (gdm3)
There is no source info for the package 'gnome-session-flashback' at version 
'3.0.2-3' with architecture ''
Unable to make a source version for version '3.0.2-3'
Marked as found in versions 3.0.2-3.
> reassign 714631 gnome-session-flashback 3.4.2.1-4
Bug #714631 [gnome-session-fallback] gnome-session-fallback: power off options 
unreadable
Warning: Unknown package 'gnome-session-fallback'
Bug reassigned from package 'gnome-session-fallback' to 
'gnome-session-flashback'.
No longer marked as found in versions gnome-session/3.4.2.1-4.
Ignoring request to alter fixed versions of bug #714631 to the same values 
previously set
Bug #714631 [gnome-session-flashback] gnome-session-fallback: power off options 
unreadable
There is no source info for the package 'gnome-session-flashback' at version 
'3.4.2.1-4' with architecture ''
Unable to make a source version for version '3.4.2.1-4'
Marked as found in versions 3.4.2.1-4.
> reassign 717035 gnome-session-flashback 3.4.2.1-4
Bug #717035 [gnome-session-fallback] gnome-session-fallback: gnome-panel 
crashes when moved to side (fallback mode)
Warning: Unknown package 'gnome-session-fallback'
Bug reassigned from package 'gnome-session-fallback' to 
'gnome-session-flashback'.
No longer marked as found in versions gnome-session/3.4.2.1-4.
Ignoring request to alter fixed versions of bug #717035 to the same values 
previously set
Bug #717035 [gnome-session-flashback] gnome-session-fallback: gnome-panel 
crashes when moved to side (fallback mode)
There is no source info for the package 'gnome-session-flashback' at version 
'3.4.2.1-4' with architecture ''
Unable to make a source version for version '3.4.2.1-4'
Marked as found in versions 3.4.2.1-4.
> reassign 820550 src:debian-installer-netboot-images 20150422
Bug #820550 [debian-installer-8-netboot-armhf] 
debian-installer-8-netboot-armhf: fails to install the base system
Warning: Unknown package 'debian-installer-8-netboot-armhf'
Bug reassigned from package 'debian-installer-8-netboot-armhf' to 
'src:debian-installer-netboot-images'.
Ignoring request to alter found versions of bug #820550 to the same values 
previously set
Ignoring request to alter fixed versions of bug #820550 to the same values 
previously set
Bug #820550 [src:debian-installer-netboot-images] 
debian-installer-8-netboot-armhf: fails to install the base system
Marked as found in versions debian-installer-netboot-images/20150422.
> reassign 823158 src:debian-installer-netboot-images 20150422
Bug #823158 [debian-installer-8-netboot-amd64] 
debian-installer-8-netboot-amd64: (repair) GRUB EFI dummy install fails
Warning: Unknown package 'debian-installer-8-netboot-amd64'
Bug reassigned from package 'debian-installer-8-netboot-amd64' to 
'src:debian-installer-netboot-images'.
Ignoring request to alter found versions of bug #823158 to the same values 
previously set
Ignoring request to alter fixed versions of bug #823158 to the same values 
previously set
Bug #823158 [src:debian-installer-netboot-images] 
debian-installer-8-netboot-amd64: (repair) GRUB EFI dummy install fails
Marked as found in versions debian-installer-netboot-images/20150422.
> reassign 808071 src:thunderbird 38.4.0-1~deb7u1
Bug #808071 [calendar-google-provider] attempting to sync new google calendar 
causes icedove to eat all available CPU and RAM
Warning: Unknown package 'calendar-google-provider'
Bug reassigned from package 'calendar-google-provider' to 'src:thunderbird'.
Ignoring request to alter found versions of bug #808071 to the same values 
previously set
Ignoring request to alter fixed versions of bug #808071 to the same values 
previously set
Bug #808071 [src:thunderbird] attempting to sync new google calendar causes 
icedove to eat all available CPU and RAM
The source 'thunderbird' and version '38.4.0-1~deb7u1' do not appear to match 
any binary packages
Marked as found in versions thunderbird/38.4.0-1~deb7u1.
> reassign 620276 src:thunderbird 1.0~b1+dfsg2-2
Bug #620276 [calendar-google-provider] calendar-google-provider: modifying the 
attendees list of an existing event is not possible
Warning: Unknown package 'calendar-google-provider'
Bug reassigned from package 'calendar-google-provider' to 'src:thunderbird'.
No longer marked as found in versions 

Re: d-i bug: spurious checksum error?

2023-04-19 Thread Philip Hands
Charles Curley  writes:

> I started a test installation with a preseed file. I launched d-i with
> the following command line:
>
> expertgui auto file=/media/preseed.cfg DEBCONF_DEBUG=developer

According to the log, you actually invoked it with file=preseed.cfg:

  Kernel command line: BOOT_IMAGE=/install.386/vmlinuz priority=low vga=788 
initrd=/install.386/gtk/initrd.gz ---  auto file=preseed.cfg 
DEBCONF_DEBUG=developer

which appears to have confused the installer into looking for it in
'/usr/lib/fetch-url//preseed.cfg':

  /bin/fetch-url: .: line 35: can't open '/usr/lib/fetch-url//preseed.cfg': No 
such file or directory

which isn't exactly helpful, and it certainly could have done better
when telling you what was wrong, but it's not at all clear that it was
going to be able to guess that you meant '/media/preseed.cfg' when you
said 'preseed.cfg'.

So, I'd say there's perhaps a bug in what it should guess the user meant
when specifying a relative path as a value for preseed/file, but
probably more likely it should just reject a relative path at that point
with an error about it needing a path that is somehow anchored.

Cheers, Phil.
-- 
|)|  Philip Hands  [+44 (0)20 8530 9560]  HANDS.COM Ltd.
|-|  http://www.hands.com/http://ftp.uk.debian.org/
|(|  Hugo-Klemm-Strasse 34,   21075 Hamburg,GERMANY


signature.asc
Description: PGP signature


Re: d-i bug: spurious checksum error?

2023-04-19 Thread john doe

On 4/18/23 23:52, Charles Curley wrote:

I started a test installation with a preseed file. I launched d-i with
the following command line:

expertgui auto file=/media/preseed.cfg DEBCONF_DEBUG=developer

When I told d-i to get the preseed file, it replied with a screen about
an incorrect checksum for the preseed file. The screen showed a
checksum string of "". (I took a screen shot of the error message, then
failed to preserve it. Sorry.)

I had recently added several items to my preseed file, one of which was:


# The installer can optionally verify checksums of preconfiguration files
# before using them. Currently only md5sums are supported, list the md5sums
# in the same order as the list of files to include.
#d-i preseed/include/checksum string 5da499872becccfeda2c4872f9171c3d

I deleted those lines entirely, and re-ran the installation. I did not
get the checksum error on the second try, and the preseed file was
properly located and run.

Did I hit a bug? I doubt it is the way the last line is commented out,
because there are plenty of other lines that are similarly commented
out (no space between the # and the d).

syslog and preseed.cfg files are attached.





Unless I'm missing something, the file is to be checksummed before the
content is available to d-i, the lines would simply be  there to
document what the installer can do.

I would assume that it would work as kernel boot parameter.

--
John Doe



Debian installer can't install Debian testing in VirtualBox when EFI enabled

2023-04-19 Thread Licheng Hsu
I don't know if it's the bug of Debian installer or VirtualBox,
anyway, when EFI is enabled in VirtualBox, Debian testing just can't
install whatever Graphics Controller is in VirtualBox.

I am using VirtualBox 7.0.8 and 6.1.44, and the lastest Debian testing
ISO released on April 17, 2023.


Licheng Hsu