Bug#607392: installation-reports: Successful installation with small remark about char encoding at boot

2010-12-18 Thread M.-A. DARCHE
Le 18.12.2010 08:14, Christian PERRIER a écrit :
> Quoting M.-A. DARCHE (ma.dar...@cynode.org):
> 
>> Just one remark about 2 small character encoding problems.
>> Here they are:
>>
>> 1. mode (d??panage)
>> 2. Chargement du disque m??moir initial
>>
>>
>> The 1. appears on the 2nd bootloader line. This corresponds to the French
>> translation of "rescue mode", with the accented character being replaced
>> by "?".
>>
>> The 2. appears when mounting an dm-crypt device.
> 
> 
> I don't really understand what you mean by 2nd bootloader line. Could
> you give us the steps needed to reproduce the bug you found?
> 
> Is this what you see on the installed system?
> 

I confirm that this is what I see on the installed system,
just installed by the Debian Installer.


The boot loader I'm talking about is the GRUB screen that is displayed
at the boot time, and that got installed by the Debian Installer.

And actually this is the whole GRUB screen which seems badly
encoded/displayed. Here is what it reads:
«
Debian GNU/Linux, avec Linux 2.6.32-5-amd64
Debian GNU/Linux, avec Linux 2.6.32-5-amd64 (mode d?pannage)

Utilisez les touches pour s?lectionner une entr?e.
Pressez 'entr?e' pour d?marrer le syst?me s?lectionn?, 'e' pour
?diter les commandes avant de d?marrer,
ou 'c' pour une invite de commandes.
»

And then after I hit Enter in Grub the Linux kernel messages
are the following:
«
Chargement de Linux 2.6.32-5-amd64 ...
Chargement du disque m??moire initial ...
»

So I did a mistake in my initial report: it's one « ? »
for each accented character at the GRUB screen, and then two « ? »
at the following kernel messages.

Please let me know how I can help further.


Très cordialement / warm regards

-- 
Marc-Aurèle DARCHE
AFUL http://aful.org/
Association Francophone des Utilisateurs de Logiciels Libres
French speaking Libre Software Users' Association



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d0c7280.1090...@cynode.org



Bug#607392: installation-reports: Successful installation with small remark about char encoding at boot

2010-12-18 Thread Christian PERRIER
reassign 607392 grub2
thanks

Quoting M.-A. DARCHE (ma.dar...@cynode.org):
> Le 18.12.2010 08:14, Christian PERRIER a écrit :
> > Quoting M.-A. DARCHE (ma.dar...@cynode.org):
> > 
> >> Just one remark about 2 small character encoding problems.
> >> Here they are:
> >>
> >> 1. mode (d??panage)
> >> 2. Chargement du disque m??moir initial
> >>
> >>
> >> The 1. appears on the 2nd bootloader line. This corresponds to the French
> >> translation of "rescue mode", with the accented character being replaced
> >> by "?".
> >>
> >> The 2. appears when mounting an dm-crypt device.
> > 
> > 
> > I don't really understand what you mean by 2nd bootloader line. Could
> > you give us the steps needed to reproduce the bug you found?
> > 
> > Is this what you see on the installed system?
> > 
> 
> I confirm that this is what I see on the installed system,
> just installed by the Debian Installer.
> 
> 
> The boot loader I'm talking about is the GRUB screen that is displayed
> at the boot time, and that got installed by the Debian Installer.
> 
> And actually this is the whole GRUB screen which seems badly
> encoded/displayed. Here is what it reads:
> «
> Debian GNU/Linux, avec Linux 2.6.32-5-amd64
> Debian GNU/Linux, avec Linux 2.6.32-5-amd64 (mode d?pannage)
> 
> Utilisez les touches pour s?lectionner une entr?e.
> Pressez 'entr?e' pour d?marrer le syst?me s?lectionn?, 'e' pour
> ?diter les commandes avant de d?marrer,
> ou 'c' pour une invite de commandes.
> »
> 
> And then after I hit Enter in Grub the Linux kernel messages
> are the following:
> «
> Chargement de Linux 2.6.32-5-amd64 ...
> Chargement du disque m??moire initial ...
> »
> 
> So I did a mistake in my initial report: it's one « ? »
> for each accented character at the GRUB screen, and then two « ? »
> at the following kernel messages.
> 
> Please let me know how I can help further.
> 
> 
> Très cordialement / warm regards
> 

Hmmm, the problem probably lies in GRUB...or in whatever deals with
non ASCII encoding at these very early boot stages.

Reassigning to grub as first approximation.




signature.asc
Description: Digital signature


Processed: Re: Bug#607392: installation-reports: Successful installation with small remark about char encoding at boot

2010-12-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 607392 grub2
Bug #607392 [installation-reports] installation-reports: Successful 
installation with small remark about char encoding at boot
Bug reassigned from package 'installation-reports' to 'grub2'.
> thanks
Stopping processing here.

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12926633582745.transcr...@bugs.debian.org



Bug#606840: patch to fix the finnish keymap missing some keys

2010-12-18 Thread Christian PERRIER
reassign 606840 xkb-data
tags 606840 patch
thanks

The attached patch fixes that problem in D-I. After building g-i with
it applied, I no longer had problems with non-working keys with the
Finnish keymap.


-- 


Index: xkeyboard-config-1.8/symbols/fi
===
--- xkeyboard-config-1.8.orig/symbols/fi
+++ xkeyboard-config-1.8/symbols/fi
@@ -184,6 +184,8 @@
 key  { [ dead_acute, dead_grave ] };
 key  { [ dead_diaeresis, dead_circumflex, dead_tilde, dead_caron ] };
 
+include "latin(type2)"
+
 // End alphanumeric section, begin "Keypad"
 include "kpdl(comma)"
 // End "Keypad" section


signature.asc
Description: Digital signature


Processed: patch to fix the finnish keymap missing some keys

2010-12-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 606840 xkb-data
Bug #606840 [console-setup] installation-report: Keyboard not functioning 
correctly in the graphical installer
Bug #606843 [console-setup] Installation-Report: English language with Finnish 
location, half of the keys stop working
Bug reassigned from package 'console-setup' to 'xkb-data'.
Bug reassigned from package 'console-setup' to 'xkb-data'.
Bug No longer marked as found in versions console-setup/1.61.
Bug No longer marked as found in versions console-setup/1.61.
> tags 606840 patch
Bug #606840 [xkb-data] installation-report: Keyboard not functioning correctly 
in the graphical installer
Bug #606843 [xkb-data] Installation-Report: English language with Finnish 
location, half of the keys stop working
Ignoring request to alter tags of bug #606840 to the same tags previously set
Ignoring request to alter tags of bug #606843 to the same tags previously set
> thanks
Stopping processing here.

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12926702263937.transcr...@bugs.debian.org



Processed: reassign 606840 to console-setup

2010-12-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 606840 console-setup 1.61
Bug #606840 [xkb-data] installation-report: Keyboard not functioning correctly 
in the graphical installer
Bug #606843 [xkb-data] Installation-Report: English language with Finnish 
location, half of the keys stop working
Bug reassigned from package 'xkb-data' to 'console-setup'.
Bug reassigned from package 'xkb-data' to 'console-setup'.
Bug #606840 [console-setup] installation-report: Keyboard not functioning 
correctly in the graphical installer
Bug #606843 [console-setup] Installation-Report: English language with Finnish 
location, half of the keys stop working
Bug Marked as found in versions console-setup/1.61.
Bug Marked as found in versions console-setup/1.61.
> thanks
Stopping processing here.

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129267207111742.transcr...@bugs.debian.org



Bug#606840: Bug#606843: Installation-Report: English language with Finnish location, half of the keys stop working

2010-12-18 Thread Christian PERRIER
Quoting Julien Cristau (jcris...@debian.org):
> On Sun, Dec 12, 2010 at 18:01:30 +0100, Christian PERRIER wrote:
> 
> > Quoting Julien Cristau (jcris...@debian.org):
> > 
> > > That's not a valid configuration.  The fi variant doesn't exist.
> > 
> > However, if I open a shell in D-I before the keymap is set, then apply
> > your patch to keyboard-configuration.config, then exit the shell and
> > continue by selecting the Finnish keymap, the problem
> > is apparently still there.
> > 
> Please get the output of 'DISPLAY=:0 setxkbmap -print' and 'xkbcomp -xkb
> :0 -' from the shell after selecting the finnish keymap (with the
> patched config script).


xkb_keymap {
xkb_keycodes  { include "evdev+aliases(qwerty)" };
xkb_types { include "complete"  };
xkb_compat{ include "complete"  };
xkb_symbols   { include "pc+fi(fi)+inet(evdev)"   };
xkb_geometry  { include "pc(pc105)" };
};

The output from xkbcomp is harder for me to get my hands on..:-(



signature.asc
Description: Digital signature


Bug#606840: Bug#606843: Installation-Report: English language with Finnish location, half of the keys stop working

2010-12-18 Thread Julien Cristau
On Sat, Dec 18, 2010 at 15:42:57 +0100, Christian PERRIER wrote:

> Quoting Julien Cristau (jcris...@debian.org):
> > On Sun, Dec 12, 2010 at 18:01:30 +0100, Christian PERRIER wrote:
> > 
> > > Quoting Julien Cristau (jcris...@debian.org):
> > > 
> > > > That's not a valid configuration.  The fi variant doesn't exist.
> > > 
> > > However, if I open a shell in D-I before the keymap is set, then apply
> > > your patch to keyboard-configuration.config, then exit the shell and
> > > continue by selecting the Finnish keymap, the problem
> > > is apparently still there.
> > > 
> > Please get the output of 'DISPLAY=:0 setxkbmap -print' and 'xkbcomp -xkb
> > :0 -' from the shell after selecting the finnish keymap (with the
> > patched config script).
> 
> 
> xkb_keymap {
> xkb_keycodes  { include "evdev+aliases(qwerty)" };
> xkb_types { include "complete"  };
> xkb_compat{ include "complete"  };
> xkb_symbols   { include "pc+fi(fi)+inet(evdev)"   };
> xkb_geometry  { include "pc(pc105)" };
> };
> 
So you're probably still using the nonexistent/broken fi variant.
That should look more like

xkb_keymap {
xkb_keycodes  { include "evdev+aliases(qwerty)" };
xkb_types { include "complete"  };
xkb_compat{ include "complete"  };
xkb_symbols   { include "pc+fi+inet(evdev)" };
xkb_geometry  { include "pc(pc105)" };
};

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#606840: Bug#606843: Installation-Report: English language with Finnish location, half of the keys stop working

2010-12-18 Thread Christian PERRIER
Quoting Julien Cristau (jcris...@debian.org):

> xkb_keymap {
> xkb_keycodes  { include "evdev+aliases(qwerty)" };
> xkb_types { include "complete"  };
> xkb_compat{ include "complete"  };
> xkb_symbols   { include "pc+fi+inet(evdev)" };
> xkb_geometry  { include "pc(pc105)" };
> };
> 
> Cheers,
> Julien


I think I found the problem:

/console-setup/debian/keyboard-configuration.templates:

Template: keyboard-configuration/xkb-keymap
Type: select
Choices-C: us, by, be, br(abnt2), br, gb, bg(bds), bg(phonetic), ca, ca(multi), 
hr, cz, dk, nl, us(dvorak), ee, fi(fi), fr(latin9), de, gr, il, hu, is, it, jp, 
kg, latam, lv, lt, 
mk, no, pl, pt, ro, ru, rs(latin), sk, si, es, se(basic), ch(fr), ch(de), th, 
tr(f), tr, ua


Notice the "fi(fi)"...

-- 




signature.asc
Description: Digital signature


Processed: r3658 - in branches/samba/backports.org/lenny/debian: . patches po

2010-12-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 593823 pending
Bug #593823 {Done: Christian Perrier } [samba] samba: Samba 
won't run after install
Added tag(s) pending.
> tags 601101 pending
Bug #601101 {Done: Christian Perrier } [samba] samba: 
[l1n0:ca] Updated Catalan translation of Debconf templates
Added tag(s) pending.
> tags 601364 pending
Bug #601364 {Done: Christian Perrier } [samba] samba: 
[INTL:ja] updated Japanese debconf translation
Added tag(s) pending.
> tags 601366 pending
Bug #601366 {Done: Christian Perrier } [samba] [I18N:bg] 
Updated Bulgarian translation on samba debconf templates
Added tag(s) pending.
> tags 601633 pending
Bug #601633 {Done: Christian Perrier } [samba] samba: 
Attached please find the updated Hebrew po-debconf translation.
Bug #601634 {Done: Christian Perrier } [samba] samba: 
Attached please find the updated Hebrew po-debconf translation.
Added tag(s) pending.
Added tag(s) pending.
> tags 601719 pending
Bug #601719 {Done: Christian Perrier } [samba] Updated 
Kurdish translation for samba
Added tag(s) pending.
> tags 602220 pending
Bug #602220 {Done: Christian Perrier } [samba] samba: 
[INTL:nl] updated Dutch debconf translation
Added tag(s) pending.
> tags 605729 pending
Bug #605729 {Done: Christian Perrier } [localechooser] 
localechooser: Should use Sri Lanka as default country for Sinhala
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
605729: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605729
601364: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601364
601366: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601366
602220: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602220
601101: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601101
601719: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601719
593823: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593823
601633: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601633
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129269328612137.transcr...@bugs.debian.org



Processing of cdebconf_0.153_i386.changes

2010-12-18 Thread Debian FTP Masters
cdebconf_0.153_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  cdebconf_0.153.dsc
  cdebconf_0.153.tar.gz
  cdebconf-priority_0.153_all.udeb
  cdebconf_0.153_i386.deb
  cdebconf-gtk_0.153_i386.deb
  libdebconfclient0_0.153_i386.deb
  libdebconfclient0-dev_0.153_i386.deb
  cdebconf-udeb_0.153_i386.udeb
  libdebconfclient0-udeb_0.153_i386.udeb
  cdebconf-text-udeb_0.153_i386.udeb
  cdebconf-newt-udeb_0.153_i386.udeb
  cdebconf-gtk-udeb_0.153_i386.udeb

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pu0gh-0006qy...@ravel.debian.org



Bug#605924: marked as done (firmware-ipw2x00: License accept/decline question can't be displayed entirely in graphical installer)

2010-12-18 Thread Debian Bug Tracking System
Your message dated Sat, 18 Dec 2010 17:47:12 +
with message-id 
and subject line Bug#605924: fixed in cdebconf 0.153
has caused the Debian Bug report #605924,
regarding firmware-ipw2x00: License accept/decline question can't be displayed 
entirely in graphical installer
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.)


-- 
605924: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605924
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: firmware-ipw2x00
Severity: important

This issue is a serious usability issue with the graphical installer
(I haven't checked, yet, if the issue also happens with the text
installer).

When the ipw2x00 deb file is found by D-I at initial steps of install,
it displays its accept/decline license question.

However, the license text make the Yes/No buttons disappear and users
can't see them to notice that the default is declining the license.

That may be a cdebconf issue but, at least having the default to
"true" would allow users to blindly type Enter and be able to continue
the installation process.

Having "Decline" as default then requires user to blindly hit left
arrow, then Enter. That's not really obvious..:-)

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
Source: cdebconf
Source-Version: 0.153

We believe that the bug you reported is fixed in the latest version of
cdebconf, which is due to be installed in the Debian FTP archive:

cdebconf-gtk-udeb_0.153_i386.udeb
  to main/c/cdebconf/cdebconf-gtk-udeb_0.153_i386.udeb
cdebconf-gtk_0.153_i386.deb
  to main/c/cdebconf/cdebconf-gtk_0.153_i386.deb
cdebconf-newt-udeb_0.153_i386.udeb
  to main/c/cdebconf/cdebconf-newt-udeb_0.153_i386.udeb
cdebconf-priority_0.153_all.udeb
  to main/c/cdebconf/cdebconf-priority_0.153_all.udeb
cdebconf-text-udeb_0.153_i386.udeb
  to main/c/cdebconf/cdebconf-text-udeb_0.153_i386.udeb
cdebconf-udeb_0.153_i386.udeb
  to main/c/cdebconf/cdebconf-udeb_0.153_i386.udeb
cdebconf_0.153.dsc
  to main/c/cdebconf/cdebconf_0.153.dsc
cdebconf_0.153.tar.gz
  to main/c/cdebconf/cdebconf_0.153.tar.gz
cdebconf_0.153_i386.deb
  to main/c/cdebconf/cdebconf_0.153_i386.deb
libdebconfclient0-dev_0.153_i386.deb
  to main/c/cdebconf/libdebconfclient0-dev_0.153_i386.deb
libdebconfclient0-udeb_0.153_i386.udeb
  to main/c/cdebconf/libdebconfclient0-udeb_0.153_i386.udeb
libdebconfclient0_0.153_i386.deb
  to main/c/cdebconf/libdebconfclient0_0.153_i386.deb



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 605...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Perrier  (supplier of updated cdebconf 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...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Dec 2010 18:21:44 +0100
Source: cdebconf
Binary: cdebconf cdebconf-gtk libdebconfclient0 libdebconfclient0-dev 
cdebconf-udeb cdebconf-priority libdebconfclient0-udeb cdebconf-text-udeb 
cdebconf-slang-udeb cdebconf-newt-udeb cdebconf-gtk-udeb
Architecture: source all i386
Version: 0.153
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description: 
 cdebconf   - Debian Configuration Management System (C-implementation)
 cdebconf-gtk - Gtk+ frontend for Debian Configuration Management System
 cdebconf-gtk-udeb - Gtk+ frontend for Debian Configuration Management System 
(udeb)
 cdebconf-newt-udeb - Newt frontend for Debian Configuration Management System 
(udeb)
 cdebconf-priority - Change debconf priority (udeb)
 cdebconf-slang-udeb - S-Lang frontend for Debian Configuration Management 
System (udeb)
 cdebconf-text-udeb - Plain text frontend for Debian Configuration Management 
System (udeb)
 cdebconf-udeb - Debian Configuration Management System (C-implementation) 
(udeb)
 libdebconfclient0 - Debian Configuration Management System (C-implementation)
 libdebconfclient0-dev - Development files for cdebconf
 libdebconfclient0-udeb - Debian Configuration Management System 
(C-implementation) 

Processing of cdebconf_0.153_i386.changes

2010-12-18 Thread Debian FTP Masters
cdebconf_0.153_i386.changes uploaded successfully to localhost
along with the files:
  cdebconf_0.153.dsc
  cdebconf_0.153.tar.gz
  cdebconf-priority_0.153_all.udeb
  cdebconf_0.153_i386.deb
  cdebconf-gtk_0.153_i386.deb
  libdebconfclient0_0.153_i386.deb
  libdebconfclient0-dev_0.153_i386.deb
  cdebconf-udeb_0.153_i386.udeb
  libdebconfclient0-udeb_0.153_i386.udeb
  cdebconf-text-udeb_0.153_i386.udeb
  cdebconf-newt-udeb_0.153_i386.udeb
  cdebconf-gtk-udeb_0.153_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: http://lists.debian.org/e1pu0jl-0007ei...@franck.debian.org



Bug#607467: installation : disk set analysis

2010-12-18 Thread Laurent Despeyroux
Package: installation-reports

Boot method: DVD
Image version: 
http://cdimage.debian.org/cdimage/squeeze_di_beta2/i386/iso-dvd/debian-squeeze-di-beta2-i386-DVD-1.iso
http://cdimage.debian.org/cdimage/squeeze_di_beta2/i386/iso-dvd/debian-squeeze-di-beta2-i386-DVD-2.iso
http://cdimage.debian.org/cdimage/squeeze_di_beta2/i386/iso-dvd/debian-squeeze-di-beta2-i386-DVD-3.iso
http://cdimage.debian.org/cdimage/squeeze_di_beta2/i386/iso-dvd/debian-squeeze-di-beta2-i386-DVD-4.iso
http://cdimage.debian.org/cdimage/squeeze_di_beta2/i386/iso-dvd/debian-squeeze-di-beta2-i386-DVD-5.iso
http://cdimage.debian.org/cdimage/squeeze_di_beta2/i386/iso-dvd/debian-squeeze-di-beta2-i386-DVD-6.iso
http://cdimage.debian.org/cdimage/squeeze_di_beta2/i386/iso-dvd/debian-squeeze-di-beta2-i386-DVD-7.iso
http://cdimage.debian.org/cdimage/squeeze_di_beta2/i386/iso-dvd/debian-squeeze-di-beta2-i386-DVD-8.iso

Date: 12/18/2010 13:00

Machine: Home assembled computer
Processor: Intel(R) Pentium(R) 4 CPU 3.00GHz 2 cores (cpu family: 15 ; model: 6
; stepping: 5; Commercial name unknown)
Memory: 2Gb
Partitions:
Sys. fich.Type1K-blocs   UtiliséDispo. Uti% Monté sur
/dev/sda8 ext396121612   3582268  87656556   4% /
tmpfstmpfs 1037176 0   1037176   0% /lib/init/rw
udev tmpfs 1032824   256   1032568   1% /dev
tmpfstmpfs 1037176 0   1037176   0% /dev/shm

Output of lspci -knn (or lspci -nn):
00:00.0 Host bridge [0600]: VIA Technologies, Inc. PT880 Ultra/PT894 Host Bridge
[1106:0308]
Subsystem: ASRock Incorporation Device [1849:0308]
Kernel driver in use: agpgart-via
00:00.1 Host bridge [0600]: VIA Technologies, Inc. PT894 Host Bridge [1106:1308]
Subsystem: ASRock Incorporation Device [1849:1308]
00:00.2 Host bridge [0600]: VIA Technologies, Inc. PT894 Host Bridge [1106:2308]
Subsystem: ASRock Incorporation Device [1849:2308]
00:00.3 Host bridge [0600]: VIA Technologies, Inc. PT890 Host Bridge [1106:3208]
00:00.4 Host bridge [0600]: VIA Technologies, Inc. PT894 Host Bridge [1106:4308]
Subsystem: ASRock Incorporation Device [1849:4308]
00:00.5 PIC [0800]: VIA Technologies, Inc. PT894 I/O APIC Interrupt Controller
[1106:5308]
Subsystem: ASRock Incorporation Device [1849:5308]
00:00.7 Host bridge [0600]: VIA Technologies, Inc. PT894 Host Bridge [1106:7308]
00:01.0 PCI bridge [0604]: VIA Technologies, Inc. VT8237/VX700 PCI Bridge
[1106:b198]
00:02.0 PCI bridge [0604]: VIA Technologies, Inc. PT890 PCI to PCI Bridge
Controller [1106:a208]
Kernel driver in use: pcieport
00:0f.0 IDE interface [0101]: VIA Technologies, Inc. Device [1106:5372]
Subsystem: ASRock Incorporation Device [1849:5372]
Kernel driver in use: sata_via
00:0f.1 IDE interface [0101]: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE [1106:0571] (rev 07)
Subsystem: ASRock Incorporation K7VT2/K7VT6 motherboard [1849:0571]
Kernel driver in use: pata_via
00:10.0 USB Controller [0c03]: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller [1106:3038] (rev b0)
Subsystem: ASRock Incorporation K7VT6 [1849:3038]
Kernel driver in use: uhci_hcd
00:10.1 USB Controller [0c03]: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller [1106:3038] (rev b0)
Subsystem: ASRock Incorporation K7VT6 [1849:3038]
Kernel driver in use: uhci_hcd
00:10.2 USB Controller [0c03]: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller [1106:3038] (rev b0)
Subsystem: ASRock Incorporation K7VT6 [1849:3038]
Kernel driver in use: uhci_hcd
00:10.3 USB Controller [0c03]: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller [1106:3038] (rev b0)
Subsystem: ASRock Incorporation K7VT6 [1849:3038]
Kernel driver in use: uhci_hcd
00:10.4 USB Controller [0c03]: VIA Technologies, Inc. USB 2.0 [1106:3104] (rev
90)
Subsystem: ASRock Incorporation K7VT6 motherboard [1849:3104]
Kernel driver in use: ehci_hcd
00:11.0 ISA bridge [0601]: VIA Technologies, Inc. VT8237S PCI to ISA Bridge
[1106:3372]
Subsystem: ASRock Incorporation Device [1849:3372]
00:11.7 Host bridge [0600]: VIA Technologies, Inc. VT8251 Ultra VLINK Controller
[1106:287e]
Subsystem: VIA Technologies, Inc. Device [1106:337e]
00:12.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6102 [Rhine-II]
[1106:3065] (rev 7c)
Subsystem: ASRock Incorporation K7VT6 motherboard [1849:3065]
Kernel driver in use: via-rhine
00:13.0 Host bridge [0600]: VIA Technologies, Inc. VT8237A Host Bridge
[1106:337b]
00:13.1 PCI bridge [0604]: VIA Technologies, Inc. VT8237A PCI to PCI Bridge
[1106:337a]
02:00.0 VGA compatible controller [0300]: ATI Technologies Inc Cedar PRO [Radeon
HD 5450] [1002:68f9]
Subsystem: PC Partner Limited Device [174b:e153]
Kernel driver in use: radeon
02:00.1 Audio device [0403]: ATI Technologies Inc Manhattan HDMI Audio [Mobility
Radeon HD 5000 S

cdebconf_0.153_i386.changes ACCEPTED into unstable

2010-12-18 Thread Debian FTP Masters



Accepted:
cdebconf-gtk-udeb_0.153_i386.udeb
  to main/c/cdebconf/cdebconf-gtk-udeb_0.153_i386.udeb
cdebconf-gtk_0.153_i386.deb
  to main/c/cdebconf/cdebconf-gtk_0.153_i386.deb
cdebconf-newt-udeb_0.153_i386.udeb
  to main/c/cdebconf/cdebconf-newt-udeb_0.153_i386.udeb
cdebconf-priority_0.153_all.udeb
  to main/c/cdebconf/cdebconf-priority_0.153_all.udeb
cdebconf-text-udeb_0.153_i386.udeb
  to main/c/cdebconf/cdebconf-text-udeb_0.153_i386.udeb
cdebconf-udeb_0.153_i386.udeb
  to main/c/cdebconf/cdebconf-udeb_0.153_i386.udeb
cdebconf_0.153.dsc
  to main/c/cdebconf/cdebconf_0.153.dsc
cdebconf_0.153.tar.gz
  to main/c/cdebconf/cdebconf_0.153.tar.gz
cdebconf_0.153_i386.deb
  to main/c/cdebconf/cdebconf_0.153_i386.deb
libdebconfclient0-dev_0.153_i386.deb
  to main/c/cdebconf/libdebconfclient0-dev_0.153_i386.deb
libdebconfclient0-udeb_0.153_i386.udeb
  to main/c/cdebconf/libdebconfclient0-udeb_0.153_i386.udeb
libdebconfclient0_0.153_i386.deb
  to main/c/cdebconf/libdebconfclient0_0.153_i386.deb


Override entries for your package:
cdebconf-gtk-udeb_0.153_i386.udeb - optional debian-installer
cdebconf-gtk_0.153_i386.deb - optional admin
cdebconf-newt-udeb_0.153_i386.udeb - optional debian-installer
cdebconf-priority_0.153_all.udeb - standard debian-installer
cdebconf-text-udeb_0.153_i386.udeb - optional debian-installer
cdebconf-udeb_0.153_i386.udeb - standard debian-installer
cdebconf_0.153.dsc - source utils
cdebconf_0.153_i386.deb - extra utils
libdebconfclient0-dev_0.153_i386.deb - optional libdevel
libdebconfclient0-udeb_0.153_i386.udeb - optional debian-installer
libdebconfclient0_0.153_i386.deb - optional libs

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 605924 


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: http://lists.debian.org/e1pu0sc-0007wz...@franck.debian.org



Bug#606843: marked as done (Installation-Report: English language with Finnish location, half of the keys stop working)

2010-12-18 Thread Debian Bug Tracking System
Your message dated Sat, 18 Dec 2010 18:17:30 +
with message-id 
and subject line Bug#606840: fixed in console-setup 1.64
has caused the Debian Bug report #606840,
regarding Installation-Report: English language with Finnish location, half of 
the keys stop working
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.)


-- 
606840: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606840
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: installation-reports

Boot method: USB stick with netinst
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/testing/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso
Date: 12-Dec-2010 09:00 (UTC)

Machine: ASUS Eee PC 901
Processor: Intel Atom N270 1.60GHz
Memory: 1GB
Partitions: could not get that far

Output of lspci -knn (or lspci -nn):
00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GME Express
Memory Controller Hub [8086:27ac] (rev 03)
Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile
945GME Express Integrated Graphics Controller [8086:27ae] (rev 03)
Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
00:02.1 Display controller [0380]: Intel Corporation Mobile
945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller
[8086:27a6] (rev 03)
Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family)
High Definition Audio Controller [8086:27d8] (rev 02)
Subsystem: ASUSTeK Computer Inc. Device [1043:831a]
Kernel driver in use: HDA Intel
00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI
Express Port 1 [8086:27d0] (rev 02)
Kernel driver in use: pcieport-driver
00:1c.1 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI
Express Port 2 [8086:27d2] (rev 02)
Kernel driver in use: pcieport-driver
00:1c.2 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI
Express Port 3 [8086:27d4] (rev 02)
Kernel driver in use: pcieport-driver
00:1c.3 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI
Express Port 4 [8086:27d6] (rev 02)
Kernel driver in use: pcieport-driver
00:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family)
USB UHCI Controller #1 [8086:27c8] (rev 02)
Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
Kernel driver in use: uhci_hcd
00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family)
USB UHCI Controller #2 [8086:27c9] (rev 02)
Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
Kernel driver in use: uhci_hcd
00:1d.2 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family)
USB UHCI Controller #3 [8086:27ca] (rev 02)
Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
Kernel driver in use: uhci_hcd
00:1d.3 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family)
USB UHCI Controller #4 [8086:27cb] (rev 02)
Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family)
USB2 EHCI Controller [8086:27cc] (rev 02)
Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge
[8086:2448] (rev e2)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC
Interface Bridge [8086:27b9] (rev 02)
Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7
Family) SATA IDE Controller [8086:27c4] (rev 02)
Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
Kernel driver in use: ata_piix
00:1f.3 SMBus [0c05]: Intel Corporation 82801G (ICH7 Family) SMBus
Controller [8086:27da] (rev 02)
Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
Kernel driver in use: i801_smbus
01:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR5001
Wireless Network Adapter [168c:001c] (rev 01)
Subsystem: Device [1a3b:1026]
Kernel driver in use: ath5k
04:00.0 Ethernet controller [0200]: Attansic Technology Corp. Atheros
AR8121/AR8113/AR8114 PCI-E Ethernet Controller [1969:1026] (rev b0)
Subsystem: ASUSTeK Computer Inc. Device [1043:8324]
Kernel driver in use: ATL1E

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Config

Bug#606840: marked as done (installation-report: Keyboard not functioning correctly in the graphical installer)

2010-12-18 Thread Debian Bug Tracking System
Your message dated Sat, 18 Dec 2010 18:17:30 +
with message-id 
and subject line Bug#606840: fixed in console-setup 1.64
has caused the Debian Bug report #606840,
regarding installation-report: Keyboard not functioning correctly in the 
graphical installer
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.)


-- 
606840: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606840
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: installation-reports
Version: 2.43
Severity: important



-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/squeeze_di_beta2/i386/iso-cd/debian-squeeze-di-beta2-i386-netinst.iso
Date: 2010-12-12 9:30AM

Machine: Home built desktop with AMD 2000+XP
Partitions: 
o...@eebal:~$ sudo fdisk -l /dev/sdc
Disk /dev/sdc: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000876f7

Device Boot  Start End  Blocks   Id  System
/dev/sdc1   1 122  979933+  82  Linux swap
/ Solaris
/dev/sdc2   * 12339473072   83  Linux 
/dev/sdc43947   30402   212498432   83  Linux 

o...@eebal:~$ df -Tl
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sdc2 ext330237648816336  27885312   3% /
tmpfstmpfs  777352 0777352   0% /lib/init/rw
udev tmpfs  773004   192772812   1% /dev
tmpfstmpfs  777352 0777352   0% /dev/shm


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:  [O]
Load installer modules: [O]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

Tried the graphical installer first, but couldn't use it to finish the
installation because keyboard was not functioning correctly. About
half of the keys did not work at all, no matter whether pressed with
Shift or not. Probably something related to the locale/keyboard
layout-combination used. This happened again after reboot, so was not 
probably anything "temporarily". Here are my choices:

Language: English
Location: Europe/Finland
Keyboard layout: Finnish
Locale: en-us.utf8

The non-working keys: qwyuioafghjklv,

The text-based installer worked well, so I used it to install the
system.

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="6.0 (squeeze) - installer build 20101127"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux eebal 2.6.32-5-486 #1 Sat Oct 30 22:14:18 UTC 2010 i686 
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: VIA Technologies, Inc. VT8377 
[KT400/KT600 AGP] Host Bridge [1106:3189] (rev 80)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:807f]
lspci -knn: Kernel driver in use: agpgart-via
lspci -knn: 00:01.0 PCI bridge [0604]: VIA Technologies, Inc. VT8237/VX700 PCI 
Bridge [1106:b198]
lspci -knn: 00:0e.0 Ethernet controller [0200]: 3Com Corporation 3c905B 
100BaseTX [Cyclone] [10b7:9055] (rev 30)
lspci -knn: Subsystem: 3Com Corporation 3c905B 100BaseTX [Cyclone] 
[10b7:9055]
lspci -knn: Kernel driver in use: 3c59x
lspci -knn: 00:0f.0 RAID bus controller [0104]: VIA Technologies, Inc. VIA 
VT6420 SATA RAID Controller [1106:3149] (rev 80)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:80ed]
lspci -knn: Kernel driver in use: sata_via
lspci -knn: 00:0f.1 IDE interface [0101]: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE [1106:0571] (rev 06)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:80ed]
lspci -knn: Kernel driver in use: pata_via
lsp

Processing of console-setup_1.64_i386.changes

2010-12-18 Thread Debian FTP Masters
console-setup_1.64_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  console-setup_1.64.dsc
  console-setup_1.64.tar.gz
  keyboard-configuration_1.64_all.deb
  console-setup_1.64_all.deb
  console-setup-mini_1.64_all.deb
  bdf2psf_1.64_all.deb
  console-setup-udeb_1.64_all.udeb
  console-setup-amiga-ekmap_1.64_all.udeb
  console-setup-ataritt-ekmap_1.64_all.udeb
  console-setup-macintoshold-ekmap_1.64_all.udeb
  console-setup-pc-ekmap_1.64_all.udeb
  console-setup-sun4-ekmap_1.64_all.udeb
  console-setup-sun5-ekmap_1.64_all.udeb
  console-setup-fonts-udeb_1.64_all.udeb

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pu1gw-0008hp...@ravel.debian.org



Processing of console-setup_1.64_i386.changes

2010-12-18 Thread Debian FTP Masters
console-setup_1.64_i386.changes uploaded successfully to localhost
along with the files:
  console-setup_1.64.dsc
  console-setup_1.64.tar.gz
  keyboard-configuration_1.64_all.deb
  console-setup_1.64_all.deb
  console-setup-mini_1.64_all.deb
  bdf2psf_1.64_all.deb
  console-setup-udeb_1.64_all.udeb
  console-setup-amiga-ekmap_1.64_all.udeb
  console-setup-ataritt-ekmap_1.64_all.udeb
  console-setup-macintoshold-ekmap_1.64_all.udeb
  console-setup-pc-ekmap_1.64_all.udeb
  console-setup-sun4-ekmap_1.64_all.udeb
  console-setup-sun5-ekmap_1.64_all.udeb
  console-setup-fonts-udeb_1.64_all.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: http://lists.debian.org/e1pu1hm-0002el...@franck.debian.org



Bug#607467: installation : disk set analysis

2010-12-18 Thread Christian PERRIER
reassign 607467 iso-scan
forcemerge 607467 606227
thanks

Quoting Laurent Despeyroux (laurent.despeyr...@free.fr):



> I got a two troubles :
> 
> First one: At the analysis of the disk set I had trouble to eject disk. I had 
> to
> go to the console ([Alt]+[F2]) to run "eject" and change the disk before
> returning to the interface. This append in text mode and expert text mode.
> 
> Second one (worst) : After the analysis of the disk set the installation 
> process
> freeze ! This append in text mode, graphic mode and expert text mode. The same
> thing append when I try with the Beta1 (text mode).
> 
> Finally, to install the system I renounce to use the disks 2, 3, 4, 5, 6, 7 
> and
> 8 !

This is #606227...which would be good to fix..:-)




signature.asc
Description: Digital signature


Processed: Re: Bug#607467: installation : disk set analysis

2010-12-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 607467 iso-scan
Bug #607467 [installation-reports] installation : disk set analysis
Bug reassigned from package 'installation-reports' to 'iso-scan'.
> forcemerge 607467 606227
Bug#607467: installation : disk set analysis
Bug#606227: 'DVD set' scan, debian-squeeze-di-beta1-i386-DVD-2 label missing 
from install screen.
Forcibly Merged 606227 607467.

> thanks
Stopping processing here.

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129269688725694.transcr...@bugs.debian.org



console-setup_1.64_i386.changes ACCEPTED into unstable

2010-12-18 Thread Debian FTP Masters



Accepted:
bdf2psf_1.64_all.deb
  to main/c/console-setup/bdf2psf_1.64_all.deb
console-setup-amiga-ekmap_1.64_all.udeb
  to main/c/console-setup/console-setup-amiga-ekmap_1.64_all.udeb
console-setup-ataritt-ekmap_1.64_all.udeb
  to main/c/console-setup/console-setup-ataritt-ekmap_1.64_all.udeb
console-setup-fonts-udeb_1.64_all.udeb
  to main/c/console-setup/console-setup-fonts-udeb_1.64_all.udeb
console-setup-macintoshold-ekmap_1.64_all.udeb
  to main/c/console-setup/console-setup-macintoshold-ekmap_1.64_all.udeb
console-setup-mini_1.64_all.deb
  to main/c/console-setup/console-setup-mini_1.64_all.deb
console-setup-pc-ekmap_1.64_all.udeb
  to main/c/console-setup/console-setup-pc-ekmap_1.64_all.udeb
console-setup-sun4-ekmap_1.64_all.udeb
  to main/c/console-setup/console-setup-sun4-ekmap_1.64_all.udeb
console-setup-sun5-ekmap_1.64_all.udeb
  to main/c/console-setup/console-setup-sun5-ekmap_1.64_all.udeb
console-setup-udeb_1.64_all.udeb
  to main/c/console-setup/console-setup-udeb_1.64_all.udeb
console-setup_1.64.dsc
  to main/c/console-setup/console-setup_1.64.dsc
console-setup_1.64.tar.gz
  to main/c/console-setup/console-setup_1.64.tar.gz
console-setup_1.64_all.deb
  to main/c/console-setup/console-setup_1.64_all.deb
keyboard-configuration_1.64_all.deb
  to main/c/console-setup/keyboard-configuration_1.64_all.deb


Override entries for your package:
bdf2psf_1.64_all.deb - optional utils
console-setup-amiga-ekmap_1.64_all.udeb - extra debian-installer
console-setup-ataritt-ekmap_1.64_all.udeb - extra debian-installer
console-setup-fonts-udeb_1.64_all.udeb - extra debian-installer
console-setup-macintoshold-ekmap_1.64_all.udeb - extra debian-installer
console-setup-mini_1.64_all.deb - extra utils
console-setup-pc-ekmap_1.64_all.udeb - extra debian-installer
console-setup-sun4-ekmap_1.64_all.udeb - extra debian-installer
console-setup-sun5-ekmap_1.64_all.udeb - extra debian-installer
console-setup-udeb_1.64_all.udeb - extra debian-installer
console-setup_1.64.dsc - source utils
console-setup_1.64_all.deb - optional utils
keyboard-configuration_1.64_all.deb - optional utils

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 606840 


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: http://lists.debian.org/e1pu1lw-000344...@franck.debian.org



Bug#607467: installation : disk set analysis

2010-12-18 Thread Miguel Figueiredo
A Sábado 18 Dezembro 2010 17:52:24 Laurent Despeyroux você escreveu:

[...]

> Second one (worst) : After the analysis of the disk set the installation
> process freeze ! This append in text mode, graphic mode and expert text
> mode. The same thing append when I try with the Beta1 (text mode).
> 
> Finally, to install the system I renounce to use the disks 2, 3, 4, 5, 6, 7
> and 8 !

[...]

Anything 'suspicious' on the install logs? 
Can you also share them and attach them (gzipped) to the bug report?

-- 
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org




--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201012181844.30126.el...@debianpt.org



Processed: reassign 606227 to apt-setup

2010-12-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 606227 apt-setup
Bug #606227 [iso-scan] 'DVD set' scan, debian-squeeze-di-beta1-i386-DVD-2 label 
missing from install screen.
Bug #607467 [iso-scan] installation : disk set analysis
Bug reassigned from package 'iso-scan' to 'apt-setup'.
Bug reassigned from package 'iso-scan' to 'apt-setup'.
> thanks
Stopping processing here.

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129269830531683.transcr...@bugs.debian.org



Bug#596448: marked as done (Licence text overlaps accept/decline buttons)

2010-12-18 Thread Debian Bug Tracking System
Your message dated Sat, 18 Dec 2010 19:05:20 +
with message-id <201012181905.20840.el...@debianpt.org>
and subject line 
has caused the Debian Bug report #596448,
regarding Licence text overlaps accept/decline buttons
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.)


-- 
596448: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596448
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Subject: installation-report: Several UI glitches; problems with WPA
Package: installation-reports
Version: 2.42
Severity: normal

*** Please type your report below this line ***


-- Package-specific info:

Boot method: USB pendrive
Image version: 
http://ftp2.de.debian.org/debian/dists/squeeze/main/installer-i386/current/images/hd-media/gtk
 current as of 2010-09-10
Date: 

Machine: IBM Thinkpad R52
Partitions:
Dateisystem   Typ1K‐Blöcke   Benutzt Verfügbar Ben% Eingehängt auf
/dev/mapper/falcon-root
  ext455044516  25205652  27042732  49% /
tmpfstmpfs  776788 0776788   0% /lib/init/rw
udev tmpfs  771744   272771472   1% /dev
tmpfstmpfs  776788 0776788   0% /dev/shm
/dev/sda1 ext2  233191 15086205664   7% /boot



Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [E]
Detect CD:  [O]
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:  [E]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

Most problems I encountered are probably minor glitches that can easily
be corrected, but they probably are quite frustrating for the novice
user.

1.) Network configuration seems to hang if non-free firmware is missing

I hadn't realized that the ipw2915abg WLAN card in the R52 needs a
non-free firmware package and thus hadn't provided this on the install
medium. This caused the installer to seemingly "hang" when configuring
the network. It turned out that the installer tried to access a floppy
drive that is not present on my system although the controller is.

2.) License dialogs' text overlaps the buttons at the bottom

The firmware package for the ipw2x00 chipsets presents a license dialog
during the installation and prompts to accept or decline the license.
However, the text of the license is too long and overlaps the buttons
at the bottom of the dialog. This makes it impossible to accept the
license as you can't see which button will be selected. I ended up
continuing the installation via the wired network interface present.

(This problem popped up again during the package installation stage.)

3.) Seemingly no WPA encryption for WLAN interfaces

Before abandoning the installation via the WLAN interface, I noticed
that there is seemingly no method to configure the WPA encryption
of a WLAN interface, probably because wpa-supplicant is missing at
this stage. This makes a network based installation impossible for
users that have a WPA protected WLAN (increasingly common, at least
here in Germany) and no other means of getting connectivity.

In my opinion the installer should offer WPA encryption or at least
should state prominently that installation via an WPA protected
WLAN is impossible.

Greetings from Stuttgart,

=ToJe=

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="6.0 (squeeze) - installer build 20100910-16:05"
X_INSTALLATION_MEDIUM=hd-media

==
Installer hardware-summary:
==
uname -a: Linux falcon 2.6.32-5-486 #1 Thu Aug 12 12:59:56 UTC 2010 i686 
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Mobile 
915GM/PM/GMS/910GML Express Processor to DRAM Controller [8086:2590] (rev 03)
lspci -knn: Subsystem: IBM Device [1014:0575]
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation Mobile 915GM/PM 
Express PCI Express Root Port [8086:2591] (rev 03)
lspci -knn: Kernel driver in use: 

Bug#607480: installation-reports: Ethernet Card Atheros AR8152

2010-12-18 Thread Jean-Michel OLTRA

Package: installation-reports
Severity: important


During installation, the kernel recognized the wireless card atheros
AR8152, but it's atl1c driver is not loaded. Loading the driver by hand
did not change anything. The installation was successfull using the
wireless interface Atheros AR9285. After having rebooted the laptop, the
kernel was able to successfully load the atl1c module, and the eth0
interface could be brought up.


-- Package-specific info:

Boot method: CD
Image version: debian-squeeze-di-beta2-amd64-netinst.iso
Date: 2010-12-17

Machine: Toshiba Satellite Pro C650
Partitions: 

Sys. fich.Type1K-blocs   UtiliséDispo. Uti% Monté sur
/dev/sda1 ext348060296   2693172  42925756   6% /
tmpfstmpfs  963184 0963184   0% /lib/init/rw
udev tmpfs  958440   216958224   1% /dev
tmpfstmpfs  963184 0963184   0% /dev/shm
/dev/sda2 ext3   191285916346324 181222808   1% /home

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [0]
Detect network card:[0]
Configure network:  [E]
Detect CD:  [0]
Load installer modules: [0]
Detect hard drives: [0]
Partition hard drives:  [0]
Install base system:[0]
Clock/timezone setup:   [0]
User/password setup:[0]
Install tasks:  [0]
Install boot loader:[E]
Overall install:[0]

Comments/Problems:

Grub could not be installed. But Lilo has been. I do not know why, and I
did not investigate much.

Wireless card useless during installation phase (see above).


==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="6.0 (squeeze) - installer build 20101127"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux laurena 2.6.32-5-amd64 #1 SMP Sat Oct 30 14:18:21 UTC 2010 
x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series 
Chipset Memory Controller Hub [8086:2a40] (rev 07)
lspci -knn: Subsystem: Toshiba America Info Systems Device [1179:ff1e]
lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 
4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07)
lspci -knn: Subsystem: Toshiba America Info Systems Device [1179:fde0]
lspci -knn: 00:02.1 Display controller [0380]: Intel Corporation Mobile 4 
Series Chipset Integrated Graphics Controller [8086:2a43] (rev 07)
lspci -knn: Subsystem: Toshiba America Info Systems Device [1179:fde0]
lspci -knn: 00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 
Family) USB UHCI Controller #4 [8086:2937] (rev 03)
lspci -knn: Subsystem: Toshiba America Info Systems Device [1179:ff1e]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 
Family) USB UHCI Controller #5 [8086:2938] (rev 03)
lspci -knn: Subsystem: Toshiba America Info Systems Device [1179:ff1e]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 
Family) USB2 EHCI Controller #2 [8086:293c] (rev 03)
lspci -knn: Subsystem: Toshiba America Info Systems Device [1179:ff1e]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) 
HD Audio Controller [8086:293e] (rev 03)
lspci -knn: Subsystem: Toshiba America Info Systems Device [1179:ff1e]
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) 
PCI Express Port 1 [8086:2940] (rev 03)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.1 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) 
PCI Express Port 2 [8086:2942] (rev 03)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.4 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) 
PCI Express Port 5 [8086:2948] (rev 03)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 
Family) USB UHCI Controller #1 [8086:2934] (rev 03)
lspci -knn: Subsystem: Toshiba America Info Systems Device [1179:ff1e]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 
Family) USB UHCI Controller #2 [8086:2935] (rev 03)
lspci -knn: Subsystem: Toshiba America Info Systems Device [1179:ff1e]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 
Family) USB UHCI Controller #3 [8086:2936] (rev 03)
lspci -knn: Subsystem: Toshiba America Info Systems Device [1179:ff1e]
lspci -knn: Kernel driver in use

Debian installer build: failed or old builds

2010-12-18 Thread Daily build aggregator
Debian installer build overview
---

Failed or old builds:

* FAILED BUILD: armel Dec 18 22:37 j...@box build_kirkwood_netboot-gtk 

http://people.debian.org/~joeyh/d-i/armel/images/daily/build_kirkwood_netboot-gtk.log

* OLD BUILD:hppa Jun 07 00:12 bui...@lafayette build_cdrom 
http://d-i.debian.org/daily-images/hppa/daily/build_cdrom.log

* OLD BUILD:hppa Jun 07 00:16 bui...@lafayette build_netboot 
http://d-i.debian.org/daily-images/hppa/daily/build_netboot.log

* OLD BUILD:hppa Jun 07 00:21 bui...@lafayette build_miniiso 
http://d-i.debian.org/daily-images/hppa/daily/build_miniiso.log

* OLD BUILD:mipsel Dec 09 00:12 bui...@rem build_cobalt_netboot-2.6_serial 

http://d-i.debian.org/daily-images/mipsel/daily/build_cobalt_netboot-2.6_serial.log

* OLD BUILD:mipsel Dec 09 00:18 bui...@rem build_cobalt_netboot-2.6_ssh 

http://d-i.debian.org/daily-images/mipsel/daily/build_cobalt_netboot-2.6_ssh.log

* OLD BUILD:mipsel Dec 09 00:20 bui...@rem build_cobalt_netboot-2.6_common 

http://d-i.debian.org/daily-images/mipsel/daily/build_cobalt_netboot-2.6_common.log

* OLD BUILD:mipsel Dec 09 00:24 bui...@rem build_malta_netboot-2.6 

http://d-i.debian.org/daily-images/mipsel/daily/build_malta_netboot-2.6.log

* OLD BUILD:mipsel Dec 09 00:29 bui...@rem build_sb1-bcm91250a_netboot-2.6 

http://d-i.debian.org/daily-images/mipsel/daily/build_sb1-bcm91250a_netboot-2.6.log

* OLD BUILD:sparc Jul 12 11:04 stapp...@dd build_cdrom 

http://people.debian.org/~stappers/d-i/sparc/daily/build_cdrom.log

* OLD BUILD:sparc Jul 12 11:08 stapp...@dd build_netboot 

http://people.debian.org/~stappers/d-i/sparc/daily/build_netboot.log

* OLD BUILD:sparc Jul 12 11:11 stapp...@dd build_miniiso 

http://people.debian.org/~stappers/d-i/sparc/daily/build_miniiso.log

* FAILED BUILD: amd64 Dec 18 21:56 debian...@pettersson Csqueezepowerpc 
http://cdbuilder.debian.org/cdimage-log/Csqueezepowerpc


Totals: 116 builds (2 failed, 11 old)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pu7d5-00074h...@ravel.debian.org



Bug#605759: [s390/hercules] disk partitioning failed: no /dev/dsda1

2010-12-18 Thread Niko Tyni
retitle 605759 [s390] parted: does not re-read DASD partition table, breaks d-i
reassign 605759 parted 2.3-4
severity 605759 serious
tags 605759 = d-i patch fixed-upstream
thanks

On Fri, Dec 17, 2010 at 08:04:39PM +0100, Ferenc Wagner wrote:
> Niko Tyni  writes:
> > On Thu, Dec 16, 2010 at 05:37:55PM +0100, Ferenc Wagner wrote:
> >> Niko Tyni  writes:
> >> 
> >>> Hercules s390 emulator installation failed at disk partitioning;
> >>> new partitions don't seem to show up in /dev.

> > It works fine if I create the partition manually with fdasd.

> > Furthermore, if I try to create a partition first with the d-i interface
> > (getting the error) and then invoke fdasd and write out a trivial no-op
> > such as change the volume serial from LIN120 to LIN120, /dev/dasda1
> > appears.

> > It looks to me like the problem is that d-i does not manage to reread
> > the partition table.

> > I'm not sure if I understand the architecture correctly here, but
> > maybe the problem is this change in parted 2.3 ?
> >
> > libparted: remove now-worse-than-useless _kernel_reread_part_table
> > Now that we're using BLKPG properly, there's no point in using the
> > less-functional BLKRRPART ioctl to make the kernel reread the 
> > partition
> > table.
> > More importantly, this function would fail when any partition is in
> > use, in spite of our having carefully vetted them via BLKPG ioctls.
> >
> > I see fdasd (as of s390-tools 1.8.3-3) uses BLKRRPART and not BLKPG.
> >
> > The timeline would also fit the successful reports #569209 and #575682.
> 
> This looks a fairly plausible theory, and the outcome is even more
> interesting, search for DASD in git log libparted/arch/linux.c.  As I
> understand it, 9fa0e180 may even fix this problem.

Thanks! The patch applies cleanly to 2.3-4, and I can confirm that the
it fixes the issue completely for me.

(For the sake of completeness: I built the modified parted on zelenka.d.o
 without the build dependencies libblkid-dev and check. They don't seem
 to matter in this case.)

I'm attaching the patch for convenience and reassigning this to parted.
Setting the severity to 'serious' as it looks like this breaks d-i on
s390 for everybody and not just hercules users.

Parted maintainers: feel free to downgrade if this is inflated, and
please let me know if I can help further in any way.
-- 
Niko Tyni   nt...@debian.org
>From 9fa0e1800db5b9f094ae481fd95a51da03f19e95 Mon Sep 17 00:00:00 2001
From: Brian C. Lane 
Date: Mon, 22 Nov 2010 10:01:56 +0100
Subject: [PATCH] linux: remove DASD restriction on _disk_sync_part_table

* libparted/arch/linux.c: Include .
(linux_disk_commit): Assert that _have_blkpg returns true
and don't skip _disk_sync_part_table for DASD devices.
Otherwise, when creating a partition on a DASD device,
new /dev/*[12...] device files would not be created.
Also, remove obsolete comment about DevFS.
For details, see http://bugzilla.redhat.com/651478
and http://thread.gmane.org/gmane.comp.gnu.parted.bugs/10191
---
 libparted/arch/linux.c |   22 +-
 1 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/libparted/arch/linux.c b/libparted/arch/linux.c
index a5ae10c..4e61bfe 100644
--- a/libparted/arch/linux.c
+++ b/libparted/arch/linux.c
@@ -40,6 +40,7 @@
 #include 
 #include /* for uname() */
 #include 
+#include 
 #ifdef ENABLE_DEVICE_MAPPER
 #include 
 #endif
@@ -2824,20 +2825,15 @@ linux_disk_commit (PedDisk* disk)
 return _dm_reread_part_table (disk);
 #endif
 if (disk->dev->type != PED_DEVICE_FILE) {
-/* The ioctl() command BLKPG_ADD_PARTITION does not notify
- * the devfs system; consequently, /proc/partitions will not
- * be up to date, and the proper links in /dev are not
- * created.  Therefore, if using DevFS, we must get the kernel
- * to re-read and grok the partition table.
- */
-/* Work around kernel dasd problem so we really do BLKRRPART */
-		int ok = 1;
-		if (disk->dev->type != PED_DEVICE_DASD && _have_blkpg ()) {
-			if (!_disk_sync_part_table (disk))
-			  ok = 0;
-		}
 
-return ok;
+		/* We now require BLKPG support.  If this assertion fails,
+		   please write to the mailing list describing your system.
+		   Assuming it's never triggered, ...
+		   FIXME: remove this assertion in 2012.  */
+		assert (_have_blkpg ());
+
+		if (!_disk_sync_part_table (disk))
+			return 0;
 }
 
 return 1;
-- 
1.7.2.3



Processed: Re: Bug#605759: [s390/hercules] disk partitioning failed: no /dev/dsda1

2010-12-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 605759 [s390] parted: does not re-read DASD partition table, breaks 
> d-i
Bug #605759 [installation-reports] [s390/hercules] disk partitioning failed:  
no /dev/dsda1
Changed Bug title to '[s390] parted: does not re-read DASD partition table, 
breaks d-i' from '[s390/hercules] disk partitioning failed:  no /dev/dsda1'
> reassign 605759 parted 2.3-4
Bug #605759 [installation-reports] [s390] parted: does not re-read DASD 
partition table, breaks d-i
Bug reassigned from package 'installation-reports' to 'parted'.
Bug #605759 [parted] [s390] parted: does not re-read DASD partition table, 
breaks d-i
Bug Marked as found in versions parted/2.3-4.
> severity 605759 serious
Bug #605759 [parted] [s390] parted: does not re-read DASD partition table, 
breaks d-i
Severity set to 'serious' from 'normal'

> tags 605759 = d-i patch fixed-upstream
Bug #605759 [parted] [s390] parted: does not re-read DASD partition table, 
breaks d-i
Added tag(s) fixed-upstream and patch; removed tag(s) moreinfo.
> thanks
Stopping processing here.

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129274203228928.transcr...@bugs.debian.org