Processed: Regulator module missing (was: Bug#809521: USB-Keyboard doesn't work at Banana Pi)
Processing control commands: > reassign 809521 src:linux Bug #809521 [installation-reports] USB-Keyboard doesn't work at Banana Pi Bug reassigned from package 'installation-reports' to 'src:linux'. Ignoring request to alter found versions of bug #809521 to the same values previously set Ignoring request to alter fixed versions of bug #809521 to the same values previously set -- 809521: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809521 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processing of flash-kernel_3.35+deb8u2_source.changes
flash-kernel_3.35+deb8u2_source.changes uploaded successfully to localhost along with the files: flash-kernel_3.35+deb8u2.dsc flash-kernel_3.35+deb8u2.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org)
flash-kernel_3.35+deb8u2_source.changes ACCEPTED into proposed-updates->stable-new
Mapping stable to proposed-updates. Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 05 Dec 2015 19:16:33 +0100 Source: flash-kernel Binary: flash-kernel flash-kernel-installer Architecture: source Version: 3.35+deb8u2 Distribution: stable Urgency: medium Maintainer: Debian Install System Team Changed-By: Cyril Brulebois Description: flash-kernel - utility to make certain embedded devices bootable flash-kernel-installer - Make the system bootable (udeb) Closes: 791794 Changes: flash-kernel (3.35+deb8u2) stable; urgency=medium . [ Ian Campbell ] * Avoid waiting for Ctrl-C if any debconf frontend is in use, not just non-interactive. (Closes: #791794) Checksums-Sha1: 5e10c7aa3df7b5a208ac60c5acd017f0b51649b7 1883 flash-kernel_3.35+deb8u2.dsc c4e410d876969b927867ce8a786da37899339067 56848 flash-kernel_3.35+deb8u2.tar.xz Checksums-Sha256: d578f25289cbf5cdd46dd39d978def1565326dbf9a9503aa297a5f86a17cd93d 1883 flash-kernel_3.35+deb8u2.dsc 7cedf60bcfbc5e7e4439b569a60a19fd189c0d30e56763b4d3fd0c2f6321ca68 56848 flash-kernel_3.35+deb8u2.tar.xz Files: d66d59d15d6ab202485c1271318f2145 1883 utils optional flash-kernel_3.35+deb8u2.dsc a0d8836a9562b7bfbf0409fe0c0caa7a 56848 utils optional flash-kernel_3.35+deb8u2.tar.xz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBAgAGBQJWhq0DAAoJEP+RSvDCs1UgsdwP/3ffM6OrPNbHJtTkf1d0u9RS RZzj7yRu+LJsH9VYwhjmwT8r+KcBwy6U9ITCblp6C6VqpVuAUnkM/j7SMYEAdUQM d1cmnzgbqwparRHDKtmVKTlWhxwIwDdmD/iioDhE9I/QaBkAeBdhwoh3XHGjOAYc 1mAfW+7hPM+qfjRxCmg34P3eXJj882yKpwSRRa9sM26hvrl24gBvUiwvGAsvShzB bgx2Wrrye2h2l/52qg7B8+EV0tQX80EArejvXrpRkLktE5PmnirJ3qwc3xtvjf40 IDkBmZqgMh7ZLDKmGGg85gTicL24UPeDZvByEOttugGYUfLJv7fYF1aejNRfMWbM +OzZCk/MKQEL9isLzh12NGL7kG2BWjMQUOfu3mx1HJnr3OgVfo0WyH14SaxAqsZM hVtO3O7HQyjV/KIDY4gaXLdVdUC/lqwrRhBFUsE1Ps5y35Tu+0fxpYlwu3kRE4EL Bx+USd0PqNTKD35TjDCGSgoG4+EN3cngxMI6IBQCrtHYuy/Wq+yyCoA4f3BJVFxj F3GF+iv3GIKvpsEPe8L54FmTyEGdrE6UT5TB9AE0OI72uw860ZzSmLqJuQcTo1sa RhAPV/V++bdTh/qXdC60LPt0Zab1P3Jc3p/dIT66L9deM3b4Qpv7TqEZV5PVwxnq c5SyDsT1comLTu0TUMBH =y57V -END PGP SIGNATURE- Thank you for your contribution to Debian.
Bug#803711: marked as done (copy:// urls ommited in gen-sources.list.udeb)
Your message dated Fri, 01 Jan 2016 18:04:24 + with message-id and subject line Bug#803711: fixed in debian-installer 20160101 has caused the Debian Bug report #803711, regarding copy:// urls ommited in gen-sources.list.udeb 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.) -- 803711: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803711 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: debian-installer Version: 20150422+deb8u2 Tags: patch I've debootstrapped a chroot from a local debian mirror. The sources.list file in the chroot is deb file:///srv/debian jessie main deb file:///srv/debian jessie-proposed-updates main but the gen-sources.list.udeb script outputs only deb copy:///srv/debian jessie main/debian-installer The script has some elaborate code to handle (f|ht)tp urls and add proposed-updates when needed for those but can't handle file:/// urls and ouptputs only one repo instead of two. The attached patch fixes the problem in a rather simplistic yet efficient way. Kind regards, -- Było mi bardzo miło. --- Rurku. --- ... >Łukasz<--- To dobrze, że mnie słuchasz. ...Przez ulicę przechodzi na żółtym świetle, jabłka obiera żyletką, lubi ryzyko diff --git a/build/util/gen-sources.list.udeb b/build/util/gen-sources.list.udeb index 26a0ac2..7f62d9d 100755 --- a/build/util/gen-sources.list.udeb +++ b/build/util/gen-sources.list.udeb @@ -86,6 +86,9 @@ for mirror in $MIRRORS; do fi else echo "$mirror $SUITE $UDEB_COMPONENTS" + if [ "$USE_PROPOSED_UPDATES" = 1 ]; then + echo "$mirror $SUITE-proposed-updates $UDEB_COMPONENTS" + fi fi done | perl -ne 'print unless $seen{$_}; $seen{$_}=1' signature.asc Description: PGP signature --- End Message --- --- Begin Message --- Source: debian-installer Source-Version: 20160101 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 803...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Cyril Brulebois (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 ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 01 Jan 2016 18:46:41 +0100 Source: debian-installer Binary: debian-installer Architecture: source Version: 20160101 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team Changed-By: Cyril Brulebois Description: debian-installer - Debian Installer documentation Closes: 722735 789600 803711 805321 807716 808875 809301 Changes: debian-installer (20160101) unstable; urgency=medium . [ Karsten Merker ] * Provide u-boot and SD-card images for the LinkSprite pcDuino. . [ Cyril Brulebois ] * Adjust p-u support to handle file:// instead of (f|ht)tp:// only, thanks to Łukasz Stelmach for both the report and the patch (Closes: #803711). . [ Samuel Thibault ] * Bump hurd kernel version. * Prevent spurious speech synthesis boot entry. . [ Vagrant Cascadian ] * bootscr.mainline_common: Prefer newer u-boot distro_bootpart variable. . [ Cyril Brulebois ] * Cherry-pick the following changes by Steven Chamberlain from the jessie-kfreebsd branch. * build/Makefile: Rename GZIP into gzip, and pass an extra -T to pigz (it needs both -n and -T to behave as gzip's -n). * build/config/x86.cfg: Also pass -n to gzip. * Bump linux kernel version from 4.2.0-1 to 4.3.0-1 * Replace the module-init-tools build-dep with a kmod one since the transitional package got dropped in kmod/22-1. * Apply patch from gregor herrmann to fix new warnings with perl 5.22 (Closes: #808875). Thanks! * Update copyright years on the F10 help screen. * Update translation-status for the release. . [ Steven Chamberlain ] * Improve reproducibility of debian-installer netboot images (Closes: #805321): * Add a new utility build/util/gen-tarball to make reproducible tarballs, and use it for: - netboot.tar.gz - debian-cd_info.tar.gz - the o
Bug#808875: marked as done (debian-installer: Perl transition)
Your message dated Fri, 01 Jan 2016 18:04:24 + with message-id and subject line Bug#808875: fixed in debian-installer 20160101 has caused the Debian Bug report #808875, regarding debian-installer: Perl transition 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.) -- 808875: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808875 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: debian-installer Severity: serious Justification: BD-Uninstallable etc. [ Please keep debian-perl@ and debian-release@ in the loop. ] Hi, Just wanted to let you know that debian-installer still can't be built since a few packages are missing. In my devel chroot, after a dist-upgrade, I had to rebuild the following packages to make debiandoc-sgml installable: debiandoc-sgml libhtml-parser-perl libhtml-tagset-perl libroman-perl libtext-format-perl I've seen at least one of them getting a binNMU so I thought I'd cc perl and release teams… In addition, one can see that kind of warnings during the build now: | Unescaped left brace in regex is deprecated, passed through in regex; | marked by <-- HERE in m/\${ <-- HERE BOOTPROMPT}\n?$/ at | util/bootvars-subst line 13. so one has to make sure how much d-i is affected by this transition. Mraw, KiBi. --- End Message --- --- Begin Message --- Source: debian-installer Source-Version: 20160101 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 808...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Cyril Brulebois (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 ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 01 Jan 2016 18:46:41 +0100 Source: debian-installer Binary: debian-installer Architecture: source Version: 20160101 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team Changed-By: Cyril Brulebois Description: debian-installer - Debian Installer documentation Closes: 722735 789600 803711 805321 807716 808875 809301 Changes: debian-installer (20160101) unstable; urgency=medium . [ Karsten Merker ] * Provide u-boot and SD-card images for the LinkSprite pcDuino. . [ Cyril Brulebois ] * Adjust p-u support to handle file:// instead of (f|ht)tp:// only, thanks to Łukasz Stelmach for both the report and the patch (Closes: #803711). . [ Samuel Thibault ] * Bump hurd kernel version. * Prevent spurious speech synthesis boot entry. . [ Vagrant Cascadian ] * bootscr.mainline_common: Prefer newer u-boot distro_bootpart variable. . [ Cyril Brulebois ] * Cherry-pick the following changes by Steven Chamberlain from the jessie-kfreebsd branch. * build/Makefile: Rename GZIP into gzip, and pass an extra -T to pigz (it needs both -n and -T to behave as gzip's -n). * build/config/x86.cfg: Also pass -n to gzip. * Bump linux kernel version from 4.2.0-1 to 4.3.0-1 * Replace the module-init-tools build-dep with a kmod one since the transitional package got dropped in kmod/22-1. * Apply patch from gregor herrmann to fix new warnings with perl 5.22 (Closes: #808875). Thanks! * Update copyright years on the F10 help screen. * Update translation-status for the release. . [ Steven Chamberlain ] * Improve reproducibility of debian-installer netboot images (Closes: #805321): * Add a new utility build/util/gen-tarball to make reproducible tarballs, and use it for: - netboot.tar.gz - debian-cd_info.tar.gz - the overall debian-installer-images tar.gz file. * Inhibit gzip timestamp in initrd.gz * Ensure SOURCE_DATE_EPOCH is exported throughout the build system, define it if unset, or fall back to 'now' if build/Makefile is directly invoked. . [ Steve McIntyre ] * Add the part_gpt module into the core grub image to make it easier for users doing slightly different things with our images; include support for GPT partition tables as well as msdos (Closes: #789600). . [ Ben Hutchings ]
Bug#722735: marked as done (Installation Report - Issue with config-debian script when installing on ARM Buffalo Linkstation HS-DSGL)
Your message dated Fri, 01 Jan 2016 18:04:24 + with message-id and subject line Bug#722735: fixed in debian-installer 20160101 has caused the Debian Bug report #722735, regarding Installation Report - Issue with config-debian script when installing on ARM Buffalo Linkstation HS-DSGL 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.) -- 722735: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722735 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: installation-reports Boot method: Copy uImage.buffalo, initrd.Buffalo and config-debian to /Boot via telnet and reboot Image version: http://http.us.debian.org/debian/dists/stable/main/installer-armel/current/images/orion5x/network-console/buffalo/lspro/uImage.buffalo Date: 20:00 BST, 13th September 2013 Machine: Buffalo Linkstation HS-DSGL Processor: ARM of some kind Memory: Unknown Partitions: Default partition table for device, now destroyed by debian installation Output of lspci -knn (or lspci -nn): Base System Installation Checklist: [O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it Initial boot: [E] Detect network card: [ ] Configure network: [ ] Detect CD: [ ] Load installer modules: [ ] Detect hard drives: [ ] Partition hard drives: [ ] Install base system: [ ] Clock/timezone setup: [ ] User/password setup: [ ] Install tasks: [ ] Install boot loader: [ ] Overall install: [ ] Comments/Problems: Installing debian onto a Buffalo linkstation HS-DSGL rou ghly following the guide here: http://buffalo.nas-central.org/wiki/Install_Debian_on_the_Linkstation_Pro/Live With telnet access to device acquired as described here in the 'Getting Console Access With acp_commander' section: http://buffalo.nas-central.org/wiki/Open_Stock_Firmware Running config-debian prior to install produced an error: 'You have to create an ext2 filesystem on /dev/sda1 or /dev/mtd0' /dev/sda1 IS an ext3 partition in an untouched linkstation, however it is not mounted directly. The installation has destroyed the original fstab but something like /dev/disk1-1something was mounted as /boot. This is sda1 under another name but config-debian does not recognise this. To get config-debian to work, /boot must be unmounted by 'umount /boot' and /dev/sda1 (re)mounted as /boot instead using 'mount /dev/sda1 /boot' This leaves /boot looking exactly the same as before, but config-debian excecutes correctly and the installation process can be started. --- End Message --- --- Begin Message --- Source: debian-installer Source-Version: 20160101 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 722...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Cyril Brulebois (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 ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 01 Jan 2016 18:46:41 +0100 Source: debian-installer Binary: debian-installer Architecture: source Version: 20160101 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team Changed-By: Cyril Brulebois Description: debian-installer - Debian Installer documentation Closes: 722735 789600 803711 805321 807716 808875 809301 Changes: debian-installer (20160101) unstable; urgency=medium . [ Karsten Merker ] * Provide u-boot and SD-card images for the LinkSprite pcDuino. . [ Cyril Brulebois ] * Adjust p-u support to handle file:// instead of (f|ht)tp:// only, thanks to Łukasz Stelmach for both the report and the patch (Closes: #803711). . [ Samuel Thibault ] * Bump hurd kernel version. * Prevent spurious speech synthesis boot entry. . [ Vagrant Cascadian ] * bootscr.mainline_common: Prefer newer u-boot distro_bootpart variable. . [ Cyril Brulebois ] * Cherry-pick the following changes by Steven Chamberlain from the jessie-kfreebsd branch. * build/Makefile: Rename GZIP into gzip, and pass an extra -T to pigz (it needs both -n and -T to behave as gzip's -n). * build/config/x86
Bug#809301: marked as done (Should usb-serial-modules be excluded from network-console/armel.cfg?)
Your message dated Fri, 01 Jan 2016 18:04:24 + with message-id and subject line Bug#809301: fixed in debian-installer 20160101 has caused the Debian Bug report #809301, regarding Should usb-serial-modules be excluded from network-console/armel.cfg? 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.) -- 809301: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809301 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: debian-installer Version: 20151024 In commit cb01da86 ("Add usb-serial-modules to armel images"), Samuel Thibault added usb-serial-modules to various armel images. It was added to pkg-lists/netboot/armel.cfg, which means it will be included in all netboot images, including network-console, which depends on netboot. It was also added to pkg-lists/netboot/network-console/armel.cfg explicitly, in a block excluding various udebs with the comment: # Exclude framebuffer related modules that are listed in netboot/armel.cfg I wonder if the line in pkg-lists/netboot/network-console/armel.cfg should REMOVE usb-serial-modules rather than ADD it. I'm not sure when usb-serial-modules is useful but I assume it's related to Braille devices. Since network-console installations are done via SSH, I believe it doesn't make sense to include that module there. Can you comment? -- Martin Michlmayr http://www.cyrius.com/ --- End Message --- --- Begin Message --- Source: debian-installer Source-Version: 20160101 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 809...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Cyril Brulebois (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 ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 01 Jan 2016 18:46:41 +0100 Source: debian-installer Binary: debian-installer Architecture: source Version: 20160101 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team Changed-By: Cyril Brulebois Description: debian-installer - Debian Installer documentation Closes: 722735 789600 803711 805321 807716 808875 809301 Changes: debian-installer (20160101) unstable; urgency=medium . [ Karsten Merker ] * Provide u-boot and SD-card images for the LinkSprite pcDuino. . [ Cyril Brulebois ] * Adjust p-u support to handle file:// instead of (f|ht)tp:// only, thanks to Łukasz Stelmach for both the report and the patch (Closes: #803711). . [ Samuel Thibault ] * Bump hurd kernel version. * Prevent spurious speech synthesis boot entry. . [ Vagrant Cascadian ] * bootscr.mainline_common: Prefer newer u-boot distro_bootpart variable. . [ Cyril Brulebois ] * Cherry-pick the following changes by Steven Chamberlain from the jessie-kfreebsd branch. * build/Makefile: Rename GZIP into gzip, and pass an extra -T to pigz (it needs both -n and -T to behave as gzip's -n). * build/config/x86.cfg: Also pass -n to gzip. * Bump linux kernel version from 4.2.0-1 to 4.3.0-1 * Replace the module-init-tools build-dep with a kmod one since the transitional package got dropped in kmod/22-1. * Apply patch from gregor herrmann to fix new warnings with perl 5.22 (Closes: #808875). Thanks! * Update copyright years on the F10 help screen. * Update translation-status for the release. . [ Steven Chamberlain ] * Improve reproducibility of debian-installer netboot images (Closes: #805321): * Add a new utility build/util/gen-tarball to make reproducible tarballs, and use it for: - netboot.tar.gz - debian-cd_info.tar.gz - the overall debian-installer-images tar.gz file. * Inhibit gzip timestamp in initrd.gz * Ensure SOURCE_DATE_EPOCH is exported throughout the build system, define it if unset, or fall back to 'now' if build/Makefile is directly invoked. . [ Steve McIntyre ] * Add the part_gpt module into the core grub image to make it easier for users doing slightly different things with our images; include sup
Bug#805321: marked as done (debian-installer: builds unreproducible netboot images)
Your message dated Fri, 01 Jan 2016 18:04:24 + with message-id and subject line Bug#805321: fixed in debian-installer 20160101 has caused the Debian Bug report #805321, regarding debian-installer: builds unreproducible netboot images 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.) -- 805321: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805321 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: debian-installer Version: 20150422 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertag: timestamps fileordering infrastructure X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org X-Debbugs-Cc: debian-...@lists.debian.org Hi! The debian-installer package build produces netboot.tar.gz and the mini.iso netboot install media. It doesn't do this in an easily reproducible way: * the d-i initrd/mfsroot is a filesystem image, having variable mtime/ctime/atime timestamps from package build time; * likewise in the generated mini.iso; * netboot.tar.gz also has varying timestamps; the order of files may also vary depending on the filesystem; * likewise in the cd info tarball; * likewise in the debian-installer-images tarball; * all gzipped outfile files have a timestamp in the header. I have a patch aimed at jessie-kfreebsd that should fix all of the above. It should be possible to do the same in sid with much less code, due to new GNU tar features and other reproducible builds work. I've 'clamped' timestamps to be no later than the most recent debian/changelog entry date. That way, the non-useful timestamps from during the build are adjusted to a constant value. Older timestamps, actually indicating how old a file is, are untouched. The BUILD_DATE, actually the package version number, is unchanged. Specifically on kfreebsd, the generated mfsroot is a ffs filesystem having file atimes, and another timestamp in the filesystem superblock. I intend to patch makefs so that it can clamp timestamps to a given SOURCE_DATE_EPOCH. Besides a file ordering issue in makefs, all output files including netboot.tar.gz and mini.iso then seem to be reproducible for jessie-kfreebsd, at least. :) Regards, -- Steven Chamberlain ste...@pyro.eu.org signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: debian-installer Source-Version: 20160101 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 805...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Cyril Brulebois (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 ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 01 Jan 2016 18:46:41 +0100 Source: debian-installer Binary: debian-installer Architecture: source Version: 20160101 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team Changed-By: Cyril Brulebois Description: debian-installer - Debian Installer documentation Closes: 722735 789600 803711 805321 807716 808875 809301 Changes: debian-installer (20160101) unstable; urgency=medium . [ Karsten Merker ] * Provide u-boot and SD-card images for the LinkSprite pcDuino. . [ Cyril Brulebois ] * Adjust p-u support to handle file:// instead of (f|ht)tp:// only, thanks to Łukasz Stelmach for both the report and the patch (Closes: #803711). . [ Samuel Thibault ] * Bump hurd kernel version. * Prevent spurious speech synthesis boot entry. . [ Vagrant Cascadian ] * bootscr.mainline_common: Prefer newer u-boot distro_bootpart variable. . [ Cyril Brulebois ] * Cherry-pick the following changes by Steven Chamberlain from the jessie-kfreebsd branch. * build/Makefile: Rename GZIP into gzip, and pass an extra -T to pigz (it needs both -n and -T to behave as gzip's -n). * build/config/x86.cfg: Also pass -n to gzip. * Bump linux kernel version from 4.2.0-1 to 4.3.0-1 * Replace the module-init-tools build-dep with a kmod one since the transitional package got dropped in km
Bug#807716: marked as done (debian-installer docs bug)
Your message dated Fri, 01 Jan 2016 18:04:24 + with message-id and subject line Bug#807716: fixed in debian-installer 20160101 has caused the Debian Bug report #807716, regarding debian-installer docs bug 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.) -- 807716: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807716 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: debian-installer http://d-i.alioth.debian.org/doc/internals/ch03.html mentions XC-Package-Type and XB-Installer-Menu-Item The XC- and XB- isn't necessary anymore. --- End Message --- --- Begin Message --- Source: debian-installer Source-Version: 20160101 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 807...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Cyril Brulebois (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 ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 01 Jan 2016 18:46:41 +0100 Source: debian-installer Binary: debian-installer Architecture: source Version: 20160101 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team Changed-By: Cyril Brulebois Description: debian-installer - Debian Installer documentation Closes: 722735 789600 803711 805321 807716 808875 809301 Changes: debian-installer (20160101) unstable; urgency=medium . [ Karsten Merker ] * Provide u-boot and SD-card images for the LinkSprite pcDuino. . [ Cyril Brulebois ] * Adjust p-u support to handle file:// instead of (f|ht)tp:// only, thanks to Łukasz Stelmach for both the report and the patch (Closes: #803711). . [ Samuel Thibault ] * Bump hurd kernel version. * Prevent spurious speech synthesis boot entry. . [ Vagrant Cascadian ] * bootscr.mainline_common: Prefer newer u-boot distro_bootpart variable. . [ Cyril Brulebois ] * Cherry-pick the following changes by Steven Chamberlain from the jessie-kfreebsd branch. * build/Makefile: Rename GZIP into gzip, and pass an extra -T to pigz (it needs both -n and -T to behave as gzip's -n). * build/config/x86.cfg: Also pass -n to gzip. * Bump linux kernel version from 4.2.0-1 to 4.3.0-1 * Replace the module-init-tools build-dep with a kmod one since the transitional package got dropped in kmod/22-1. * Apply patch from gregor herrmann to fix new warnings with perl 5.22 (Closes: #808875). Thanks! * Update copyright years on the F10 help screen. * Update translation-status for the release. . [ Steven Chamberlain ] * Improve reproducibility of debian-installer netboot images (Closes: #805321): * Add a new utility build/util/gen-tarball to make reproducible tarballs, and use it for: - netboot.tar.gz - debian-cd_info.tar.gz - the overall debian-installer-images tar.gz file. * Inhibit gzip timestamp in initrd.gz * Ensure SOURCE_DATE_EPOCH is exported throughout the build system, define it if unset, or fall back to 'now' if build/Makefile is directly invoked. . [ Steve McIntyre ] * Add the part_gpt module into the core grub image to make it easier for users doing slightly different things with our images; include support for GPT partition tables as well as msdos (Closes: #789600). . [ Ben Hutchings ] * Include leds-modules on armhf if available * Update i386 config to use 686 kernel flavour instead of 586 . [ Martin Michlmayr ] * Update docs to reflect that Package-Type and Installer-Menu-Item are official fields nowadays (Closes: #807716). * Remove minix-modules from the orion5x network-console image since it was only required by the D-Link DNS-323, a device that's no longer supported. * Exclude usb-serial-modules from the armel network-console image since it's not useful there (Closes: #809301). * Exclude usb-modules explicitly on armel/orion5x network-console to work around a bug in util/pkg-list. * Stop including sata and ext2/ext3 modules on the armel/orion5x
Processing of debian-installer_20160101_source.changes
debian-installer_20160101_source.changes uploaded successfully to localhost along with the files: debian-installer_20160101.dsc debian-installer_20160101.tar.gz Greetings, Your Debian queue daemon (running on host franck.debian.org)
debian-installer_20160101_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 01 Jan 2016 18:46:41 +0100 Source: debian-installer Binary: debian-installer Architecture: source Version: 20160101 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team Changed-By: Cyril Brulebois Description: debian-installer - Debian Installer documentation Closes: 722735 789600 803711 805321 807716 808875 809301 Changes: debian-installer (20160101) unstable; urgency=medium . [ Karsten Merker ] * Provide u-boot and SD-card images for the LinkSprite pcDuino. . [ Cyril Brulebois ] * Adjust p-u support to handle file:// instead of (f|ht)tp:// only, thanks to Łukasz Stelmach for both the report and the patch (Closes: #803711). . [ Samuel Thibault ] * Bump hurd kernel version. * Prevent spurious speech synthesis boot entry. . [ Vagrant Cascadian ] * bootscr.mainline_common: Prefer newer u-boot distro_bootpart variable. . [ Cyril Brulebois ] * Cherry-pick the following changes by Steven Chamberlain from the jessie-kfreebsd branch. * build/Makefile: Rename GZIP into gzip, and pass an extra -T to pigz (it needs both -n and -T to behave as gzip's -n). * build/config/x86.cfg: Also pass -n to gzip. * Bump linux kernel version from 4.2.0-1 to 4.3.0-1 * Replace the module-init-tools build-dep with a kmod one since the transitional package got dropped in kmod/22-1. * Apply patch from gregor herrmann to fix new warnings with perl 5.22 (Closes: #808875). Thanks! * Update copyright years on the F10 help screen. * Update translation-status for the release. . [ Steven Chamberlain ] * Improve reproducibility of debian-installer netboot images (Closes: #805321): * Add a new utility build/util/gen-tarball to make reproducible tarballs, and use it for: - netboot.tar.gz - debian-cd_info.tar.gz - the overall debian-installer-images tar.gz file. * Inhibit gzip timestamp in initrd.gz * Ensure SOURCE_DATE_EPOCH is exported throughout the build system, define it if unset, or fall back to 'now' if build/Makefile is directly invoked. . [ Steve McIntyre ] * Add the part_gpt module into the core grub image to make it easier for users doing slightly different things with our images; include support for GPT partition tables as well as msdos (Closes: #789600). . [ Ben Hutchings ] * Include leds-modules on armhf if available * Update i386 config to use 686 kernel flavour instead of 586 . [ Martin Michlmayr ] * Update docs to reflect that Package-Type and Installer-Menu-Item are official fields nowadays (Closes: #807716). * Remove minix-modules from the orion5x network-console image since it was only required by the D-Link DNS-323, a device that's no longer supported. * Exclude usb-serial-modules from the armel network-console image since it's not useful there (Closes: #809301). * Exclude usb-modules explicitly on armel/orion5x network-console to work around a bug in util/pkg-list. * Stop including sata and ext2/ext3 modules on the armel/orion5x network-console image due to size limitations on QNAP TS-x09. * Drop the file extension from the initrd for QNAP devices. * Re-introduce installer images for QNAP TS-x09. * Recognize /dev/disk1_1 and /dev/ls_disk1_1 as boot devices on Linkstation. Thanks Roger Shimizu (Closes: 722735). . [ John Paul Adrian Glaubitz ] * Set KERNELVERSION for sparc64 to $(LINUX_KERNEL_ABI)-sparc64. * Set KEYRING to debian-ports on sparc64. * Add silo to Build-Depends on sparc64. * Fix typo (problimatic -> problematic) in silo comment. * Clone boot configuration files from sparc for sparc64. Checksums-Sha1: 074a49d56a672decc393e828d9dbccba07401181 3434 debian-installer_20160101.dsc 1e62df10d9e2b81b56e925e4f18a295129a724fa 1375522 debian-installer_20160101.tar.gz Checksums-Sha256: 5a4e8ccfb5670bc3514a1c2f2acdca91f58c99efd2bde7ee38bb3eb2499d415a 3434 debian-installer_20160101.dsc 257c7a0d4c04486fce0ed46dd1a0d5441770b4f67ec93966e0ae64c7dd65644b 1375522 debian-installer_20160101.tar.gz Files: 95fcf40227dbffcdf13ead8f3ceea1e3 3434 devel optional debian-installer_20160101.dsc ac785dca4dd335627e345c66bfc4ca88 1375522 devel optional debian-installer_20160101.tar.gz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBAgAGBQJWhr0RAAoJEP+RSvDCs1UgwGEP/14JUN50PzufJycsAs7NLA7y L7zR6FlmNheUcH1q0i6dDPxtW3ChHHM2hX8fSH0ZJtSdUAfRCpo+0PEQF/vzb8tF ZWxPzHF6FQskqLFOn+QC78IEcYhMlZ5M91k6o582DwS3qZk9+n/SifaM37txnnd3 Fhdo5BRUJc9uApHI1DKx8tbvyc6L2lIB7MSGI4oRb5uCIZWdKdBzLIOBJ1bpk406 poQ7BZuR7kbtU9D3axDF58+MKiYwSPxsA/AuD6/Q8PjTdtRWIW5G7+neRC3Jv/kM mI+lEXlkE4SJRW9zRIZXW7OPKqNjL+4q7VHpnE245eaig2m730q5tq4il3tsitlm KoRShsEEYnqE2EgEkyx6iM1b4tMMdrrlMAsxWICp2Tv87XRKeoxKiF/74lwnvcrN NqUwJQFkk1+Mco5dq61HQ7otHaK4zLw4q7+x
Bug#809611: d-i fails to boot on HP mv2120
Package: debian-installer Severity: important Mike Thompson reports that the daily d-i image fails to boot on HP mv2120: - Forwarded message from Mike Thompson - From: Mike Thompson On Thu, Dec 31, 2015 at 10:01 AM, Martin Michlmayr wrote: > Thanks, Mike. That'd be great. > > You can find the daily images here: > > http://d-i.debian.org/daily-images/armel/daily/orion5x/network-console/hp/mv2120/ > > Please let me know if you run into any problems (or if things work). Hi Martin, I gave the daily image you linked to above a go on the MV2120, but unfortunately it failed. Looking at the bottom of the trace there is some problem mounting the root filesystem for the install image. Output from the serial console is below: __ __ _ _ | \/ | __ _ _ _| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_|\_/ \___|_|_| _ _ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/|/ \___/ \___/ \__| ** Forcing LOADER mode only ** ** MARVELL BOARD: RD-88F5182-NAS-P2 LE U-Boot 1.1.4 (Oct 12 2007 - 12:30:28) Marvell version: 2.3.11_HP_1_3_1_Built@HP U-Boot code: 0020 -> 0026FFF0 BSS: -> 0027FDBC Soc: 88F5182 A2 (DDR2) CPU running @ 500Mhz SysClock = 166Mhz , TClock = 166Mhz DRAM CS[0] base 0x size 128MB DRAM Total size 128MB 32bit width [512kB@fff8] Flash: 512 kB Addresses 4M - 0M are saved for the U-Boot usage. Mem malloc Initialization (4M - 3M): Done CPU : ARM926 (Rev 0) 88F5182 A2 streaming disabled USB 0: host mode USB 1: host mode PCI 0: PCI Express Root Complex Interface Net: egiga0 [PRIME] Aquiring an IP address using DHCP... Link is down... Waiting 2 seconds and trying again egiga0 no link after waiting 2 seconds BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 Retry count exceeded; starting again Failed to retreive an IP address assuming default (192.168.0.8)! Starting the Recovery process to retreive the file... Broadcasting Distress Beacon Packet. New TFTP PUT request received from 192.168.0.2 (MAC b8:27:eb:9b:12:ea) Recovery Image received (8384726 bytes). Booting the image (@ 0x40) with RamDisk (@ 0x60)... ## Booting image at 0040 ... Image Name: Debian kernel Created: 2015-12-31 0:09:38 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size:1988600 Bytes = 1.9 MB Load Address: 0100 Entry Point: 0100 Verifying Checksum ... OK OK ## Loading Ramdisk Image at 0060 ... Image Name: Debian installer Created: 2015-12-31 0:09:38 UTC Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size:6286998 Bytes = 6 MB Load Address: Entry Point: Verifying Checksum ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [0.00] Booting Linux on physical CPU 0x0 [0.00] Initializing cgroup subsys cpuset [0.00] Initializing cgroup subsys cpu [0.00] Initializing cgroup subsys cpuacct [0.00] Linux version 4.3.0-1-orion5x (debian-ker...@lists.debian.org) (gcc version 4.9.3 (Debian 4.9.3-10) ) #1 Debian 4.3.3-2 (2015-12-17) [0.00] CPU: Feroceon [41069260] revision 0 (ARMv5TEJ), cr=a005317f [0.00] CPU: VIVT data cache, VIVT instruction cache [0.00] Machine: HP Media Vault mv2120 [0.00] Clearing invalid memory bank 0KB@0x [0.00] Clearing invalid memory bank 0KB@0x [0.00] Clearing invalid memory bank 0KB@0x [0.00] Ignoring unrecognised tag 0x [0.00] Ignoring unrecognised tag 0x [0.00] Ignoring unrecognised tag 0x [0.00] Ignoring unrecognised tag 0x41000403 [0.00] INITRD: 0x00600040+0x005fee96 overlaps in-use memory region - disabling initrd [0.00] Memory policy: Data cache writeback [0.00] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [0.00] Kernel command line: console=ttyS0,115200 [0.00] PID hash table entries: 512 (order: -1, 2048 bytes) [0.00] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [0.00] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [0.00] Memory: 123416K/131072K available (4086K kernel code, 422K rwdata, 1364K rodata, 300K init, 282K bss, 7656K reserved, 0K cma-reserved) [0.00] Virtual kernel memory layout: [0.00] vector : 0x - 0x1000 ( 4 kB) [0.00] fixmap : 0xffc0 - 0xfff0 (3072 kB) [0.00] vmalloc : 0xc880 - 0xff00 ( 872 MB) [0.00] lowmem : 0xc000 - 0xc800 ( 128 MB) [0.00] modules : 0xbf00 - 0xc
Bug#791794: marked as done (INSTALL REPORT (Jessie on QNAP TS-420U))
Your message dated Fri, 01 Jan 2016 21:32:08 + with message-id and subject line Bug#791794: fixed in flash-kernel 3.35+deb8u2 has caused the Debian Bug report #791794, regarding INSTALL REPORT (Jessie on QNAP TS-420U) 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.) -- 791794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791794 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: installation-reports Boot method: network Image version: http://ftp.debian.org/debian/dists/jessie/main/installer-armel/current/images/kirkwood/network-console/qnap/ts-41x/ Date: June 7, 2015 Machine: QNAP TS-420U Processor: Marvell 1.6 GHz Memory: 1GB DDR3 Partitions: Filesystem Type 1K-blocks Used Available Use% Mounted on /dev/md0 ext4 19076820 986676 17098044 6% / udev devtmpfs 10240 0 10240 0% /dev tmpfs tmpfs 206704 4436202268 3% /run tmpfs tmpfs 516752 0516752 0% /dev/shm tmpfs tmpfs 5120 0 5120 0% /run/lock tmpfs tmpfs 516752 0516752 0% /sys/fs/cgroup Output of lspci -knn (or lspci -nn): 00:00.0 Host bridge [0600]: Marvell Technology Group Ltd. Device [11ab:6282] (rev 01) Subsystem: Marvell Technology Group Ltd. Device [11ab:11ab] 00:01.0 SCSI storage controller [0100]: Marvell Technology Group Ltd. 88SX7042 PCI-e 4-port SATA-II [11ab:7042] (rev 02) Subsystem: Marvell Technology Group Ltd. Device [11ab:11ab] Kernel driver in use: sata_mv 01:00.0 Host bridge [0600]: Marvell Technology Group Ltd. Device [11ab:6282] (rev 01) Subsystem: Marvell Technology Group Ltd. Device [11ab:11ab] 01:01.0 USB controller [0c03]: Etron Technology, Inc. EJ168 USB 3.0 Host Controller [1b6f:7023] (rev 01) Subsystem: Etron Technology, Inc. EJ168 USB 3.0 Host Controller [1b6f:7023] Kernel driver in use: xhci_hcd Base System Installation Checklist: [O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it Initial boot: [O] Detect network card:[O] Configure network: [O] Detect CD: [ ] Load installer modules: [O] Detect hard drives: [O] Partition hard drives: [O] Install base system:[O] Clock/timezone setup: [O] User/password setup:[O] Install tasks: [O] Install boot loader:[E] Overall install:[E] Comments/Problems: The problem seems to appear only when jessie is installed to RAID (e.g. RAID1)! Error message: flash-kernel-installer does not find UUID (see the two lines of syslog below): in-target: UUID eeb34bbe-375a-4dc1-939d-f56b801a4c75 doesn't exist in /dev/disk/by-uuid in-target: Warning: root device /dev/disk/by-uuid/eeb34bbe-375a-4dc1-939d-f56b801a4c75 does not exist Quickfix: When using the command 'udevadm trigger' before base-install the installer is able to install the boot loader and to finish the installation (compare http://forum.qnap.com/viewtopic.php?f=147&t=111076). After reboot the new installed jessie is starting as expected. Output of mdstat (cat /proc/mdstat): Used RAID1 for Debian installation: Personalities : [raid1] md0 : active raid1 sdc2[2] sdd2[3](S) sdb2[1] sda2[0] 19514368 blocks super 1.2 [3/3] [UUU] PROBLEM: When I shutdown the system and remove any (active) harddisk (from RAID1) the system has problems to boot again. Error message (from bootlog at serial console) Gave up waiting for root device. Common problems: - Boot args (cat /proc/cmdline) - Check rootdelay= (did the system wait long enough?) - Check root= (did the system wait for the right device?) - Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/disk/by-uuid/61f390f9-c1db-4fbe-acd7-dd61bbcaeeca does not exist. Dropping to a shell! --- For comparision: I've done the same kind of installation with oldstable (= wheezy) which is able to boot without problems even though two (out of three) active disks are missing. (see https://www.mail-archive.com/debian-bugs-dist%40lists.debian.org/msg1336095.html) smime.p7s Description: S/MIME Cryptographic Signature --- End Message --- --- Begin Message --- Source: flash-kernel Source-Version: 3.35+deb8u2 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 co
flash-kernel_3.35+deb8u2_source.changes ACCEPTED into proposed-updates->stable-new, proposed-updates
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 05 Dec 2015 19:16:33 +0100 Source: flash-kernel Binary: flash-kernel flash-kernel-installer Architecture: source Version: 3.35+deb8u2 Distribution: stable Urgency: medium Maintainer: Debian Install System Team Changed-By: Cyril Brulebois Description: flash-kernel - utility to make certain embedded devices bootable flash-kernel-installer - Make the system bootable (udeb) Closes: 791794 Changes: flash-kernel (3.35+deb8u2) stable; urgency=medium . [ Ian Campbell ] * Avoid waiting for Ctrl-C if any debconf frontend is in use, not just non-interactive. (Closes: #791794) Checksums-Sha1: 5e10c7aa3df7b5a208ac60c5acd017f0b51649b7 1883 flash-kernel_3.35+deb8u2.dsc c4e410d876969b927867ce8a786da37899339067 56848 flash-kernel_3.35+deb8u2.tar.xz Checksums-Sha256: d578f25289cbf5cdd46dd39d978def1565326dbf9a9503aa297a5f86a17cd93d 1883 flash-kernel_3.35+deb8u2.dsc 7cedf60bcfbc5e7e4439b569a60a19fd189c0d30e56763b4d3fd0c2f6321ca68 56848 flash-kernel_3.35+deb8u2.tar.xz Files: d66d59d15d6ab202485c1271318f2145 1883 utils optional flash-kernel_3.35+deb8u2.dsc a0d8836a9562b7bfbf0409fe0c0caa7a 56848 utils optional flash-kernel_3.35+deb8u2.tar.xz -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBAgAGBQJWhq0DAAoJEP+RSvDCs1UgsdwP/3ffM6OrPNbHJtTkf1d0u9RS RZzj7yRu+LJsH9VYwhjmwT8r+KcBwy6U9ITCblp6C6VqpVuAUnkM/j7SMYEAdUQM d1cmnzgbqwparRHDKtmVKTlWhxwIwDdmD/iioDhE9I/QaBkAeBdhwoh3XHGjOAYc 1mAfW+7hPM+qfjRxCmg34P3eXJj882yKpwSRRa9sM26hvrl24gBvUiwvGAsvShzB bgx2Wrrye2h2l/52qg7B8+EV0tQX80EArejvXrpRkLktE5PmnirJ3qwc3xtvjf40 IDkBmZqgMh7ZLDKmGGg85gTicL24UPeDZvByEOttugGYUfLJv7fYF1aejNRfMWbM +OzZCk/MKQEL9isLzh12NGL7kG2BWjMQUOfu3mx1HJnr3OgVfo0WyH14SaxAqsZM hVtO3O7HQyjV/KIDY4gaXLdVdUC/lqwrRhBFUsE1Ps5y35Tu+0fxpYlwu3kRE4EL Bx+USd0PqNTKD35TjDCGSgoG4+EN3cngxMI6IBQCrtHYuy/Wq+yyCoA4f3BJVFxj F3GF+iv3GIKvpsEPe8L54FmTyEGdrE6UT5TB9AE0OI72uw860ZzSmLqJuQcTo1sa RhAPV/V++bdTh/qXdC60LPt0Zab1P3Jc3p/dIT66L9deM3b4Qpv7TqEZV5PVwxnq c5SyDsT1comLTu0TUMBH =y57V -END PGP SIGNATURE- Thank you for your contribution to Debian.
Uploading linux (4.3.3-3)
I intend to upload linux version 4.3.3-3 to unstable tomorrow. Various bug fixes, no ABI change. Ben. -- Ben Hutchings All the simple programs have been written, and all the good names taken. signature.asc Description: This is a digitally signed message part
Re: Uploading linux (4.3.3-3)
On Fri, 2016-01-01 at 23:33 +0100, Karsten Merker wrote: > On Fri, Jan 01, 2016 at 10:22:21PM +, Ben Hutchings wrote: > > > I intend to upload linux version 4.3.3-3 to unstable tomorrow. Various > > bug fixes, no ABI change. > > Hello Ben, > > could you address bug#809521 (axp20x_regulator module missing in > the core-modules udeb for armhf) before uploading? That should > hopefully fix the currently broken USB support on Allwinner > hardware in the daily d-i builds. Yes, I'm about to push that change. Ben. -- Ben Hutchings Kids! Bringing about Armageddon can be dangerous. Do not attempt it in your own home. - Terry Pratchett and Neil Gaiman, `Good Omens' signature.asc Description: This is a digitally signed message part
Bug#809611: d-i fails to boot on HP mv2120
> > Output from the serial console is below: > > > __ __ _ _ > | \/ | __ _ _ _| | | > | |\/| |/ _` | '__\ \ / / _ \ | | > | | | | (_| | | \ V / __/ | | > |_| |_|\__,_|_|\_/ \___|_|_| > _ _ _ > | | | | | __ ) ___ ___ | |_ > | | | |___| _ \ / _ \ / _ \| __| > | |_| |___| |_) | (_) | (_) | |_ > \___/|/ \___/ \___/ \__| ** Forcing LOADER mode only ** > ** MARVELL BOARD: RD-88F5182-NAS-P2 LE > > U-Boot 1.1.4 (Oct 12 2007 - 12:30:28) Marvell version: > 2.3.11_HP_1_3_1_Built@HP > > U-Boot code: 0020 -> 0026FFF0 BSS: -> 0027FDBC > Booting the image (@ 0x40) with RamDisk (@ 0x60)... > ## Booting image at 0040 ... >Image Name: Debian kernel >Created: 2015-12-31 0:09:38 UTC >Image Type: ARM Linux Kernel Image (uncompressed) >Data Size:1988600 Bytes = 1.9 MB >Load Address: 0100 >Entry Point: 0100 >Verifying Checksum ... OK > OK > ## Loading Ramdisk Image at 0060 ... >Image Name: Debian installer >Created: 2015-12-31 0:09:38 UTC >Image Type: ARM Linux RAMDisk Image (uncompressed) >Data Size:6286998 Bytes = 6 MB >Load Address: >Entry Point: >Verifying Checksum ... OK > > Starting kernel ... > > Uncompressing Linux... done, booting the kernel. > [0.00] Kernel command line: console=ttyS0,115200 Only 'console=...' > [0.00] Virtual kernel memory layout: > [0.00] vector : 0x - 0x1000 ( 4 kB) > [0.00] fixmap : 0xffc0 - 0xfff0 (3072 kB) > [0.00] vmalloc : 0xc880 - 0xff00 ( 872 MB) > [0.00] lowmem : 0xc000 - 0xc800 ( 128 MB) > [0.00] modules : 0xbf00 - 0xc000 ( 16 MB) > [0.00] .text : 0xc0008000 - 0xc055abf0 (5451 kB) > [0.00] .init : 0xc055b000 - 0xc05a6000 ( 300 kB) > [0.00] .data : 0xc05a6000 - 0xc060fa60 ( 423 kB) > [0.00].bss : 0xc060fa60 - 0xc065632c ( 283 kB) > [0.00] NR_IRQS:65 > [0.25] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every > 12884901885ns 12884901885ns 12884901us (micro) 12884ms 12s those twelve secondes _might_ explain twelve seconds. but from 12 seconds to almost 15 seconds, still lacks three seconds. I wonder what happens between '[0.25]' and '[ 14.996063]' It is out of curiosity. The gap in logging is not the reason for te boot failure. > [ 14.996063] clocksource: orion_clocksource: mask: 0x max_cycles: > > 0x, max_idle_ns: 11467562657 ns > [ 15.957087] rtc-pcf8563 0-0051: setting system clock to 2015-12-31 > 21:08:49 UTC (1451596129) > [ 15.966823] List of all partitions: > [ 15.970423] 1f00 512 mtdblock0 (driver?) > [ 15.975526] No filesystem could mount root, tried: > [ 15.980464] Kernel panic - not syncing: VFS: Unable to mount root fs on > unknown-block(0,0) > > Hopefully it's something easy to diagnose. My diagnose: 'No filesystem could mount root'. My _guess_: uboot and kernel+initrd don't understand each other. Thing I would try: adding a root= parameter to uboot to hand over to kernel+initrd. Groeten Geert Stappers -- Leven en laten leven
Bug#809611: d-i fails to boot on HP mv2120
Geert, I'm looking into it already. Sorry, I should have mentioned that. -- Martin Michlmayr http://www.cyrius.com/
Bug#809611: d-i fails to boot on HP mv2120
On Sat, Jan 02, 2016 at 01:04:47AM +0100, Geert Stappers wrote: > > > > Output from the serial console is below: > > > > > > __ __ _ _ > > | \/ | __ _ _ _| | | > > | |\/| |/ _` | '__\ \ / / _ \ | | > > | | | | (_| | | \ V / __/ | | > > |_| |_|\__,_|_|\_/ \___|_|_| > > _ _ _ > > | | | | | __ ) ___ ___ | |_ > > | | | |___| _ \ / _ \ / _ \| __| > > | |_| |___| |_) | (_) | (_) | |_ > > \___/|/ \___/ \___/ \__| ** Forcing LOADER mode only ** > > ** MARVELL BOARD: RD-88F5182-NAS-P2 LE > > > > U-Boot 1.1.4 (Oct 12 2007 - 12:30:28) Marvell version: > > 2.3.11_HP_1_3_1_Built@HP > > > > U-Boot code: 0020 -> 0026FFF0 BSS: -> 0027FDBC > > > Booting the image (@ 0x40) with RamDisk (@ 0x60)... > > ## Booting image at 0040 ... > >Image Name: Debian kernel > >Created: 2015-12-31 0:09:38 UTC > >Image Type: ARM Linux Kernel Image (uncompressed) > >Data Size:1988600 Bytes = 1.9 MB > >Load Address: 0100 > >Entry Point: 0100 > >Verifying Checksum ... OK > > OK > > ## Loading Ramdisk Image at 0060 ... > >Image Name: Debian installer > >Created: 2015-12-31 0:09:38 UTC > >Image Type: ARM Linux RAMDisk Image (uncompressed) > >Data Size:6286998 Bytes = 6 MB > >Load Address: > >Entry Point: > >Verifying Checksum ... OK > > > > Starting kernel ... > > > > Uncompressing Linux... done, booting the kernel. > > > [0.00] Kernel command line: console=ttyS0,115200 > > Only 'console=...' > > > > [0.00] Virtual kernel memory layout: > > [0.00] vector : 0x - 0x1000 ( 4 kB) > > [0.00] fixmap : 0xffc0 - 0xfff0 (3072 kB) > > [0.00] vmalloc : 0xc880 - 0xff00 ( 872 MB) > > [0.00] lowmem : 0xc000 - 0xc800 ( 128 MB) > > [0.00] modules : 0xbf00 - 0xc000 ( 16 MB) > > [0.00] .text : 0xc0008000 - 0xc055abf0 (5451 kB) > > [0.00] .init : 0xc055b000 - 0xc05a6000 ( 300 kB) > > [0.00] .data : 0xc05a6000 - 0xc060fa60 ( 423 kB) > > [0.00].bss : 0xc060fa60 - 0xc065632c ( 283 kB) > > [0.00] NR_IRQS:65 > > [0.25] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every > > 12884901885ns > > 12884901885ns > 12884901us (micro) > 12884ms > 12s > > those twelve secondes _might_ explain twelve seconds. > > but from 12 seconds to almost 15 seconds, still lacks three seconds. > > I wonder what happens between '[0.25]' and '[ 14.996063]' > It is out of curiosity. The gap in logging is not the reason for te boot > failure. The 'wraps every x' output from the kernel is as far as I can tell complete nonsense. I think there is a bug in the calculation, but I haven't been able to figure out what it is yet (I think it might be an overflow in one of the steps in the calculation). Certainly here, 166MHz should be able to go 24 seconds in 32bits, unless it is signed and resets to 0, which would really be 31 bits then. And on systems with 56 or 64bit counters, it still claims to wrap in a few minutes when in fact it should last decades if you do the math. -- Len Sorensen