[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#271913: marked as done (installation-report)



Your message dated Wed, 08 Sep 2010 03:57:39 +0000
with message-id <E1OtBn1-00041C-5r@ravel.debian.org>
and subject line Closing old installation report #271913
has caused the Debian Bug report #271913,
regarding installation-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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


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

Debian-installer-version: from
http://cdimage.debian.org/pub/cdimage-testing/daily/i386/
as of 13-Sep-2004

uname -a: 
Linux d130-140 2.4.27-1-386 #1 Fri Sep 3 06:24:46 UTC 2004 i686
GNU/Linux

Date: Sep. 16, 2004

Method: cdrom boot followed by network install
from http://ftp.jp.debian.org/debian/ testing main

Machine: NEC PC98-NX Mate R MY24X/R-D
Processor:vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Celeron(R) CPU 2.40GHz
stepping        : 9
cpu MHz         : 2391.187
cache size      : 128 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid
bogomips        : 4771.02

Memory: 384 MB
Root Device: IDE
Root Size/partition table
/dev/hda1              6728280   1612820   4773680  26% /
/dev/hda6             24067008     34344  22810124   1% /home
/dev/hda3              6728312    120104   6266428   2% /var

# lspci
0000:00:00.0 Host bridge: Intel Corp. 82845G/GL[Brookdale-G]/GE/PE 
	     DRAM Controller/Host-Hub Interface (rev 03)
0000:00:02.0 VGA compatible controller: Intel Corp. 
	     82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics 
	     Device (rev 03)
0000:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM 
	     (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 02)
0000:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM 
	     (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 02)
0000:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) 
	     USB 2.0 EHCI Controller (rev 02)
0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 82)
0000:00:1f.0 ISA bridge: Intel Corp. 82801DB/DBL (ICH4/ICH4-L) LPC 
	     Bridge (rev 02)
0000:00:1f.1 IDE interface: Intel Corp. 82801DB/DBL (ICH4/ICH4-L) 
	     UltraATA-100 IDE Controller (rev 02)
0000:00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
	     SMBus Controller (rev 02)
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM 
	     (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 02)
0000:01:00.0 Ethernet controller: Intel Corp. 82545GM Gigabit 
	     Ethernet Controller (rev 04)
0000:01:08.0 Ethernet controller: Intel Corp. 82801BD PRO/100 VE 
	     (LOM) Ethernet Controller (rev 82)

# lspci -n
0000:00:00.0 0600: 8086:2560 (rev 03)
0000:00:02.0 0300: 8086:2562 (rev 03)
0000:00:1d.0 0c03: 8086:24c2 (rev 02)
0000:00:1d.1 0c03: 8086:24c4 (rev 02)
0000:00:1d.7 0c03: 8086:24cd (rev 02)
0000:00:1e.0 0604: 8086:244e (rev 82)
0000:00:1f.0 0601: 8086:24c0 (rev 02)
0000:00:1f.1 0101: 8086:24cb (rev 02)
0000:00:1f.3 0c05: 8086:24c3 (rev 02)
0000:00:1f.5 0401: 8086:24c5 (rev 02)
0000:01:00.0 0200: 8086:1026 (rev 04)
0000:01:08.0 0200: 8086:1039 (rev 82)

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

Comments/Problems:
 The problem is the key map of X window.
I use a japanese key board (jp106).  Though the 
console keymap is OK, the keymap of X window is
not correct. Even after I manually edited the
/etc/X11/XF86Config-4, 

from:
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

to:
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "jp106"
        Option          "XkbLayout"     "jp"
EndSection

I could not correct the problem though the latter configuration
works good in other distribution or the previous debian installer
(ie. the installer as of 8/27/2004). Whether I install the 
system with the installer language of English or Japanese, the 
situation was the same . The only way I could get the correct 
keyboard was
        Option          "XkbDisable"
in the Section "InputDevice".


--- End Message ---
--- Begin Message ---
We are closing this installation report for one of the following
reasons:
- it was reported with a pre-lenny version of Debian
  Installer.
- indications in the installation report give the feeling that
  the reported problem waslying in another software, unrelated to
  D-I, which we can't easily identify.
- indications in the installation report suggest that it may have been
  fixed in a more recent version of a D-I component
- it was successful and we forgot closing it..:-)
- it has no information we consider useful


The D-I team is currently in the process of cleaning out the old spool
of installation reports that haven't bene processed yet. 

In case you think that the problem you reported has chances to be
still present, please reiterate your installation test with
a more recent image of D-I, if you're in position of doing this.

You'll find daily builds at
http://www.debian.org/devel/debian-installer. We recommend you choose
the netboot image, in the "daily builds section", then choose to
install "squeeze" when prompted.

If some problems are found, please report them with a new bug sent
against installation-reports.

Many thanks for your understanding and your help improving Debian,
past and present.



--- End Message ---

Reply to: