Processed: Re: Bug#461529: debian-intaller: Mauritius and Mauritania are reversed

2008-01-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 461529 localechooser
Bug#461529: debian-intaller: Mauritius and Mauritania are reversed
Warning: Unknown package 'debian-intaller'
Bug reassigned from package `debian-intaller' to `localechooser'.

 --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#460858: e1000-kernel-module: NIC Intel 82562GT 10/100 isn't recognized while install 4.0r1 and 4.0r2

2008-01-19 Thread nickkuz
Package: e1000-kernel-module
Version: 7.1.9-k4-NAPI
Severity: grave
Justification: renders package unusable

Computer details: Notebook HP6820s GR710EA; MotherBoard 30D7 (KBC version 83.0F)
chipset: HP mobile PM965/GM965/PL960 Express  rev A13
LPC Hub controller 1: HP ICH8M
LPC Hub controller 2: Intel 82801H SMBus cotroller
USB Cotroller: HP 82801H
diagnosis:

NIC driver load is failed while install process.
After install, 
1. NIC doesn't work,
2. external USB flash drives are not usable
3. Sound card isn't usable  

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#460858: more info: segfault error while loading NIC driver

2008-01-19 Thread Nick Y Kuzminyh
Dear support team member,
I've failed to find install log file.
I see the following message every time linux boot:
---
Jan 10 12:22:57 mitek kernel: Intel(R) PRO/1000 Network Driver - version 
7.1.9-k4-NAPI
Jan 10 12:22:57 mitek kernel: Copyright (c) 1999-2006 Intel Corporation.
Jan 10 12:22:57 mitek kernel: vbetool[2733]: segfault at 10e0 rip 
004248df rsp 7fff9e76b480 error 4
---
(this is a fragment of kern.log)
Processor is Intel Core2Duo.
NIC driver seems to be identified correctly (e1000 kernel module)


-- 
Best regards,
 Nick  mailto:[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#461529: debian-intaller: Mauritius and Mauritania are reversed

2008-01-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 forcemerge 426890 461529
Bug#426890: localechooser: several countries are misplaced
Bug#461529: debian-intaller: Mauritius and Mauritania are reversed
Forcibly Merged 426890 461529.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#461529: debian-intaller: Mauritius and Mauritania are reversed

2008-01-19 Thread Frans Pop
 In the screen to choose the country, debian-installer locates Mauritania
 in Indian Ocean and Mauritius in Africa. That should be reversed.

Which version of the installer is that? AFAICT it is OK in daily builds.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [PATCH] Malta support for partman and base-installer

2008-01-19 Thread Aurelien Jarno
On Sun, Jan 13, 2008 at 12:41:37AM +0100, Frans Pop wrote:
 On Sunday 13 January 2008, Aurelien Jarno wrote:
  Please find below a small patch that adds support for the MIPS Malta
  platform in partman-partitioning and base-installer.
 
 Forgot one thing. Please add a test case for the subarch for base-installer 
 (under kernel/tests/) and make sure that it builds correctly after that 
 before committing.

I have added the tests and checked that base-installer builds correctly.
Please find the patch I plan to commit below.

Index: partman/partman-partitioning/debian/changelog
===
--- partman/partman-partitioning/debian/changelog   (révision 50954)
+++ partman/partman-partitioning/debian/changelog   (copie de travail)
@@ -3,6 +3,9 @@
   [ Stephen R. Marenka]
   * Add m68k/atari support.
 
+  [ Aurelien Jarno ]
+  * disk-label.sh: add support for MIPS Malta platform.
+
  -- Stephen R. Marenka [EMAIL PROTECTED]  Sat, 12 Jan 2008 17:50:50 -0600
 
 partman-partitioning (55) unstable; urgency=low
Index: partman/partman-partitioning/lib/disk-label.sh
===
--- partman/partman-partitioning/lib/disk-label.sh  (révision 50954)
+++ partman/partman-partitioning/lib/disk-label.sh  (copie de travail)
@@ -81,6 +81,9 @@
esac;;
mips)
case $sub in
+   4kc-malta | 5kc-malta)
+   # MIPS Malta
+   echo msdos;;
r4k-ip22 | r5k-ip22 | r8k-ip26 | r10k-ip28)
# Indy
echo dvh;;
@@ -100,6 +103,9 @@
esac;;
mipsel)
case $sub in
+   4kc-malta | 5kc-malta)
+   # MIPS Malta
+   echo msdos;;
# DECstation
r3k-kn02)
echo msdos;;
Index: base-installer/kernel/mips.sh
===
--- base-installer/kernel/mips.sh   (révision 50954)
+++ base-installer/kernel/mips.sh   (copie de travail)
@@ -1,6 +1,6 @@
 arch_get_kernel_flavour () {
case $SUBARCH in
-   r4k-ip22|r5k-ip22|r5k-ip32|sb1-bcm91250a|sb1a-bcm91480b)
+   
4kc-malta|5kc-malta|r4k-ip22|r5k-ip22|r5k-ip32|sb1-bcm91250a|sb1a-bcm91480b)
echo $SUBARCH
return 0
;;
@@ -23,6 +23,11 @@
   [ $2 = r5k-ip22 ]; then
return 0
fi
+   # The 4kc-malta kernel will do for 5kc-malta as well.
+   if expr $1 : .*-4kc-malta.* /dev/null  \
+  [ $2 = 5kc-malta ]; then
+   return 0
+   fi
return 1
 }
 
Index: base-installer/kernel/mipsel.sh
===
--- base-installer/kernel/mipsel.sh (révision 50954)
+++ base-installer/kernel/mipsel.sh (copie de travail)
@@ -1,6 +1,6 @@
 arch_get_kernel_flavour () {
case $SUBARCH in
-   r3k-kn02|r4k-kn04|sb1-bcm91250a|sb1a-bcm91480b)
+   
4kc-malta|5kc-malta|r3k-kn02|r4k-kn04|sb1-bcm91250a|sb1a-bcm91480b)
echo $SUBARCH
return 0
;;
@@ -22,6 +22,11 @@
 arch_check_usable_kernel () {
# Subarchitecture must match exactly.
if expr $1 : .*-$2.* /dev/null; then return 0; fi
+   # The 4kc-malta kernel will do for 5kc-malta as well.
+   if expr $1 : .*-4kc-malta.* /dev/null  \
+  [ $2 = 5kc-malta ]; then
+   return 0
+   fi
return 1
 }
 
Index: base-installer/kernel/tests/mipsel/4kc-malta.cpuinfo
===
--- base-installer/kernel/tests/mipsel/4kc-malta.cpuinfo(révision 0)
+++ base-installer/kernel/tests/mipsel/4kc-malta.cpuinfo(révision 0)
@@ -0,0 +1,13 @@
+system type: MIPS Malta
+processor  : 0
+cpu model  : MIPS 24K V0.0  FPU V0.0
+BogoMIPS   : 636.92
+wait instruction   : yes
+microsecond timers : yes
+tlb_entries: 16
+extra interrupt vector : yes
+hardware watchpoint: yes
+ASEs implemented   :
+VCED exceptions: not available
+VCEI exceptions: not available
+
Index: base-installer/kernel/tests/mipsel/5kc-malta.cpuinfo
===
--- base-installer/kernel/tests/mipsel/5kc-malta.cpuinfo(révision 0)
+++ base-installer/kernel/tests/mipsel/5kc-malta.cpuinfo(révision 0)
@@ -0,0 +1,13 @@
+system type: MIPS Malta
+processor  : 0
+cpu model  : MIPS 5Kc V0.0  FPU V0.0
+BogoMIPS   : 3670.01
+wait instruction   : yes
+microsecond timers : yes
+tlb_entries: 32
+extra 

Bug#461529: debian-intaller: Mauritius and Mauritania are reversed

2008-01-19 Thread Frans Pop
forcemerge 426890 461529
thanks

On Saturday 19 January 2008, Frans Pop wrote:
  In the screen to choose the country, debian-installer locates
  Mauritania in Indian Ocean and Mauritius in Africa. That should be
  reversed.

 Which version of the installer is that? AFAICT it is OK in daily builds.

Yep. Looks like this was already corrected as a result of #426890 (together 
with other mistakes).

Christian: Should we correct this for stable too? There will be a D-I upload 
for stable soon, so it could be included in that.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#461529: debian-intaller: Mauritius and Mauritania are reversed

2008-01-19 Thread Christian Perrier
Quoting Frans Pop ([EMAIL PROTECTED]):

 Yep. Looks like this was already corrected as a result of #426890 (together 
 with other mistakes).
 
 Christian: Should we correct this for stable too? There will be a D-I upload 
 for stable soon, so it could be included in that.


I'm mitigated... The bug is of course not RC but also pretty easy to
fix and riskless. But many DD would say so of their trivial bugs in
etch, indeed...




signature.asc
Description: Digital signature


Re: [PATCH] Malta support for partman and base-installer

2008-01-19 Thread Otavio Salvador
Aurelien Jarno [EMAIL PROTECTED] writes:

 On Sun, Jan 13, 2008 at 12:41:37AM +0100, Frans Pop wrote:
 On Sunday 13 January 2008, Aurelien Jarno wrote:
  Please find below a small patch that adds support for the MIPS Malta
  platform in partman-partitioning and base-installer.
 
 Forgot one thing. Please add a test case for the subarch for base-installer 
 (under kernel/tests/) and make sure that it builds correctly after that 
 before committing.

 I have added the tests and checked that base-installer builds correctly.
 Please find the patch I plan to commit below.

It looks OK. Please commit it.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
-
Microsoft sells you Windows ... Linux gives
 you the whole house.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#461529: debian-installer: Mauritius and Mauritania are reversed

2008-01-19 Thread Aurelien Jarno
Christian Perrier a écrit :
 Quoting Frans Pop ([EMAIL PROTECTED]):
 
 Yep. Looks like this was already corrected as a result of #426890 (together 
 with other mistakes).

 Christian: Should we correct this for stable too? There will be a D-I upload 
 for stable soon, so it could be included in that.
 
 
 I'm mitigated... The bug is of course not RC but also pretty easy to
 fix and riskless. But many DD would say so of their trivial bugs in
 etch, indeed...
 

OTOH, this is one of the first screens from Debian the user see.


-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#396327: marked as done (FSC Lifebook S7020)

2008-01-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Jan 2008 15:23:05 +0100
with message-id [EMAIL PROTECTED]
and subject line FSC Lifebook S7020
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)

---BeginMessage---

Package: installation-reports

Boot method: CD-netinstall
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso

Date: Di Okt 31 09:24:07 CET 2006

Machine: FSC Lifebook S7020
Processor: Intel(R) Pentium(R) M processor 1.73GHz (centrino)
Memory: 1027164 kB
Partitions:
/dev/sda2 ext316626988   2695212  13087160  18% /
udev tmpfs   1024068 10172   1% /dev
devshm   tmpfs  513580 0513580   0% /dev/shm


Output of lspci -nn and lspci -vnn attached

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

Comments/Problems:

speedstep modules not loaded. suspend and hibernate non-functional

Cheers
Bjoern


lspci-nn.txt
Description: PGP signature


lspci-vnn.txt
Description: PGP signature
---End Message---
---BeginMessage---
No bug at all

---End Message---


Bug#367634: marked as done (installation-report: LSISAS1064 controller not discovered)

2008-01-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Jan 2008 15:20:21 +0100
with message-id [EMAIL PROTECTED]
and subject line LSISAS1064 controller not discovered
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)

---BeginMessage---

Package: installation-reports

Boot method: CD
Image version: debian-testing-amd64-businesscard.iso daily from 20060517
Date: Wed May 17 13:19:29 CEST 2006

Machine: Sun Fire X4200
Processor: Dual Opteron 275
Memory: 4GB
Partitions: none

Output of lspci and lspci -n:

debian-2:~# lspci
:00:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge 
(rev 13)
:00:01.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X APIC (rev 01)
:00:02.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge 
(rev 13)
:00:02.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X APIC (rev 01)
:00:06.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07)
:00:07.0 ISA bridge: Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05)
:00:07.1 IDE interface: Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03)
:00:07.2 SMBus: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02)
:00:07.3 Bridge: Advanced Micro Devices [AMD] AMD-8111 ACPI (rev 05)
:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:19.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:19.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:19.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:19.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:01:01.0 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet 
Controller (Copper) (rev 03)
:01:01.1 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet 
Controller (Copper) (rev 03)
:01:02.0 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet 
Controller (Copper) (rev 03)
:01:02.1 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet 
Controller (Copper) (rev 03)
:02:03.0 SCSI storage controller: LSI Logic / Symbios Logic: Unknown device 
0050 (rev 02)
:03:00.0 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)
:03:00.1 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)
:03:03.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
:04:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge 
(rev 13)
:04:01.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X APIC (rev 01)
:04:02.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge 
(rev 13)
:04:02.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X APIC (rev 01)

debian-2:~# lspci -n
:00:01.0 0604: 1022:7450 (rev 13)
:00:01.1 0800: 1022:7451 (rev 01)
:00:02.0 0604: 1022:7450 (rev 13)
:00:02.1 0800: 1022:7451 (rev 01)
:00:06.0 0604: 1022:7460 (rev 07)
:00:07.0 0601: 1022:7468 (rev 05)
:00:07.1 0101: 1022:7469 (rev 03)
:00:07.2 0c05: 1022:746a (rev 02)
:00:07.3 0680: 1022:746b (rev 05)
:00:18.0 0600: 1022:1100
:00:18.1 0600: 1022:1101
:00:18.2 0600: 1022:1102
:00:18.3 0600: 1022:1103
:00:19.0 0600: 1022:1100
:00:19.1 0600: 1022:1101
:00:19.2 0600: 1022:1102
:00:19.3 0600: 1022:1103
:01:01.0 0200: 8086:1010 (rev 03)
:01:01.1 0200: 8086:1010 (rev 03)
:01:02.0 0200: 8086:1010 (rev 03)
:01:02.1 0200: 8086:1010 (rev 03)
:02:03.0 0100: 1000:0050 (rev 02)
:03:00.0 0c03: 1022:7464 (rev 0b)
:03:00.1 0c03: 1022:7464 (rev 0b)
:03:03.0 0300: 1002:4752 (rev 27)
:04:01.0 0604: 1022:7450 (rev 13)
:04:01.1 0800: 1022:7451 (rev 01)
:04:02.0 0604: 1022:7450 (rev 13)
:04:02.1 0800: 1022:7451 (rev 01)



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

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [E]
Partition hard drives:  [ ]
Create file systems:[ ]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Reboot: [ ]

Comments/Problems:

Hi,

I've tried to install that server with different mediums (inofficial amd64 
sarge d-i, sarge i386 d-i, etch beta2 amd64, etch daily amd64) but none of them 
seems to support the SAS controller 

Bug#461529: debian-installer: Mauritius and Mauritania are reversed

2008-01-19 Thread Otavio Salvador
Aurelien Jarno [EMAIL PROTECTED] writes:

 Christian Perrier a écrit :
 Quoting Frans Pop ([EMAIL PROTECTED]):
 
 Yep. Looks like this was already corrected as a result of #426890 (together 
 with other mistakes).

 Christian: Should we correct this for stable too? There will be a D-I 
 upload 
 for stable soon, so it could be included in that.
 
 
 I'm mitigated... The bug is of course not RC but also pretty easy to
 fix and riskless. But many DD would say so of their trivial bugs in
 etch, indeed...
 

 OTOH, this is one of the first screens from Debian the user see.

I personally think it would be a good canditate to request one
exception to SRM team for it.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
-
Microsoft sells you Windows ... Linux gives
 you the whole house.




Bug#461177: win32-loader: [INTL:zh_CN] Simplified Chinese PO translation

2008-01-19 Thread Deng Xiyue
Package: win32-loader
Followup-For: Bug #461177

 The build system spits a warning about LANG_CHINESE during build.  If you
 have access to a Chinese version of Windows, please verify that your
 translation works.

After some investigation, I found the current string should be
LANG_SIMPCHINESE, which makes the building process go smoothly.
Here I'm attaching the patch.  Thanks!

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

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Index: l10n/po/zh_CN.po
===
--- l10n/po/zh_CN.po	(revision 50960)
+++ l10n/po/zh_CN.po	(working copy)
@@ -8,7 +8,7 @@
 Project-Id-Version: win32-loader 0.6.0~pre4\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2007-09-17 18:09+0200\n
-PO-Revision-Date: 2008-01-18 09:08+0800\n
+PO-Revision-Date: 2008-01-20 11:20+0800\n
 Last-Translator: Deng Xiyue [EMAIL PROTECTED]\n
 Language-Team: Simplified Chinese [EMAIL PROTECTED]\n
 MIME-Version: 1.0\n
@@ -22,7 +22,7 @@
 #.
 #: win32-loader.sh:36 win32-loader.c:39
 msgid LANG_ENGLISH
-msgstr LANG_CHINESE
+msgstr LANG_SIMPCHINESE
 
 #. translate:
 #. This must be the string used by Windows to represent your


Bug#461654: boot crash

2008-01-19 Thread A R
Package: installation-reports

Boot method: CD
Image version: http://cdimage.debian.org/debian-cd/4.0_r2/i386/bt-cd/
Date: January 19, 2008

Machine: Compaq Armada 1700
Processor: Pentium II
Memory:
Partitions: df -Tl will do; the raw partition table is preferred

Output of lspci -nn and lspci -vnn:

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:[E]

Comments/Problems:
Error on booting up- output is:
Code: b9 08 00 00 00 ba 0a e7 29 c0 e8 12 d5 00 00 5e 85 c0 0f 85 8e 00 00
00 8b 8b 15 a8 8d 37 c0 eb 22 80 fa 04 75 5e
EIP: [c01ce01d] acpi_ev_match_prw_and_gpe+0x35/0xb6 SS:ESP 0068:c109bf2c
0Kernel panic - not syncing: Attempted to kill init!


Bug#461529: debian-installer: Mauritius and Mauritania are reversed

2008-01-19 Thread Christian Perrier
Quoting Aurelien Jarno ([EMAIL PROTECTED]):

 OTOH, this is one of the first screens from Debian the user see.


Indeed, no. Most users never see the screen with all countries as it
is shown only in expert mode, or when choosing other when users see
a screen with a few countries when selecting languages such as
English, German, French, etc (languages with more than one locale).

So, well, the prevalaenc eof this list is quite relative.





signature.asc
Description: Digital signature


Bug#461529: debian-installer: Mauritius and Mauritania are reversed

2008-01-19 Thread Christian Perrier
Quoting Otavio Salvador ([EMAIL PROTECTED]):

 I personally think it would be a good canditate to request one
 exception to SRM team for it.


One should note that localechooser must then need to be rebuilt on
sarge as one of its informations sources (iso-codes) changed in
lenny. Two country codes were recently added.

So, even though it would seem to be a good idea to have these new
countries in sarge, that would require an update to iso-codes as
wellsomething that's harder to achieve.

(of course, rebuilding a sarge package on sarge should be an evidence)



signature.asc
Description: Digital signature


Bug#461529: debian-installer: Mauritius and Mauritania are reversed

2008-01-19 Thread Frans Pop
On Sunday 20 January 2008, Christian Perrier wrote:
 Quoting Otavio Salvador ([EMAIL PROTECTED]):
  I personally think it would be a good canditate to request one
  exception to SRM team for it.

 One should note that localechooser must then need to be rebuilt on
 sarge as one of its informations sources (iso-codes) changed in
 lenny. Two country codes were recently added.

 So, even though it would seem to be a good idea to have these new
 countries in sarge, that would require an update to iso-codes as
 wellsomething that's harder to achieve.

Well, we could just do the changes in countries already supported by Sarge's 
iso-codes. But in the end I agree with you: it's not really serious enough 
to justify all the work and making an exception.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]