Bug#508042: How to work this around?

2008-12-24 Thread Petter Reinholdtsen
[Christian Perrier]
 In my opinion, the only way to work around this bug is by shortening
 down the wording of the debconf template *drastically*

 The English screenshot posted in the bug report shows there is room
 for improvement, imho.

Proposals are most welcome.  The current text is the short version of
the short version of the original text, so it has already been
compressed quite a bit.  The goal of the text is to provide enought
information for new users to make an informed choice and not having to
consult the documentation to understand what to select.

 And, yes, that will require translation updates..:-(

Yeah.  It will involve getting a lot of people to transalte in time
for a new release. :(

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



initramfs-tools unblock

2008-12-24 Thread maximilian attems
please unblock initramfs-tools 0.92n 

it contains 3 important fixes plus minor docs update.
the ide one is relevant for the upcoming d-i release.
see belows diff.

happy christmas to everyone
maks


diff --git a/debian/changelog b/debian/changelog
index 9acbfcc..4edb150 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+initramfs-tools (0.92n) unstable; urgency=high
+
+  [ Eugene Paskevich ]
+  * hook-functions: Fix MODULES=dep for lvm LABEL fstab notation.
+(closes: #508906)
+
+  [ maximilian attems ]
+  * all_generic_ide: Also parse boolean bootoption. (closes: #507805)
+  * initramfs-tools.8: Document where to look up NFSOPTS. (closes: #502927)
+  * update-initramfs.8: List -d and mark the non-optional as such.
+
+  [ S. Sakar ]
+  * hook-functions: MODULES=dep fix encrypted loop device.
+(closes: #499666)
+
+ -- maximilian attems m...@debian.org  Fri, 19 Dec 2008 14:03:13 +0100
+
 initramfs-tools (0.92m) unstable; urgency=medium
 
   [ Colin Watson ]
diff --git a/hook-functions b/hook-functions
index 5b6230a..6a68910 100644
--- a/hook-functions
+++ b/hook-functions
@@ -246,7 +246,8 @@ dep_add_modules()
manual_add_modules ${FSTYPE}
 
# lvm or luks root
-   if [ ${root#/dev/mapper/} != ${root} ]; then
+   if [ ${root#/dev/mapper/} != ${root} ] \
+   || [ ${root#/dev/dm-} != ${root} ]; then
minor=$((0x$(stat --format %T ${root}) % 256))
block=$(ls -1 /sys/block/dm-${minor}/slaves | head -n 1)
# lvm on luks or luks on lvm
@@ -277,6 +278,11 @@ dep_add_modules()
elif [ ${root#/dev/ida/} != ${root} ]; then
block=${root#/dev/ida/*}
block=ida!${block%p*}
+   # loop root /dev/loopX
+   elif [ ${root#/dev/loop} != ${root} ]; then
+   root=${root#/dev/}
+   block=$(losetup -a \
+   | awk /${root}/{print substr(\$3, 7, 3); exit})
# classical root device
else
block=${root#/dev/}
diff --git a/initramfs-tools.8 b/initramfs-tools.8
index 5e1f083..ea0952b 100644
--- a/initramfs-tools.8
+++ b/initramfs-tools.8
@@ -1,4 +1,4 @@
-.TH INITRAMFS-TOOLS 8  2008/07/05  mkinitramfs script overview
+.TH INITRAMFS-TOOLS 8  2008/12/18  mkinitramfs script overview
 
 .SH NAME
 initramfs-tools \- an introduction to writing scripts for mkinitramfs
@@ -58,7 +58,8 @@ set the root file system type.
 \fB\fI nfsroot
 can be either auto to try to get the relevant information from DHCP or a
 string of the form NFSSERVER:NFSPATH or NFSSERVER:NFSPATH:NFSOPTS.
-Use root=/dev/nfs for NFS to kick to in.
+Use root=/dev/nfs for NFS to kick to in. NFSOPTS can be looked up in
+\fInfs(5)\fP.
 
 .TP
 \fB\fI ip
diff --git a/scripts/init-top/all_generic_ide b/scripts/init-top/all_generic_ide
index 28b519a..3274ee8 100755
--- a/scripts/init-top/all_generic_ide
+++ b/scripts/init-top/all_generic_ide
@@ -18,5 +18,10 @@ for x in $(cat /proc/cmdline); do
all_generic_ide)
modprobe ide-generic
;;
+   all_generic_ide=*)
+   if [ ${x#all_generic_ide=} ]; then
+   modprobe ide-generic
+   fi
+   ;;
esac
 done
diff --git a/update-initramfs.8 b/update-initramfs.8
index 77ebe17..a01ba06 100644
--- a/update-initramfs.8
+++ b/update-initramfs.8
@@ -1,14 +1,13 @@
-.TH UPDATE-INITRAMFS 8  2006/10/12  update\-initramfs manual
+.TH UPDATE-INITRAMFS 8  2008/12/19  update\-initramfs manual
 
 .SH NAME
 update\-initramfs \- generate an initramfs image
 
 .SH SYNOPSIS
 .B update\-initramfs
+.RB  \-c | \-d | \-u
 .RB [ \-k
 .IR version ]
-.RB [ \-c ]
-.RB [ \-u ]
 .RB [ \-t ]
 .RB [ \-v ]
 .RB [ \-b ]


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#509659: Install report

2008-12-24 Thread Mathieu BASTIDE
Package: installation-reports

Boot method: network
Image version: 
http://cdimage.debian.org/cdimage/lenny_di_rc1/amd64/iso-cd/debian-testing-amd64-netinst.iso

Date: 23/12/2008 16h00

Machine: HP550
Memory: 1Go

Partitions:

Output of lspci -knn (or lspci -nn):
lspci -knn
00:00.0 Host bridge [0600]: Intel Corporation Mobile GME965/GLE960
Memory Controller Hub [8086:2a10] (rev 0c)
Kernel driver in use: agpgart-intel
Kernel modules: intel-agp
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile
GME965/GLE960 Integrated Graphics Controller [8086:2a12] (rev 0c)
00:02.1 Display controller [0380]: Intel Corporation Mobile
GME965/GLE960 Integrated Graphics Controller [8086:2a13] (rev 0c)
00:19.0 Ethernet controller [0200]: Intel Corporation 82562GT 10/100
Network Connection [8086:10c4] (rev 03)
Kernel driver in use: e1000e
Kernel modules: e1000e
00:1a.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family)
USB UHCI Controller #4 [8086:2834] (rev 03)
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1a.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family)
USB2 EHCI Controller #2 [8086:283a] (rev 03)
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd
00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD
Audio Controller [8086:284b] (rev 03)
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI
Express Port 1 [8086:283f] (rev 03)
Kernel driver in use: pcieport-driver
Kernel modules: shpchp
00:1c.1 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI
Express Port 2 [8086:2841] (rev 03)
Kernel driver in use: pcieport-driver
Kernel modules: shpchp
00:1c.4 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI
Express Port 5 [8086:2847] (rev 03)
Kernel driver in use: pcieport-driver
Kernel modules: shpchp
00:1d.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family)
USB UHCI Controller #1 [8086:2830] (rev 03)
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1d.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family)
USB UHCI Controller #2 [8086:2831] (rev 03)
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1d.2 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family)
USB UHCI Controller #3 [8086:2832] (rev 03)
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1d.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family)
USB2 EHCI Controller #1 [8086:2836] (rev 03)
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge
[8086:2448] (rev f3)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801HEM (ICH8M) LPC
Interface Controller [8086:2815] (rev 03)
Kernel modules: iTCO_wdt
00:1f.1 IDE interface [0101]: Intel Corporation 82801HBM/HEM
(ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 03)
Kernel driver in use: PIIX_IDE
Kernel modules: ide-pci-generic, piix, ata_generic
00:1f.2 SATA controller [0106]: Intel Corporation 82801HBM/HEM
(ICH8M/ICH8M-E) SATA AHCI Controller [8086:2829] (rev 03)
Kernel driver in use: ahci
Kernel modules: ahci
10:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 4965
AG or AGN [Kedron] Network Connection [8086:4229] (rev 61)
Kernel driver in use: iwl4965
Kernel modules: iwl4965

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:

The first time i install it freeze at the end of package download, but
when i restarted the install it worked well


Bug#509662: graphical splash screen not iLO compatible

2008-12-24 Thread Daniel Pocock

Package: debian-installer

When the Debian installer is booted (either from CD or netboot), it 
displays a graphical splash screen (splash.rle)


When someone is accessing a server remotely using a HP iLO, they may not 
have the iLO licensed for graphical modes (extra license fees have to be 
paid to HP)


Alternatively, someone may be using a serial port for remote access 
(e.g. through a Cisco 2511 with multiple async ports)


Therefore, it would be desirable to have one of these options:
- a non-graphical variation of the install CD
- a pause before entering graphical mode, with the user having the 
chance to press a key choosing non-graphical install

- no use of graphics until the user has explicitly agreed





--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#509659: marked as done (Install report)

2008-12-24 Thread Debian Bug Tracking System

Your message dated Wed, 24 Dec 2008 14:14:01 +0100
with message-id 20081224131401.gz2...@mykerinos.kheops.frmug.org
and subject line Re: Bug#509659: Install report
has caused the Debian Bug report #509659,
regarding Install 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 ow...@bugs.debian.org
immediately.)


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

Boot method: network
Image version: 
http://cdimage.debian.org/cdimage/lenny_di_rc1/amd64/iso-cd/debian-testing-amd64-netinst.iso

Date: 23/12/2008 16h00

Machine: HP550
Memory: 1Go

Partitions:

Output of lspci -knn (or lspci -nn):
lspci -knn
00:00.0 Host bridge [0600]: Intel Corporation Mobile GME965/GLE960
Memory Controller Hub [8086:2a10] (rev 0c)
Kernel driver in use: agpgart-intel
Kernel modules: intel-agp
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile
GME965/GLE960 Integrated Graphics Controller [8086:2a12] (rev 0c)
00:02.1 Display controller [0380]: Intel Corporation Mobile
GME965/GLE960 Integrated Graphics Controller [8086:2a13] (rev 0c)
00:19.0 Ethernet controller [0200]: Intel Corporation 82562GT 10/100
Network Connection [8086:10c4] (rev 03)
Kernel driver in use: e1000e
Kernel modules: e1000e
00:1a.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family)
USB UHCI Controller #4 [8086:2834] (rev 03)
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1a.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family)
USB2 EHCI Controller #2 [8086:283a] (rev 03)
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd
00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD
Audio Controller [8086:284b] (rev 03)
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI
Express Port 1 [8086:283f] (rev 03)
Kernel driver in use: pcieport-driver
Kernel modules: shpchp
00:1c.1 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI
Express Port 2 [8086:2841] (rev 03)
Kernel driver in use: pcieport-driver
Kernel modules: shpchp
00:1c.4 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI
Express Port 5 [8086:2847] (rev 03)
Kernel driver in use: pcieport-driver
Kernel modules: shpchp
00:1d.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family)
USB UHCI Controller #1 [8086:2830] (rev 03)
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1d.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family)
USB UHCI Controller #2 [8086:2831] (rev 03)
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1d.2 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family)
USB UHCI Controller #3 [8086:2832] (rev 03)
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1d.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family)
USB2 EHCI Controller #1 [8086:2836] (rev 03)
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge
[8086:2448] (rev f3)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801HEM (ICH8M) LPC
Interface Controller [8086:2815] (rev 03)
Kernel modules: iTCO_wdt
00:1f.1 IDE interface [0101]: Intel Corporation 82801HBM/HEM
(ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 03)
Kernel driver in use: PIIX_IDE
Kernel modules: ide-pci-generic, piix, ata_generic
00:1f.2 SATA controller [0106]: Intel Corporation 82801HBM/HEM
(ICH8M/ICH8M-E) SATA AHCI Controller [8086:2829] (rev 03)
Kernel driver in use: ahci
Kernel modules: ahci
10:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 4965
AG or AGN [Kedron] Network Connection [8086:4229] (rev 61)
Kernel driver in use: iwl4965
Kernel modules: iwl4965

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:

The first time i install it freeze at the end of package download, but
when i restarted the install it 

Bug#508042: How to work this around?

2008-12-24 Thread Christian Perrier
Quoting Petter Reinholdtsen (p...@hungry.com):
 [Christian Perrier]
  In my opinion, the only way to work around this bug is by shortening
  down the wording of the debconf template *drastically*
 
  The English screenshot posted in the bug report shows there is room
  for improvement, imho.
 
 Proposals are most welcome.  The current text is the short version of
 the short version of the original text, so it has already been
 compressed quite a bit.  The goal of the text is to provide enought


Here's an attempt to compress it a little bit more...


Template: debian-installer/debian-edu-profile-udeb/title
Type: text
# Debian Installer Main-menu Item
_Description: Choose Debian Edu profile

Template: debian-edu-install/profile
Type: multiselect
__Choices: Main-Server, Workstation, Thin-Client-Server, Standalone
_Description: Profile(s) to apply to this machine:
 Profiles determine how the machine can be used out-of-the-box:
 .
  - Main-Server: server (one per network). No graphical interface.
  - Workstation: for normal machines on the Debian Edu network. 
  - Thin-Client-Server:
 incl. 'Workstation'. Requires two network cards.
  - Standalone:  may be used outside the Debian Edu network. Not
 compatible with other  profiles.

Template: debian-edu-install/profile-expert
Type: multiselect
#flag:translate!:6
__Choices: Main-Server, Workstation, Thin-Client-Server, Standalone, Minimal, 
Sugar
#flag:comment:3
## Translators, do not translate Sugar
_Description: Profile(s) to apply to this machine:
 Profiles determine how the machine can be used out-of-the-box:
 .
  - Main-Server: server (one per network). No graphical interface.
  - Workstation: for normal machines on the Debian Edu network. 
  - Thin-Client-Server:
 incl. 'Workstation'. Requires two network cards.
  - Standalone:  may be used outside the Debian Edu network. Not
 compatible with other  profiles.
  - Sugar:   variant of 'Standalone' which Sugar environment.
 Sharing and collaborative learning for children.
  - Minimal: basic system without any graphical interface.

Template: debian-edu-install/standalone_only
Type: error
_Description: Standalone profile cannot be used with other profiles
 The Standalone profile cannot be installed together with any other
 profile on the same machine. Please either only choose Standalone
 or any other combination excluding Standalone.

Template: debian-edu-install/standalone
Type: note
_Description: Standalone installation is partly manual
 The Standalone install is currently not as automatic as the other
 profiles, to make it easier to do manual partitioning.  You are now
 sent to the debian-installer main menu.  Select Change debconf
 priority, and choose priority high to enable the automatic
 installation again.

Template: mirror/distribution
Type: text
Description: Codename of Debian version being installed
 This value is automatically updated during installation, based on the
 detected codename.  At the time of writing, values will be lenny or
 etch.

Template: debian-edu-install/confirm/title
Type: text
_Description: Really use the automatic partitioning tool?

Template: debian-edu-install/confirm
Type: boolean
Default: false
_Description: Really use the automatic partitioning tool?
 This will destroy the partition table on all disks in the machine.
 REPEAT: THIS WILL WIPE CLEAN ALL HARD DISKS IN THE MACHINE!
 If you have important data that are not backed up, you may want to
 stop now in order to do a backup. In that case, you'll have to
 restart the installation later.

Template: debian-edu-install/participate-popcon/title
Type: text
_Description: Participate in the package usage survey?

Template: debian-edu-install/participate-popcon
Type: boolean
_Description: Participate in the package usage survey?
 The system may anonymously supply the distribution developers with
 statistics about the most used packages on this system.  This
 information influences decisions such as which packages should go on
 the first distribution CD.
 .
 If you choose to participate, the automatic submission script will
 run once every week, sending statistics to the distribution developers.
 The collected statistics can be viewed on http://popcon.debian.org/.
 .
 This choice can be later modified by running dpkg-reconfigure
 popularity-contest.



signature.asc
Description: Digital signature


Re: Installation report HP-715/64 (HIL)

2008-12-24 Thread Moritz Muehlenhoff
On Tue, Dec 23, 2008 at 12:35:51PM +0100, Helge Deller wrote:
 Moritz Muehlenhoff wrote:
  The boot-kernel (2.6.18) does not detect this keyboard on the HIL bus.
  It seems the needed .config values are not set when it was built.
  To solve this problem, the boot kernel needs the 
  CONFIG_KEYBOARD_HIL_OLD=y option set.
  Additionally, all other HIL options should be disabled (see below).
  With those options, the HIL keyboard should work. HIL-Mouse will not be 
  available, but it's not needed either for the installation process.
  In general, all newer HIL drivers do not work at all, so defaulting back 
  to the old driver should be ok.
  
  The Lenny kernel sets CONFIG_KEYBOARD_HIL_OLD=m, does this still apply?
 
 Moritz, thanks for bringing this up again. I nearly forgot it!
 
 I just tried the netboot image dated 30-10-08 from
 http://ftp.nl.debian.org/debian/dists/testing/main/installer-hppa/current/images/netboot/2.6/.
 
 Currently the debian installer boots up nicely, but the keyboard is not
 functional at all (on machines with HIL keyboard).
 My tests with booting via serial console shows, that all what needs to
 be done to get those keyboards working now is, to run a
 modprobe hilkbd
 at startup.
 
 Is it possible that someone from the debian-installer teams add this
 modprobe hilkbd somewhere to the bootup process? This modprobe should
 also be carried over to the installed system afterwards.
 
 I'm willing to test any temporary images (preferably netboot images) as
 soon as possible.

[Forwarding to debian-b...@lists.debian.org]

Can that be considered for rc2?

Cheers,
Moritz


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Installation report HP-715/64 (HIL)

2008-12-24 Thread Helge Deller
Moritz Muehlenhoff wrote:
 On Tue, Dec 23, 2008 at 12:35:51PM +0100, Helge Deller wrote:
 Moritz Muehlenhoff wrote:
 The boot-kernel (2.6.18) does not detect this keyboard on the HIL bus.
 It seems the needed .config values are not set when it was built.
 To solve this problem, the boot kernel needs the 
 CONFIG_KEYBOARD_HIL_OLD=y option set.
 Additionally, all other HIL options should be disabled (see below).
 With those options, the HIL keyboard should work. HIL-Mouse will not be 
 available, but it's not needed either for the installation process.
 In general, all newer HIL drivers do not work at all, so defaulting back 
 to the old driver should be ok.
 The Lenny kernel sets CONFIG_KEYBOARD_HIL_OLD=m, does this still apply?
 Moritz, thanks for bringing this up again. I nearly forgot it!

 I just tried the netboot image dated 30-10-08 from
 http://ftp.nl.debian.org/debian/dists/testing/main/installer-hppa/current/images/netboot/2.6/.

 Currently the debian installer boots up nicely, but the keyboard is not
 functional at all (on machines with HIL keyboard).
 My tests with booting via serial console shows, that all what needs to
 be done to get those keyboards working now is, to run a
 modprobe hilkbd
 at startup.

 Is it possible that someone from the debian-installer teams add this
 modprobe hilkbd somewhere to the bootup process? This modprobe should
 also be carried over to the installed system afterwards.

 I'm willing to test any temporary images (preferably netboot images) as
 soon as possible.
 
 [Forwarding to debian-b...@lists.debian.org]
 
 Can that be considered for rc2?

Yes, please.
I should have mentioned, that adding modprobe hilkbd will not break
any parisc machine which does not have HIL. So it's pretty safe to probe
for this module.

Helge


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Installation report HP-715/64 (HIL)

2008-12-24 Thread Frans Pop
On Wednesday 24 December 2008, Moritz Muehlenhoff wrote:
  Is it possible that someone from the debian-installer teams add this
  modprobe hilkbd somewhere to the bootup process? This modprobe
  should also be carried over to the installed system afterwards.
 
  I'm willing to test any temporary images (preferably netboot images)
  as soon as possible.

 [Forwarding to debian-b...@lists.debian.org]

Why not (also) reassign the BR to debian-installer?

 Can that be considered for rc2?

Theoretically that would still be possible, but it is extremely late in 
the day for such a change, especially without any detailed info about how 
*exactly* this should be implemented.

Questions that come to mind are:
- why doesn't the kernel/udev autoload this module?
- is there any way to recognize whether the module should be loaded or
  not (most hppa installs are headless)?
- if it's decided to load the module unconditionally for the installer,
  it may still be possible to only do so when needed for the installed
  system; can this be recognized somehow?
- is loading the module for the installed system needed for the initrd
  too (would be my guess), or just for the final system?

We have repeatedly indicated in the debian-hppa list that the D-I team 
needs porter support and this is *exactly* the kind of issue for which 
knowledgable porter support is needed. I even had a long discussion with 
Helge himself about that.

As this issue has been known for ages my first reaction is that it is too 
late for RC2 and for Lenny. However, *if* porters work with the D-I team 
to get the questions above answered the change could be implemented early 
for squeeze and, after testing, it could then be considered for 
backporting for a stable update release.

Cheers,
FJP


signature.asc
Description: This is a digitally signed message part.


Processed: Re: Installation report HP-715/64 (HIL)

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

 reassign 416208 debian-installer
Bug#416208: Installation report HP-715/64 (HIL)
Bug reassigned from package `linux-2.6' to `debian-installer'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Installation report HP-715/64 (HIL)

2008-12-24 Thread Moritz Muehlenhoff
reassign 416208 debian-installer
thanks

On Wed, Dec 24, 2008 at 04:19:51PM +0100, Frans Pop wrote:
 On Wednesday 24 December 2008, Moritz Muehlenhoff wrote:
   Is it possible that someone from the debian-installer teams add this
   modprobe hilkbd somewhere to the bootup process? This modprobe
   should also be carried over to the installed system afterwards.
  
   I'm willing to test any temporary images (preferably netboot images)
   as soon as possible.
 
  [Forwarding to debian-b...@lists.debian.org]
 
 Why not (also) reassign the BR to debian-installer?

It didn't know about that specific source package, reassigning now.

Cheers,
Moritz


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: initramfs-tools unblock

2008-12-24 Thread Marc 'HE' Brockschmidt
maximilian attems m...@stro.at writes:
 please unblock initramfs-tools 0.92n 

Done, thanks.

Happy holidays,
Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
150: SETI
   Es gibt sicher extraerrestrische Wesen. Daß keine bis jetzt mit Menschen
   in Kontakt getreten sind, beweist deren Intelligenz. (Michael Sohmen)


pgpLYTsC0hXbL.pgp
Description: PGP signature


Re: permission to upload hdparm

2008-12-24 Thread Marc 'HE' Brockschmidt
Christian Perrier bubu...@debian.org writes:
 Quoting Marc 'HE' Brockschmidt (h...@ftwca.de):
 Stephen Gran sg...@debian.org writes:
  +hdparm (8.9-3) unstable; urgency=low
  +
  +  * Fix output formatting for drives configured from /etc/default/hdparm
  +(closes: #494660)
  +  * Add documentation about changing device names (closes: #421087)
 This change is OK from the release team's POV. d-i people should ACK it,
 though (CCed).
 As Otavio is VAC for some time, and as, from the above changelog, I see no
 objection, in name of the remainings of the D-I team, I can say :
 go...

Thanks. Stephen, please go ahead and upload. Ping us when it's done, so
that we can unblock it.

Happy holidays,
Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
72: Repost
   Kristian K=F6hntopp (Sebastian Kokemohr-Schmidt)


pgpN5fl442pWS.pgp
Description: PGP signature


Re: Opening trunk for post-lenny changes?

2008-12-24 Thread Frans Pop
On Wednesday 24 December 2008, Christian Perrier wrote:
 About Colin's remarks, my personal opinion is that it could be time to
 resync the lenny branch with trunk and work off that lenny branch,
 yes. Definitely, even.

If the team would like me to I'm willing to do the sync. It's 100% clear 
to me what is targeted for Lenny and thus what still needs syncing.

That way we could IMO open up trunk for post-lenny commits and re-enable 
l10n syncs even without waiting for Otavio's return from VAC.

Of course I'd take responsibility for any mistakes and do any clean ups if 
it should later turn out any would be needed.

Cheers,
FJP


signature.asc
Description: This is a digitally signed message part.


On installation media and firmware [Re: New section for firmware]

2008-12-24 Thread Don Armstrong
Switching from -vote to -boot and -cd.

On Wed, 24 Dec 2008, Frans Pop wrote:
 On Wednesday 24 December 2008, Don Armstrong wrote:
  1: -vote really is the wrong list to discuss this on; Cc'ing debian-cd
  so knowledgeable people there can tell me I'm on crack.

 Second of all, the analysis for the impact on installations of
 firmware and why the D-I team would very much prefer to have any
 firmware included both on official CD images and in other D-I images
 (such as netboot, floppy and hd-media) has already been done and
 posted by Joey Hess ages ago and discussed repeatedly, both on the
 debian-boot list and on d-vote, and I'm quite certain also on
 d-project and/or d-devel.

I don't think there's any argument against having firmware in a
limited set of CD images and other d-i media which we distribute like
we distribute non-free. Furthermore, the major portion of what I
suggested doing has not been discussed recently on -project or -devel
TTBOMK.

 It's a pity that we seem to need to explain this over and over again
 in random threads.

It would be nice if you (or someone else) would then explain[1] why
having a limited set of d-i images + cd images which contained the
non-free firmware necessary for certain hardware to boot would be an
intractable solution. From where I sit, the major issues with it would
be:

 1. Additional testing required

 2. Increase in cdimage mirror utilization

 3. Work to actual implement it

I submit that the additional testing for #1 will be required when the
firmware is placed on the images, regardless of whether we produce
images not containing it, so the major burden of testing here seems to
be to check that the firmware-related codepaths are only triggered
when the firmware is there.

#2 should be on the order of a few gigabytes, which is dwarfed by the
increase in the size of the installation sets from version to version.
[If our mirror operators will have problems with this, we've got far
more serious ones.]

#3 is what it is.



Don Armstrong

1: You dealt with problems with having an entire set duplicated and a
set of ancilliary issues, none of which I proposed.
-- 
This message brought to you by weapons of mass destruction related
program activities, and the letter G.

http://www.donarmstrong.com  http://rzlab.ucr.edu


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#509238: panic backtrace

2008-12-24 Thread The Eclectic One

Quoting: Christian Perrier bubu...@debian.org
So, in short, in regular mode, it crashes (always at the same place)
but in vga=771 mode, it doesn't, right?

Correct.


And I assume that you get no crash as well if you're using the
graphical installer.

I had not tried the graphical installer, figuring that the more
basic the better, but I just did.  It appears that just before
going to graphical, the installer puts the screen in mode 771.
I get the smaller, sharper fonts.  So, no. It doesn't crash in
the graphical installer.

BTW, the graphical installer looks good!

I'm puzzled to reassign this bug report. This is obviously a race
condition somewhere. Probably a weird kernel issue but investigating
further istricky and I fear that this bug report might remain
uninvestigated further for quite a while until it magically solves
in the future with a new kernel (though probably not for Lenny).

That's probably the reasonable thing to do.

I propose documenting this in the errata file, at the minimum.

Yes.  A prominent (easy to find) note that would say something
like If your laptop crashes completely during installation,
try replacing the boot option vga=normal with vga=771 or use
the graphical installer would have saved some time, but then
the problem would not have become known.  

Thank you very much for your help!




-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#509711: win32-loader: [INTL:vi] Vietnamese program translation update

2008-12-24 Thread Clytie Siddall

Package: win32-loader
Version:
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the program file: win32-loader

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

win32-loader_l10n_po_vi.po.gz
Description: GNU Zip compressed data