Your message dated Fri, 16 Feb 2007 21:17:01 +0000 with message-id <E1HIARx-0006PN-NZ@ries.debian.org> and subject line Bug#410819: fixed in base-installer 1.73 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: Please add VIA C7 processor definition
- From: Aurélien GÉRÔME <ag@roxor.cx>
- Date: Tue, 13 Feb 2007 18:10:17 +0100
- Message-id: <[🔎] 20070213171017.GH24390@roxor.cx>
Package: base-installer Version: 1.72 Severity: wishlist Tags: patch Hi, A popular French datacenter called Dedibox [1] is using a specifically built motherboard with a VIA C7 processor. Via a secure web interface, you can install Debian Sarge among other distros (with their untrusty closed source system). I am currently setting up a documentation to use the official Debian Installer with the official Debian kernels on that machine. Once done, I will put a link on the Debian Wiki. By default, only the -486 subarch is available at most, because /proc/cpuinfo is different from other x86 machines, i.e. neither AMD nor Intel... Therefore, I did a patch to get the -686 subarch available on that distinct hardware with all the flavours, e.g. xen, vserver, xen+vserver. Please consider the attached patch against the current SVN. Cheers, [1] <http://www.dedibox.fr/> -- .''`. Aurélien GÉRÔME : :' : `. `'` Free Software Developer `- Unix Sys & Net AdminIndex: kernel/tests/i386/via-c7.test =================================================================== --- kernel/tests/i386/via-c7.test (révision 0) +++ kernel/tests/i386/via-c7.test (révision 0) @@ -0,0 +1,22 @@ +cpuinfo via-c7.cpuinfo +machine i686 +majors 2.6 +flavour 686 +env SPEAKUP /nonexistent +kernel-2.6 \ + linux-image-2.6-686 \ + linux-image-2.6-486 \ + kernel-image-2.6-686 \ + kernel-image-2.6-386 +usable \ + linux-image-2.6-486 \ + linux-image-2.6-686-smp \ + linux-image-2.6-686 \ + linux-image-2.6.18-1-486 \ + linux-image-2.6.18-1-686-smp \ + linux-image-2.6.18-1-686 +unusable \ + linux-image-2.6-k7-smp \ + linux-image-2.6-k7 \ + linux-image-2.6.18-1-k7-smp \ + linux-image-2.6.18-1-k7 Index: kernel/tests/i386/via-c7.cpuinfo =================================================================== --- kernel/tests/i386/via-c7.cpuinfo (révision 0) +++ kernel/tests/i386/via-c7.cpuinfo (révision 0) @@ -0,0 +1,18 @@ +processor : 0 +vendor_id : CentaurHauls +cpu family : 6 +model : 10 +model name : VIA Esther processor 2000MHz +stepping : 9 +cpu MHz : 1995.084 +cache size : 128 KB +fdiv_bug : no +hlt_bug : no +f00f_bug : no +coma_bug : no +fpu : yes +fpu_exception : yes +cpuid level : 1 +wp : yes +flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge cmov pat clflush acpi mmx fxsr sse sse2 tm nx pni est tm2 rng rng_en ace ace_en ace2 ace2_en phe phe_en pmm pmm_en +bogomips : 3994.32 Index: kernel/i386.sh =================================================================== --- kernel/i386.sh (révision 45107) +++ kernel/i386.sh (copie de travail) @@ -9,7 +9,7 @@ *) echo 386 ;; esac ;; - " GenuineIntel"|" GenuineTMx86"*) + " GenuineIntel"|" GenuineTMx86"|" CentaurHauls"*) case "$FAMILY" in " 6"|" 15") echo 686 ;; " 5") echo 586tsc ;; Index: debian/changelog =================================================================== --- debian/changelog (révision 45107) +++ debian/changelog (copie de travail) @@ -1,3 +1,9 @@ +base-installer (1.73) unstable; urgency=low + + * Add VIA C7 processor definition. + + -- Aurélien GÉRÔME <ag@roxor.cx> Tue, 13 Feb 2007 17:58:27 +0100 + base-installer (1.72) unstable; urgency=low [ Colin Watson ]Attachment: signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
- To: 410819-close@bugs.debian.org
- Subject: Bug#410819: fixed in base-installer 1.73
- From: Joey Hess <joeyh@debian.org>
- Date: Fri, 16 Feb 2007 21:17:01 +0000
- Message-id: <E1HIARx-0006PN-NZ@ries.debian.org>
Source: base-installer Source-Version: 1.73 We believe that the bug you reported is fixed in the latest version of base-installer, which is due to be installed in the Debian FTP archive: base-installer_1.73.dsc to pool/main/b/base-installer/base-installer_1.73.dsc base-installer_1.73.tar.gz to pool/main/b/base-installer/base-installer_1.73.tar.gz base-installer_1.73_i386.udeb to pool/main/b/base-installer/base-installer_1.73_i386.udeb 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 410819@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Joey Hess <joeyh@debian.org> (supplier of updated base-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 ftpmaster@debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 16 Feb 2007 16:04:00 -0500 Source: base-installer Binary: base-installer Architecture: source i386 Version: 1.73 Distribution: unstable Urgency: low Maintainer: Debian Install System Team <debian-boot@lists.debian.org> Changed-By: Joey Hess <joeyh@debian.org> Description: base-installer - Install the base system (udeb) Closes: 410819 Changes: base-installer (1.73) unstable; urgency=low . [ Aurélien G�R�ME ] * Add VIA C7 processor definition and test case. Closes: #410819. . [ Joey Hess ] * Add support for armel. * If debian-installer/allow_unauthenticated exists and is true, write a /etc/apt/apt.conf.d/00AllowUnauthenticated file making apt allow unauthenticated mirrors. * Depend on gpgv-udeb, which has apparently never really been pulled in before. . [ Updated translations ] * Hebrew (he.po) by Lior Kaplan * Swedish (sv.po) by Daniel Nylander Files: ca0e86cdc380a6568832770d7e4b532e 918 debian-installer required base-installer_1.73.dsc 3b8b15af420a56aee010c6d355cbb2e5 208753 debian-installer required base-installer_1.73.tar.gz b5fe0fbd737e62be65d0ec01d38c30f3 166858 debian-installer required base-installer_1.73_i386.udeb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFF1h3b2tp5zXiKP0wRAmqCAJ9+kJaV3Dxp6iKKmD1xCtMkg5F5qgCdEWMz vS8q3dSPO/uwU5vj/5xTzqc= =tEdB -----END PGP SIGNATURE-----
--- End Message ---