Processing of base-installer_1.144_i386.changes
base-installer_1.144_i386.changes uploaded successfully to localhost along with the files: base-installer_1.144.dsc base-installer_1.144.tar.xz base-installer_1.144_all.udeb bootstrap-base_1.144_i386.udeb Greetings, Your Debian queue daemon (running on host franck.debian.org) -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1wiyxj-0004wz...@franck.debian.org
base-installer_1.144_i386.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Feb 2014 10:15:15 + Source: base-installer Binary: base-installer bootstrap-base Architecture: source all i386 Version: 1.144 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team Changed-By: Colin Watson Description: base-installer - base system installation framework (udeb) bootstrap-base - Install the base system (udeb) Changes: base-installer (1.144) unstable; urgency=medium . [ Colin Watson ] * Remove some unused variables from tests. * Set Acquire::https::Verify-Host "false" as well as Acquire::https::Verify-Peer "false" if debian-installer/allow_unauthenticated_ssl=true, to match the behaviour of "wget --no-check-certificate" (thanks to Mark Russell for the report). . [ Paul Wise ] * Allow preseeding the debootstrap variant to use . [ Adam Conrad ] * Add POWER7+ and POWER8 support to powerpc64. Checksums-Sha1: 19aba1ccb2ec69bf098c692cf951f0a800983890 1939 base-installer_1.144.dsc 9318aaccfeedc6d639d57a8d22df7e93875a22d6 252920 base-installer_1.144.tar.xz b70cd54ae86e9a8cd6c39e10d5a8767dc90b38c7 56016 base-installer_1.144_all.udeb 19afcb4f5e0950ee8c514fc9eea68c1b30694f6c 235718 bootstrap-base_1.144_i386.udeb Checksums-Sha256: c834507fb27e86a47cbc892ee5af733134f88ca380eb7f42cff3194585bb89cf 1939 base-installer_1.144.dsc d1629fa65a72482f10580f39abc5e7d446648d6a6b83f471c5815e06bd20430b 252920 base-installer_1.144.tar.xz 81ffc206eec43723c90d8916fd8921b65b769bee8ff0fe60ec3ab969457b47fc 56016 base-installer_1.144_all.udeb 62473ae05d05eda8729db90f3b061440494e8b531572865cf024da688a389675 235718 bootstrap-base_1.144_i386.udeb Files: b6151d955abb3cdcadf6cb059d233c0a 1939 debian-installer required base-installer_1.144.dsc eb3505a6d0b63a6378c3d4f0e81fbc0c 252920 debian-installer required base-installer_1.144.tar.xz f784377cf6152cf3a841b4920790665c 56016 debian-installer required base-installer_1.144_all.udeb 5271c885786c341ffe471b9474a462c9 235718 debian-installer required bootstrap-base_1.144_i386.udeb -BEGIN PGP SIGNATURE- Version: GnuPG v1 Comment: Colin Watson -- Debian developer iQIVAwUBUw8YBTk1h9l9hlALAQiYLg/8DX5vFBkhTDHxmSn1aGMKw6GH0oQzrvFh 1AFbY5vssI634teJnkjbzN4xXbotXP7Cv/ZtwWqNVYm9FhIpfuWHiiCEMQ5zhAbd FO649HRcToH6w1FCncJBhqQsqIOVQmC97NnFd3d6mgBIvLaMFMHPU7B2vkGH9j3J avxP8jJZYbi0LvQy47de7FO9F2yqevW9nE96vGPoZB+xM9zYG0ScyRzR89gOod5l Wz6N1ndW8wxLtTRHzP90sWLFUdkdLuFmrm6ovd+Uax6SJgcuPBjigEl/2ceYIdhM q5NEzJkcD8feM1rvbpBz5ug0owy98pbBxzrcjsAqOwWwJOmT+TAUm/U5EYv7uwrb RrLFcT8jqB81u42T8frmsNqquGIGiULWxE2o5Z0fdh0kFJMDkJH4zcSErbYwxn29 LQBxCjtNWXVSdJjpzkK4sne6JT+r3LVpOXQ63PjRW79f9+HZgZC/OHdjKpCPTgAi /SnlMumTJgymXlFG43gjSPQ3RrVfHE+NPYjllseXStqAEkf6c+n5KeKz6DigO8cz TtFdfgp2uxr/9+HdyiyasWCPIQGyb91KbvxI2sVa/1Qn/0KHn3u7ZNnRcK2bKlsg Kvkv+7JChyLS4khH7hk88Lqi8PPLpQxU2z2uXKKapPsmi9mBTJQPYrMdVNVAS+Ei hXSn3JjDlRI= =M87o -END PGP SIGNATURE- Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1wiyke-br...@franck.debian.org
Bug#740271: d-i fails to purge LVM despite preseeding
Package: debian-installer Version: 20130613+deb7u1+b2 Severity: normal Despite d-i partman-auto/purge_lvm_from_device boolean true d-i partman-lvm/device_remove_lvm boolean true d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true d-i fails to install a machine when libvirt passes it a storage volume that has previously been used as PV by another host. What happens (in my case) is that partman creates a new GPT, but often that will be exactly the same as the one used by the previous host using the volume. Therefore, /dev/vda3 will be a valid LVM PV, meaning that LVM will find the previous VG. Now, depending on whether the hostname is (a) the same, or (b) different, d-i will fail to install claiming (a) a VG with the same name is already present; (b) the PV is already in use by another VG. Even if I fix the situation from within d-i manually, I cannot resume the installation — re-entering partman from the menu will just make it display "No root filesystem… [Continue]" and hitting "Continue" will just bring up the same dialog again, endlessly. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://people.debian.org/~madduckhttp://vcs-pkg.org `- Debian - when you have better things to do than fixing systems digital_signature_gpg.asc Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)
Bug#740073: netinst hangs on scanning CD-ROM
Hi, I've been having the same problem for several days. I am trying to install Debian 8 amd64 from the netinst image on an ASUS UL30A with both VMware Player and VirtualBox atop Debian 7 and the installer stalls when scanning the CD-ROM. Regards, AK