Your message dated Wed, 12 May 2004 11:10:32 -0700 with message-id <[EMAIL PROTECTED]> and subject line close installation report has caused the attached Bug 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 10 May 2004 05:56:33 +0000 >From [EMAIL PROTECTED] Sun May 09 22:56:33 2004 Return-path: <[EMAIL PROTECTED]> Received: from berserk.physics.ubc.ca [142.103.140.62] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BN3mC-0008Hw-00; Sun, 09 May 2004 22:56:32 -0700 Received: from swebster by berserk.physics.ubc.ca with local (Exim 3.36 #1 (Debian)) id 1BN3li-0006Ti-00 for <[EMAIL PROTECTED]>; Sun, 09 May 2004 22:56:02 -0700 Date: Sun, 9 May 2004 22:56:02 -0700 From: Scott Webster <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: installation report Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.5.1+cvs20040105i Sender: Scott Webster <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 1 Package: installation-reports Debian-installer-version: sarge-i386-businesscard.iso, May 7, 2004 uname -a: Linux mercury 2.4.26-1-686 #3 Sun Apr 18 21:17:21 EST 2004 i686 GNU/Linux Date: May 8, 2004 Method: installed from businesscard cd, booted from cd, just hit enter at initial prompt Machine: home built Processor: intel pentium-III 733MHz Memory: 448MB Root Device: IDE, WD 40GB, 7200rpm, 8MB cache Root Size/partition table: # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/hda5 none swap sw 0 0 /dev/hda1 / reiserfs defaults 0 1 /dev/hda6 /home reiserfs defaults 0 2 /dev/hdc /media/cdrom iso9660 ro,user,noauto 0 0 /dev/fd0 /media/floppy auto rw,user,noauto 0 0 /dev/hdc /cdrom iso9660 ro,user,noauto 0 0 Output of lspci: pcilib: Cannot open /sys/bus/pci/devices 0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8605 [ProSavage PM133] (rev 81) 0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8605 [PM133 AGP] 0000:00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 22) 0000:00:04.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C/VT8235 PIPC Bus Master IDE (rev 10) 0000:00:04.2 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 10) 0000:00:04.3 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 10) 0000:00:04.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30) 0000:00:0e.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 08) 0000:00:0e.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 08) 0000:00:0f.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 02) 0000:00:10.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo 3 (rev 01) Base System Installation Checklist: Initial boot worked: [O] Configure network HW: [O] Config network: [E] Detect CD: [O] Load installer modules: [O] Detect hard drives: [O] Partition hard drives: [O] Create file systems: [O] Mount partitions: [O] Install base system: [O] Install boot loader: [O] Reboot: [O] [O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it Comments/Problems: Overall great. Problem with DHCP: On a clean boot I don't have any DNS servers configured in /etc/resolv.conf. To my knowledge, there is nothing unusual about my situation. I installed "testing" when given the choice, and just stuck with defaults as far as I can remember. This means I have the package dhcp-client installed, not dhcp3-client. ifup -a gets run by /etc/init.d/networking, and this fails to properly configure the dns servers. It does however retrieve the dns server information and store it in /var/run/dhclient.eth0.leases: lease { interface "eth0"; fixed-address 154.20.103.190; option subnet-mask 255.255.192.0; option routers 154.20.64.254; option domain-name-servers 64.114.195.135,209.53.4.150,209.53.4.130,64.114.195.136; option domain-name "bc.hsia.telus.net"; option dhcp-lease-time 345600; option dhcp-message-type 5; option dhcp-server-identifier 64.114.195.133; renew 3 2004/5/12 04:00:15; rebind 4 2004/5/13 16:00:15; expire 5 2004/5/14 04:00:15; } I think the script /etc/network/if-up.d/000resolvconf should set things up here, but the $R environment variable contained within remains unset (presumably this means that the $IF_DNS_DOMAIN, $IF_DNS_SEARCH, $IF_DNS_SORTLIST and $IF_DNS_NAMESERVERS variables are not set). I don't know why. I guess ifup doesn't properly set those when it runs dhclient? "ps ax | grep dhclient" returns: 4294 ? Ss 0:00 dhclient -e -pf /var/run/dhclient.eth0.pid -lf /var/run/dhclient.eth0.leases eth0 I guess those are the options used by ifup. Running dhclient after boot (as root) with no options on the command line gets things running (as would fixing it manually...). Looked at the README for resolvconf and it does not mention dhcp-client, only dhcp3-client, which I guess isn't used in d-i by default yet. Unsure why I haven't seen other reports of this... Scott Webster --------------------------------------- Received: (at 248256-done) by bugs.debian.org; 12 May 2004 18:11:03 +0000 >From [EMAIL PROTECTED] Wed May 12 11:11:03 2004 Return-path: <[EMAIL PROTECTED]> Received: from berserk.physics.ubc.ca [142.103.140.62] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BNyC7-0006Xt-00; Wed, 12 May 2004 11:11:03 -0700 Received: from swebster by berserk.physics.ubc.ca with local (Exim 3.36 #1 (Debian)) id 1BNyBc-00026R-00 for <[EMAIL PROTECTED]>; Wed, 12 May 2004 11:10:32 -0700 Date: Wed, 12 May 2004 11:10:32 -0700 From: Scott Webster <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: close installation report Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.5.1+cvs20040105i Sender: Scott Webster <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 1 Closing this as the issue has been fully discussed in bug # 248399 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]