Bug#495279: debian-installer: unable to abort

2008-08-15 Thread Adrian Bridgett
Package: debian-installer Version: lenny-beta2 Severity: wishlist I repacked the initrd to add the broadcom firmware files (see #492878) but must have stuffed something up as when I netbooted it failed to load any modules. However now any menu item I pick - including "Abort the installation" says

Bug#495279: debian-installer: unable to abort

2008-08-17 Thread Adrian Bridgett
On Sun, Aug 17, 2008 at 00:16:49 +0200 (+0200), Jérémy Bobbio wrote: > Could you check your dest/MANIFEST.udebs file to see which version of > rootskel you have built in the initrd? I grabbed the netboot images from http://www.debian.org/devel/debian-installer/ on Friday 15th August, I then unpack

Bug#495279: debian-installer: unable to abort

2008-08-17 Thread Adrian Bridgett
On Sun, Aug 17, 2008 at 10:04:57 +0200 (+0200), Jérémy Bobbio wrote: > You could you please look if you see anything wrong in the syslog. > Eventually, you can add "set -x" to: > * /var/lib/dpkg/info/di-utils-reboot.postinst > * /lib/debian-installer/exit > * /lib/debian-installer/exit-command

debconf hangs during sarge/etch install

2006-05-01 Thread Adrian Bridgett
Hi guys, I've got an automatic install (PXE, preseed) working nicely on sarge, however I need to use a later kernel (network card and SATA controller). So I've used Kenshi Muto's excellent backports and things are _mostly_ working. However in the preseed/late-command section I install some extr

Re: debconf hangs during sarge/etch install

2006-05-01 Thread Adrian Bridgett
On Mon, May 1, 2006 at 12:37:11 +0200 (+0200), Frans Pop wrote: > On Monday 01 May 2006 11:59, Adrian Bridgett wrote: > > So I've used Kenshi Muto's excellent backports and things are _mostly_ > > working. However in the preseed/late-command section I install some >

Re: debconf hangs during sarge/etch install

2006-05-01 Thread Adrian Bridgett
On Mon, May 1, 2006 at 13:57:31 +0200 (+0200), Frans Pop wrote: > On Monday 01 May 2006 13:20, Adrian Bridgett wrote: > > preseed/late_command is set to: > > wget $(debconf-get preseed/url).combined -O /target/tmp/combined; > > chroot /target sh -x /tmp/combined > /targe

Bug#495279: debian-installer: unable to abort

2008-09-16 Thread Adrian Bridgett
On Tue, Sep 16, 2008 at 16:47:45 +0200 (+0200), Jérémy Bobbio wrote: > On Sun, Aug 17, 2008 at 09:36:39AM +0100, Adrian Bridgett wrote: > > I'll try and reproduce on a local box to dig a bit deeper. > > Have you had the chance to do so? Otherwise, I would be inclined to >

Bug#504753: debian-installer: autodetect correct network card [PATCH]

2008-11-06 Thread Adrian Bridgett
le distribution -*- www.debian.org #!/bin/sh # if PXELINUX has IPAPPEND set, use that MAC address # written by Adrian Bridgett from code in d-i/bin/env2debconf export DEBIAN_FRONTEND=none . /usr/share/debconf/confmodule bootif=`sed 's/.*BOOTIF=\([-a-z0-9]*\).*/\1/; t; d' /proc/cmdline` if [ "$boo

Bug#492878: lenny installer -dosen't detect Broadcom ethernet adapter

2008-11-06 Thread Adrian Bridgett
I added the firmware from the firmware-bnx2 package into the initrd (we pxeboot the servers) to fix this FWIW. You can't download it via udeb since it could be the network adapter you are trying to use! Adrian -- Email: [EMAIL PROTECTED] -*- GPG key available on public key servers Debian GNU/L

Bug#504753: debian-installer: autodetect correct network card [PATCH]

2008-11-08 Thread Adrian Bridgett
On Sat, Nov 8, 2008 at 09:57:26 +0100 (+0100), Guido Günther wrote: > On Thu, Nov 06, 2008 at 08:49:49PM +0000, Adrian Bridgett wrote: > > db_set netcfg/choose_interface $interface > > # must mark question as seen otherwise you are reprompted > > db_fset ne

Bug#425397: tasksel/pkgsel causing Etch netboot install to hang indefinitely

2007-07-05 Thread Adrian Bridgett
I've hit this exact issue (nice workaround with the "echo" trick) and been doing some more debug. With _loads_ of debug the bug dissappeared :-( But I have now managed to see where the race is. When the hang occurs, the last few things that debconf does (booted with "install DEBCONF_DEBUG=5" w

Bug#444026: grub-installer: serial console should timeout

2007-09-25 Thread Adrian Bridgett
Package: grub-installer Version: 1.22 Severity: minor We have some dell boxes with BIOS set to redirect console output to serial after boot (that's the default). When using a proper serial console, this breaks the display (so that you can't see the grub messages). This is fair enough. However,

Bug#561074: network-console: starting a shell terminates the connection

2009-12-14 Thread Adrian Bridgett
Package: network-console Version: 0627 (backports) I'm using the version from http://kmuto.jp/debian/d-i/ since I'm installing on a new Dell R410 and it requires 2.6.29 or later. It's a network preseed install and although I can ssh in and /bin/network-console runs fine, if I select the option to

Bug#561074: network-console: starting a shell terminates the connection

2009-12-15 Thread Adrian Bridgett
On Mon, Dec 14, 2009 at 22:42:58 +0100 (+0100), Frans Pop wrote: > Can you reproduce the issue with a daily built image provided by us [1]? > It has 2.6.30 as kernel, so should work fine for you. You only have to > proceed as far as starting network-console. > > If you cannot, I doubt there's any

Bug#561074: network-console: starting a shell terminates the connection

2009-12-16 Thread Adrian Bridgett
I'm now using the daily images (20091216) as you suggested (I swapped to backport when I hit a console hang issue (fixed by vga=...) and hadn't swapped back. Same thing I'm afraid - I've added in "set -x" and this is what I see (echo's I've added): (process:21240): + echo calling backup (process:2

Bug#561074: network-console: starting a shell terminates the connection

2009-12-16 Thread Adrian Bridgett
On Wed, Dec 16, 2009 at 17:48:26 +0100 (+0100), Frans Pop wrote: [snip] > It's a bit of a corner case because people don't normally log into > preseeded installs. I'm debugging :-) > Thanks for providing the info to track it down. A pleasure, thanks for the pointers on what to do to assist! Ad