Bug#1063920: console-setup: initramfs keymap is not set and breaks my root crypted boot

2024-02-14 Thread Daniel Dehennin
Package: console-setup
Version: 1.226
Severity: important

Dear Maintainer,

Since the upgrade to 1.226, I can't open my LUKS root FS beause of broken 
initramfs.

I can still boot under 6.6.11 since its initramfs is not updated with latest 
tools.

I compared both initramfs and found different console-setup keymap files and 
SHA256:

$ sha256sum 11/main/etc/console-setup/cached_UTF-8_del.kmap 
15/main/etc/console-setup/tmpkbd.aXFBap 
d9ca379b8ca9b6ce6c451d19820ed99e530cd0a6c4cf1d11601f6c8d4d8c4d24  
11/main/etc/console-setup/cached_UTF-8_del.kmap
742d84819c114f3aefd59ed87477beaedf05f2a9fc615159369021e2ff58a89f  
15/main/etc/console-setup/tmpkbd.aXFBap

I hope it will help you to find what's going on.

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.6.11-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages console-setup depends on:
ii  console-setup-linux 1.226
ii  debconf [debconf-2.0]   1.5.86
ii  keyboard-configuration  1.226
ii  xkb-data2.41-2

console-setup recommends no packages.

Versions of packages console-setup suggests:
ii  locales2.37-15
ii  sysvinit-utils [lsb-base]  3.08-6

Versions of packages keyboard-configuration depends on:
ii  debconf [debconf-2.0]   1.5.86
ii  liblocale-gettext-perl  1.07-6+b1
ii  xkb-data2.41-2

Versions of packages console-setup-linux depends on:
ii  init-system-helpers 1.66
ii  kbd 2.6.4-2
ii  keyboard-configuration  1.226

console-setup-linux suggests no packages.

Versions of packages console-setup is related to:
pn  console-common
pn  console-data  
pn  console-tools 
ii  gnome-control-center  1:46~beta-1
ii  kbd   2.6.4-2
ii  systemd   255.3-2

-- debconf information excluded

-- 
Daniel Dehennin
Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
Fingerprint: 3E69 014E 5C23 50E8 9ED6  2AAD CC1E 9E5B 7A6F E2DF



Bug#772523: [Re] preseeding get_domain using DHCP is broken

2023-08-23 Thread Daniel Dehennin
Hello.

I just tried with bookworm net installer and things changed since
bullseye.

On a bullseye, netcfg use the domain returned by DHCP which is not the
case on bookworm.

I think that the rDNS check before using the DHCP domain should be
removed.

It looks like on bullseye, domain was preseeded from DHCP because
netcfg/get_hostname was considered a valid FQDN which is not the case on
bookworm.

I got logs from both installations (attached to this email) and here are
the relevant logs:

#+begin_src diff
--- netcfg-bullseye.log 2023-08-23 11:18:55.0 +0200
+++ netcfg-bookworm.log 2023-08-23 11:18:55.0 +0200
@@ -1,4 +1,4 @@
-frontend: --> SET netcfg/get_hostname bullseye
+frontend: --> SET netcfg/get_hostname bookworm
 frontend: --> METAGET netcfg/get_hostname type
 frontend: --> FSET netcfg/get_hostname seen true
 frontend: --> SET netcfg/choose_interface auto
@@ -11,7 +11,7 @@
 debconf: --> METAGET debian-installer/netcfg/title Description
 main-menu: INFO: Menu item 'netcfg' selected
 debconf: --> SETTITLE debian-installer/netcfg/title
-netcfg: INFO: Starting netcfg v.1.176
+netcfg: INFO: Starting netcfg v.1.187
 debconf: --> GET netcfg/enable
 debconf: --> GET netcfg/disable_autoconfig
 debconf: --> SET netcfg/use_autoconfig true
@@ -144,11 +150,11 @@
 netcfg: DEBUG: State is now 2
 netcfg: DEBUG: State is now 5
 debconf: --> GET netcfg/hostname
-netcfg: INFO: DHCP hostname: "bullseye"
-netcfg: DEBUG: bullseye is a valid FQDN
-debconf: --> SET netcfg/get_hostname bullseye
-netcfg: DEBUG: Preseeding domain from global: eole.lan
-debconf: --> SET netcfg/get_domain eole.lan
+netcfg: DEBUG: Using DNS to try and obtain default hostname
+netcfg: DEBUG: Getting default hostname from rDNS lookup of autoconfigured 
address 192.168.230.136
+netcfg: DEBUG: getnameinfo() returned -2 (Name or service not known)
+netcfg: DEBUG: Getting default hostname from rDNS lookup of autoconfigured 
address fe80::c0ff:fea8:e6ea
+netcfg: DEBUG: getnameinfo() returned -2 (Name or service not known)
 debconf: --> INPUT high netcfg/get_hostname
 debconf: --> GET netcfg/get_hostname
 netcfg: DEBUG: State is now 6
#+end_src

-- 
Daniel Dehennin
Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
Fingerprint: 3E69 014E 5C23 50E8 9ED6  2AAD CC1E 9E5B 7A6F E2DF

frontend: --> SET netcfg/get_hostname bullseye
frontend: --> METAGET netcfg/get_hostname type
frontend: --> FSET netcfg/get_hostname seen true
frontend: --> SET netcfg/choose_interface auto
frontend: --> METAGET netcfg/choose_interface type
frontend: --> FSET netcfg/choose_interface seen true
debconf: --> METAGET debian-installer/netcfg/title Description
debconf: --> METAGET debian-installer/netcfg/title Description
debconf: --> METAGET debian-installer/netcfg/title Description
debconf: --> METAGET debian-installer/netcfg/title Description
debconf: --> METAGET debian-installer/netcfg/title Description
main-menu: INFO: Menu item 'netcfg' selected
debconf: --> SETTITLE debian-installer/netcfg/title
netcfg: INFO: Starting netcfg v.1.176
debconf: --> GET netcfg/enable
debconf: --> GET netcfg/disable_autoconfig
debconf: --> SET netcfg/use_autoconfig true
debconf: --> GET netcfg/disable_dhcp
netcfg: WARNING **: Couldn't read Wpasupplicant pid file, not trying to kill.
debconf: --> GET netcfg/choose_interface
netcfg: INFO: Could not find valid BOOTIF= entry in /proc/cmdline
netcfg: INFO: Taking down interface ens3
debconf: --> METAGET netcfg/internal-ens description
debconf: <-- 10 netcfg/internal-ens doesn't exist
debconf: --> METAGET netcfg/internal-unknown-iface description
debconf: --> INPUT medium netcfg/use_autoconfig
debconf: --> GET netcfg/use_autoconfig
netcfg: INFO: Taking down interface lo
netcfg: INFO: Activating interface ens3
netcfg: DEBUG: State is now 0
netcfg: DEBUG: Want link on ens3
debconf: --> INPUT low netcfg/link_wait_timeout
debconf: --> GET netcfg/link_wait_timeout
netcfg: INFO: Waiting time set to 3
debconf: --> SUBST netcfg/link_detect_progress interface ens3
debconf: --> PROGRESS START 0 12 netcfg/link_detect_progress
netcfg: INFO: ethtool-lite: ens3: carrier up
netcfg: INFO: Found link on ens3
netcfg: DEBUG: Commencing network autoconfiguration on ens3
netcfg: DEBUG: rdnssd started; PID: 550
debconf: --> PROGRESS START 0 12 netcfg/ipv6_link_local_wait_title
netcfg: DEBUG: nc_v6_interface_configured(ens3, scope local)
netcfg: DEBUG: Running ip addr show ens3 to look for address
netcfg: DEBUG: ip line: 2: ens3:  mtu 1500 
qdisc pfifo_fast qlen 1000
netcfg: DEBUG: ip line: link/ether 02:00:c0:a8:e6:ec brd ff:ff:ff:ff:ff:ff
netcfg: DEBUG: ip line: inet6 fe80::c0ff:fea8:e6ec/64 scope link tentative 
netcfg: DEBUG: ip line:valid_lft forever preferred_lft forever
netcfg: DEBUG: nc_v6_interface_configured(ens3, scope local)
netcfg: DEBUG: Running ip addr show ens3 to look for add

partman-ext3: permit to add filesystem features in custom recipe

2018-10-03 Thread Daniel Dehennin
Hello.

I made a merge request on Salsa[1] to be able to set ext filesystem
feature in my hands-off recipes.

Thanks to m4r to point me to this list instead of waiting indefinitely
for Salsa news ;-)

Regards.

Footnotes: 
[1]  https://salsa.debian.org/installer-team/partman-ext3/merge_requests/1

-- 
Daniel Dehennin
Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
Fingerprint: 3E69 014E 5C23 50E8 9ED6  2AAD CC1E 9E5B 7A6F E2DF


signature.asc
Description: PGP signature


Bug#792823: keyboard-configuration: keymap variant unsupported by debian-installer should be use for the installed system

2015-07-18 Thread Daniel Dehennin
Package: keyboard-configuration
Version: 1.130
Severity: normal

Dear Maintainer,

Hello,

I'm trying to preseed Jessie installation and I have issue with the
keyboard.

#+begin_src preseed
# Locale sets language and country.
# critical
d-i debian-installer/locale string fr_FR.UTF-8

# The values can also be preseeded individually for greater flexibility.
d-i debian-installer/language   string fr
d-i debian-installer/countrystring FR

# Disable automatic (interactive) keymap detection.
d-i console-setup/ask_detectboolean false
#d-ikeyboard-configuration/xkb-keymap   select  fr(oss)
#+end_src

My keyboard finish in “us”.

According to the preseed documentation[1]:

“Only basic keymap variants are available during installation.”

So, if I switch the “fr(oss)” to “fr(latin9)”, my installed system have
the “fr(latin9)” keymap.

I think the keyboard-configuration preseed should not be reset during
the installation if the variant is not supported by debian-installer.

A better solution could be to configure the default variant for the
debian-installer and use the preseed values for the installed system.

This way, we have:

- debian-installer: use default variant for the “fr” layout, do not
  touch the preseed values

- during the system install: get the keymap from the preseed, the “oss”
  variant is then used by the system.

Regards.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (90, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (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
Init: systemd (via /run/systemd/system)

Versions of packages keyboard-configuration depends on:
ii  debconf 1.5.56
ii  initscripts 2.88dsf-59.2
ii  liblocale-gettext-perl  1.05-9

keyboard-configuration recommends no packages.

keyboard-configuration suggests no packages.

Versions of packages console-setup depends on:
ii  console-setup-linux  1.130
ii  debconf  1.5.56
ii  xkb-data 2.14-1

Versions of packages console-setup suggests:
ii  locales   2.19-18
ii  lsb-base  4.1+Debian13+nmu1

Versions of packages console-setup-linux depends on:
ii  kbd  1.15.5-2

Versions of packages console-setup-linux suggests:
ii  console-setup  1.130

Versions of packages keyboard-configuration is related to:
ii  console-common  0.7.88
ii  console-data2:1.12-5
pn  console-tools   none
ii  kbd 1.15.5-2

-- debconf information:
  keyboard-configuration/store_defaults_in_debconf_db: true
  keyboard-configuration/unsupported_config_options: true
  console-setup/store_defaults_in_debconf_db: true
* keyboard-configuration/layout: France
  keyboard-configuration/unsupported_options: true
  keyboard-configuration/unsupported_layout: true
* keyboard-configuration/variant: Français - Français (Bépo, ergonomique, façon 
Dvorak)
* console-setup/codeset47: # Latin1 and Latin5 - western Europe and Turkic 
languages
* keyboard-configuration/ctrl_alt_bksp: true
  console-setup/guess_font:
  keyboard-configuration/toggle: No toggling
  console-setup/codesetcode: Lat15
* console-setup/fontface47: Fixed
* console-setup/charmap47: UTF-8
  keyboard-configuration/other:
  keyboard-configuration/layoutcode: fr
  keyboard-configuration/unsupported_config_layout: true
  console-setup/use_system_font:
  keyboard-configuration/variantcode: bepo
  keyboard-configuration/switch: No temporary switch
  debian-installer/console-setup-udeb/title:
  console-setup/framebuffer_only:
  keyboard-configuration/xkb-keymap: fr(bepo)
  console-setup/fontsize: 8x16
* keyboard-configuration/compose: Menu key
* console-setup/fontsize-fb47: 8x16
  keyboard-configuration/modelcode: pc105
  console-setup/fontsize-text47: 8x16
* keyboard-configuration/altgr: The default for the keyboard layout
  keyboard-configuration/optionscode: compose:menu,terminate:ctrl_alt_bksp
* keyboard-configuration/model: PC générique 105 touches (intl)


Footnotes: 
[1]  https://www.debian.org/releases/stable/amd64/apbs04.html.en

-- 
Daniel Dehennin
Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
Fingerprint: 3E69 014E 5C23 50E8 9ED6  2AAD CC1E 9E5B 7A6F E2DF


signature.asc
Description: PGP signature


Bug#779987: debian-installer: Boot alias “auto” is not seen equal to auto-install/enable

2015-03-07 Thread Daniel Dehennin
Package: debian-installer
Version: 20150107
Severity: minor

Dear Maintainer,

I'm setting up an automatic installation process with hands-off.

Version of “debian-installer” package is “netboot-20150107”

I found an interesting issue where 60auto-install[1] does not
use boot options[2], which results in:

- “/var/run/auto-install.active” contains “0”

- “/var/run/preseed_unspecified_at_boot” is present

I fist thought it may be some kind of aliases[3] problem.

Then, I made several tries with pausing the installation to run a little
script, attached to this email, with several combination of boot
options/aliases:

- auto=false url=http://192.168.1.2/preseed/./start.cfg
File 'auto-install.active' contains '0'
Does not exist '/var/run/preseed_unspecified_at_boot'
Debconf 'auto-install' is 'false'
Debconf 'preseed/url' is 'http://192.168.1.2/preseed/./start.cfg'
Debconf 'preseed/file' is ''

- auto=true url=http://192.168.1.2/preseed/./start.cfg
File 'auto-install.active' contains '0'
Exists '/var/run/preseed_unspecified_at_boot'
Debconf 'auto-install' is 'true'
Debconf 'preseed/url' is 'http://192.168.1.2/preseed/./start.cfg'
Debconf 'preseed/file' is ''

- auto=true preseed/url=http://192.168.1.2/preseed/./start.cfg
File 'auto-install.active' contains '0'
Exists '/var/run/preseed_unspecified_at_boot'
Debconf 'auto-install' is 'true'
Debconf 'preseed/url' is 'http://192.168.1.2/preseed/./start.cfg'
Debconf 'preseed/file' is ''

- auto-install/enable=true url=http://192.168.1.2/preseed/./start.cfg
File 'auto-install.active' contains '0'
Exists '/var/run/preseed_unspecified_at_boot'
Debconf 'auto-install' is 'true'
Debconf 'preseed/url' is 'http://192.168.1.2/preseed/./start.cfg'
Debconf 'preseed/file' is ''

- auto-install/enable=true preseed/url=http://192.168.1.2/preseed/./start.cfg
File 'auto-install.active' contains '0'
Exists '/var/run/preseed_unspecified_at_boot'
Debconf 'auto-install' is 'true'
Debconf 'preseed/url' is 'http://192.168.1.2/preseed/./start.cfg'
Debconf 'preseed/file' is ''

The “/var/run/auto-install.active” file always contains “0”, but should
contains “1” as soon as “auto=true” or “auto-install/enabled=true” is
passed.

When “auto=true” is passed, the “/var/run/preseed_unspecified_at_boot”
files should only exists if no “url=”, “file=” or their full name
“preseed/url=” and “preseed/file=” was specified.

Regards.

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (90, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (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
Init: systemd (via /run/systemd/system)


Footnotes: 
[1]  
http://anonscm.debian.org/cgit/d-i/preseed.git/tree/debian-installer-startup.d/S60auto-install

[2]  
https://www.debian.org/releases/stable/amd64/apbs02.html.en#preseed-bootparms

[3]  https://www.debian.org/releases/stable/amd64/apbs02.html.en#preseed-aliases

-- 
Daniel Dehennin
Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
Fingerprint: 3E69 014E 5C23 50E8 9ED6  2AAD CC1E 9E5B 7A6F E2DF

#!/bin/sh

. /usr/share/debconf/confmodule

get_pkg_version() {
sed -ne '/^Package: '${1}'$/,/^$/s/^Version: \(.*\)$/\1/p' \
/var/lib/dpkg/status
}

echo Package 'debian-installer' version is '$(get_pkg_version 
debian-installer)'
echo Package 'preseed-common' version is '$(get_pkg_version preseed-common)'

echo File 'auto-install.active' contains '$(cat /var/run/auto-install.active)'

if [ -e /var/run/preseed_unspecified_at_boot ]
then
echo Exists '/var/run/preseed_unspecified_at_boot'
else
echo Does not exist '/var/run/preseed_unspecified_at_boot'
fi

if db_get auto-install/enable
then
echo Debconf 'auto-install' is '${RET}'
else
echo Error getting auto-install
fi

if db_get preseed/url
then
echo Debconf 'preseed/url' is '${RET}'
else
echo Error getting preseed/url
fi

if db_get preseed/file
then
echo Debconf 'preseed/file' is '${RET}'
else
echo Error getting preseed/file
fi


signature.asc
Description: PGP signature


Bug#678611: debian-installer: Add more early/late hooks

2012-06-23 Thread Daniel Dehennin
Package: debian-installer
Severity: wishlist

Dear Maintainer,

As I setup a preseed configuration based on hands-off[1], I get troubles
configuration d-i mirror/ and d-i apt-setup/localX depending on the
network configuration.

I'm using a full CD, so adding entries to sources.list is optional, but
if the network is up, I would like to configure them and make a full
upgrade.

The HandsOff early_scripts are run by d-i preseed/early_command and
when using a full CD, this happens before network get configured.

My proposal is to add pre/post hooks at all the steps, with this I could
register a d-i base-installer/early_command which tests if network is
up and the mirror reachable and configure apt-setup.

Regards.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (90, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.4.0+hati.2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


Footnotes: 
[1]  http://hands.com/d-i/

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x7A6FE2DF


pgpONuRcljb07.pgp
Description: PGP signature


Bug#678611: debian-installer: Add more early/late hooks

2012-06-23 Thread Daniel Dehennin
Joey Hess jo...@debian.org writes:


[...]

 There is already the /usr/lib/base-installer.d/ and
 /usr/lib/post-base-installer.d/ directories, which
 earlier hooks can drop scripts into. apt-setup also has its own 
 /usr/lib/apt-setup/generators/

Thanks, I'll try this, this issue may bee a documentation one?

I'm looking at gitweb repositories of d-i/* to see if they have suitable
hooks, not very easy ;-)

But, as en end user, this does not look very homogeneous to me.

Regards.
-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x7A6FE2DF


pgppsmZaPvsc5.pgp
Description: PGP signature


Partman recipe with LVM and crypto swap

2012-01-02 Thread Daniel Dehennin
Hello,

I'm trying to setup a partman recipe with a random keyed cypto swap.

Here is a working lvm recipe:

#+begin_src
partman-auto/text/boot_lvm ::

128 2048 256 ext4
$defaultignore{ }
$primary{ }
$bootable{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
label{ /boot }
mountpoint{ /boot }
options/nodev{ nodev }
options/noexec{ noexec }
options/nosuid{ nosuid }
options/nosuid{ noatime }
.

1024 1024 -1 ext4
$defaultignore{ }
$primary{ }
method{ lvm }
.

512 1024 200% linux-swap
$lvmok{ }
lv_name{ swap }
method{ swap }
format{ }
.

1024 2048 2048 ext4
$lvmok{ }
lv_name{ root }
method{ format }
format{  }
use_filesystem{ }
filesystem{ ext4 }
label{ / }
mountpoint{ / }
options/nosuid{ noatime }
.

512 4096 1024 ext4
$lvmok{ }
lv_name{ tmp }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext4 }
label{ /tmp }
mountpoint{ /tmp }
options/nosuid{ nosuid }
options/nodev{ nodev }
options/noexec{ noexec }
options/nosuid{ noatime }
.

1024 3072 2048 ext4
$lvmok{ }
lv_name{ usr }
method{ format }
format{  }
use_filesystem{ }
filesystem{ ext4 }
label{ /usr }
mountpoint{ /usr }
options/nosuid{ noatime }
.

1024 1024 1024 ext4
$lvmok{ }
lv_name{ var }
method{ format }
format{  }
use_filesystem{ }
filesystem{ ext4 }
label{ /var }
mountpoint{ /var }
options/nosuid{ noatime }
.

512 2048 1024 ext4
$lvmok{ }
lv_name{ var+log }
method{ format }
format{  }
use_filesystem{ }
filesystem{ ext4 }
label{ /var/log }
mountpoint{ /var/log }
options/nosuid{ nosuid }
options/nodev{ nodev }
options/noexec{ noexec }
options/nosuid{ noatime }
.

3096 2048 5120 ext4
$lvmok{ }
lv_name{ var+cache }
method{ format }
format{  }
use_filesystem{ }
filesystem{ ext4 }
label{ /var/cache }
mountpoint{ /var/cache }
options/nosuid{ noatime }
.

500 100 -1 ext4
$lvmok{ }
lv_name{ toremove }
method{ keep }
.
#+end_src

Now, I replace the swap bloc with the following:

#+begin_src
512 1024 200% linux-swap
$lvmok{ }
lv_name{ cswap }
method{ crypto }
crypto_type{ dm-crypt }
cipher{ aes }
keyhash{ sha256 }
keytype{ random }
keysize{ 256 }
ivalgorithm{ xts-essiv:sha256 }
.
#+end_src

I only get an inactive crypt volume, I don't find any documentation on
how to use it, for swap in the present case, or /tmp.

Regards.
-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1


pgpn049NOUv38.pgp
Description: PGP signature


Bug#542118: iso-scan failed to find the installer ISO on the first try

2011-01-20 Thread Daniel Dehennin
Hello,

I have the same behaviour with hd-media 2011-01-19.

The USB device has no time to settle before iso-scan ran.

You can see it in the attached syslog.

Regards.
-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1

Jan 20 10:16:38 syslogd started: BusyBox v1.17.1
Jan 20 10:16:38 kernel: klogd started: BusyBox v1.17.1 (Debian 1:1.17.1-8)
Jan 20 10:16:38 kernel: [0.00] Initializing cgroup subsys cpuset
Jan 20 10:16:38 kernel: [0.00] Initializing cgroup subsys cpu
Jan 20 10:16:38 kernel: [0.00] Linux version 2.6.32-5-amd64 (Debian 
2.6.32-29) (b...@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP 
Fri Dec 10 15:35:08 UTC 2010
Jan 20 10:16:38 kernel: [0.00] Command line: BOOT_IMAGE=/hd/vmlinuz 
auto=true priority=critical file=/hd-media/./preseed.cfg DEBCONF_DEBUG=5
Jan 20 10:16:38 kernel: [0.00] KERNEL supported cpus:
Jan 20 10:16:38 kernel: [0.00]   Intel GenuineIntel
Jan 20 10:16:38 kernel: [0.00]   AMD AuthenticAMD
Jan 20 10:16:38 kernel: [0.00]   Centaur CentaurHauls
Jan 20 10:16:38 kernel: [0.00] BIOS-provided physical RAM map:
Jan 20 10:16:38 kernel: [0.00]  BIOS-e820:  - 
0009f000 (usable)
Jan 20 10:16:38 kernel: [0.00]  BIOS-e820: 0009f000 - 
000a (reserved)
Jan 20 10:16:38 kernel: [0.00]  BIOS-e820: 000f - 
0010 (reserved)
Jan 20 10:16:38 kernel: [0.00]  BIOS-e820: 0010 - 
1fffb000 (usable)
Jan 20 10:16:38 kernel: [0.00]  BIOS-e820: 1fffb000 - 
2000 (reserved)
Jan 20 10:16:38 kernel: [0.00]  BIOS-e820: fffbc000 - 
0001 (reserved)
Jan 20 10:16:38 kernel: [0.00] DMI 2.4 present.
Jan 20 10:16:38 kernel: [0.00] last_pfn = 0x1fffb max_arch_pfn = 
0x4
Jan 20 10:16:38 kernel: [0.00] MTRR default type: write-back
Jan 20 10:16:38 kernel: [0.00] MTRR fixed ranges enabled:
Jan 20 10:16:38 kernel: [0.00]   0-9 write-back
Jan 20 10:16:38 kernel: [0.00]   A-B uncachable
Jan 20 10:16:38 kernel: [0.00]   C-F write-protect
Jan 20 10:16:38 kernel: [0.00] MTRR variable ranges enabled:
Jan 20 10:16:38 kernel: [0.00]   0 base 00E000 mask FFE000 
uncachable
Jan 20 10:16:38 kernel: [0.00]   1 disabled
Jan 20 10:16:38 kernel: [0.00]   2 disabled
Jan 20 10:16:38 kernel: [0.00]   3 disabled
Jan 20 10:16:38 kernel: [0.00]   4 disabled
Jan 20 10:16:38 kernel: [0.00]   5 disabled
Jan 20 10:16:38 kernel: [0.00]   6 disabled
Jan 20 10:16:38 kernel: [0.00]   7 disabled
Jan 20 10:16:38 kernel: [0.00] PAT not supported by CPU.
Jan 20 10:16:38 kernel: [0.00] initial memory mapped : 0 - 2000
Jan 20 10:16:38 kernel: [0.00] init_memory_mapping: 
-1fffb000
Jan 20 10:16:38 kernel: [0.00]  00 - 001fe0 page 2M
Jan 20 10:16:38 kernel: [0.00]  001fe0 - 001fffb000 page 4k
Jan 20 10:16:38 kernel: [0.00] kernel direct mapping tables up to 
1fffb000 @ 8000-b000
Jan 20 10:16:38 kernel: [0.00] RAMDISK: 1f299000 - 1f79bc52
Jan 20 10:16:38 kernel: [0.00] ACPI: RSDP 000f8830 00014 (v00 
BOCHS )
Jan 20 10:16:38 kernel: [0.00] ACPI: RSDT 1fffdd90 00034 (v01 
BOCHS  BXPCRSDT 0001 BXPC 0001)
Jan 20 10:16:38 kernel: [0.00] ACPI: FACP 1e70 00074 (v01 
BOCHS  BXPCFACP 0001 BXPC 0001)
Jan 20 10:16:38 kernel: [0.00] ACPI: DSDT 1fffdf30 01EC4 (v01   
BXPC   BXDSDT 0001 INTL 20100528)
Jan 20 10:16:38 kernel: [0.00] ACPI: FACS 1e00 00040
Jan 20 10:16:38 kernel: [0.00] ACPI: SSDT 1fffdef0 00037 (v01 
BOCHS  BXPCSSDT 0001 BXPC 0001)
Jan 20 10:16:38 kernel: [0.00] ACPI: APIC 1fffde10 00072 (v01 
BOCHS  BXPCAPIC 0001 BXPC 0001)
Jan 20 10:16:38 kernel: [0.00] ACPI: HPET 1fffddd0 00038 (v01 
BOCHS  BXPCHPET 0001 BXPC 0001)
Jan 20 10:16:38 kernel: [0.00] ACPI: Local APIC address 0xfee0
Jan 20 10:16:38 kernel: [0.00] No NUMA configuration found
Jan 20 10:16:38 kernel: [0.00] Faking a node at 
-1fffb000
Jan 20 10:16:38 kernel: [0.00] Bootmem setup node 0 
-1fffb000
Jan 20 10:16:38 kernel: [0.00]   NODE_DATA [9000 - 
00010fff]
Jan 20 10:16:38 kernel: [0.00]   bootmap [00011000 -  
00014fff] pages 4
Jan 20 10:16:38 kernel: [0.00] (7 early reservations) == bootmem 
[00 - 001fffb000]
Jan 20 10:16:38 kernel: [0.00]   #0 [00 - 001000]   BIOS 
data page == [00 - 001000]
Jan 20 10:16:38 kernel: [0.00]   #1 [006000 - 008000

Bug#610599: debian-installer: Permit partman-auto/expert_recipe_file to be relative to preseed.cfg

2011-01-20 Thread Daniel Dehennin
Package: debian-installer
Severity: wishlist

Tested with hd-media 2011-01-19.

The auto mode magic[1] does not work with
partman-auto/expert_recipe_file

#v+
# Grub on USB stick
linux   /hd/vmlinuz auto=true priority=critical file=/hd-media/./preseed.cfg 
DEBCONF_DEBUG=5
#v-

I think relative path like the following should be anshored under /hd-media/:

#v+
d-i partman-auto/expert_recipe_file string part.recipe
#v-

Regards.

-- System Information:
Debian Release: 6.0
  APT prefers sid
  APT policy: (500, 'sid'), (500, 'unstable'), (90, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37+hati.1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


Footnotes: 
[1]  http://d-i.alioth.debian.org/manual/en.amd64/apbs02.html#preseed-auto

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1


pgpERnS0Bk4XG.pgp
Description: PGP signature


Bug#610605: debian-installer: Make some information during preseed load

2011-01-20 Thread Daniel Dehennin
Package: debian-installer
Severity: wishlist

Hello,

Using a preseed file may be notified to the user, when my system boot
on the usb stick, after the scan of iso image, the screen stay blue for
a moment, without any information.

On console 4, I see that preseeded values are loaded, it take several
seconds.

May d-i display the list of preseeded parameters?

Regards.

-- System Information:
Debian Release: 6.0
  APT prefers sid
  APT policy: (500, 'sid'), (500, 'unstable'), (90, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37+hati.1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1


pgprzOLDTRZ8i.pgp
Description: PGP signature


Bug#514826: installation-report: Unable to boot with /boot on LVM and lilo

2009-02-11 Thread Daniel Dehennin
Package: installation-reports
Version: 2.38
Severity: normal



-- Package-specific info:

Boot method: CD
Image version: debian-Lenny-DI-rc2-amd64-netinst.iso
Date: 10 Ferbuary 2009

Machine: KVM 72+dfsg-4 on debian sid
Partitions: 

Disk /dev/hda: 10.7 GB, 10737418240 bytes
255 heads, 63 sectors/track, 1305 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000cc2b8

   Device Boot  Start End  Blocks   Id  System
/dev/hda1   *   1 486 3903763+  8e  Linux LVM
/dev/hda2 4871305 6578617+  8e  Linux LVM

  --- Volume group ---
  VG Name   datas
  System ID 
  Formatlvm2
  Metadata Areas1
  Metadata Sequence No  5
  VG Access read/write
  VG Status resizable
  MAX LV0
  Cur LV4
  Open LV   4
  Max PV0
  Cur PV1
  Act PV1
  VG Size   6,27 GB
  PE Size   4,00 MB
  Total PE  1606
  Alloc PE / Size   1312 / 5,12 GB
  Free  PE / Size   294 / 1,15 GB
  VG UUID   pwLChv-ruvR-ws0L-oRO6-oNUQ-oEDd-cDenQg
   
  --- Volume group ---
  VG Name   system
  System ID 
  Formatlvm2
  Metadata Areas1
  Metadata Sequence No  10
  VG Access read/write
  VG Status resizable
  MAX LV0
  Cur LV5
  Open LV   5
  Max PV0
  Cur PV1
  Act PV1
  VG Size   3,72 GB
  PE Size   4,00 MB
  Total PE  953
  Alloc PE / Size   953 / 3,72 GB
  Free  PE / Size   0 / 0   
  VG UUID   V67an8-HLYb-aIQb-Hxcq-rtFs-FH9M-YGjNiV
   

  --- Logical volume ---
  LV Name/dev/datas/var
  VG Namedatas
  LV UUID1nPqMM-Dzd2-C3Lo-7xWc-WAd1-Ijaz-bY1xSw
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size1,86 GB
  Current LE 476
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   254:5
   
  --- Logical volume ---
  LV Name/dev/datas/var-log
  VG Namedatas
  LV UUIDmj1lYo-CCVE-jlYJ-XXK1-tBJG-VSon-Hubgv0
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size488,00 MB
  Current LE 122
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   254:6
   
  --- Logical volume ---
  LV Name/dev/datas/var-lib
  VG Namedatas
  LV UUIDG0AeVy-Esnf-gKVP-HNtx-zUei-2ok7-YDbm2b
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size952,00 MB
  Current LE 238
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   254:7
   
  --- Logical volume ---
  LV Name/dev/datas/var-cache
  VG Namedatas
  LV UUIDnjXPqz-KKY1-1YSJ-zVpO-rfYX-SP9T-14mN3n
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size1,86 GB
  Current LE 476
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   254:8
   
  --- Logical volume ---
  LV Name/dev/system/racine
  VG Namesystem
  LV UUIDRKps3s-1lDZ-hcor-cT2N-Vj7r-3zYI-tptIco
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size952,00 MB
  Current LE 238
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   254:0
   
  --- Logical volume ---
  LV Name/dev/system/swap
  VG Namesystem
  LV UUIDk0jKcJ-2VAz-Ntci-6BbR-uJ1D-IiMN-RmjS73
  LV Write Accessread/write
  LV Status  available
  # open 2
  LV Size488,00 MB
  Current LE 122
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   254:1
   
  --- Logical volume ---
  LV Name/dev/system/usr
  VG Namesystem
  LV UUID0muiV9-r24x-sk8E-xRLM-XJNM-FB73-15Xhtd
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size952,00 

Bug#494608: installation-report: KVM install debian lenny 20080810-09:14: no detection of hard drive

2008-08-10 Thread Daniel Dehennin
dmidecode:  Manufacturer: Not Specified
dmidecode:  ID: 23 06 00 00 FD FB 8B 07
dmidecode:  Version: Not Specified
dmidecode:  Voltage: Unknown
dmidecode:  External Clock: Unknown
dmidecode:  Max Speed: Unknown
dmidecode:  Current Speed: Unknown
dmidecode:  Status: Populated, Enabled
dmidecode:  Upgrade: Other
dmidecode: 
dmidecode: Handle 0x1000, DMI type 16, 15 bytes
dmidecode: Physical Memory Array
dmidecode:  Location: Other
dmidecode:  Use: System Memory
dmidecode:  Error Correction Type: Other
dmidecode:  Maximum Capacity: 256 MB
dmidecode:  Error Information Handle: Not Provided
dmidecode:  Number Of Devices: 1
dmidecode: 
dmidecode: Handle 0x1100, DMI type 17, 21 bytes
dmidecode: Memory Device
dmidecode:  Array Handle: 0x1000
dmidecode:  Error Information Handle: 0x
dmidecode:  Total Width: 64 bits
dmidecode:  Data Width: 64 bits
dmidecode:  Size: 256 MB
dmidecode:  Form Factor: DIMM
dmidecode:  Set: None
dmidecode:  Locator: DIMM 1
dmidecode:  Bank Locator: Not Specified
dmidecode:  Type: RAM
dmidecode:  Type Detail: None
dmidecode: 
dmidecode: Handle 0x1300, DMI type 19, 15 bytes
dmidecode: Memory Array Mapped Address
dmidecode:  Starting Address: 0x000
dmidecode:  Ending Address: 0xFF003FF
dmidecode:  Range Size: 261121 kB
dmidecode:  Physical Array Handle: 0x1000
dmidecode:  Partition Width: 0
dmidecode: 
dmidecode: Handle 0x1400, DMI type 20, 19 bytes
dmidecode: Memory Device Mapped Address
dmidecode:  Starting Address: 0x000
dmidecode:  Ending Address: 0xFF003FF
dmidecode:  Range Size: 261121 kB
dmidecode:  Physical Device Handle: 0x1100
dmidecode:  Memory Array Mapped Address Handle: 0x1300
dmidecode:  Partition Row Position: 1
dmidecode: 
dmidecode: Handle 0x2000, DMI type 32, 11 bytes
dmidecode: System Boot Information
dmidecode:  Status: No errors detected
dmidecode: 
dmidecode: Handle 0x7F00, DMI type 127, 4 bytes
dmidecode: End Of Table
dmidecode: 

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-6-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash

installation-report depends on no packages.

Versions of packages installation-report recommends:
pn  pciutils  none (no description available)
ii  reportbug 3.44   reports bugs in the Debian distrib

installation-report suggests no packages.

-- no debconf information

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1



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



Bug#494608: installation-report: KVM install debian lenny 20080810-09:14: no detection of hard drive

2008-08-10 Thread Daniel Dehennin
Hello,

Just to say that the disk is detected with

http://cdimage.debian.org/cdimage/daily-builds/daily/20080808-2/amd64/iso-cd/debian-testing-amd64-businesscard.iso

Regards.
-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1



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



Bug#401778: (installation-report: Successfull installation on sunblade 2000 with downloaded firmware plus video and initrd tricks)

2006-12-16 Thread Daniel Dehennin
Hello,

I have added a little script in the initrd image to wait for the hard
drives to be up.

Sometimes, the udev script in init-premoutnt finish before the hard
drives are detected. This is due to the firmware loading.

Then mdadm in local-top do not find my devices and the boot fails.

I used the 'wait_disks' script attached to this e-mail, I put it in
/etc/initramfs-tools/scripts/init-premount/

Regards.
-- 
Daniel 'NebuchadnezzaR' Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69



wait_disks
Description: wait disks