Your message dated Sun, 10 Jun 2018 22:04:54 +0000 with message-id <[email protected]> and subject line Bug#898468: fixed in debian-installer 20180610 has caused the Debian Bug report #898468, regarding debian-installer: black screen/long delay in graphical installer after switching from linux 4.15 to 4.16 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 [email protected] immediately.) -- 898468: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898468 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: debian-installer Severity: serious Justification: graphical installer regression Hi, Ever since we switched from linux 4.15 to 4.16, the graphical installer gets a black screen. Comparing Xorg logs, everything is exactly the same except for the kernel version and timestamps. syslog has extra lines about random stuff: May 12 02:25:01 init: starting pid 169, tty '': '/sbin/reopen-console /sbin/debian-installer' May 12 02:25:01 init: starting pid 172, tty '/dev/tty4': '/usr/bin/tail -f /var/log/syslog' May 12 02:25:02 init: process '/sbin/reopen-console /sbin/debian-installer' (pid 169) exited. Scheduling for restart. May 12 02:25:02 init: starting pid 201, tty '': '/sbin/reopen-console /sbin/debian-installer' May 12 02:25:02 kernel: [ 3.302164] random: debconf: uninitialized urandom read (8 bytes read) May 12 02:25:02 kernel: [ 3.302291] random: debconf: uninitialized urandom read (8 bytes read) May 12 02:25:02 kernel: [ 3.302351] random: debconf: uninitialized urandom read (8 bytes read) May 12 02:25:02 kernel: [ 3.302450] random: debconf: uninitialized urandom read (8 bytes read) May 12 02:25:02 kernel: [ 3.302530] random: debconf: uninitialized urandom read (8 bytes read) May 12 02:25:02 kernel: [ 3.302682] random: debconf: uninitialized urandom read (8 bytes read) May 12 02:25:02 kernel: [ 3.302804] random: debconf: uninitialized urandom read (8 bytes read) May 12 02:25:02 kernel: [ 3.302963] random: debconf: uninitialized urandom read (8 bytes read) May 12 02:25:02 kernel: [ 3.303009] random: debconf: uninitialized urandom read (8 bytes read) May 12 02:25:02 kernel: [ 3.303078] random: debconf: uninitialized urandom read (8 bytes read) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ May 12 02:25:19 init: starting pid 170, tty '/dev/tty2': '-/bin/sh' May 12 02:25:21 debconf: Setting debconf/language to en May 12 02:25:21 main-menu[229]: DEBUG: resolver (libgcc1): package doesn't exist (ignored) May 12 02:25:21 main-menu[229]: INFO: Falling back to the package description for brltty-udeb May 12 02:25:21 main-menu[229]: INFO: Menu item 'localechooser' selected May 12 02:25:22 debconf: Setting debconf/language to en May 12 02:25:22 gtk-set-font: Switching to font 'DejaVu Sans' for 'en' May 12 02:25:24 kernel: [ 25.303708] random: crng init done After a while, this happens: ^^^^^^^^^^^^^^^^^^^^^^ Once that has happened (so after 20+ seconds), the screen comes up properly without any intervention. I think I've seen reports on #debian-kernel about boot stuff like plymouth/cryptsetup having issues gathering entropy at the early stages of the boot sequence, but I'm not sure that's a regression in the kernel, and/or something that should be dealt with from within cdebconf. That's why I'm filing this bug report for the time being, feel free to mention actual bug reports on the kernel side, and to suggest ways to go from here (I haven't followed that quite closely). I've X-D-Cc'd debian-kernel@ as their input is more than welcome. Interestingly, the text installer is working just fine so I guess it's something frontend-specific (some X11 fun?), but I won't dig into that right away. Cheers, -- Cyril Brulebois ([email protected]) <https://debamax.com/> D-I release manager -- Release team member -- Freelance Consultant
--- End Message ---
--- Begin Message ---Source: debian-installer Source-Version: 20180610 We believe that the bug you reported is fixed in the latest version of debian-installer, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Cyril Brulebois <[email protected]> (supplier of updated debian-installer 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 10 Jun 2018 23:48:13 +0200 Source: debian-installer Binary: debian-installer Architecture: source Version: 20180610 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team <[email protected]> Changed-By: Cyril Brulebois <[email protected]> Description: debian-installer - Debian Installer documentation Closes: 895074 898468 Changes: debian-installer (20180610) unstable; urgency=medium . [ Cyril Brulebois ] * Bump Linux kernel ABI from 4.13.0-1 to 4.16.0-2 * Replace c_rehash with openssl rehash (Closes: #895074). That should only affect builds with SSL_CERTS enabled; regular HTTPS support comes from ca-certificates anyway. * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement). * Set Acquire::Languages to none since translations aren't needed. * Avoid warnings regarding missing /etc/apt/{apt.conf.d,preferences.d} by setting their respective apt config variables to /dev/null. * Duplicate Apt::Architecture into Apt::Architectures because of course apt has two options, the latter getting foreign architectures if not specified, even if the former is. * Run fc-cache when /etc/fonts or /usr/share/fonts exist, to avoid having to generate UUIDs at runtime, which can be hard because of missing entropy (Closes: #898468). * Add fontconfig to Build-Depends accordingly. . [ Paul Tagliamonte ] * Add support for the NanoPiNeo . [ Aurelien Jarno ] * Drop the build-depends on libnewt0.52, the library now provides an udeb. . [ Vagrant Cascadian ] * [arm64] Generate u-boot media for pine64_plus: - Add Build-Depends on u-boot-sunxi, atf-allwinner, u-boot-tools and device-tree-compiler. - Add atf-allwinner to Built-Using. * [armhf] netboot: Enable grub-efi mini.iso. . [ John Paul Adrian Glaubitz ] * hppa: Use compressed kernel image by default. * sparc64: Use xz compression for initrd during netboot image build. . [ Paul Wise ] * Switch get-packages from setting apt-get options through the command line to writing a configuration file referred to by APT_CONFIG. The latter should ensure a stricter separation from the system config. . [ Samuel Thibault ] * Do not create /dev/console and /dev/null on hurd-any, they are initialized at runtime. . [ Vagrant Cascadian ] * [armhf] Add support for Cubietruck_plus. Checksums-Sha1: 4939b324ca10aea0130d601917f1586801575ac4 3574 debian-installer_20180610.dsc cc475d877ec7e7974705c06cfe14a5a8ab5e03c7 1389773 debian-installer_20180610.tar.gz 82766cd5b82c78ad6624fe87802331cf749658ed 7287 debian-installer_20180610_source.buildinfo Checksums-Sha256: bf110e1fb036fb254a3ad4bf840a64cd6a5530f141f6fa8d7f72626d94275f6b 3574 debian-installer_20180610.dsc c1c639c42dec1798d83687553618dab7ab2623f732090c3fad9a038183455577 1389773 debian-installer_20180610.tar.gz ecb2f2cc1e596e183740dc199f01b5967a4d88736ae42737a53ca08c3686c4ed 7287 debian-installer_20180610_source.buildinfo Files: af335150b34c8b190928a8ae9327d15e 3574 devel optional debian-installer_20180610.dsc e5cba53bd4af9ddea64109a5f818bd6f 1389773 devel optional debian-installer_20180610.tar.gz 9d530f548ff0b36c81461a55769e9535 7287 devel optional debian-installer_20180610_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtg6/KYRFPHDXTPR4/5FK8MKzVSAFAlsdncMACgkQ/5FK8MKz VSA5mA//ZASMvHVcI2Ly9XwXR3KnQ3HTz0pmnA1zGfwOl5wsdu/O7g+RyGCrugeQ /jdepb2w6FWrYUXZ0B6O4dNwrAXm6LDpsC2fqG0ROtnj0Ocs0j2UAVp1BltVF5jq vLIiqi6ddMOCMSDV6P8SS8A5I7Rv7wbPt6SW/evOwYJFO1Fhy09AOkHmYE4PsZ9D IZDqPmuFjTWB6uVcGhpJMudH5vKf0M2QFoV0QPfkOhGKZMjm7Br3kRtkl2W9YK2C JDPafLWLY1Ry5MrfFioBZwPvBM9U0l02/MlCKb7UTDPHJEQkoWsVRWFZbQVp18t3 VKLrhV7E4vHBYn/GWJaU8AMGYmD1QpRUR/2uF4dmykV9PQyW5F0/JXG2K1LOFAUj q1TWcuG6Io8o/ANcNU2US2JBwQeqPUP4BCm0FHgOT3Ox7+DbxgC3VG7bEGThqzGK /XJGBTu2vLqYGLOcSpeWX0+ELEC3RcxrcdW3Kw5w/PcDZst7PFDZeZBYZoe/4iS0 jX4fviUoFIbfhygCYhOXtxYzH4EEtSp02G6dxwZD3tnhFwdQkxRAdc+YIakj50EG slmjblBNADm0k/cg3UqTJ5TV6XMyg1EDsS4NQ6O/NWdti4/PGHGgF/IMpp6yWYhL FtRm3JrI5vmB90kHxkIuZEzfqBHuQYztsN59+dIKNetx14dbfJE= =/XSt -----END PGP SIGNATURE-----
--- End Message ---

