Package: debian-installer
Version: Release Candidate 1
When you have other non-Unix OSes on the disk and the debian-installer
install them in /boot/grub/menu.lst, the entry "other operating
systems", which acts as a title to them, is selected as default; but
this does not work. The OS should be
Package: boot-floppies
Version: current from testing's netinst CD
I want to disable the hardware auto detection on bootup, because it does not
always work reliably. The method with /etc/modules.conf is sometimes better
:)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubsc
Hi Eric,
ah, that's good to know, thanks.
It would be good if the installer could ask whether you want autodetection
or not, WHILE and AFTER installation.
Florian
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Thanks, that one sounds good, will try!
However, an option even for the "average user" in the installer would be
nice :)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: debian-installer
Version: unknown
The installer should be able to launch SSHD for installation. This is
especially useful for remote installations. My suggestion:
- The kernel has to be booted with sshd=true root_password=12345
- Then the installer does not launch on tty1, but on the fir
Package: debian-installer
Version: unknown
The CD should only boot on keypress, like the Windows NT (ugh!) CD does:
Please press any key to start from the Debian GNU/Linux CD,
otherwise normal BIOS boot order will continue in seven seconds.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
The last one I tested was Beta 2 of the install CD.
My suggestion is not just booting only on a keypress, but booting in the
normal BIOS boot order (i.e. normally hda, hdb, hdc, ...) if NO key is
pressed. Exactly like the Windows NT/2000/XP CDs do.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
Package: debian-installer
The selected installation language should be set as system-wide default.
Example: When I select "de_DE" as installer language, my /etc/environment
should contain
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trou
Package: debian-installer
Version: 20040310
DHCP is used automatically. I would like to see the woody-behaviour where
you got asked whether to use DHCP or not.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: debian-installer
Version: 20040310
When you set a proxy in the setup, it should be automatically entered in
/etc/environment with
ftp_proxy=
http_proxy=
(and maybe) https_proxy
for later reboots.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of
Package: debian-installer
Version: 20040310
The first and last name of the normal user account is not asked in setup. In
woody installer, this worked fine.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: debian-installer
Version: 20040310
The set proxy is not being used in the installer after the system rebooted.
This leads to apt-get errors.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: debian-installer
Version: 20040310
Some strings are not translated into German. Example: "setup" should be
"Konfiguration" (in the debconf window title)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> Which version did you test ?
The installer CD is the most current one, 20040310.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> IMHO, this suggestion is very valuablethough some may object for
> various reasons
> I assign this to base-config but I'm not completely sure
> Many thanks for these very precise reports of your wishes for the
> Debian installer.
No problem ;-) Thanks for your kind words and for reac
> Sorry, what debconf window title do you mean?
I don't remember, but it was on the CD installer from the 20040310 CD. I
think it was "Passwd setup", but I', not quite sure.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: debian-installer
Version: 20040310
The installer should ask for NIS information.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: debian-installer
Version: 20040310
The kernel used after installation should be chosen according to the
installed CPU.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: base-config
Version: 2.14
I am asked no question whether MD5 passwords should be used or not.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: base-config
Version: 2.14
debconf should be configured (dpkg-reconfigure debconf) with base-config to
choose the question priority.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
How about a quick and dirty solution:
Asking the user which CPU he uses in the installer and providing a
"fallback" 386 kernel.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
The problem seems to be a different one.
Due to the default PAM configuration, a "passwd" uses MD5 passwords.
The initial installer, however, creates DES passwords.
Shall I file a new bug for that?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [
Will do.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: debian-installer
Version: 20040310
The installer creates only DES encrypted passwords.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
The installer asks the password for root and optionally the password for the
normal user account. These passwords are saved in /etc/shadow.
However, they are NOT encrypted with MD5 (i.e. strings beginning with $1$ in
/etc/shadow), but with DES. When you change passwords via "passwd", they are
encr
Sorry for the confusion ;)
What I meant was that "passwd" after installation CORRECTLY creates MD5 sums
due to the CORRECT md5 entry in the appropriate PAM file.
So: PAM is just fine. Only the installer has a bug. It's not creating MD5
passwords.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
Package: debian-installer
Version: 20040310
/etc/hosts is wrong. At least with DHCP setup, I have the following:
127.0.0.1myhostname (without domain!)localhost
But it should be:
127.0.0.1localhost
192.168.0.1 (or similar)myhostname.mydomainmyhostname
--
To UNSUBSCRIBE, em
How about a possibility of being asked what to write in /etc/hosts?
This relates to some other bug I have filed.
You have no choice to NOT use DHCP when a DHCP server is reachable.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> you have this choice, just boot with DEBCONF_PRIORITY=low parameter.
Okay, but the hosts file is still wrong.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
processor : 0
vendor_id : AuthenticAMD
cpu family : 5
model : 7
model name : AMD-K6tm w/ multimedia extensions
stepping: 0
cpu MHz : 300.684
cache size : 64 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fp
> This will be fixed by the next base-installer upload.
> Thanks for the quick response.
Thanks for the quick fixing ;-)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: debian-installer
Version: 20040901
On th 20040901 nightly build of the Debian installer (netinstall), a
ICH4 IDE hard disk is not being detected. Unfortunately, I had only
short access to this machine, so I cannot send in more information right
now.
dmesg showed the (Samsung 80 GB w/ 2
Hi Joey,
This begs the question of how you ran it, if you didn't bother to look
for a device node (which would be in devfs syntax, so not /dev/hda).
IIRC, cfdisk has to be told the device to run on, you must have told it
something or it would have given you a usage message.
Sorry, I'm not quite fam
Hi Joshua,
This could have been due to the broken 2.4.27 kernel images that the
netinst was built upon.
Try again in a few days when the new udebs have been built against.
Okay, if I get a chance to get to the machine again (it's not mine and
it is being used as a production server right now), I
It's been a long time, but have you had a chance to try the installer
again?
Unfortunately not, sorry. The customers server had to be put in
production and I don't have any equal machine. I'm sorry... ;-(
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Cont
Package: base-config
Version: 2.53.10.1
Upon installation of this package using apt-get, I receive:
Template #30 in /var/lib/dpkg/info/base-config.templates does not
contain a 'Template:' line
and the apt-get process ends with "E: Sub-process /usr/bin/dpkg returned
an error code (1)"
--
T
The updated package still has not made its way into proposed-updates, so
the bug still exists for me.
Any estimated date when this will happen?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
I tried apt-get update & apt-get -u dist-upgrade today, but the new
package isn't in there. :-)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Anything new on this? This bug is still contained in the package
repository...
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Could anybody please move that to the repository? Bug still is there...
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
It will be part of the next point release for stable. Fixed package
is currently available from proposed-updates.
It isn't. Having
deb ftp://ftp.de.debian.org/debian sarge main contrib non-free
deb http://ftp.de.debian.org/debian sarge-proposed-updates main contrib
non-free
deb http://securit
What version do you have installed or is it trying to install?
Setting up base-config (2.53.10.1) ...
Template #30 in /var/lib/dpkg/info/base-config.templates does not
contain a 'Template:' line
dpkg: error processing base-config (--configure):
subprocess post-installation script returned err
42 matches
Mail list logo