severity 282356 minor thanks also sprach Joey Hess <[EMAIL PROTECTED]> [2004.11.21.1851 +0100]: > FWIW, I don't reproduce this on any of my 30 daily automated d-i > installs, which all went fine today.
base-config 2.58, here's the typescript: Script started on Fri Nov 26 22:42:35 2004 [EMAIL PROTECTED]:/# apt-get install base-config Reading Package Lists... Done Building Dependency Tree... Done The following extra packages will be installed: adduser console-common console-data console-tools debconf debconf-i18n gettext-base libconsole liblocale-gettext-perl libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl Suggested packages: kbd-compat debconf-doc debconf-utils whiptail dialog gnome-utils libterm-readline-gnu-perl libgnome2-perl libqt-perl libnet-ldap-perl Recommended packages: apt-utils The following NEW packages will be installed: adduser base-config console-common console-data console-tools debconf debconf-i18n gettext-base libconsole liblocale-gettext-perl libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl 0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded. Need to get 2398kB of archives. After unpacking 10.3MB of additional disk space will be used. Do you want to continue? [Y/n] Get:1 http://debian.ethz.ch sid/main liblocale-gettext-perl 1.01-17 [16.8kB] Get:2 http://debian.ethz.ch sid/main libtext-iconv-perl 1.2-3 [12.2kB] Get:3 http://debian.ethz.ch sid/main libtext-charwidth-perl 0.04-1 [11.0kB] Get:4 http://debian.ethz.ch sid/main libtext-wrapi18n-perl 0.06-1 [8442B] Get:5 http://debian.ethz.ch sid/main debconf-i18n 1.4.40 [88.2kB] Get:6 http://debian.ethz.ch sid/main debconf 1.4.40 [101kB] Get:7 http://debian.ethz.ch sid/main console-data 2002.12.04dbs-46.2 [1142kB] Get:8 http://debian.ethz.ch sid/main libconsole 1:0.2.3dbs-55 [127kB] Get:9 http://debian.ethz.ch sid/main console-tools 1:0.2.3dbs-55 [302kB] Get:10 http://debian.ethz.ch sid/main console-common 0.7.47 [99.1kB] Get:11 http://debian.ethz.ch sid/main adduser 3.59 [93.9kB] Get:12 http://debian.ethz.ch sid/main gettext-base 0.14.1-6 [91.1kB] Get:13 http://debian.ethz.ch sid/main base-config 2.58 [305kB] Fetched 2398kB in 0s (8734kB/s) Selecting previously deselected package liblocale-gettext-perl. (Reading database ... 7701 files and directories currently installed.) Unpacking liblocale-gettext-perl (from .../liblocale-gettext-perl_1.01-17_i386.deb) ... Selecting previously deselected package libtext-iconv-perl. Unpacking libtext-iconv-perl (from .../libtext-iconv-perl_1.2-3_i386.deb) ... Selecting previously deselected package libtext-charwidth-perl. Unpacking libtext-charwidth-perl (from .../libtext-charwidth-perl_0.04-1_i386.deb) ... Selecting previously deselected package libtext-wrapi18n-perl. Unpacking libtext-wrapi18n-perl (from .../libtext-wrapi18n-perl_0.06-1_all.deb) ... Selecting previously deselected package debconf-i18n. Unpacking debconf-i18n (from .../debconf-i18n_1.4.40_all.deb) ... Selecting previously deselected package debconf. Unpacking debconf (from .../debconf_1.4.40_all.deb) ... Selecting previously deselected package console-data. Unpacking console-data (from .../console-data_2002.12.04dbs-46.2_all.deb) ... Selecting previously deselected package libconsole. Unpacking libconsole (from .../libconsole_1%3a0.2.3dbs-55_i386.deb) ... Selecting previously deselected package console-tools. Unpacking console-tools (from .../console-tools_1%3a0.2.3dbs-55_i386.deb) ... Setting up liblocale-gettext-perl (1.01-17) ... Setting up libtext-iconv-perl (1.2-3) ... Setting up libtext-charwidth-perl (0.04-1) ... Setting up libtext-wrapi18n-perl (0.06-1) ... Setting up debconf-i18n (1.4.40) ... Setting up debconf (1.4.40) ... Selecting previously deselected package console-common. (Reading database ... 8629 files and directories currently installed.) Unpacking console-common (from .../console-common_0.7.47_all.deb) ... Selecting previously deselected package adduser. Unpacking adduser (from .../archives/adduser_3.59_all.deb) ... Selecting previously deselected package gettext-base. Unpacking gettext-base (from .../gettext-base_0.14.1-6_i386.deb) ... Selecting previously deselected package base-config. Unpacking base-config (from .../base-config_2.58_all.deb) ... Setting up libconsole (0.2.3dbs-55) ... Setting up adduser (3.59) ... Setting up gettext-base (0.14.1-6) ... Setting up console-common (0.7.47) ... Looking for keymap to install: NONE Setting up console-data (2002.12.04dbs-46.2) ... Looking for keymap to install: NONE Setting up console-tools (0.2.3dbs-55) ... Setting up base-config (2.58) ... [EMAIL PROTECTED]:/# apt-setup Usage: mount -V : print version mount -h : print this help mount : list mounted filesystems mount -l : idem, including volume labels So far the informational part. Next the mounting. The command is `mount [-t fstype] something somewhere'. Details found in /etc/fstab may be omitted. mount -a [-t|-O] ... : mount all stuff from /etc/fstab mount device : mount device at the known place mount directory : mount known device here mount -t type dev dir : ordinary mount command Note that one does not really mount a device, one mounts a filesystem (of the given type) found on the device. One can also mount an already visible directory tree elsewhere: mount --bind olddir newdir or move a subtree: mount --move olddir newdir A device can be given by name, say /dev/hda1 or /dev/cdrom, or by label, using -L label or by uuid, using -U uuid . Other options: [-nfFrsvw] [-o options] [-p passwdfd]. For many more details, say man 8 mount . Usage: mount -V : print version mount -h : print this help mount : list mounted filesystems mount -l : idem, including volume labels So far the informational part. Next the mounting. The command is `mount [-t fstype] something somewhere'. Details found in /etc/fstab may be omitted. mount -a [-t|-O] ... : mount all stuff from /etc/fstab mount device : mount device at the known place mount directory : mount known device here mount -t type dev dir : ordinary mount command Note that one does not really mount a device, one mounts a filesystem (of the given type) found on the device. One can also mount an already visible directory tree elsewhere: mount --bind olddir newdir or move a subtree: mount --move olddir newdir A device can be given by name, say /dev/hda1 or /dev/cdrom, or by label, using -L label or by uuid, using -U uuid . Other options: [-nfFrsvw] [-o options] [-p passwdfd]. For many more details, say man 8 mount . Usage: mount -V : print version mount -h : print this help mount : list mounted filesystems mount -l : idem, including volume labels So far the informational part. Next the mounting. The command is `mount [-t fstype] something somewhere'. Details found in /etc/fstab may be omitted. mount -a [-t|-O] ... : mount all stuff from /etc/fstab mount device : mount device at the known place mount directory : mount known device here mount -t type dev dir : ordinary mount command Note that one does not really mount a device, one mounts a filesystem (of the given type) found on the device. One can also mount an already visible directory tree elsewhere: mount --bind olddir newdir or move a subtree: mount --move olddir newdir A device can be given by name, say /dev/hda1 or /dev/cdrom, or by label, using -L label or by uuid, using -U uuid . Other options: [-nfFrsvw] [-o options] [-p passwdfd]. For many more details, say man 8 mount . Usage: mount -V : print version mount -h : print this help mount : list mounted filesystems mount -l : idem, including volume labels So far the informational part. Next the mounting. The command is `mount [-t fstype] something somewhere'. Details found in /etc/fstab may be omitted. mount -a [-t|-O] ... : mount all stuff from /etc/fstab mount device : mount device at the known place mount directory : mount known device here mount -t type dev dir : ordinary mount command Note that one does not really mount a device, one mounts a filesystem (of the given type) found on the device. One can also mount an already visible directory tree elsewhere: mount --bind olddir newdir or move a subtree: mount --move olddir newdir A device can be given by name, say /dev/hda1 or /dev/cdrom, or by label, using -L label or by uuid, using -U uuid . Other options: [-nfFrsvw] [-o options] [-p passwdfd]. For many more details, say man 8 mount . Usage: mount -V : print version mount -h : print this help mount : list mounted filesystems mount -l : idem, including volume labels So far the informational part. Next the mounting. The command is `mount [-t fstype] something somewhere'. Details found in /etc/fstab may be omitted. mount -a [-t|-O] ... : mount all stuff from /etc/fstab mount device : mount device at the known place mount directory : mount known device here mount -t type dev dir : ordinary mount command Note that one does not really mount a device, one mounts a filesystem (of the given type) found on the device. One can also mount an already visible directory tree elsewhere: mount --bind olddir newdir or move a subtree: mount --move olddir newdir A device can be given by name, say /dev/hda1 or /dev/cdrom, or by label, using -L label or by uuid, using -U uuid . Other options: [-nfFrsvw] [-o options] [-p passwdfd]. For many more details, say man 8 mount . [EMAIL PROTECTED]:/# exit exit Script done on Fri Nov 26 22:43:29 2004 Same result for all combinations of 'probe' and '-N'. Other options are not shown in the manpage. Anyway, I traced the problem down to DEBIAN_FRONTEND=noninteractive since I was running in pbuilder. Perhaps apt-setup could fail gracefully if CDDEV cannot be determined? -- .''`. martin f. krafft <[EMAIL PROTECTED]> : :' : proud Debian developer, admin, user, and author `. `'` `- Debian - when you have better things to do than fixing a system Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
signature.asc
Description: Digital signature